badreads

made by Fenimore, submitted by porterjamesj
A book tracking Android app designed to replace Goodreads. It saves your data locally on your phone.

shite: the little static site generator from shell

made and submitted by adityaathalye
This is baaasically what it does... cat ${body_content_file} | ${content_proc_fn} | shite_build_page | ${html_formatter_fn} | tee "${shite_global_data[publish_dir]}/${html_output_file_name}"

streaming-iterables

made by reconbot, submitted by porterjamesj
A library of functional streaming iterable utilities for JavaScript.

elm-csv

made by brianhicks, submitted by porterjamesj
A CSV decoding library for Elm, written in the most boring way possible.

radix-trie

made by scttdavs, submitted by porterjamesj
A radix-trie library for efficient fuzzy string search in JavaScript.

A Formal Theory of Spaghetti Code

made by nickdrozd, submitted by Mai
This blog post attempts to define spaghetti-ness in order to formally test the hypothesis that spaghetti code is the way to maximize runtime in Busy Beaver programs.

fst-gaddag

made by amedee, submitted by porterjamesj
A Rust library implementing a "GADDAG", a data structure designed specifically for Scrabble AIs. It enables you to find all words that contain a substring, (for example, "PLAIN" -> "EXPLAINING")

repost

made by miccah, submitted by porterjamesj
An interpreter for easily defining and sending HTTP requests in multiple environments, written in Rust.

ok - JavaScript implementation of K programming language

made by John Earnest, submitted by porterjamesj
An interpreter for the K array programming language written in JavaScript, with an in-browser REPL.

templatel

made by clarete, submitted by porterjamesj
A Jinja-inspired template language for Emacs