Skip to content
View Milo46's full-sized avatar

Highlights

  • Pro

Organizations

@bleeeeeeee
Block or Report

Block or report Milo46

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
Milo46/README.md

Hi, I'm @Milo46 👋

  • 👀 I'm interested in C++ and strongly prefer statically-typed programming languages.
  • 🌱 I’m currently learning NodeJS and TypeScript.
  • 📫 How to reach me, what?

But does somebody really care?

Pinned

  1. opengl-3d-renderer opengl-3d-renderer Public

    “Before software can be reusable it first has to be usable.” – Ralph Johnson

    C++ 3

  2. bleeeeeeee/bleeeeeeee.github.io bleeeeeeee/bleeeeeeee.github.io Public

    Game about the cat escaping the thunder.

    TypeScript 5

  3. C++ XOR Encrypter C++ XOR Encrypter
    1
    /*
    2
     * Simple C++ xor encrypter for files.
    3
     *
    4
     * Usage:
    5
     *     encrypter.exe [input_file] [output_file] [key]
  4. brainfucppk.cpp brainfucppk.cpp
    1
    #include <algorithm>
    2
    #include <iostream>
    3
    #include <iterator>
    4
    #include <fstream>
    5
    #include <vector>