add terminal view taped animation text
Run tape tests inside electron
Create a custom block style to make images look like they're taped to the screen.
Interaction with UI mutation is usability 101 level stuff. Web developers should always keep this in mind to let user realize which element has beeb tapped. I like Google Material Design's ripple effect when user taped some clickable elements, suh as <a /
HTTP testing instances for Ethereum
SupaSteelTokens or SSTs, are "taped" cookies that use the native 'crypto' module to encrypt/decrypt data. With SSTs, you can: selected the number of keys you want to generate for "taping" your cookies, select any given ones at random, and tape and untap y
A Vite plugin that adds subresource integrity hashes to your index.html file at build time.
empty
empty
Exploration tool for Sanity Agent Context — produces knowledge docs for production AI agents
The categorized content items
Yakbak proxy for reading/writing tapes of network interactions
Get the rhyming part of a word, allowing to check if words rhyme or group rhyming words together.
Email digest plugin for OpenClaw — polls Gmail, deduplicates, tracks state, exposes digest to agent for triage
pi agent skills & extensions: run-in-tmux, parrot, mulch, overstory
A handmade UI design system — wobbly borders, crayon colors, sticky notes, washi tape, and doodle stickers for your website
Official TypeScript SDK for Meld.ai
Complete view component for rendering comments in RN
One Page Documentation
A pure JavaScript image gallery component for react-native apps with common gestures like pan, pinch and doubleTap, supporting both iOS and Android.
A plugin to add an editor.js custom field to Strapi 5.
The 2023 iHeartRadio Music Awards will be held at the Dolby Theatre in Los Angeles on March 27, 2023, and broadcast live on Fox. 2023 iHeartRadio Music Awards: How to Watch the Show Online
>This used to be a fork of [ldn0x7dc/react-native-gallery](https://github.com/ldn0x7dc/react-native-image-gallery) but since the author has stopped maintaining it, here's our own repo. Props to him for his work !
Vue3 touch gesture library for pc and mobile (vue3 鼠标手势库)
A lightweight cursor for non-linear parsing of slices.
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.
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