Skip to content
View idontwantcookies's full-sized avatar
  • Brazil
  • 15:34 (UTC -03:00)

Highlights

  • Pro
Block or Report

Block or report idontwantcookies

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. number-theory number-theory Public

    Number theory script compilation that I have gathered during my studies in this area, both in C++ and Python.

    C++ 1

  2. wordle-solver wordle-solver Public

    a very simple solver for password-like games

    Elixir

  3. Simple bash scripts to backup and re... Simple bash scripts to backup and restore several archlinux config files
    1
    # Storing installed package names
    2
    echo $(pacman -Qentq) > pacman.bak
    3
    echo $(pacman -Qemtq) > yay.bak
    4
    echo $(pacman -Qdq) > pacman-optdep.bak
    5
    
                  
  4. discuss discuss Public

    Tutorial backup repo from udemy elixir/phoenix course

    Elixir

  5. django-polls-tutorial django-polls-tutorial Public

    django's 3.0 polls tutorial app for use to test features on it

    Python

  6. identicon-udemy identicon-udemy Public

    Identicon generator written in Elixir

    Elixir