GithubHelp home page GithubHelp logo

Hello there! 😄

My name is Tiago Silva

I am a hobbist programmer that likes to code just because I usually have nothing to do or want to make something useful to help others.

Discord: @thegameratort



A snippet of code for you to try out. 😉

#include <iostream>
#include <cstring>

static const char* input = "XQXQ,&),Ve^Y,^e]RUb,Rbbbbb";

int main() {
    size_t input_size = strlen(input);
    char* output = new char[input_size];
    for (size_t i = 0; i < input_size; i++) {
        char c = input[i];
        if (c == 0x2C) {
            output[i] = static_cast<char>(0x20);
        } else {
            output[i] = static_cast<char>(c + 0x10);
        }
    }
    std::cout << output;
    delete[] output;
    return 0;
}

What are you doing here!!!???? 😳😳😳

Tiago Silva's Projects

bnbleditor icon bnbleditor

This application supported by a GUI allows to edit Nintendo DS touch screen (.bnbl) files.

mcsneakutils icon mcsneakutils

Allows for different sneaking configurations per world/server in Minecraft.

ncpatcher icon ncpatcher

A universal Nintendo DS code maker/patcher.

ncpgen_mktb icon ncpgen_mktb

A tool to generate an NCPatcher environment for Mario Kart DS projects that use Mario Kart Toolbox.

nds_bnbl_editor icon nds_bnbl_editor

This application supported by a GUI and 2D Viewer allows to easly edit BNBL files for the Nintendo DS system.

nds_bncl_editor icon nds_bncl_editor

This application supported by a GUI and 2D Viewer allows to easly edit BNCL files for the Nintendo DS system.

nds_fnt_tool_gui icon nds_fnt_tool_gui

This application supported by a GUI allows to easly edit FNT.bin files.

nitrowav-tool icon nitrowav-tool

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

nsbmd-nsbtx_converter icon nsbmd-nsbtx_converter

This application supported by a GUI allows to convert models to NSBMD files and textures to NSBTX files easily.

pdn-enpg icon pdn-enpg

Nintendo DS ENPG file format support for Paint.NET.

real-esrgan-ncnn-vulkan icon real-esrgan-ncnn-vulkan

NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.

starry-fox icon starry-fox

Firefox css stylesheets for the dark space theme. Matching more UI elements with the theme.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.