Skip to content
View pedrokkrause's full-sized avatar

Highlights

  • Pro

Block or report pedrokkrause

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

    A not so accurate ephemeris for the Sun and the Moon using a sum of sines approximation

    Python 3

  2. Minesweeper-probability-calculator Minesweeper-probability-calculator Public

    A Python implementation of Minesweeper with a mine probability calculator

    Python 2 1

  3. Game-of-life Game-of-life Public

    A complete Conway's game of life in 100 lines of code

    Python

  4. Mathematical expression parser Mathematical expression parser
    1
    from math import factorial
    2
    
                  
    3
    # Recursive descent parser, with some new operations just for fun
    4
    class Parser:
    5
    
                  
  5. portugues portugues Public

    2.050.237 de termos e palavras da língua Portuguesa

    1

  6. Nerdle-Equations Nerdle-Equations Public

    All the possible equations for the Nerdle game and a solver

    Python 3