README.md
Class that will make any dom element untouchable.
This plugin can make your untouchable build.gradle become a real monster.
simple compression and code modification
A single / multiple, categorizable & searchable item picker (dropdown) component for react native which supports both Android & iOS.
Library that generates Typescript clients based on the OpenAPI specification.
A single / multiple, categorizable & searchable item picker (dropdown) component for react native which supports both Android & iOS.
A library of React components created using `create-react-app`.
A library of React components created using `create-react-app`.
TypeScript library to operate with matrix.
immortal after dark series epub !new!
Download ebook pdf mobi epub Sawyer Bennett Wicked Bond is available now
Tools used to understand or work with numbers in Node.JS, Javascript and derivatives.
Get rid of `failed printing to stdout: Broken pipe (os error 32)` panics by setting `SIGPIPE` to `SIG_DFL` before your `fn main()` runs.
Makes the Rust standard library set `SIGPIPE` to kill.
A fast, interactive TUI dotfiles manager with copy-based sync and secret scanning
Content-addressable store with BLAKE3 hashing and CDC chunking for hyperdocker
CLI binary for hyperdocker - the `hd` command
Merkle DAG engine with incremental invalidation for hyperdocker
FUSE filesystem projection from Merkle DAG for hyperdocker
OCI image ingestion and Dockerfile translation for hyperdocker
Process sandbox with service lifecycle management for hyperdocker
TOML environment spec parser and dependency provider framework for hyperdocker
File system watcher with debouncing and DAG invalidation for hyperdocker
Best-effort converter of stock cargo-style Rust tests into rudzio tests. Runs on a clean git tree, rewrites sources in place, keeps backups and pre-migration copies as block comments, and asks before wiring a shared runner.
This gem built to allowing records to be lockable. It's lock your records and let'em untouched.
Formie implements low level template-based Rails helpers. It injects the formies into the ActionView module. The form-bounded as well as the unbounded templates are supported. Still, the ActionView functionality (e.g. text_field) is kept untouched.
WraithDB uses schema.rb as a template to initialize ActiveRecord classes when databases are offline. It does this with minimal overhead, leaving the normal connection object untouched and only interacting with the columns and tables interfaces.
Agentlog adds a second Rails logger that emits terse, token-efficient request summaries for coding agents while leaving development.log untouched.
Required is a utility to require all files in a directory. Why would one want to require a whole bunch of files at once? I have used this gem on 2 projects to: - require dozens of jar files when working on a JRuby project - pull in all files before running code coverage (rcov), to find code that is otherwise dead/untouched Options for required include the ability to recursively descend through subdirectories, include/exclude files based on pattern matching, and to specify the order of requires based on filename. An array of all the files that were loaded is returned. Quick example: require 'required' required "some/path/to/dir" See the README for more examples, and description of options.
Lightning is a commandline framework that lets users wrap commands with shell functions that are able to refer to any filesystem path by its basename. To achieve this, a group of paths to be translated are defined with shell globs. These shell globs, known as a lightning _bolt_, are then applied to commands to produce functions. In addition to translating basenames to full paths, lightning _functions_ can autocomplete these basenames, resolve conflicts if they have the same name, leave any non-basename arguments untouched, and autocomplete directories above and below a basename. To make bolts shareable between users and functions easier to create, lightning has _generators_. A _generator_ generates filesystem-specific globs for a bolt. Lightning comes with some default generators. Users can make their own generators with generator plugins placed under ~/.lightning/generators/.
ERBook 9.2.1 Write books, manuals, and documents in eRuby http://snk.tuxfamily.org/lib/erbook/ ERBook is an extensible document processor that emits [1]any document you can imagine from [2]eRuby templates, which allow scripting and dynamic content generation. Version 9.2.1 (2009-11-18) This release fixes some bugs in, and improves the readability and load time of, generated XHTML documents. Bug fixes * Prevent search button from starting search when search box untouched. * Prevent browser from fetching base-64 embedded URI sources by qualifying their digests with the "cid" URI schema, which is used to identify the parts of a multi-part e-mail message. This cuts down on the amount of "404 - File Not Found" errors on the web server which hosts your generated XHTML documents because web browsers will not confuse these embedded "cid" digests as being relative HTTP files. Housekeeping * Increase vertical spacing between [3]References for better readability. * Embed W3C validator badges as base-64 data URIs to reduce page load time. * Split the document processing code in ERBook::Document into smaller self-documenting methods. References 1. http://snk.tuxfamily.org/lib/erbook/#HelloWorld 2. http://en.wikipedia.org/wiki/ERuby 3. http://snk.tuxfamily.org/lib/erbook/#_references