Pinned Repositories
BetterBird
Chrome extension for a slightly better Twitter
gen
Type-driven code generation for Go
jargon
Tokenizers and lemmatizers for Go
rate
A composable rate limiter for Go
slice
A LINQ-inspired typewriter for use with gen.
Split.net
A fast string and bytes splitter for C#, with a focus on zero allocations
stack-correlation
Correlates tags on the Stack Exchange network
typewriter
The package underlying gen: type-driven code generation for Go
uax29
A tokenizer based on Unicode text segmentation (UAX #29), for Go. Split words, sentences and graphemes.
uax29.net
A tokenizer for splitting words, graphemes and sentences per Unicode UAX #29, for .Net
clipperhouse's Repositories
clipperhouse/gen
Type-driven code generation for Go
clipperhouse/jargon
Tokenizers and lemmatizers for Go
clipperhouse/uax29
A tokenizer based on Unicode text segmentation (UAX #29), for Go. Split words, sentences and graphemes.
clipperhouse/rate
A composable rate limiter for Go
clipperhouse/go-allocations-vsix
A VS Code extension for easily discovering allocations in Go
clipperhouse/uax29.net
A tokenizer for splitting words, graphemes and sentences per Unicode UAX #29, for .Net
clipperhouse/slice
A LINQ-inspired typewriter for use with gen.
clipperhouse/Split.net
A fast string and bytes splitter for C#, with a focus on zero allocations
clipperhouse/setwriter
clipperhouse/split
A fast string and byte splitter for Go
clipperhouse/ntime
Express monotonic relative time as an integer in Go
clipperhouse/jargon-typescript
An experimental port of jargon from Go
clipperhouse/gobberish
Generates random utf-8 strings for fuzz t�sting character encoding probl�ms
clipperhouse/netlify
Matt Sherman’s website (Hugo + Netlify)
clipperhouse/semantic-grep
grep for words with similar meaning to the query
clipperhouse/stemmer
A set of Snowball language stemmers for Go..
clipperhouse/words
A command-line utility for splitting words
clipperhouse/benchfmt
Format Go benchmarks to Markdown tables
clipperhouse/bleve
A modern text indexing library for go
clipperhouse/bluge
indexing library for Go
clipperhouse/cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
clipperhouse/go-limiter
A supersonic rate limiting package for Go with HTTP middleware.
clipperhouse/go-runewidth
wcwidth for golang
clipperhouse/homebrew-tap
clipperhouse/prometheus
The Prometheus monitoring system and time series database.
clipperhouse/rfc9839
Go-language library to check for problematic Unicode code points
clipperhouse/segmenter-repro
clipperhouse/snowball
Go implementation of the Snowball stemmers
clipperhouse/unicode-segmentation
Grapheme Cluster and Word boundaries according to UAX#29 rules
clipperhouse/utf8
A fork from the Go standard library, to experiment with generics