Dfmaaa
Programmer. 16 years old. I like coding useful things that can help people. I love Java, C++, Assembly, and C(I never said I'm good)
noneyes
Pinned Repositories
acrt
A daemon that runs with root permissions and reads from a named pipe that can be accessed by a non-privileged user. It executes the commands it reads.
FFUP
Free File Utility Program
LOIC
memleakd
A memory leak detector for unix-based operating systems.
MEMZ-virus
This is a very dangerous virus for windows.
number-comparing-tool
This python program can compare numbers. This was my first python program idea but I forgot about it because I coded it wrong too many times, but today, I decided that I have to code this.
Sameerian-code-machine-and-decoder
This is a coder and a decoder used to send secret messages, please read the README file.
sfpm
A package manager in C and Python
TempleOS
I made this repository to save the light and the full version of TempleOS online
WordleBot
A bot that plays wordle for you.
Dfmaaa's Repositories
Dfmaaa/zln9021e
A RAT in C.
Dfmaaa/FFUP
Free File Utility Program
Dfmaaa/find-and-replace
Took code from https://github.com/Dfmaaa/find and made changes to it, so that it becomes a find-and-replace program.
Dfmaaa/Samex-source-code
This is the source code of the utility program Samex
Dfmaaa/acrt
A daemon that runs with root permissions and reads from a named pipe that can be accessed by a non-privileged user. It executes the commands it reads.
Dfmaaa/dex
My fork of a text editor. Changed some things.
Dfmaaa/memleakd
A memory leak detector for unix-based operating systems.
Dfmaaa/queue-in-C
A Queue in C. That's it.
Dfmaaa/sfpm
A package manager in C and Python
Dfmaaa/WordleBot
A bot that plays wordle for you.
Dfmaaa/assembly-torture
This program takes a first name and a last name as input, then changes the first name. Guess how many lines. 105. I hate assembly.
Dfmaaa/Atlas
any number of people can play atlas with each other with this program
Dfmaaa/Binary-Semaphore-Or-Mutex-Using-pthread
This program uses the pthread API to implement a binary semaphore or a mutex lock.
Dfmaaa/C-Lang-Book
I am new to C, and my courses absolutely require that I learn it asap. So I am gonna read this book, and write what I learn here, cause my one of prof said that he will grade us on our practise and github, not exams, and I need an A soo bad so here I am
Dfmaaa/cerveur
A HTTP Web Server Framework Written In C (Just For Fun)
Dfmaaa/compare-mmap
This program compares files by using mmap. This program was created to test my new Fedora installation.
Dfmaaa/CS1203
Dfmaaa/Dfmaaa
Dfmaaa/Dfmaaa.github.io
Dfmaaa/divide_content
This program basically divides a directory into smaller directories. It's not complete yet
Dfmaaa/Dumbest-Conversational-Bot
Not even calling it AI. It just stores conversations and operates on them
Dfmaaa/Fibonacci-naive-and-dynamic
This repository demonstrates the use of dynamic programming and why everyone should try to use it in their algorithms.
Dfmaaa/find
A program that takes two arguments, word, and find. It looks for all the occurences of find in word.
Dfmaaa/Primality-Test-Wilson
This program uses the Wilson's theorem to check whether a number is prime or not.
Dfmaaa/rsearcher
Something like grep but dumb version of it
Dfmaaa/terminal-chat-app
Dfmaaa/the-algorithm
Source code for Twitter's Recommendation Algorithm
Dfmaaa/Trie-suggestion-in-C
This program uses the Trie data structure or the prefix tree to suggest strings based on input words and a search key.
Dfmaaa/tweets
janky twitter replacement.
Dfmaaa/zln9021s
A RAT that can hande one single connection. Service creation has to be implemented by user.