Highlights
- Pro
- All languages
- Assembly
- Ballerina
- C
- C#
- C++
- CMake
- CSS
- Clojure
- CoffeeScript
- Crystal
- Cuda
- Cython
- Dart
- Dockerfile
- Elixir
- Erlang
- Fortran
- GLSL
- Go
- HCL
- HTML
- Haskell
- Haxe
- Java
- JavaScript
- Jinja
- Jsonnet
- Jupyter Notebook
- Kotlin
- LLVM
- Logos
- Lua
- M4
- Makefile
- Mathematica
- Nix
- OCaml
- Objective-C
- Perl
- Protocol Buffer
- Python
- QML
- Ren'Py
- RenderScript
- Rocq Prover
- Roff
- Ruby
- Rust
- Scala
- Scheme
- Shell
- Smarty
- Standard ML
- Swift
- TeX
- Thrift
- TypeScript
- Vim Script
- Vue
- XSLT
- YAML
- Zig
Starred repositories
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP…
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
A text editor in less than 1000 LOC with syntax highlight and search.
Transmits AM radio on computers without radio transmitting hardware.
A little fail-safe filesystem designed for microcontrollers
Experimental, scalable, high performance HTTP server
Pony is an open-source, actor-model, capabilities-secure, high performance programming language
A small utility to modify the dynamic linker and RPATH of ELF executables
mon(1) - Simple single-process process monitoring program written in C
An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmalloc. Optimised for x86 and x64. Compatible with C++. Can patc…
Transform vmlinuz into a fully debuggable vmlinux that can be used with /proc/kcore
libara is a library for constructing random access memory interfaces. Operations are asynchronous and are provided data structures for relaying memory between functions. It is built on top of libuv…
libalru is a library for creating really fast numeric based LRU caches that leverage an optimized CRC-16-CCITT ported over from @mafintosh's array-lru