Skip to content
View caiomadeira's full-sized avatar
💡
💡

Highlights

  • Pro

Block or report caiomadeira

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. The-Philosopher-BOT The-Philosopher-BOT Public template

    O Philosopher Bot ou PhiloBot é uma aplicação responsável por pegar qualquer texto e transforma-lo em uma citação com algum filosofo aleatório.

    Python 36 3

  2. RESolitaireXP RESolitaireXP Public

    RE on Solitaire Windows XP Version.

    C++

  3. crackme-challenges crackme-challenges Public

    Crack me challenges

    C

  4. Scidown Scidown Public

    A Teardown sci-fi mod.

    Lua 1

  5. hyperfocus-data/algorithm-analysis hyperfocus-data/algorithm-analysis Public

    A convenient and illustrated collection of diversified algorithms with yours respectives complexity analysis. By Caio Madeira.

    C

  6. git ssh auth (Linux) git ssh auth (Linux)
    1
    #include<stdio.h>
    2
    #include<stdlib.h>
    3
    #include<string.h>
    4
    #ifdef __unix__
    5
        #include<unistd.h>