Skip to content
View TheGameratorT's full-sized avatar
😗
sending many kisses
😗
sending many kisses

Highlights

  • Pro

Block or report TheGameratorT

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
TheGameratorT/README.md

Hello there! 😄

My name is Tiago Silva and I am a computer engineer!

I code, love music and I'm currently learning both drawing and Japanese.

The programs I write for myself often end up shared with everyone, or if @Ndymario bugs me to code something.

Discord: @thegameratort



A snippet of code for you~ ❤️

#include <iostream>

const char secret[] = "H^d,bW^d[S,_Xbb,h^dabT[U,=>F-";

int main() {
    for (const char* c = secret; *c != 0; c++) {
        std::cout << static_cast<char>(// C++ !
            (*c == 0x2C || *c == 0x2D) ?
                *c - 0xC :
                *c + 0x11);
    }
}

Popular repositories Loading

  1. NDS_Banner_Editor NDS_Banner_Editor Public

    A tool to make animated Nintendo DS banners.

    C++ 42 3

  2. NCPatcher NCPatcher Public

    A universal Nintendo DS code maker/patcher.

    C++ 27 2

  3. NitroModel_ConverterGUI NitroModel_ConverterGUI Public

    Makes ass2imd and imd2nsbmd easier to use. Also includes extra features.

    C++ 10 2

  4. NitroWAV-Player NitroWAV-Player Public

    Allows streamed music to be played on a DS.

    C 10 2

  5. NitroWAV-Tool NitroWAV-Tool Public

    A tool that allows to convert WAV and RAW audio files to NitroWAV format.

    C++ 8

  6. McTitleFixer McTitleFixer Public

    Makes the Minecraft title fit the screen at all times.

    Java 7 4