Fast Delaunay Triangulation in JavaScript
Normalizes GraphQL responses by reducing duplication, resulting in smaller payloads and faster JSON parsing.
List of output ndarray data type policies.
List of input ndarray casting policies.
Menome Technologies Inc: takes incoming text and turns it into a structure suitable for a graph
Rummy plugin for symbol extraction via antlrmap and ctags
Fast Delaunay Triangulation in JavaScript
Embedded JavaScript templating tool
yjs bridge to Svelte
Add IDE-like text entry to HTML contenteditable tags
For remote retrieval of a simple blog index and content
Framework-agnostic TypeScript SDK for the Planetary Minds API: typed HTTP client, Zod schemas mirroring the API contract, and helpers for building well-behaved deliberation agents.
LISP compiler and runtime
Composable, typing-friendly Redux helpers
Tiny experimental i18n library for JavaScript using tagged template literals.
Artifacts that assist in writing service layers effectively
Copious World content Identififier
Headless Claude Code issue processor - A wrapper that runs Claude Code in a loop to process issues from a directory queue
Annotate Curtiz2 Markdown files with Japanese natural language parsing
Normalizes GraphQL responses by reducing duplication, resulting in smaller payloads and faster JSON parsing.
Jessie standard library
Shards sprites, scenes, and groups into cross-cutting 'aspects'
stringify jsonld
A CLI menu tool utilizing abbreviations
A parser/filter/processor for OSM protobuf bundles
Use CSV tools to see who's mapping what in OpenStreetMap.
Turn addresses into coordinates and find nearby amenities using Google Maps API
OSM PBF Filtering and GeoJSON converter
Parse YAML and do it fast: Rapid YAML bindings for Rust
SIMD-accelerated nearest-neighbors for point cloud collision checking
Formally verify that your safety comments are correct.
arbitrary precision continued fraction arithmetic
Query OpenStreetMap Nodes
ACORN command line interface
Pure Rust implementation of the AES256CTR-Poly1305AES Authenticated Encryption with optional architecture-specific hardware acceleration.
Flexibility when you need it.
This is a simple module that encapsulates a set of desirable manipulations to the (X)HTML output of Redcarpet, producing a Nokogiri::XML::Document which is amenable to further manipulation.
CommandSet is a user interface framework. Its focus is a DSL for defining commands, much like Rake or RSpec. A default readline based terminal interpreter (complete with context sensitive tab completion, and the amenities of readline: history editing, etc) is included. It could very well be adapted to interact with CGI or a GUI - both are planned. CommandSet has a lot of very nice features. First is the domain-specific language for defining commands and sets of commands. Those sets can further be neatly composed into larger interfaces, so that useful or standard commands can be resued. Optional application modes, much like Cisco's IOS, with a little bit more flexibility. Arguments have their own sub-language, that allows them to provide interface hints (like tab completion) as well as input validation. On the output side of things, CommandSet has a very flexible output capturing mechanism, which generates a tree of data as it's generated, even capturing writes to multiple places at once (even from multiple threads) and keeping everything straight. Methods that normally write to stdout are interposed and fed into the tree, so you can hack in existing scripts with minimal adjustment. The final output can be presented to the user in a number of formats, including contextual coloring and indentation, or even progress hashes. XML is also provided, although it needs some work. Templates are on the way. While you're developing your application, you might find the record and playback utilities useful. cmdset-record will start up with your defaults for your command set, and spit out an interaction script. Then you can replay the script against the live set with cmdset-playback. Great for ad hoc testing, usability surveys and general demos.