JSON stylesheets for React
Pi-style /tree plugin for OpenCode TUI.
VS Code-style tree-based panel layout for React
Interactive-rebase style tree navigation for pi sessions.
bootstrap4 style tree for react
Inheritable dynamic style tree.
parse markdown list-style tree to json
mdast utility to serialize markdown
mdast extension to parse and serialize GFM task list items
unist utility to recursively walk over nodes, with ancestral information
mdast extension to parse and serialize GFM (GitHub Flavored Markdown)
unist utility to get the position of a node
mdast utility to transform to hast
mdast extension to parse and serialize GFM tables
mdast utility to check if a node is phrasing content
unist utility to check if a node passes a test
unist utility to serialize a node, position, or point as a human readable location
mdast extension to parse and serialize MDX or MDX.js JSX
htmlparser2 tree adapter for parse5.
mdast extension to parse and serialize GFM autolink literals
mdast extension to parse and serialize GFM footnotes
mdast extension to parse and serialize GFM strikethrough
mdast extension to parse and serialize MDX (or MDX.js) expressions
mdast extension to parse and serialize MDX.js ESM (import/exports)
Generate the original Ruby source from a Ripper-style abstract syntax tree.
Tree style Ruby object viewer (for the terminal)
Tree-style sidebar navigation
A Splay Tree is a self adjusting binary search tree with the additional property that recently accessed elements are quick to access again. This makes it useful for caches because the most commonly accessed elements will be the fastest ones to access. This tree has an additional feature that allows it's maximum size to be restricted. When it exceeds it's maximum size, it will drop all of the nodes which are at the terminal ends of the tree structure, leaving many of the more commonly accessed nodes intact. This implementation is written in C++ with a Ruby wrapper.
Breadth first search an HTML page and spit out all the branches of the tree as CSS selectors. Simple filtering is currently hardcoded to ignore HTML tags that we don't style.
CallableTree provides a framework for organizing complex logic into a tree of callable nodes. It allows you to chain execution from a root node to leaf nodes based on matching conditions. Key features include multiple traversal strategies: `seekable` (like nested `if`/`case`), `broadcastable` (one-to-many execution), and `composable` (pipelined processing). Supports class-based, builder-style and factory-style definitions.
With treeoid, you can create tree-style hierarchies for Mongoid classes. Just "include Treeoid" and you're ready to roll. You get a "parent" accessor, a "children" array, plus a scope called "hierarchically" that spits everything out in hierarchical order - perfect for front end rendering.
Oktest.rb is a new-style testing library for Ruby. You can write `ok {1+1} == 2` instead of `assert_equal 2, 1+1` or `expect(1+1).to eq 2`. In addition, Oktest.rb supports **Fixture injection** feature inspired by dependency injection and **JSON Matcher** feature similar to JSON schema. See https://github.com/kwatch/oktest/tree/ruby/ruby for details.
A jekyll generator which creates a site-tree consisting of all the files in the output (built) path of a jekyll website. For a site with a structure like: - /foo.md - /bar.html - /posts/2019/15/10/hello-world.md - /posts/2019/15/10/lo-and-behold.md - /assets/styles/main.scss You'll recieve an XML unordered list like: - foo - bar - posts/2019/15/10 - hello-world - lo-and-behold - assets/styles - main
ignis-collective brings NCCL-style collective communication to Ruby: ring/tree all-reduce, and P2P / IPC (VMM) / host-staged / TCP transports, on the Ignis foundation. EXPERIMENTAL — the transports require multiple GPUs / nodes and cannot be exercised on a single GPU, so this is shipped separately from the verified single-GPU stack.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.