Synchronous CommonJS compatibility layer using node-fibers
Common (Node/Browser) utility functions for Docusaurus packages.
TagSpaces common node module
Titanium SDK Common Node Library
Common Node-parts of Tasenor project
MRTS - common-node
AWS Lambda common node
Common node features that are agnostic to blockchains
Common node functions for Saber
Common node modules and express middleware that are designed to be the boilerplate of a node web app.
Get Linux release info (distribution name, version, arch, release, etc.) from 'os-release' file and from native os module. On Windows and Darwin it only returns common node os module info (platform, hostname, release and arch)
common Node modules/utils that I use
YX-Node: A collection of common node functions.
Common Node Library for the Developer Portal Plugins
Common Node Library for the Apps Plugins
Common Node Library for the Developer Portal Vault Backend
Common Node Library for the Search Plugin
Common Node and Angular code for MDC
The core project for common node operations
This package contains all common node libraries for robbyson project
Common Node and Angular code for UoM library development
Get ABI and version for common node runtimes (node, NW.js, Electron)
common node application components
Common Node and Angular assets for UoM event manager
BlackStack Nodes is a simple library to managing a computer remotely via SSH, and perform some common operations. This library is used and extended by many others like: - [BlackStack Deployer](https://github.com/leandrosardi/blackstack-deployer) - [Pampa](https://github.com/leandrosardi/pampa) - [Simple Proxies Monitoring](https://github.com/leandrosardi/simple_proxies_deploying) - [Simple Hosts Monitoring](https://github.com/leandrosardi/simple_host_monitoring)
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.
Moxml is a unified XML manipulation library that provides a common API for XML node navigation, manipulation, building and XPath querying interface covering multiple parser implementations including Nokogiri, Oga, REXML, Ox, LibXML.
Pochette is a Bitcoin Wallet backend offering a common interface to several bitcoin nodes so you can build single purpose wallets. You can pass in a bunch of addresses and outputs and it will select the appropriate unspent outputs for each of them, calculate change, fees, etc.
llm-graph is a Ruby gem that provides verioned llm conversation graphs. It supports both directed and undirected graphs, and includes methods for adding and removing nodes and edges, checking for the existence of nodes and edges, and other common graph operations.
A gem that adds explain_in_english to ActiveRecord::Relation, translating common Arel query nodes into human-readable language.
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.
StratoEnv populates ENV from one or more AWS SSM Parameter Store paths. Multiple paths form layers, with later paths overriding earlier ones, so you can split common config from node-specific or environment-specific overrides. No Rails dependency; works in Rails, Sinatra, Lambda, scripts, or any Ruby boot process.
Graphviz wrapper for Ruby. This can be used as a common library, a rails plugin and a command line tool. == FEATURES/PROBLEMS: GraphvizR is graphviz adapter for Ruby, and it can: * generate a graphviz dot file, * generate an image file by means of utilizing graphviz, * interprete rdot file and generate an image file, * and, generate a graph image file in rails application as a rails plugin. == SYNOPSYS: === Command Line: bin/graphviz_r sample/record.rdot === In Your Code: This ruby code: gvr = GraphvizR.new 'sample' gvr.graph [:label => 'example', :size => '1.5, 2.5'] gvr.beta [:shape => :box] gvr.alpha >> gvr.beta (gvr.beta >> gvr.delta) [:label => 'label1'] gvr.delta >> gvr.gamma gvr.to_dot replies the dot code: digraph sample { graph [label = "example", size = "1.5, 2.5"]; beta [shape = box]; alpha -> beta; beta -> delta [label = "label1"]; delta -> gamma; } To know more detail, please see test/test_graphviz_r.rb === On Rails : <b>use _render :rdot_ in controller</b> def show_graph render :rdot do graph [:size => '1.5, 2.5'] node [:shape => :record] node1 [:label => "<p_left> left|<p_center>center|<p_right> right"] node2 [:label => "left|center|right"] node1 >> node2 node1(:p_left) >> node2 node2 >> node1(:p_center) (node2 >> node1(:p_right)) [:label => 'record'] end end <b>use rdot view template</b> class RdotGenController < ApplicationController def index @label1 = "<p_left> left|<p_center>center|<p_right> right" @label2 = "left|center|right" end end # view/rdot_gen/index.rdot graph [:size => '1.5, 2.5'] node [:shape => :record] node1 [:label => @label1] node2 [:label => @label2] node1 >> node2 node1(:p_left) >> node2 node2 >> node1(:p_center) (node2 >> node1(:p_right)) [:label => 'record'] == DEPENDENCIES: * Graphviz (http://www.graphviz.org) == TODO: == INSTALL: * sudo gem install graphviz_r * if you want to use this in ruby on rails * script/plugin install http://technohippy.net/svn/repos/graphviz_r/trunk/vendor/plugins/rdot == LICENSE: (The MIT License)
Diff and patch tables
Diff and patch tables
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.