Pinned Repositories
arduino-msgeq7
A guide on how to create your own flashy graphic equalizer with two MSGEQ7s and Arduino
arduino-musicalFloppy
Musical floppy disks with Arduino UNO !
due_ws2812b
esp32_hd44780u
LEDapp
Linked-List-of-Schools
My second semester assignment in my C programming class
linux-kernel-module-cheat
The perfect emulation setup to study and develop the Linux kernel v5.4.3, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step debug and KGDB just work. Powered by Buildroot and crosstool-NG. Highly automated. Thoroughly documented. Automated tests. "Tested" in an Ubuntu 19.10 host.
OCDFormat
A small eclipse plugin that will align the equals signs on multiple lines and align words on multiple lines in columns
Text-Statistics-Calculation
My first semester assignment in my C programming class
TF2-Config-Editor
My attempt at creating a simple editor for .cfg files for the game Team Fortress 2
GeorgiZhelezov's Repositories
GeorgiZhelezov/arduino-msgeq7
A guide on how to create your own flashy graphic equalizer with two MSGEQ7s and Arduino
GeorgiZhelezov/arduino-musicalFloppy
Musical floppy disks with Arduino UNO !
GeorgiZhelezov/due_ws2812b
GeorgiZhelezov/esp32_hd44780u
GeorgiZhelezov/LEDapp
GeorgiZhelezov/Linked-List-of-Schools
My second semester assignment in my C programming class
GeorgiZhelezov/linux-kernel-module-cheat
The perfect emulation setup to study and develop the Linux kernel v5.4.3, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step debug and KGDB just work. Powered by Buildroot and crosstool-NG. Highly automated. Thoroughly documented. Automated tests. "Tested" in an Ubuntu 19.10 host.
GeorgiZhelezov/OCDFormat
A small eclipse plugin that will align the equals signs on multiple lines and align words on multiple lines in columns
GeorgiZhelezov/Text-Statistics-Calculation
My first semester assignment in my C programming class
GeorgiZhelezov/TF2-Config-Editor
My attempt at creating a simple editor for .cfg files for the game Team Fortress 2
GeorgiZhelezov/The-Art-of-Computer-Programming-Books
"Everyday life is like programming, I guess. If you love something you can put beauty into it." ― Donald E. Knuth
GeorgiZhelezov/x86-assembly-cheat
MOVED TO: https://github.com/************/linux-kernel-module-cheat#userland-assembly SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/************/x86-bare-metal-examples, ARM cheat at: https://github.com/************/arm-assembly-cheat
GeorgiZhelezov/x86-bare-metal-examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/************/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/************/linux-kernel-module-cheat#baremetal-setup