Typescript/node bindings for Elements
Returns an array of all tabbable DOM nodes within a containing node.
Array of "void elements" defined by the HTML specification.
Utils useful for work with dom for Editor.js tools development
Treat React JSX elements as value types and hoist them to the highest scope
A convertor between XML text and Javascript object / JSON text.
Array manipulation, ordering, searching, summarizing, etc.
List of HTML void tag names
a CSS selector compiler/engine
Shared type definitions for the Node Slack SDK
Cast aria-hidden to everything, except...
Build an element once, move it anywhere
A per-spec XML serializer implementation
UI Components for React Navigation
Parses JavaScript objects into XML
Define uninitialized elements
hast utility to get the plain-text value of a node according to the `innerText` algorithm
React components for Stripe.js and Stripe Elements
Array of "block level elements" defined by the HTML specification
Parses JavaScript objects into XML. This is a fork of the original js2xmlparser, with some additional features
Babel Types is a Lodash-esque utility library for AST nodes
Convert any HTML to the Contentful Rich Text format
Trap focus within a DOM node.
Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.
kramdown-math-mathjaxnode uses mathjax-node to convert math elements to MathML
Split XML files on an element, yielding (streaming, so constant memory usage) each node in turn. Uses sgrep internally.
Provides a generic tree data structure with ability to store keyed node elements in the tree. The implementation mixes in the Enumerable module.
RubyTree is a Ruby implementation of the generic tree data structure. It provides simple APIs to store named nodes, and to access, modify, and traverse the tree. The data model is node-centric, where nodes in the tree are the primary structural elements. It supports all common tree-traversal methods (pre-order, post-order, and breadth first). RubyTree mixes in the Enumerable and Comparable modules and behaves like a standard Ruby collection (iteration, comparison, etc.). RubyTree also includes a binary tree implementation, which provides in-order node traversal besides the other methods. RubyTree can import from and export to JSON, and supports Ruby’s object marshaling.
appending elements to a linked list generates successive list nodes
This Gem eagerly loads trees by indexing the nodes of the tree. The number of queries needed for loading a tree is N, Where N is the number of different models(ActiveRecords) in the tree. Each inner object in the tree have an index node instance that is connecting it to the root. When the root of the tree is loaded, only the objects that are in the tree are fetched(Pruning). The index nodes are created when the root element is saved and stored in the IndexNode model.
The initial focus is to read EAC-CPF files that represent an individual person, which will have a 'cpfDescription' node. The 'cpfDescription' (Corporate body, person or family description) contains information on the name structures, descriptive elements, and relationships.
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.
PageBuilder is a utility library to make building html5 pages easier. It has two parts. The first is some classes that provide an interface for dealing with common html element attributes. The second is a module, that can be mixed into your presenters, that provides helpers for generating html nodes with less code than using Nokogiri directly.
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.