AwesomeMc101
17 year old programmer from the USA. C/C++ Developer. I like computer memory, language development, making neural networks, and the stock market.
Lunar Guard
Pinned Repositories
Adam-And-Eve
World population growth / breeding simulation. Not statistically based, all (psuedo)-randomized.
Astra-Encrypt
Encrypts each char value by scrambling the digits using a master password you give it. More in readme.
Auroria-Lang
Lightweight, bytecode-serialized interpreted language. Supporting loops, if/else statements, functions and more.
base64-encode
custom base64 encode written by me (also technically converts to binary ig but that isn't the impressive part!!)
beta-commodity-checker
An unfinished C++ backend application to correlate company stock prices & balance sheet data with that company's commodity(s) prices.
Constelli
A much better version of Cosmolti, with smarter parsing and execution.
GLOSTA-NEBULA
Really simple programming language I made to test out features regarding a different type of syntax for GLOSTA BYE.
MatrixPlusPlus
C++ Library for matrices. Supports linear algebra formulas and functions
Threading-Example
Simple example of the two ways to do multithreading in C++.
TinyCrypt
Tiny encryption library I wrote during a single chemistry period (instead of studying). Uses a password to encrypt and decrypt a string.
AwesomeMc101's Repositories
AwesomeMc101/Constelli
A much better version of Cosmolti, with smarter parsing and execution.
AwesomeMc101/GLOSTA-NEBULA
Really simple programming language I made to test out features regarding a different type of syntax for GLOSTA BYE.
AwesomeMc101/Adam-And-Eve
World population growth / breeding simulation. Not statistically based, all (psuedo)-randomized.
AwesomeMc101/Astra-Encrypt
Encrypts each char value by scrambling the digits using a master password you give it. More in readme.
AwesomeMc101/Auroria-Lang
Lightweight, bytecode-serialized interpreted language. Supporting loops, if/else statements, functions and more.
AwesomeMc101/base64-encode
custom base64 encode written by me (also technically converts to binary ig but that isn't the impressive part!!)
AwesomeMc101/beta-commodity-checker
An unfinished C++ backend application to correlate company stock prices & balance sheet data with that company's commodity(s) prices.
AwesomeMc101/Cosmolti
Interpreted language
AwesomeMc101/MatrixPlusPlus
C++ Library for matrices. Supports linear algebra formulas and functions
AwesomeMc101/perenne-encrypt
Turns your string into a hex-obfuscated value which can only be undone with a key also given to you.
AwesomeMc101/Threading-Example
Simple example of the two ways to do multithreading in C++.
AwesomeMc101/TinyCrypt
Tiny encryption library I wrote during a single chemistry period (instead of studying). Uses a password to encrypt and decrypt a string.
AwesomeMc101/Centauri
idk another interpreted lang ig. watching LLMs learn gets boring
AwesomeMc101/Fake-Forum
i asked Copilot for an idea and it gave me this. decided to challenge myself tho didnt use vectors or maps :)
AwesomeMc101/Forex-API-Example
Using a Forex API and "custom Json parser (lmfao)" to gather info on prices : euro in the Forex. If you're gonna use this, I suggest removing any text characters from the prices just in case.
AwesomeMc101/leaky-relu
prototype leaky relu code to prevent dead neurons in C++
AwesomeMc101/LNEncrypt-C
first ever real C program just playing around- tiny encrypt lib that uses a password and can read/write to files
AwesomeMc101/Manual-Memory-Allocation
Custom malloc/free lol.
AwesomeMc101/matrix-calculator
Calculate matrices
AwesomeMc101/Memstelli
Exploiting version of Constelli, designed for swift memory editing within an interpreted language. :)
AwesomeMc101/Neura-Lang
Lightweight interpreted language. LAST ONE for a long time fr. Need to lock in on other stuff.
AwesomeMc101/Pathfinder
idk quick pathfinder i wrote in french, i like it so posting it
AwesomeMc101/SafeVector
AwesomeMc101/simplyBytecode
Simple bytecode thingy which transforms an int statement into bytes which can be read if you write a compiler for it
AwesomeMc101/Skript-Dialogue-Creator
SDC, by AwesomeMc101#6494. Supports sounds, playernames, and all!
AwesomeMc101/Skript-Quest-Creator
Automatically generate a simple Minecraft Skript quest. Made this for my RPG server and decided to release the first version for public use.
AwesomeMc101/Skripts
AwesomeMc101/skTranspiler
Convert your Skripts into pasteable Java code. Amazing!
AwesomeMc101/tic-tac-toe
Simple tic-tac-toe game in C++ against pseudo bot without AI. Maybe some day I'll make it hard/impossible.
AwesomeMc101/US-Stock-Symbols
Full lists of US Securities on the NASDAQ, NYSE, and AMEX powered by GitHub Actions