-
-
-
-
mem-c Public
mem-c is a simple memory allocator using a heap data structure with the mmap Linux syscall for dynamic memory management. It has a worst-case search time of O(log n) . The allocator supports memory…
-
-
unittest-c Public
Unit Test C stands as a straightforward, macro-based unit testing framework. Drawing inspiration from both the Python unittest module and the GoogleTest unittesting framework, it is crafted to alle…
-
except-c Public
A simple macro interface module that adds the capability to handle exceptions in C.
-
hpc Public
I'm studing High performance computing and this is just code examples in c, c++ and fortran
-
my-math-notes Public
These notes aim to elucidate fundamental concepts in the study of numbers and mathematics in general. As an engineering student nearing graduation, my passion for this field has led me to compile a…
-
ransomware Public
For educational purpose, it is a simple ransomware uses DES algorithm
-
cnet Public
ComplexNet is an advanced and flexible artificial neural network framework designed to handle complex-valued parameters. Unlike traditional real-valued neural networks.
-
chatbot-api Public
A straightforward RESTful API for a chatbot using Django.
-
operating-systems-code Public
Learning about operating systems, so cool :D
-
-
-
xlib-paint Public
This is just a simple xlib painting program.
-
file-sort-rust Public
Just a simple program to sort your files in rust
-
fortran-ml Public
Just my machine learning notes and code in fortran
-
assert-fortran-git Public
Assert for gfortran linux
-
-
-
Sign-Language-Detection Public
Forked from RaudelCasas1603/Image-ClassificationAn small neural network that classifies sign language
-
recipe-app-web Public
A simple recipes app web
-
memory-allocator Public
This is my version of my memory allocator in nasm.
-
How to install archlinux in QEMU
1 UpdatedDec 31, 2022 -
HashTableFile Public
A simple program that uses a file as a map to map data by a given hash function.
-
monokai-emacs Public
Forked from oneKelvinSmith/monokai-emacsMonokai for Emacs is a port of the popular TextMate theme Monokai by Wimer Hazenberg.
-
Mastering-Algorithms-with-C-1 Public
Forked from xbalabala/Mastering-Algorithms-with-CThis repository contains example files organized by chapters in Mastering Algorithms with C, by Kyle Loudon
-
hacking-The-Art-of-Exploitation- Public
Forked from intere/hackingSource code from Hacking: The Art of Exploitation (Second Edition).