Tools for working with quotations
quote and parse shell commands
Quote Tool for Editor.js
hast utility to serialize to HTML
Block quote feature for CKEditor 5.
transform a stream into a quoted string
TypeScript definitions for shell-quote
Add quotes to given string unless it already has them
Editor.js — open source block-style WYSIWYG editor with JSON output
quote and unquote strings. escapes internal quotes and slashes. Automatically decides whether to use single or double quotes.
unquote a single shell arguments
A user interface for JSON.
Block quote UI for Plate
Uniswap Smart Order Router
RegExp.quote = require('regexp-quote')
Node.js port of Python's shlex shell-like lexer
Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite
Editor.js Quote Block with multiple style options
Orca's core typescript package.
MCP server for the Warp freight API. 23 tools covering the full booking lifecycle: quote (van/box-truck/FTL/LTL — LTL splits the fast Warp rate from the slow 30+ carrier comparison so the user sees a price in ~1-2s), batch quote (price an entire spreadshe
A SDK to swap with Mayan
remark-lint rule to check mdx jsx quotes
A Typescript SDK for interacting with the Dynamic Bonding Curve on Meteora.
change all quotation mark to single
Command line tool taht prints famous quotes.
A simple financial data tool for gathering and streaming stock data
Use ruby-which for those times when you don't know which version of a library you're require-ing, or from what path on your system it's coming from.
Command line tool taht prints famous quotes.
Gets you random quotes from the TheysaidsocliAPI.
Fetch stock quotes. Build as a gem and command line tool.
= xattr == DESCRIPTION Xattr provides the xattr (setxattr, getxattr, removexattr, listxattr) functions in a nice object-oriented wrapper. Ruby/DL is used so no compilation of modules is necessary. Extended attributes extend the basic attributes associated with files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). == SYNOPSIS Using the library: require "xattr" xattr = Xattr.new("/path/to/file") xattr.list # => [...] xattr.get("...") xattr.set("...", "...") xattr.remove("...") Using the provided command-line tool: $ xattr README.txt com.macromates.caret $ xattr README.txt com.macromates.caret {column = 9; line = 26; } $ xattr README.txt com.macromates.caret "{column = 0; line = 0; }" {column = 0; line = 0; } $ xattr README.txt -com.macromates.caret {column = 0; line = 0; } $ xattr README.txt $ == REQUIREMENTS * Mac OS X 10.4 (for now...) == INSTALL Using rubygems: $ sudo gem install xattr Using setup.rb: $ sudo ruby setup.rb
Harvixture is a tool that can be used to extract data, in the form of fixtures, from a Rails project. It is done by pointing the harvixture at a request_path and dumping fixtures for all "found" ActiveRecord objects.
FastRI is an alternative to the ri command-line tool. It is *much* faster, and also allows you to offer RI lookup services over DRb. FastRI is smarter than ri, and can find classes anywhere in the hierarchy without specifying the "full path". FastRI can perform fast full-text searches. It also knows about gems, and can tell you e.g. which extensions to a core class were added by a specific gem.
cryptoquotes - incl. oracle tool to get a random crypto quote of the day on the command line - on the new new 'in math we trust' ponzi economics - on get-rich-quick blockchain secrets - on bitcon maximalists, scammers, morons, clowns, shills & bagHODLers and more
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)
A command-line tool (wq) to help you learn 500+ words you should know but probably don't and find inspirational quotes.
No description provided.
No description provided.
No description provided.
No description provided.