Skip to content
View idontwantcookies's full-sized avatar
  • Brazil
  • 03:23 - 3h behind

Highlights

  • Pro

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 Loading

  1. 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 Public

    a very simple solver for password-like games

    Elixir

  3. Simple bash scripts to backup and re...
    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. calculo-numerico Public

    Algoritmos de cálculo numérico usados para estudos e análise de complexidade

    Python 3

  5. ubiquitous-octo-funicular Public

    Trabalho 2 de Álgebra A - Logaritmo Discreto

    Python 1 1

  6. rsa-simples Public

    Trabalho de AEDS 1 (antiga PDS) - MatComp UFMG

    C