Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
bar
A featherweight, lemon-scented, bar based on xcb
-
ldm
A lightweight device mounter, with libudev as only dependency
-
criterion.nim
Archived
Statistic-driven micro-benchmark framework
-
compactdict
Archived
A compact dictionary implementation
Nim 21
-
jstin
Archived
JSON {de,}serialization for the working men.
Nim 18
-
loadMii
A lightweight fast and simple homebrew loader for Nintendo Wii.
622 contributions in the last year
Contribution activity
May 2019
Created a pull request in ziglang/zig that received 5 comments
cmake: Honor LLVM_DIR in the findLLVM script
Allow the user to set a custom path where llvm, clang and lld are built without having to muck too much with the build system.
Created an issue in ziglang/zig that received 1 comment
problematic debug info scope structure
The usual data structure for holding information about the content of a scope is something that's Nested, because scopes can be nested; Able to ho…