generot
I'm a 1st year student, currently studying and working in the automotive sector. My bigger interest as of now is motor (electric or IC) control.
Bosch GmbHPernik, Bulgaria
Pinned Repositories
ElemenD
Сайтът ElemenD, преработен като мобилно приложение, достъпно за всички, напълно безплатно.
gl-dos
The Generally Lightweight Disk Operating System(GL-DOS, for short) is a simplistic 32-bit operating system with its own bootloader(no GRUB or anything), a pet project of mine.
graphik-compiler-and-utilities
This is the official repository of the Graphik Utility Package(GUP). It includes the Graphik programming language, which I specified based on a previous project(namely Flex++), the Graphik Lightweight Compiler(GLC), which compiles Graphik source code down to x64 Assembly, and the Graphik Graphical Calculator(GGC).
hacktues9-memelitrix
Това е официалната репозитория за HackTUES 9 на отбор Memelitrix.
Hasnake
Hasnake is a pure-impure functional scripting language based on Haskell, implemented in Python. It supports and even builds on top of the already-existing Standard Haskell base syntax. It serves as my second semester "Scripting languages" project.
Memelin_HackTUESGG
Това е официалната репозитория за HackTUES GG на отбор Memelin.
Memelitrix_HackTues8
Това е официалната репозитория на отбор Memelitrix за Hack TUES 8.
pseudo-3d-renderer
P3D is a Pseudo-3D Renderer, i.e. Raycaster, much like the one used in games such as Wolfenstein 3D.
RaycastIntersectionRenderer
In short, this application uses the Line-Line intersection theorem to determine whether the FOV(made up of rays) intersects with a map piece and if it does, it draws the map piece on the screen.
VM-0
VM/0 is a simple procedural toy language, that is compiled to bytecode, which is then executed by the VM/0 virtual machine(similar to Java and Python).
generot's Repositories
generot/graphik-compiler-and-utilities
This is the official repository of the Graphik Utility Package(GUP). It includes the Graphik programming language, which I specified based on a previous project(namely Flex++), the Graphik Lightweight Compiler(GLC), which compiles Graphik source code down to x64 Assembly, and the Graphik Graphical Calculator(GGC).
generot/Hasnake
Hasnake is a pure-impure functional scripting language based on Haskell, implemented in Python. It supports and even builds on top of the already-existing Standard Haskell base syntax. It serves as my second semester "Scripting languages" project.
generot/gl-dos
The Generally Lightweight Disk Operating System(GL-DOS, for short) is a simplistic 32-bit operating system with its own bootloader(no GRUB or anything), a pet project of mine.
generot/hacktues9-memelitrix
Това е официалната репозитория за HackTUES 9 на отбор Memelitrix.
generot/Memelin_HackTUESGG
Това е официалната репозитория за HackTUES GG на отбор Memelin.
generot/Memelitrix_HackTues8
Това е официалната репозитория на отбор Memelitrix за Hack TUES 8.
generot/VM-0
VM/0 is a simple procedural toy language, that is compiled to bytecode, which is then executed by the VM/0 virtual machine(similar to Java and Python).
generot/ElemenD
Сайтът ElemenD, преработен като мобилно приложение, достъпно за всички, напълно безплатно.
generot/RaycastIntersectionRenderer
In short, this application uses the Line-Line intersection theorem to determine whether the FOV(made up of rays) intersects with a map piece and if it does, it draws the map piece on the screen.
generot/TGITD_HackTues6
Официалната репозитория на отбор "TheyGlowInTheDark" за Hack TUES 6.
generot/pseudo-3d-renderer
P3D is a Pseudo-3D Renderer, i.e. Raycaster, much like the one used in games such as Wolfenstein 3D.
generot/BigIntegerLibrary
A C/C++ library that provides addition, multiplication and exponentiation of arbitrarily large integers.
generot/cerebralink
Мозъчно-компютърен интерфейс, който има за цел да асоциира различните мозъчни/когнитивни състояния на потребителя си с компютърни инструкции.
generot/Disconsole
A simple C console interface that lets you send messages to a Discord channel via a given webhook.
generot/DrFrensky
A shitpost Discord bot, although for some reason, I actually put some effort into it. It was brought into its current state in less than a week(approximately 3-4 days).
generot/driving-assistance-system
Дипломна работа 2023 г. на Мартин Наков - Система за напътстване на шофьор на базата на стерео компютърно зрение.
generot/esm-compressed-format
ESM е алгоритъм за компресия на изображения (определен от едноиммения формат ".esm").
generot/ExogenBreach
Official "Exogen Breach" repository. Hopefully, we'll finish the game this time.
generot/FlexPP_ProgLangInterpreter
This is an interpreter for my own programming language going by the name Flex++. It has originally been created for a Discord bot(going by the name: xǝlℲ xǝlℲ), but now it is also available as a standalone interpreter
generot/FractalWebsite
A website showing the magical world of fractals. It includes escape sequence fractals(Mandelbrot, Julia sets), L-System fractals and others
generot/HackTuesX-Tranzistoro-CamModule
This is the official repository for the embedded part of the project of team "Tranzistoro" during HackTuesX.
generot/hasdl
A small Haskell binding for SDL.
generot/linux
Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
generot/Qtil
An easy-to-use Visual Studio Code quick utilities extension, that makes data exchange between documents easier.
generot/schrift-vot-project
Втори проект по ВОТ за II-ри срок, на Мартин Наков.
generot/ScruTINY
ScruTINY е преносима система за защита, може да бъде поставена навсякъде, по всяко време. Тя е приспособена за безжична комуникация със собственика си.
generot/ScruTINY-online
Уебсайтът(и сървър) за ScruTINY.
generot/terrain-generation
Random terrain generation with Perlin noise, using an isometric-type tileset.
generot/vot-project-web-scraper
Проект по "Виртуализация и облачни технологии".
generot/voxal
The Voxal Programming Language is a LISP-like functional programming language written in C++. It serves as my 2nd term OOP project.