Red-black tree module.
A simple left leaning red black tree implementation.
High-performance (binary) tree and sorted map implementation (AVL, Splay, Radix, Red-Black)
> A WebSocket provider for Y.js that works with ActionCable
React component for Tippy.js
std-uritemplate implementation for TS/JS
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
GJS TypeScript type definitions for RB-3.0, generated from library version 3.0.0
The Native Node.js version of [AutoCorrect](https://github.com/huacnlee/autocorrect) built on [NAPI.RS](https://napi.rs).
Generate a slug – transliteration with a lot of options
A framework for responsive emails
htmlparser2 tree adapter for parse5.
A minimalistic 2-way binding system
Simple lib for letting JS talk to Flipper.rb
The Hashgraph Online Standards SDK provides a complete implementation of the Hiero Consensus Standards (HCS), giving developers all the tools needed to build wonderful decentralized applications on the Hashgraph network. https://hol.org
An implementation of the Okasaki red-black tree in JavaScript
mdast utility to serialize markdown
unist utility to visit nodes
mdast extension to parse and serialize GFM task list items
mdast utility to parse markdown
Client Side Validations Simple Form plugin
Client Side Validations made easy for your Rails 7.2 and 8.x applications
mdast extension to parse and serialize GFM (GitHub Flavored Markdown)
TypeScript definitions for @babel/generator
A Red Black Tree implementation in Rust
A textbook implementation of a Red-Black Tree.
A set based on a RB-Tree for efficient operations.
Iron-oxide fast embedded database - nanosecond-level key-value storage
Rolling statistics for technical analysis in backtesting and live trading systems.
(This gem was named as treevisitor) tree.rb is a 'clone' of tree unix command. The gem implements a library to mange tree structures. The gem contains also a library to build tree with a dsl (domain specific language), and an implementation of visitor design pattern. An example of DSL to build tree: <pre> tree = TreeNode.create do node "root" do leaf "l1" node "sub" do leaf "l3" end node "wo leaves" end </pre>
Syntax Tree support for RBS
A KDTree Library
RB-Trees supported Ruby2
An EventMachine[http://rubyeventmachine.com/] based library for interacting with the very cool Redis[http://code.google.com/p/redis/] data store by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's {redis-rb}[http://github.com/ezmobius/redis-rb/tree/master] library (distributed as part of Redis). This library is only useful when used as part of an application that relies on Event Machine's event loop. It implements an EM-based client protocol, which leverages the non-blocking nature of the EM interface to acheive significant parallelization without threads. WARNING: this library is my first attempt to write an evented client protocol, and isn't currently used in production anywhere. All that bit in the license about not being warranted to work for any particular purpose really applies.