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

Virtual Keyboard

made by joshuamguillen, submitted by porterjamesj
An in-browser keyboard, inspired by the Yamaha Pianica.

CAblam

made by Sol Sarratea, submitted by porterjamesj
A character-based environment for livecoding cellular automata.

simple_recommender

made by geoffreylitt, submitted by porterjamesj
A simple recommendation engine for Ruby on Rails. Read this blog post for more on the inspiration behind the project: https://www.geoffreylitt.com/2017/03/19/building-a-rails-recommendation-engine.html