Common methods based on JavaScript by ECMAScript 2016
hast utility to check if a node is inter-element whitespace
mdast utility to parse markdown
_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a member of the Firebase team, please avoid using this package_
Attach comments to estree nodes
JavaScript utilities for Vega.
hast utility to check if a node is an embedded element
hast utility to check if a node is phrasing content
Shared giphy js utils
_T.B.D._
Utilities to help with endpoint resolution
The `util.is*` functions introduced in Node v0.12.
Solves a problem with util.format
[](https://www.npmjs.com/package/@aws-sdk/util-locate-window) [](https://www.npmjs.com/packag
Node.js's util module for all engines
unist utility to visit nodes
A parser to Amazon Resource Names
unist utility to recursively walk over nodes, with ancestral information
unist utility to serialize a node, position, or point as a human readable location
unist utility to check if a node passes a test
Utility functions
mdast utility to get the plain text content of a node
mdast utility to serialize markdown
[](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) [](https://www.npmjs.com/
Utilities for Fluvio System components
a few stack oriented utileties designed with unsafe in mind
A Rust library for reading and writing process memory on Linux, designed for easy trainer creation!
This crate provides a bunch of mem safe abstractions,some involving transmute.
Subsystem traits and message definitions
Subsystem traits and message definitions
Utilities for Rusty Extraction Maestro
Actix utils - various actix net related services
A framework for building custom SIEMs
Utilize os "steps_definitions" do FactoryGirl em português com o Cucumber.
The dep_walker is small utility gem that checks dependencies for native extensions used by installed gems on Windows. If you are {RubyInstaller}[http://www.rubyinstaller.org] user and have seen message box: <em>"This application has failed to start because <name_of_dll>.dll was not found. Re-installing the application may fix this problem"</em> when you tried to use gem that has pre-built binariy extension, you've faced common problem on Windows systems - missing dependency dll. Same error might occur even if extension library was built during gem installation if all header files and libraries are available to the build tools, but runtime dependencies are not present. With dep_walker you can simply check all installed gems. Even more, if log is turned on, gem will print out information where dependency is found on the system, so you can check whether Ruby extension really uses correct version of required dll.
Application to gather prometheus style metrics # Usage Install the gem into your gemfile ```gem prometheus-collector``` Install your gemset ```bundle install``` Consume the program. ``` require 'prometheus/collector' class Guage < Prometheus::Collector::Extensions::Base install def run # Do some things that would be collected in Prometheus::Client Objects end end ``` Mount the Prometheus::Collector::Application application, or start it from your app.rb ``` Prometheus::Collector::Application.start ``` # How it works The collector app makes use of the Prometheus client collector and exporter middleware to allow you to write custom applications that export prometheus style metrics. It is designed as a bare-bones scaffold to get you off the ground with a ruby applet to get some statistics. It utilizes rack and its middleware. The interface is fairly straightforward: Your Metric Executing code needs to extend Prometheus::Collector::Extensions::Base for 'repeatedly-runbable' operations and Prometheus::Collector::Extensions::Once for something that should only be executed Once. Your class should implement an instance level `run` function, and may optionally implement a class level `schedule` function: This must return a `cron` style string to tell the application when to invoke your `run` code. By default, `schedule` is set to `* * * * *` which would allow the code to be executed every minute. ### Scheduling Scheduling is implemented via em-cron. Thus the re-scheduling of a task should occur within the parameters of the `schedule` string but is evaluated upon completion. Thus in normal operation, the code should not execute more than one `run` of a given worker definition at a time.
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.