Pinned Repositories
beeminder
Racket API for beeminder.com
Copper
Perl module for pipelining data from many sources to many sinks
crypto
in-out-logged
Racket library that wraps a chunk of code in log messages and returns the value.
majordomo
A job manager that includes automatic retries with updated state on restart. Written in Racket.
racket-dstorrs-libs
racket-trie
The trie data structure, suitable for items of any type. Written in Racket.
struct-plus-plus
A Racket library for creating structs with contracts, defaults, wrapper functions, etc
thread-with-id
Racket library that allows creating threads with randomly chosen IDs that make them easier to distinguish in logs or etc.
try-catch
A Racket library for exception handling with shared code and execution guarantees.
dstorrs's Repositories
dstorrs/struct-plus-plus
A Racket library for creating structs with contracts, defaults, wrapper functions, etc
dstorrs/racket-dstorrs-libs
dstorrs/racket-trie
The trie data structure, suitable for items of any type. Written in Racket.
dstorrs/try-catch
A Racket library for exception handling with shared code and execution guarantees.
dstorrs/in-out-logged
Racket library that wraps a chunk of code in log messages and returns the value.
dstorrs/majordomo
A job manager that includes automatic retries with updated state on restart. Written in Racket.
dstorrs/thread-with-id
Racket library that allows creating threads with randomly chosen IDs that make them easier to distinguish in logs or etc.
dstorrs/crypto
dstorrs/data-frame
A data frame implementation for Racket
dstorrs/file-metadata
Racket library for getting various metadata about a file (e.g. "Is it a gzip archive?")
dstorrs/majordomo2
Replacement for majordomo. A Racket task manager that supports carrying state across restarts, among other things.
dstorrs/mfd_combat_simulator
An automator for running large-scale fights in the Marked for Death quest
dstorrs/racket-test-more
A Racket version of Perl's Test::More library
dstorrs/struct-define
struct-define - quickly access fields of struct
dstorrs/bitwise-ops
Alias Racket's verbose bitwise operators to the symbolic names used in other languages.
dstorrs/file-watchers
Sensible file watching for Racket
dstorrs/font-finder
A Racket library for locating all font files on your computer
dstorrs/fsmonitor
Racket library for filesystem monitoring
dstorrs/json-ipc
A Racket server using JSON over TCP with generic dispatch.
dstorrs/message-loop
A Racket package for listener-based message handling
dstorrs/r-runtime-paths
RuntimePaths module for the R programming language. Creates paths relative to the enclosing file instead of the current working directory.
dstorrs/racket
The Racket repository
dstorrs/racket-glossary
Glossary to (hopefully) be added to the Racket documentation
dstorrs/racket-nat-traversal
Racket implementation of NAT traversal utilities for opening ports on home routers.
dstorrs/racket-queue
dstorrs/rx-tx-async-channel
A Racket struct for bi-directional communication via async channels
dstorrs/semaphore-utils
A small Racket library for working with semaphores
dstorrs/simple-qr
a qr code tool for racket-lang
dstorrs/test_proj
Trivial project for learning Magit and other tools
dstorrs/value-evt
A Racket library that lets you turn any value into a synchronizable event