thetinygoat's Stars
romainl/idiomatic-vimrc
Guidelines for sculpting your very own ~/.vimrc.
folke/lazy.nvim
💤 A modern plugin manager for Neovim
rogchap/v8go
Execute JavaScript from Go
sqlfluff/sqlfluff
A modular SQL linter and auto-formatter with support for multiple dialects and templated code.
dgryski/go-perfbook
Thoughts on Go performance optimization
openauthjs/openauth
â–¦ Universal, standards-based auth provider.
meilisearch/meilisearch
A lightning-fast search API that fits effortlessly into your apps, websites, and workflow
buildwithmalik/PythonCheatSheet
A Cheat Sheet 📜 to revise Python syntax. Particularly useful for solving Data Structure and Algorithmic problems with Python.
debauchee/barrier
Open-source KVM software
danurbanowicz/halide
A customizable, responsive image portfolio website template, built with Eleventy and Tina CMS
waydabber/BetterDisplay
Unlock your displays on your Mac! Flexible HiDPI scaling, XDR/HDR extra brightness, virtual screens, DDC control, extra dimming, PIP/streaming, EDID override and lots more!
zeitlings/alfred-calendar
📅 Block Calendar and Agenda with Apple Calendar integration
vitorgalvao/custom-alfred-iterm-scripts
AppleScript for iTerm2 Alfred integration.
antirez/linenoise
A small self-contained alternative to readline and libedit
jflaherty/ptrtut13
A TUTORIAL ON POINTERS AND ARRAYS IN C
willemt/raft
C implementation of the Raft Consensus protocol, BSD licensed
khizmax/libcds
A C++ library of Concurrent Data Structures
zed-industries/zed
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
hagezi/dns-blocklists
DNS-Blocklists: For a better internet - keep the internet clean!
pretzelhammer/rust-blog
Educational blog posts for Rust beginners
oz123/awesome-c
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
skyzh/mini-lsm
A tutorial of building an LSM-Tree storage engine in a week.
neovim/neovim
Vim-fork focused on extensibility and usability
ulid/javascript
Universally Unique Lexicographically Sortable Identifier
ulid/spec
The canonical spec for ulid
axiomhq/hyperloglog
HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom
concurrencykit/ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
tidwall/btree.c
B-tree implementation in C
OrangeTide/btree
lock free modified prefix B+tree append-only database
myui/btree4j
Disk-based B+-tree written in Pure Java