Projects in Awesome Lists by fitzgen
A curated list of projects in awesome lists by fitzgen .
https://github.com/fitzgen/dodrio
A fast, bump-allocated virtual DOM library for Rust and WebAssembly.
Last synced: 28 Sep 2025
https://github.com/fitzgen/wu.js
wu.js is a JavaScript library providing higher order functions for ES6 iterators.
Last synced: 22 Jul 2025
https://github.com/fitzgen/generational-arena
A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
Last synced: 22 Apr 2025
https://github.com/fitzgen/state_machine_future
Easily create type-safe `Future`s from state machines — without the boilerplate.
Last synced: 03 Mar 2025
https://github.com/fitzgen/github-api
Javascript bindings for the Github API.
Last synced: 11 Jan 2026
https://github.com/fitzgen/operational-transformation
JavaScript implementation of Operational Transformation
Last synced: 03 Oct 2025
https://github.com/fitzgen/safe-gc
A garbage collection library for Rust with zero unsafe code
Last synced: 09 Apr 2025
https://github.com/fitzgen/inlinable_string
An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.
Last synced: 05 Apr 2025
https://github.com/fitzgen/intrusive_splay_tree
An intrusive splay tree implementation that is no-std compatible and free from allocation and moves
Last synced: 05 Apr 2025
https://github.com/fitzgen/synth-loop-free-prog
Synthesis of Loop-free Programs in Rust
Last synced: 17 Jul 2025
https://github.com/fitzgen/operational-transformation-example
Example app using Operational Transformation
Last synced: 26 Mar 2025
https://github.com/fitzgen/associative-cache
A generic, fixed-size, associative cache
Last synced: 13 Apr 2025
https://github.com/fitzgen/source-map-mappings
Parse the `mappings` field in source maps
Last synced: 26 Mar 2025
https://github.com/fitzgen/fast-bernoulli
Efficient sampling with uniform probability
Last synced: 26 Mar 2025
https://github.com/fitzgen/histo
Histograms with a configurable number of buckets, and a terminal-friendly Display.
Last synced: 26 Mar 2025
https://github.com/fitzgen/django-wysiwyg-forms
WYSIWYG form editor/creator django app
Last synced: 26 Mar 2025
https://github.com/fitzgen/minisynth-rs
Program synthesis is possible in Rust
Last synced: 15 Jul 2025
https://github.com/fitzgen/is_executable
Is there an executable file at the given path?
Last synced: 11 Oct 2025
https://github.com/fitzgen/derive_is_enum_variant
Automatically derives `is_dog` and `is_cat` methods for `enum Pet { Dog, Cat }`.
Last synced: 26 Mar 2025
https://github.com/fitzgen/rpn-js
A reverse polish notation --> JavaScript compiler demoing source maps
Last synced: 26 Mar 2025
https://github.com/fitzgen/bugzilla-todos
Bugzilla todo list of reviews, flag requests, and bugs to fix
Last synced: 25 Aug 2025
https://github.com/fitzgen/tryparenscript.com
The code behind TryParenScript.com
Last synced: 26 Mar 2025
https://github.com/fitzgen/noodles
Asynchronous, non-blocking, continuation-passing-style versions of the common higher order functions in `Array.prototype`.
Last synced: 26 Mar 2025
https://github.com/fitzgen/rent_to_own
A wrapper type for optionally giving up ownership of the underlying value.
Last synced: 26 Mar 2025
https://github.com/fitzgen/rust-conf-2019
Flatulence, Crystals, and Happy Little Accidents
Last synced: 26 Mar 2025
https://github.com/fitzgen/wasm-summit-2021
Stuff related to my Wasm Summit 2021 talk
Last synced: 26 Mar 2025
https://github.com/fitzgen/longest-increasing-subsequence
A crate for finding a longest increasing subsequence of some input
Last synced: 02 Aug 2025
https://github.com/fitzgen/preduce
A parallel, language agnostic, automatic test case reducer
Last synced: 17 Oct 2025
https://github.com/fitzgen/erl-ot
Simple example of Operational Transformation in Erlang
Last synced: 15 Jun 2025
https://github.com/fitzgen/mutatis
`mutatis` is a library for writing custom, structure-aware test-case mutators for fuzzers in Rust.
fuzzing property-based-testing
Last synced: 26 Mar 2025
https://github.com/fitzgen/cl-pattern-matching
Erlang/Haskell style pattern matching macros for Common Lisp.
Last synced: 04 Apr 2025
https://github.com/fitzgen/parenscript-narwhal
Integrates ParenScript with Narwhal and provides a ParenScript REPL.
Last synced: 26 Mar 2025
https://github.com/fitzgen/ada-scheme
Following along with Peter Michaux's Scheme from Scratch series (http://peter.michaux.ca/articles/scheme-from-scratch-introduction) in Ada
Last synced: 18 Jan 2026
https://github.com/fitzgen/reform
A Narwhal module for working with HTML forms, similar to Django's forms.
Last synced: 26 Mar 2025
https://github.com/fitzgen/couchdb-io
Io library for working with CouchDB (not yet implemented)
Last synced: 19 Jan 2026
https://github.com/fitzgen/wasm-debugging-capabilities
Collecting requirements for WebAssembly debugging capabilities
Last synced: 10 Feb 2026
https://github.com/fitzgen/code-size-benchmarks
Rust and WebAssembly code size micro benchmarks
Last synced: 04 Apr 2025
https://github.com/fitzgen/canvas-tool
experimental canvas tool; WORK IN PROGRESS
Last synced: 04 Apr 2025
https://github.com/fitzgen/kahn
A build tool for AMD-style Common JS projects
Last synced: 11 Aug 2025
https://github.com/fitzgen/tron
An online implementation of Tron, but you play with code instead of keys. Built with Wu.js, WebSockets, and Node.
Last synced: 04 Apr 2025
https://github.com/fitzgen/blimp
A very simple django blogging app for my site. Blog + Simple = Blimp?
Last synced: 04 Apr 2025
https://github.com/fitzgen/dateformat
A port of Steven Levithan's dateFormat to CommonJS.
Last synced: 04 Apr 2025
https://github.com/fitzgen/mach_o_sys
Bindings to the OSX mach-o system library
Last synced: 26 Mar 2025
https://github.com/fitzgen/mxr
Search the Mozilla Cross Reference from the command line
Last synced: 04 Apr 2025
https://github.com/fitzgen/tasks
A demo app I used for my presentation on server side JS.
Last synced: 04 Apr 2025
https://github.com/fitzgen/protolith
Just for exploratory fun, I decided to see what it takes to write a prototypical object system in Lisp.
Last synced: 19 Jan 2026
https://github.com/fitzgen/mini-meta-git
Very simple, lightweight git repository authentication and management (because gitosis just gets in my way).
Last synced: 19 Jan 2026
https://github.com/fitzgen/loader
A smart, parallel client-side Javascript loader written in ParenScript
Last synced: 25 Feb 2026
https://github.com/fitzgen/bender
Create robust user interfaces with finite state machines.
Last synced: 15 Oct 2025
https://github.com/fitzgen/reader-submit-to-hn
Greasemonkey script to add a link for submitting articles to Hacker News from Google Reader.
Last synced: 04 Apr 2025
https://github.com/fitzgen/aossoa
A crate providing a macro to abstract and automate SoA vs AoS
Last synced: 06 Jul 2026
https://github.com/fitzgen/pybeasttree
Library for parsing/consuming BEAST tree files
Last synced: 04 Apr 2025
https://github.com/fitzgen/breakpoint-rs
Set breakpoints with the `breakpoint!()` macro.
Last synced: 22 Jul 2025
https://github.com/fitzgen/rust-words
Learning Rust. Read words from stdin and then print each unique word out in order and how many times it was found.
Last synced: 31 Dec 2025
https://github.com/fitzgen/servo-trace-dump
JS and CSS for Servo's HTML timelines
Last synced: 19 Jan 2026
https://github.com/fitzgen/bang-bang-con-west-2020
Writing Programs! That Write Other Programs!!
Last synced: 19 Jan 2026
https://github.com/fitzgen/hippocampus
A Lisp dialect targetting JavaScript
Last synced: 09 Sep 2025
https://github.com/fitzgen/learn-your-scales
Flashcard-style webapp for learning musical scales!
Last synced: 14 Oct 2025