Skip to content
View nothingburguer's full-sized avatar
🦌
- "deer god"
🦌
- "deer god"
  • Freelancer Developer

Organizations

@PROJECT-sndr

Block or report nothingburguer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mi mi Public

    mi is a minimalist Vim-like text editor written in C++ using ncurses, with a focus on simplicity. Aimed at developers, it features built-in features to make code easier.

    C++

  2. jake jake Public

    A build tool that uses JSON files to control the generation of executables and other non-source files of a program from the program's source files. Similar to Make and written up in C++17.

    C++

  3. xld xld Public

    xld is a ELF64 x86-64 arch static linker for Linux. It links GCC-generated object files into standalone executables without relying on the system linker, focusing on clarity, low-level control, and…

    C

  4. clds clds Public

    clds is a lightweight web server written in C with dynamic routing support via Lua, providing script hot-reload, low memory usage, and a simple architecture focused on performance and extensibility…

    C

  5. lcw lcw Public

    The Lua Compilation Watcher (LCW) is a simple-to-use build tool for automatically detect changes on files and then relaunch the compilation command defined on a 'lbuild.txt' file when a changed was…

    Lua

  6. tif tif Public

    tif is a lightweight interpreted language implemented in Lua, featuring basic control flow, variables, expressions and more. Aimed at experimentation and educational use.

    Lua