-1704805491 | | Aliases Racket's bitwise operators to the symbolic names used in other languages (e.g. << instead of arithmetic-shift) | succeeds | 0 |
-1678386386 | | Answer various questions about a file, e.g. "Is this a gzip file?"
THIS IS VERY ALPHA. Currently only supports the 'is it a gzip' question, code is ugly, etc. This package needs documentation This package needs license metadata | succeeds; has dependency problems | 4 |
-1683813022 | | Locate font files on your computer This package needs license metadata | succeeds; has failing tests | 5 |
-1687916010 | | Utility functions that are missing from Racket -- e.g. 'say' (variadic displayln), 'multi-partition' (partition into more than two lists), better exception creation / trapping, database management, etc This package needs documentation This package needs license metadata | succeeds | 4 |
-1655776608 | | Wraps a chunk of code in "entering" and "leaving" log messages and returns the result(s) of the code. This package needs license metadata | succeeds | 2 |
-1660580024 | | Task manager with retries, data carried across restarts, sorting, filtering, and more. This package needs license metadata | succeeds; has dependency problems; has failing tests | 5 |
-1664387076 | | A listener-based action handling system License: - Ill-formed metadata
(MIT)
| succeeds; has dependency problems | 2 |
-1704474753 | | An amortized O(1) queue struct This package needs tags | succeeds; has dependency problems | 1 |
-1655227054 | | Defines a struct containing two async-channels in order to make bi-directional communication simple. Relies on the struct-plus-plus module. | succeeds | 0 |
-1655490576 | | A small library for working with semaphores. | succeeds | 0 |
-1726314978 | | Extended form of struct. Generates keyword constructors, functional setters and updaters. Allows per-field default values, contracts, wrapper functions, and declarative-syntax rules for interfield relations and transformations. This package needs license metadata | succeeds | 2 |
-1678379870 | | A Racket version of the Perl Test::More module. As compared to default Racket tests, this: Shows results for all tests, not just failing ones. Returns values from tests to simplify conditional tests. Much more flexible approximation testing. Shorter test names. Docs are in the README.md This package needs documentation This package needs license metadata | succeeds | 4 |
-1592246206 | | Provides 'thread-id' (parameter containing a randomly-chosen string identifier for the current thread) and 'thread-with-id' (function that takes a thunk and runs it in a new thread with a new randomly-generated ID. thread IDs are strings of the form "thread-{random number}". This package needs license metadata | succeeds | 2 |
-1659395917 | | Implements compact storage for nested data with overlapping elements, such as paths in a file tree. This package needs license metadata | succeeds | 2 |
-1650559756 | | Exception handling (with-handlers) and flow control guarantees (dynamic-wind) with code shared between the dynamic-wind clauses and a final cleanup phase. This package needs license metadata | succeeds | 2 |
-1617307620 | | Allows syncing on arbitrary values. Events are unchanged, procedures sync to their return value unless told not to, lists sync recursively unless told not to, all other values sync to themselves.
This package needs license metadata | succeeds | 2 |