Vajradevam

Systems Programmer

Projects

Accidental Database

When i was 14 i was making a discord bot, which would have a playing game feature. There to store the data (I did not know about databases back then), I used json files. I implemented the CRUD operations on it from scratch. did not know back then what i was building. But Surely it certifies as a database.

  • Mobile SMS Bomber

    There was this salesman who called me everytime, to teach him a lesson i built a SMS Bomber which simply registered to many websites with a burner email and put the mobile number of the "victim" in the respective section. Time spent well.

    Hinduism

    Made proper Bots and Scripts to promote Hinduism among those who needed it. spreading the shuddha hindi movement through entire India, which has been seen to used by Notable legends like J. Sai Deepak.

    Neural Networks

    implemented my personal neural netowrk in python using numpy only.

    Markov Chain

    Implemented a very simple "Language Model" using the Markov Chain technique, also known as the Bigram Model, which is a fundamental step for being introduced to Transformers and LLM.

    Sodium

    Built a basic compiler for my own language which would compile to Assembly. tried making a allocator but did not know the concepts of Computer Architecture back then. Too busy to touch the project now.

    Machine Learning

    If i see a dataset, a model will learn it.

    Deep Learning

    Understood Autograd, my favourite tool developed by humanity. And then Understood micrograd. Then i build nanograd XD.

    CST Studio Pipeline

    Developed a pipeline to convert ASCII file exported from CST Studio into proper tabular dataset which would obviously be machine learned. Accidently Increased the performance of the project where it was used by 25200 times. Made a v2 of the same with more increased performance.

    CST Studio Plotter

    Why plot in origin when you can code?

    Game of life

    Simulated the game of life in JS.

    Color scheme generator

    Upload an image to extract its dominant colours, so that you can rice your arch in peace.

    LSTMs

    Unloaded the power of LSTMs on time series data.

    Neural Nets

    FASCINATED BY NEURAL NETS I ASCEND THE KINGDOM OF GOD TO TRAIN HIS DATA ON A CUSTOM MODEL.

    lolfetch

    A simple system information tool written in C

    sell shell

    taught a beginner what actually is a shell, by making a shell

    atoi

    showed a begginer that atoi function in C is not magic. it is C itself.