Stars
7
stars
written in C
Clear filter
A code-searching tool similar to ack, but faster.
How to Make a Computer Operating System in C++
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network…
Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
bcrypt-ruby is a Ruby binding for the OpenBSD bcrypt() password hashing algorithm, allowing you to easily store a secure hash of your users' passwords.
A small stack based, written to bring Advent of Code 2022 Day 13 puzzle to the extreme consequences