A more robust tap-producing test harness for node and browsers. Adds beforeEach, afterEach, etc.
Yakbak proxy for reading/writing tapes of network interactions
Regression test runner for AgentTape tapes
Reads and writes data to cassette tapes
ASX TAPES ARCADE — Holotape-based game runtime using KLH → SCXQ2 → XJSON engine.
[](https://circleci.com/gh/airtasker/proxay)
Converts to/from various ASCII hex record formats used in EPROM programming, paper tapes etc
A node.js HTTP proxy that records and playbacks requests
Tape plugin - draw washi tape with click-and-drag for infinite canvas
A small package to manage endlessly rolling tapes of text or other assets.
Record and playback HTTP responses
No description provided.
Deterministic provenance index for agent-driven work
empty
empty
Record and playback HTTP responses
 
High-integrity HTTP proxy for deterministic API record & replay. Features non-deterministic matching (canonical JSON/Query), sensitive data redaction, and deep forensics via CLI management.
**🚨 Alert: Functional Bitcoin is VERY beta software with frequent breaking changes. Brave pioneers only until the beta tag is removed.**
empty
empty
Deterministic engine for AI-driven worlds and AI tabletop RPGs. v3.0 - the Living Persistent World: a data-driven Any-System rules AST (any tabletop system, no untrusted code), cross-session snapshot + replay, an offline Epoch world-tick, a fail-closed HM
deckbake recipe: terminal recording via asciinema + the <AsciinemaCast> Slidev component.
Operate JavaScript agent used to load and run Bitcoin programs.
A minimal database for storing data in contigious tapes
A high-performance automatic differentiation library for Rust
Linux magnetic tape device I/O — safe bindings for the SCSI tape driver ioctl interface
Your data, permanently recorded — uncensorable, uneditable, and here for good.
Your data, permanently recorded — uncensorable, uneditable, and here for good.
Your data, permanently recorded — uncensorable, uneditable, and here for good.
Your data, permanently recorded — uncensorable, uneditable, and here for good.
Your data, permanently recorded — uncensorable, uneditable, and here for good.
Parser for the tracing-tape format
Tracing subscriber layer for the tracing-tape format
Binary format specification for the tracing crate
A gamedev console inspired by classic Unix text editors
Free Software command-line tools for audio playback, mastering, and whatever else related to audio. dtas follows the worse-is-better philosophy and acts as duct tape to combine existing command-line tools for flexibility and ease-of-development. dtas is currently implemented in Ruby (and some embedded shell), but may use other languages in the future.
A Ruby interface for blinky-tape-test-status
Guard integration for blinky-tape-test-status
Duct tape together some debian packages
Gem for the PromptWorks demo-tape home test ***NOT MEANT FOR PERSONAL USE***
Provides convenient means of "taping" into instance or class method calls. The intercepting code is provided with reference to the object, reference to the original method and list of arguments.
It wraps any LLM client with a tiny DSL. In test environement, it records “tapes” (YAML fixtures of real LLM calls) and replays them on subsequent runs; when a tape is stale, it re-records to keep tests current. Production stays clean and safe, while CI avoids hammering the API every run--yielding deterministic tests, faster pipelines, and fewer tokens spent.
ace-demo records terminal sessions as reviewable proof-of-work artifacts, with sandbox-isolated YAML tapes and GitHub PR attachment for agent-driven evidence delivery.
Weaving a semantic DSL to construct fluent interfaces for test execution logic.
This gem provides you with the module `YATM`. The class YATM::Machine, specifically, allows you to program a functioning turing machine and load it with a tape containing arbitrary symbols. Check out files `lib/example_*.rb` to see it in action.
ignis-autograd adds a differentiable tensor (Ignis::Tensor) and a reverse-mode autograd tape on top of the Ignis GPU foundation. Build computation graphs over GPU arrays and get exact gradients (verified against finite differences). The building block for neural-network training in pure Ruby on an NVIDIA GPU.
# Hexflex [](https://travis-ci.org/aauthor/hexflex) Hexflex is a Ruby gem and command-line tool for automatically generating [hexaflexagon] templates. ## Installation gem install 'hexaflexa' ...or you can put it in your Gemfile. ## Usage ### as a gem in your ruby project To create an [RVG] object containing a vector of the hexaflexagon template: Hexflex.make_template_vector(side_fills: ARRAY_OF_SIDE_FILLS, template: TEMPLATE) To save the hexaflexagon template as a file to the disk: Hexflex.create_template_image!(side_fills: ARRAY_OF_SIDE_FILLS, template: TEMPLATE, output_file_name: OUTPUT) Where: - a `SIDE_FILL` is a [standard X color] or path to file for a side of the hexaflexagon. Either three or zero sides should be specified. The default are cyan, magenta, and yellow. - `TEMPLATE` is template the form for the hexaflexagon. It can either be "tape" or "glue". The default is "tape". - `OUTPUT` is a path to save the hexaflexagon template image. The default is "out.png". ### as a command-line tool hexflex [-s SIDE_FILL -s SIDE_FILL -s SIDE_FILL] [-t TEMPLATE] [-o OUTPUT] See above for definitions of `SIDE_FILL`, `TEMPLATE`, AND `OUTPUT`. [hexaflexagon]: https://en.wikipedia.org/wiki/Flexagon#Trihexaflexagon [standard X color]: https://en.wikipedia.org/wiki/X11_color_names [RVG]: https://rmagick.github.io/rvg.html