paulcacheux's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
Wilfred/difftastic
a structural diff that understands syntax 🟥🟩
binwiederhier/ntfy
Send push notifications to your phone or desktop using PUT/POST
automerge/automerge-classic
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
fathyb/carbonyl
Chromium running inside your terminal
rui314/mold
Mold: A Modern Linker ðŸ¦
tetratelabs/wazero
wazero: the zero dependency WebAssembly runtime for Go developers
tummychow/git-absorb
git commit --fixup, but automatic
google/wuffs
Wrangling Untrusted File Formats Safely
DataDog/datadog-agent
Main repository for Datadog Agent
RustAudio/cpal
Cross-platform audio I/O library in pure Rust
mstange/samply
Command-line sampling profiler for macOS and Linux
loov/goda
Go Dependency Analysis toolkit
pmem/syscall_intercept
The system call intercepting library
gitext-rs/git-stack
Stacked branch management for Git
retrio/gb-test-roms
Collection of Game Boy test roms.
arighi/virtme-ng
Quickly build and run kernels inside a virtualized snapshot of your live system
dtolnay/cargo-llvm-lines
Count lines of LLVM IR per generic function
sysprog21/jitboy
A Game Boy emulator with dynamic recompilation (JIT)
rpm-software-management/dnf5
Next-generation RPM package management system
colega/zeropool
Zero-allocation type-safe pool for Go
SingleStepTests/ProcessorTests
A language-agnostic JSON-encoded instruction-by-instruction test suite for the 8088, 68000, 65816, 65[c]02 and SPC700 that includes bus activity.
mattcurrie/dmg-acid2
😀 The Acid2 test, now for the original Game Boy! 😀
NyanSatan/Virtual-iBoot-Fun
Another Virtualization.framework demo project, with focus to iBoot (WIP)
susam/fxyt
Tiny, esoteric, stack-based, postfix, canvas colouring language with only 36 simple commands
dduan/TOMLDecoder
From TOML to Swift Codable types.
bediger4000/userlandexec
userland exec for Linux x86_64
Cloaked9000/ElfLoader
An ELF loader capable of manually loading ELF executables directly from memory into a new process, without the use of exec.
scannells/rust_userspace_loader
A Linux x86_64 ELF loader in user-space written in Rust
io12/userland-execve-rust
An implementation of execve() in user space