appgurueu
Long-time programmer, aspiring algorithmician. Currently studying computer science in Bonn.
Germany
appgurueu's Stars
nektos/act
Run your GitHub Actions locally 🚀
minimaxir/big-list-of-naughty-strings
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
k88hudson/git-flight-rules
Flight rules for git
parallax/jsPDF
Client-side JavaScript PDF generation for everyone.
hammerjs/hammer.js
A javascript library for multi-touch gestures :// You can touch this
HigherOrderCO/HVM
A massively parallel, optimal functional runtime in Rust
rxi/lite
A lightweight text editor written in Lua
antirez/kilo
A text editor in less than 1000 LOC with syntax highlight and search.
lite-xl/lite-xl
A lightweight text editor written in Lua
TypeScriptToLua/TypeScriptToLua
Typescript to lua transpiler. https://typescripttolua.github.io/
neerazz/FAANG
Competitive programming questions.
mlua-rs/rlua
High level Lua bindings to Rust
zpl-c/enet
⚡️ ENet reliable UDP networking library
orbitalquark/textadept
Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
groverburger/g3d
Simple and easy 3D engine for LÖVE.
nvpro-samples/vk_order_independent_transparency
Demonstrates seven different techniques for order-independent transparency in Vulkan.
jgm/lunamark
Lua library for conversion between markup formats
fnuecke/eris
Heavy Duty Persistence for Lua 5.2 and 5.3
go-air/gini
A fast SAT solver
jpvanoosten/VolumeTiledForwardShading
A demo that I created for my Master thesis that demonstrates a rendering technique called Volume Tiled Forward Shading. This technique is based on Tiled and Clustered Forward Shading (Olsson, 2012)
leafo/sitegen
static site generator in MoonScript
lcurses/lcurses
Lua bindings for Curses
thenikso/github-plus-theme
A VSCode theme inspired by GitHub color scheme
erlehmann/algorithmic-symphonies
music written in the C programming language
minetest/minetest_docs
Minetest Engine documentation (Work in progress. Meanwhile, please refer to lua_api.txt and dev.minetest.net)
lord-server/lord
Minetest Lord Of The Rings Game
jubnzv/moonsmith
A random generator of Lua programs
Zachhi/FlockingBoids-VS
A visually pleasing simulation which simulates an abundance of ways in how fish behave with external factors. This includes predators, other fish, obstacles, borders, and more. Animations and music are also included
LizzyFleckenstein03/clockoverlay
Simple X11 clock overlay
naimaryan1/KD_TREE
Simple self-balancing Kd-Tree and KNN search library in pure C. Most tree operations are non-recursive, and therefore suited for embedded systems.