-1536695915 | | 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 | succeeds; has dependency problems | 3 |
-1585796965 | | Locate font files on your computer | succeeds; has failing tests | 4 |
-1651865190 | | 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 | succeeds | 3 |
-1655776608 | | Wraps a chunk of code in "entering" and "leaving" log messages and returns the result(s) of the code. | succeeds | 0 |
-1655907027 | | Task manager with retries, data carried across restarts, sorting, filtering, and more. | fails | 5 |
-1652222580 | | An amortized O(1) queue struct This package needs tags | succeeds | 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 |
-1654286136 | | 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. | succeeds | 0 |
-1556752476 | | 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 | succeeds | 3 |
-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}". | succeeds | 0 |
-1648692283 | | Implements compact storage for nested data with overlapping elements, such as paths in a file tree. | fails | 5 |
-1650559756 | | Exception handling (with-handlers) and flow control guarantees (dynamic-wind) with code shared between the dynamic-wind clauses and a final cleanup phase. | succeeds | 0 |
-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.
| succeeds | 0 |