A lightweight, single-file Controller approach for node/express.
Local Ethereum network node controller
node-controller
Node controller Living As One
AbortController for Node based on EventEmitter
Node Controller Generator
node controller load
A simple abort controller library
An implementation of WHATWG AbortController interface.
Microsoft Azure SDK for JavaScript - Aborter
Node controller for Barco EventManager
Node controller for setting cues in Living As One
Returns native AbortController/AbortSignal if available or the abort-controller module if not
Abortable async function helpers
Keyboard manager which works in identical way on both iOS and Android
OpenTelemetry instrumentation for NestJS server side applications framework
USB HID device access library
Node controller for Barco EventManager
Types for the store controller
Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation
ConnectivityController stores the device's internet connectivity status
Manages requests that require user approval
A library for one-to-many cross-origin communication between Window contexts, built on the postMessage API.
Provides scaffolding for controllers as well a communication system for all controllers
Ruby library for KISS communication with Terminal Node Controllers.
This Vagrant plugin allows you to control centralizely remote virtual environments configured with vagrant-node.
An RPC wrapper for RaiBlocks nodes written in Ruby.It connects to an individual node that you control. There's a client object you can use to make explicit RPC calls as well as proxy objects with logically grouped methods.
SignalBox is a distributed control system for DCC model railroads. It provides a Ruby-based server that receives sensor events from ESP32 nodes, applies control logic, and sends DCC-EX commands to control trains.
AngryMob is the automated system configuration component of YesMaster. It combines convenient configuration data (the node), idempotent code to ensure the configuration of the parts of a system (targets), and a method of controlling the flow of the setup (acts)
Finds the public IP of a random node on a CodeOS cluster running in AWS, and sets the FLEETCTL_TUNNEL variable to allow dev-ops engineers a simple workflow of controlling CoreOS cluster without delving into the AWS console each time
A Capistrano Extension that uses librarian and chef-solo to track your project cookbook dependencies. Use capistrano stages to quickly provision servers for your project. Version control your chef runlist, node configuration and cookbook dependencies.
bocuse teaches chef-solo a few tricks. A strict front-end to chef-solo, it reads a configuration syntax that is under source control and generates JSON for chef-solo. This library puts the full power of Ruby at your fingertips when composing configuration for your nodes using templates and helpers. It is the missing link between puppet and chef.
pocketknife is a devops tool for managing computers running chef-solo, powered by Opscode Chef. Using pocketknife, you create a project that describes the configuration of your computers and then deploy it to bring them to their intended state. With pocketknife, you don't need to setup or manage a specialized chef-server node or rely on an unreliable network connection to a distant hosted service whose security you don't control, deal with managing chef's security keys, or deal with manually synchronizing data with the chef-server datastore. With pocketknife, all of your cookbooks, roles and nodes are stored in easy-to-use files that you can edit, share, backup and version control with tools you already have.
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.