Skip to content
View cauebs's full-sized avatar
  • Florianópolis/SC - Brasil
  • 10:37 (UTC -03:00)

Highlights

  • Pro

Block or report cauebs

Report abuse

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

Report abuse

Pinned Loading

  1. fortfound fortfound Public

    Reimplementation of Zachtronics' Fortune's Foundation

    Gleam 4

  2. aoc24 aoc24 Public archive

    Gleam

  3. durt durt Public

    Command line tool for calculating the size of files and directories

    Rust 38 7

  4. onde-estamos onde-estamos Public

    Guess in which brazilian state the red dot is in!

    Python

  5. Counting syllables in the portuguese... Counting syllables in the portuguese language
    1
    from string import ascii_lowercase as alphabet
    2
     
    3
     
    4
    def reverse_dict(d):
    5
     return {v: k for k, vs in d.items() for v in vs}