Skip to content
View Edwolt's full-sized avatar
  • University of São Paulo
  • Brazil, São Carlos - SP

Organizations

@Rato-Toni

Block or report Edwolt

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. Colors for terminal Colors for terminal
    1
    You can use \033 instead of \x1b
    2
    
                  
    3
    # Bold
    4
    - bold:   `"\x1b[1m ...... \x1b[0m"`
    5
    - red:    `"\x1b[1;31m ... \x1b[0m"`
  2. SpaceInvaders SpaceInvaders Public

    Lua

  3. FieldViz FieldViz Public

    Rust

  4. TinyRenderer TinyRenderer Public

    Renderer following the wiki on this repository: ssloy/tinyrenderer

    Rust 1

  5. Jogo-de-Tabuleiro-2 Jogo-de-Tabuleiro-2 Public

    Um jogo de Xadrez

    Python

  6. PICMC-Simul PICMC-Simul Public

    Simula o Processador ICMC dentro do próprio Processador ICMC

    Assembly