hndregjoni's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
google/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
PRQL/prql
PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
jart/blink
tiniest x86-64-linux emulator
carp-lang/Carp
A statically typed lisp, without a GC, for real-time applications.
dabeaz/curio
Good Curio!
janet-lang/janet
A dynamic language and bytecode vm
kleiton0x00/Advanced-SQL-Injection-Cheatsheet
A cheat sheet that contains advanced queries for SQL Injection of all types.
bakpakin/Fennel
Lua Lisp Language
factor/factor
Factor programming language
vygr/ChrysaLisp
Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...
queer/boxxy
boxxy puts bad Linux applications in a box with only their files.
Overv/vramfs
VRAM based file system for Linux
S3cur3Th1sSh1t/OffensiveVBA
This repo covers some code execution and AV Evasion methods for Macros in Office documents
betaveros/noulith
*slaps roof of [programming language]* this bad boy can fit so much [syntax sugar] into it
Robert-van-Engelen/tinylisp
Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.
prathyvsh/pl-catalog
A catalog of programming languages
breck7/pldb
PLDB: a Programming Language DataBase
dundalek/awesome-lisp-languages
A list of Lisp-flavored programming languages
badlogic/dos-dev-template
Template project for developing DOS games/apps with DJGPP, including source-level remote debugging with GDB and DOSBox.
tomhrr/cosh
Concatenative command-line shell
nickbild/tflite_c64
Run inferences using TensorFlow Lite for Microcontrollers on a Commodore 64.
detjonmataj/Data-Structure-and-Algorithms-Visualization-in-VR
A virtual reality project that visualizes Data Structures and Algorithms for a better understanding. This project is build using Unity 3d and it's compatible with Oculus Quest 2 by Meta Platforms, Inc. This project it's part of Virtual Technologies Erasmus+ project - 2nd Student Training sponsored by European Union (Erasmus Programme) in collaboration with Epoka University.
detjonmataj/Tiny-C-Compiler-Patches
During my experience with the C programming language, I have come across many problems. I realized that some things could be changed to improve the user experience with the language. In this repository, you will find patches for a lightweight C compiler called TinyC, where I implemented new features and improved existing ones.
iglidraci/swe211-paradigms
PROGRAMMING LANGUAGE PARADIGMS
denis-ismailaj/shqip
An esolang that looks like natural Albanian language.
detjonmataj/C-Perceptron
Implementation of a Simple Perceptron (Simplest Neural network by Frank Rosenblatt) in C based on the example given example in the Veritasium video.