Link
Search
Menu
Expand
Document
Code Catalog
Articles
Homebrew - Downloading Software From a Variety of Sources [Ruby]
Error Prone - Testing Bug Checkers [Java]
Terraform - Graph Algorithms [Go]
Chaos Monkey - MySQL-backed Store for Schedules and Terminations [Go]
AWS CDK - Computing Diff Between Infrastructure Templates [TypeScript]
Stockfish - Chess Board Representation [C++]
AWS CLI - Shorthand Parser [Python]
Bat - Text Decoration [Rust]
ZooKeeper - Trie [Java]
HTTPie - Reporting Download Progress [Python]
Firecracker - Rate Limiting [Rust]
Jest - Test Sequencer [TypeScript]
Puppet - HTTP Connection Pool [Ruby]
Protocol Buffers - Stream Tokenizer [C++]
Buck - Artifact Cache Decorators [Java]
did_you_mean - Correcting Typos in Ruby [Ruby]
Jest - Displaying Diffs [TypeScript]
Puppet - Graph Algorithms [Ruby]
Visual Studio Code - Skip Lists [TypeScript]
Scylla - Leader Election with Raft [C++]
By Language
C++ (3)
Go (2)
Java (3)
Python (2)
Ruby (4)
Rust (2)
TypeScript (4)
By Project
AWS CDK (1)
AWS CLI (1)
Bat (1)
Buck (1)
Chaos Monkey (1)
ErrorProne (1)
Firecracker (1)
HTTPie (1)
Homebrew (1)
Jest (2)
Protobuf (1)
Puppet (2)
Scylla (1)
Stockfish (1)
Terraform (1)
Visual Studio Code (1)
ZooKeeper (1)
did_you_mean (1)
By Tag
algorithm (5)
aws (1)
bitboard (1)
builder (1)
chaos-engineering (1)
chess (1)
cli (3)
cloud (1)
connection-pool (1)
dao (1)
data-access (1)
data-structure (2)
decorator (2)
diff (2)
dsl (1)
graph (2)
infrastructure-as-code (2)
leader-election (1)
parsing (2)
rate-limiting (1)
spell-checking (1)
spinner (1)
sql (1)
status-reporting (1)
strategy (1)
template-method (1)
test-framework (2)
test-helper (1)
token-bucket (1)
tokenizer (1)
trie (1)
visitor (1)
Code Catalog on GitHub
Ruby
Title
Project
Language
Tags
Downloading Software From a Variety of Sources
Homebrew
Ruby
#strategy
#template-method
HTTP Connection Pool
Puppet
Ruby
#connection-pool
Correcting typos in Ruby
did_you_mean
Ruby
#spell-checking
Graph Algorithms
Puppet
Ruby
#graph
#algorithm