hast utility to sanitize nodes
Utilities to help with endpoint resolution
The `util.is*` functions introduced in Node v0.12.
Node's internal object extension function
Node.js's util module for all engines
[](https://www.npmjs.com/package/@aws-sdk/util-locate-window) [](https://www.npmjs.com/packag
unist utility to visit nodes
unist utility to check if a node passes a test
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
Utility functions
mdast utility to get the plain text content of a node
[](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) [](https://www.npmjs.com/
mdast utility to serialize markdown
unist utility to get the position of a node
mdast utility to transform to hast
hast utility to check if a node is inter-element whitespace
mdast extension to parse and serialize GFM task list items
mdast utility to check if a node is phrasing content
Various helper utilities
[](https://www.npmjs.com/package/@aws-sdk/util-format-url) [](https://www.npmjs.com/package/@aws-sd
hast utility to create an element from a simple CSS selector
mdast extension to parse and serialize GFM strikethrough
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem. As an example: def conditional1 arg1 return 1 if arg1 == 0 return 0 end becomes: s(:defn, :conditional1, s(:args, :arg1), s(:if, s(:call, s(:lvar, :arg1), :==, s(:lit, 0)), s(:return, s(:lit, 1)), nil), s(:return, s(:lit, 0))) Tested against 801,039 files from the latest of all rubygems (as of 2013-05): * 1.8 parser is at 99.9739% accuracy, 3.651 sigma * 1.9 parser is at 99.9940% accuracy, 4.013 sigma * 2.0 parser is at 99.9939% accuracy, 4.008 sigma * 2.6 parser is at 99.9972% accuracy, 4.191 sigma * 3.0 parser has a 100% parse rate. * Tested against 2,672,412 unique ruby files across 167k gems. * As do all the others now, basically.
Duplicati backup utility wrapper in Ruby with easier API and sensible configuration defaults.
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types. As an example: def conditional1(arg1) if arg1 == 0 then return 1 end return 0 end becomes: s(:defn, :conditional1, s(:args, :arg1), s(:scope, s(:block, s(:if, s(:call, s(:lvar, :arg1), :==, s(:arglist, s(:lit, 0))), s(:return, s(:lit, 1)), nil), s(:return, s(:lit, 0)))))
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types.
Gem that simplifies usage of Consul (via Diplomat gem) to host application settings. Gem provides defaults and utilities
My default setup for writing text documents, utilizing pandoc, erb, markdown and latex
EasyPrompt is a utility for command-line scripts. It handles prompts and default values, and also provides a testing facility for mocking out the command-line user.
The `chrb` utility "activates" an installed Ruby engine, making it the default when scripts invoke an unqualified "ruby" command.
A wrapper of the paperclip attachment handler that uses sane defaults to optimally compress attached images using imagemagick utility functions.
A simple library that holds different utility methods and adds to default class like Array some useful methods
Deckr is a utility for deck.js. - Generate a Sinatra application for deck.js. - Easy to write slides. - Provide shortcuts for managing Extension, Style and Transition. - Write slides with favorite template engine. (default is slim)
The generator can be used to create html or xhtml files. It comes with many utility functions. The javascript to render the table of contents, the custom generator functions and style sheet all can be supplied by your own, if necessary. By default there are methods to insert tables, links, paragraphs, preformatted text and arbitrary xhtml code. Due to the xml nature it is also easy to insert SVG graphs / pictures. Checkout the github project to see some examples.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.