-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Rust ★ 65k 15d agoExplain → -
xsv ▣
A fast CSV command line toolkit written in Rust.
Rust ★ 11k 1y agoExplain → -
toml
TOML parser for Golang with reflection.
Go ★ 5.0k 6d agoExplain → -
quickcheck
Automated property based testing for Rust (with shrinking).
Rust ★ 2.8k 2mo agoExplain → -
jiff
A datetime library for Rust that encourages you to jump into the pit of success.
Rust ★ 2.8k 9h agoExplain → -
fst
Represent large sets and maps compactly with finite state transducers.
Rust ★ 2.1k 1y agoExplain → -
rust-csv
A CSV parser for Rust, with Serde support.
Rust ★ 1.9k 8mo agoExplain → -
erd
Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.
Haskell ★ 1.9k 1y agoExplain → -
walkdir
Rust library for walking directories recursively.
Rust ★ 1.5k 1y agoExplain → -
memchr
Optimized string search routines for Rust.
Rust ★ 1.5k 9d agoExplain → -
nflgame
An API to retrieve and read NFL Game Center JSON data. It can work with real-time data, which can be used for fantasy football.
Python ★ 1.3k 6y agoExplain → -
aho-corasick
A fast implementation of Aho-Corasick in Rust.
Rust ★ 1.3k 2mo agoExplain → -
byteorder
Rust library for reading/writing numbers in big-endian and little-endian.
Rust ★ 1.1k 1y agoExplain → -
nfldb
A library to manage and update NFL data in a relational database.
Python ★ 1.1k 5y agoExplain → -
bstr
A string type for Rust that is not required to be valid UTF-8.
Rust ★ 1.1k 2d agoExplain → -
wingo
A fully-featured window manager written in Go.
Go ★ 1.0k 1mo agoExplain → -
bttf
A command line tool for datetime arithmetic, parsing, formatting and more.
Rust ★ 728 23d agoExplain → -
xgb
The X Go Binding is a low-level API to communicate with the X server. It is modeled on XCB and supports many X extensions.
Go ★ 514 4y agoExplain → -
rust-snappy
Snappy compression implemented in Rust (including the Snappy frame format).
Rust ★ 508 10mo agoExplain → -
termcolor
Cross platform terminal colors for Rust.
Rust ★ 490 1y agoExplain → -
advent-of-code
Rust solutions to AoC 2018
Rust ★ 477 5y agoExplain → -
go-sumtype
A simple utility for running exhaustiveness checks on Go "sum types."
Go ★ 453 1y agoExplain → -
chan
Multi-producer, multi-consumer concurrent channel for Rust.
Rust ★ 392 5y agoExplain → -
cargo-benchcmp
A small utility to compare Rust micro-benchmarks.
Rust ★ 366 1y agoExplain → -
regex-automata ▣
A low level regular expression library that uses deterministic finite automata.
Rust ★ 353 2y agoExplain → -
rebar
A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks.
Python ★ 311 12d agoExplain → -
suffix
Fast suffix arrays for Rust (with Unicode support).
Rust ★ 281 2y agoExplain → -
tabwriter
Elastic tabstops for Rust.
Rust ★ 272 9mo agoExplain → -
critcmp
A command line tool for comparing benchmarks run by Criterion.
Rust ★ 264 1y agoExplain → -
rure-go
Go bindings to Rust's regex engine.
Go ★ 263 2y agoExplain → -
imdb-rename
A command line tool to rename media files based on titles from IMDb.
Rust ★ 243 1y agoExplain → -
xgbutil
A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
Go ★ 203 6y agoExplain → -
ty
Easy parametric polymorphism at run time using completely unidiomatic Go.
Go ★ 198 12y agoExplain → -
dotfiles
My configuration files and personal collection of scripts.
Vim Script ★ 195 7h agoExplain → -
pytyle3
An updated (and much faster) version of pytyle that uses xpybutil and is compatible with Openbox Multihead.
Python ★ 180 11y agoExplain → -
rust-cbor
CBOR (binary JSON) for Rust with automatic type based decoding and encoding.
Rust ★ 149 7y agoExplain → -
rsc-regexp
Translations of a simple C program to Rust.
Rust ★ 140 2y agoExplain → -
chan-signal
Respond to OS signals with channels.
Rust ★ 127 6y agoExplain → -
same-file
Cross platform Rust library for checking whether two file paths are the same file.
Rust ★ 121 8mo agoExplain → -
goim
Goim is a robust command line utility to maintain and query the Internet Movie Database (IMDb).
Go ★ 118 9y agoExplain → -
ucd-generate
A command line tool to generate Unicode tables as source code.
Rust ★ 118 1y agoExplain → -
clibs
A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and implementation of common data structures (hashmaps, vectors and linked lists).
C ★ 105 10y agoExplain → -
nflvid
An experimental library to map play meta data to footage of that play.
Python ★ 94 8y agoExplain → -
rust-stats
Basic statistical functions on streams for Rust.
Rust ★ 89 3y agoExplain → -
duration-unit-lookup
How fast can we recognize a word from a small pre-determined set?
Rust ★ 86 1y agoExplain → -
migration
Package migration for Golang automatically handles versioning of a database schema by applying a series of migrations supplied by the client.
Go ★ 76 12y agoExplain → -
winapi-util
Safe wrappers for various Windows specific APIs.
Rust ★ 75 9mo agoExplain → -
rust-pcre2
High level Rust bindings to PCRE2.
C ★ 64 8mo agoExplain → -
xpybutil
An incomplete xcb-util port plus some extras
Python ★ 62 7y agoExplain → -
blog
My blog.
Rust ★ 61 14d agoExplain → -
graphics-go
Automatically exported from code.google.com/p/graphics-go
Go ★ 60 3y agoExplain → -
rust-sorts
Implementations of common sorting algorithms in Rust with comprehensive tests and benchmarks.
Rust ★ 54 8y agoExplain → -
openbox-multihead
Openbox with patches for enhanced multihead support.
C ★ 48 14y agoExplain → -
nakala
A low level embedded information retrieval system.
Rust ★ 46 5y agoExplain → -
nflfan
View your fantasy teams with nfldb using a web interface.
JavaScript ★ 45 10y agoExplain → -
globset
A globbing library for Rust.
Rust ★ 45 2y agoExplain → -
utf8-ranges
Convert contiguous ranges of Unicode codepoints to UTF-8 byte ranges.
Rust ★ 44 4y agoExplain → -
notes
A collection of small notes that aren't appropriate for my blog.
★ 39 4mo agoExplain → -
rtmpdump-ksv
rtmpdump with ksv's patch. Intended to track upstream git://git.ffmpeg.org/rtmpdump as well.
C ★ 39 12y agoExplain → -
regexp
A regular expression library implemented in Rust.
Rust ★ 37 10y agoExplain → -
locker
A simple Golang package for conveniently using named read/write locks. Useful for synchronizing access to session based storage in web applications.
Go ★ 36 8y agoExplain → -
xdg
A Go package for reading config and data files according to the XDG Base Directory specification.
Go ★ 36 13y agoExplain → -
nflcmd
A collection of command line utilities for viewing NFL statistics and rankings with nfldb.
Python ★ 33 12y agoExplain → -
vcr
A simple wrapper tool around ffmpeg to capture video from a VCR.
Rust ★ 31 8y agoExplain → -
mempool
A fast thread safe memory pool for reusing allocations.
Rust ★ 31 10y agoExplain → -
encoding_rs_io
Streaming I/O adapters for the encoding_rs crate.
Rust ★ 29 1y agoExplain → -
gribble
A command oriented language whose environment is defined through Go struct types by reflection.
Go ★ 27 6y agoExplain → -
rust-cmail
A simple command line utility for periodically sending email containing the output of long-running commands.
Rust ★ 23 1y agoExplain → -
cluster
A simple API for managing a network cluster with smart peer discovery.
Go ★ 20 13y agoExplain → -
cablastp
Performs BLAST on compressed proteomic data.
Go ★ 18 11y agoExplain → -
cmd
A convenience library for executing commands in Go, including executing commands in parallel with a pool.
Go ★ 16 13y agoExplain → -
rg-cratesio-typosquat
The source code of the 'rg' crate. It is an intentional typo-squat that redirects folks to 'ripgrep'.
Rust ★ 16 1y agoExplain → -
rust-error-handling-case-study
Code for the case study in my blog post: http://blog.burntsushi.net/rust-error-handling
Rust ★ 16 7y agoExplain → -
pager-multihead
A pager that supports per-monitor desktops (compatible with Openbox Multihead and Wingo)
Python ★ 15 9y agoExplain → -
imgv
An image viewer for Linux written in Go.
Go ★ 14 10y agoExplain → -
cmail
cmail runs a command and sends the output to your email address at certain intervals.
Go ★ 13 12y agoExplain → -
burntsushi-blog
A small Go application for my old blog.
CSS ★ 13 12y agoExplain → -
gohead
An xrandr wrapper script to manage multi-monitor configurations. With hooks.
Go ★ 13 6y agoExplain → -
fanfoot
View your fantasy football leagues and get text alerts when one of your players scores.
Python ★ 12 13y agoExplain → -
crev-proofs
My crev reviews.
★ 11 6y agoExplain → -
awesome-rust ⑂
A curated list of awesome Rust code and resources.
★ 10 11y agoExplain → -
intern
A simple package for interning strings, with a focus on efficiently representing dense pairwise data.
Go ★ 10 12y agoExplain → -
pytyle1
A lightweight X11 tool for simulating tiling in a stacking window manager.
Python ★ 10 13y agoExplain → -
pyndow
A window manager written in Python
Python ★ 9 15y agoExplain → -
cif
A golang package for reading and writing data in the Crystallographic Information File (CIF) format. It mostly conforms to the CIF 1.1 specification.
Go ★ 9 12y agoExplain → -
qcsv
An API to read and analyze CSV files by inferring types for each column of data.
Python ★ 8 13y agoExplain → -
rucd
WIP
Rust ★ 8 8y agoExplain → -
freetype-go
A fork of freetype-go with bounding box calculations.
Go ★ 6 10y agoExplain → -
sqlsess
Simple database backed session management. Integrates with Gorilla's sessions package.
Go ★ 6 12y agoExplain → -
blackfriday ⑂
Blackfriday: a markdown processor for Go
Go ★ 6 14y agoExplain → -
polars ⑂
Dataframes powered by a multithreaded, vectorized query engine, written in Rust
★ 5 2y agoExplain → -
cargo-smart-release ⑂
Release complex cargo-workspaces automatically with changelog generation, used by `gitoxide`
★ 5 1y agoExplain → -
csql
Package csql provides convenience functions for use with the types and functions defined in the standard library `database/sql` package.
Go ★ 5 12y agoExplain → -
rkyv ⑂
Zero-copy deserialization framework for Rust
★ 5 2y agoExplain → -
kodama ⑂
Fast hierarchical agglomerative clustering in Rust.
Rust ★ 5 2y agoExplain → -
go-wayland-simple-shm
No description.
C ★ 5 14y agoExplain → -
wendy ⑂
A pure Go implementation of the Pastry Distributed Hash Table
Go ★ 5 13y agoExplain → -
present
My presentations.
HTML ★ 4 4mo agoExplain → -
prodash ⑂
report progress of concurrent applications and display it in various ways
★ 4 1y agoExplain → -
coreutils ⑂
Cross-platform Rust rewrite of the GNU coreutils
Rust ★ 4 12y agoExplain → -
http ⑂
Rust HTTP types
★ 4 2y agoExplain → -
hypergrep ⑂
Recursively search directories for a regex pattern
★ 4 2y agoExplain → -
bcbgo
Computational biology tools for the BCB group at Tufts University.
Go ★ 4 13y agoExplain → -
sqlauth
A simple Golang package that provides database backed user authentication with bcrypt.
VimL ★ 4 12y agoExplain → -
gitoxide ⑂
An idiomatic, lean, fast & safe pure Rust implementation of Git
★ 3 1y agoExplain → -
lcmweb
A Go web application for coding documents with the Linguistic Category Model.
JavaScript ★ 3 12y agoExplain → -
xpyb
A clone of xorg-xpyb.
C ★ 3 13y agoExplain → -
annotate-snippets-rs ⑂
Library for snippet annotations
★ 3 1y agoExplain → -
insta ⑂
A snapshot testing library for rust
★ 3 2y agoExplain → -
memchr-2.6-mov-regression
No description.
Rust ★ 3 2y agoExplain → -
burntsushi-homepage
A small PHP web application for my old homepage.
PHP ★ 3 13y agoExplain → -
genecentric
A tool to generate between-pathway modules and perform GO enrichment on them.
Python ★ 3 12y agoExplain → -
rust-docs
A silly repo for managing my Rust crate documentation.
Python ★ 3 10y agoExplain → -
rust-analyzer ⑂
An experimental Rust compiler front-end for IDEs
★ 3 6y agoExplain → -
advisory-db ⑂
Security advisory database for Rust crates published through crates.io
★ 3 5y agoExplain → -
regex ⑂
No description.
Rust ★ 3 4y agoExplain → -
fex
A framework for specifying and executing experiments.
VimL ★ 3 12y agoExplain → -
rust.vim ⑂
Vim configuration for Rust.
Vim Script ★ 2 2y agoExplain → -
esp-hal ⑂
no_std Hardware Abstraction Layers for ESP32 microcontrollers
Rust ★ 2 1y agoExplain → -
rum
A Rust implementation of the infamous ICFP 2006 "Universal Machine"
★ 2 6y agoExplain → -
countwords ⑂
Playing with counting word frequencies (and performance) in various languages.
★ 2 3y agoExplain → -
homebrew-core ⑂
:beers: Core formulae for the Homebrew package manager
Ruby ★ 2 8y agoExplain → -
packse ⑂
Python packaging scenarios
★ 2 2y agoExplain → -
text ⑂
Miscellaneous functions for formatting text
Go ★ 2 12y agoExplain → -
martini ⑂
Classy web framework for Go
Go ★ 2 12y agoExplain → -
docopt ⑂
Pythonic command line arguments parser, that will make you smile
★ 2 12y agoExplain → -
memmap-rs ⑂
cross-platform Rust API for memory-mapped IO
Rust ★ 2 10y agoExplain → -
arewewebyet ⑂
Are we web yet? A simple reckoning of Rust’s readiness for Web-related things.
HTML ★ 2 10y agoExplain → -
semver-parser ⑂
A parser for the semver specification
Rust ★ 2 10y agoExplain → -
json-gold ⑂
A JSON-LD processor for Go
Go ★ 2 9y agoExplain → -
go ⑂
idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
Go ★ 2 8y agoExplain → -
atty ⑂
are you or are you not a tty?
Rust ★ 2 8y agoExplain → -
pcre2-mirror
A git mirror for PCRE2's SVN repository at svn://vcs.exim.org/pcre2/code
★ 2 7y agoExplain → -
hugo ⑂
A Fast and Flexible Static Site Generator built with love by spf13 in GoLang
Go ★ 2 5y agoExplain → -
window-marker
Use vim-like marks on windows.
Python ★ 2 14y agoExplain → -
ripgrep-release-test
Testing ground for ripgrep releases. Note that I rewrite history on `master` in this repo!
Rust ★ 1 8mo agoExplain → -
rusqlite ⑂
Ergonomic bindings to SQLite for Rust
★ 1 1y agoExplain → -
mscs-thesis-project ⑂
Repository for my MSCS thesis work
★ 1 3y agoExplain → -
tauri-jiff ⑂
No description.
Kotlin ★ 1 1y agoExplain → -
rooster ⑂
Release management tool
★ 1 2y agoExplain → -
cpython ⑂
The Python programming language
★ 1 2y agoExplain → -
c_cablastp
An early implementation of CaBLASTP in C. DO NOT USE.
C ★ 1 12y agoExplain → -
rustaceans.org ⑂
Backing data for
★ 1 11y agoExplain → -
cargo ⑂
The Rust package manager
★ 1 11y agoExplain → -
handlebars-rust ⑂
Rust templating with Handlebars
Rust ★ 1 11y agoExplain → -
benchmarksgame-rs ⑂
The Computer Language Benchmarks Game: Rust implementations
Rust ★ 1 11y agoExplain → -
this-week-in-rust ⑂
Data for this-week-in-rust.org
HTML ★ 1 11y agoExplain → -
hanziconv ⑂
Hanzi Converter for Traditional and Simplified Chinese
Python ★ 1 10y agoExplain → -
rand ⑂
No description.
Rust ★ 1 10y agoExplain → -
semver ⑂
Semantic version parsing and comparison.
Rust ★ 1 10y agoExplain → -
rust-runtime-benchmarks ⑂
Some benchmarks for testing rustc performance.
Rust ★ 1 10y agoExplain → -
thread-id ⑂
Get a unique thread ID in Rust
Rust ★ 1 9y agoExplain → -
documentation ⑂
beautiful, flexible, powerful js docs
JavaScript ★ 1 9y agoExplain → -
rfcs ⑂
RFCs for changes to Rust
★ 1 9y agoExplain → -
findfile
No description.
Rust ★ 1 8y agoExplain → -
rust-decimal ⑂
A Decimal Implementation written in pure Rust suitable for financial calculations.
Rust ★ 1 8y agoExplain → -
env_logger ⑂
A logging implementation for `log` which is configured via an environment variable.
Rust ★ 1 8y agoExplain → -
toml-1 ⑂
Tom's Obvious, Minimal Language
★ 1 8y agoExplain → -
system76-firmware ⑂
System76 Firmware Tool and Daemon
Rust ★ 1 6y agoExplain → -
regex-benchmark ⑂
It's just a simple regex benchmark of different programming languages.
★ 1 6y agoExplain → -
levenshtein-distance-benchmarks ⑂
No description.
★ 1 6y agoExplain → -
packages ⑂
Primary and community-submitted packages for webinstall.dev
★ 1 5y agoExplain → -
d3-force ⑂
Force-directed graph layout using velocity Verlet integration.
JavaScript ★ 1 9y agoExplain → -
remove_dir_all ⑂
Reliable remove_dir_all implementation for Windows
Rust ★ 1 8y agoExplain → -
150fp-practice
Practice problems for Advanced Functional Programming (COMP150FP-FA2013).
Haskell ★ 1 12y agoExplain → -
sudoku
An attempt at a sudoku solver in Haskell.
Haskell ★ 1 13y agoExplain → -
Floor ⑂
An expressjs inspired web framework for Rust
Rust ★ 1 12y agoExplain → -
encoding_rs ⑂
A Gecko-oriented implementation of the Encoding Standard in Rust
Rust ★ 1 5y agoExplain → -
play
Testing stuff.
★ 1 9y agoExplain → -
thread_local-rs ⑂
Per-object thread-local storage for Rust
Rust ★ 1 9y agoExplain → -
lsp-types ⑂
Types for communicating with a language server
★ 0 4mo agoExplain → -
linux ⑂
Linux kernel source tree
C ★ 0 3y agoExplain → -
clap-rs ⑂
A full featured, fast Command Line Argument Parser for Rust
Rust ★ 0 9y agoExplain → -
rzozowski ⑂
A regex crate using Brzozowski derivatives.
★ 0 1y agoExplain → -
lupo ⑂
No description.
★ 0 5y agoExplain → -
http-cache-semantics ⑂
🦀 Parses HTTP headers to correctly compute cacheability of responses.
★ 0 6y agoExplain → -
oss-fuzz ⑂
OSS-Fuzz - continuous fuzzing for open source software.
★ 0 2y agoExplain → -
blog.rust-lang.org ⑂
The Rust Programming Language Blog
★ 0 3y agoExplain → -
clam ⑂
No description.
★ 0 6y agoExplain → -
simd ⑂
No description.
Rust ★ 0 9y agoExplain → -
mal ⑂
mal - Make a Lisp
C# ★ 0 11y agoExplain → -
rust ⑂
a safe, concurrent, practical language
Rust ★ 0 1mo agoExplain →
No repos match these filters.