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

Highlights

  • Pro

Organizations

@CalicoUFSC @caravelahc

Block or report cauebs

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

    Reimplementation of Zachtronics' Fortune's Foundation

    Gleam 4 1

  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}