Iterate list and return the first derived value that is truthy
Helpers for generating account addresses
👻🔭
Character annotation data, including derived data.
mdast utility to find and replace text in a tree
Find a file or directory by walking up parent directories
Zero dependency React transition state machine.
unist utility to find a node after another node
Two-way data-transforming stores for Svelte
Find a file fast, by starting at the given cwd and recursing up one directory until the file is found or we run out of directories.
find process info by port/pid/name etc.
Crazy fast http radix based router
find the closest package.json
Replace or remove multiple items in an array.
Sequential, diverging and categorical color schemes.
High-performance JSON Pointer implementation
Find the file's package.json
Character annotation data, including derived data. (modern only: deprecated)
Find a file or directory by walking up parent directories — Zero dependencies
GitHub API token authentication for browsers and Node.js
Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`
Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
a library that defines a common interface for working with archive formats within node
Crazy fast http radix based router
Deriving Licence finds the license agreements for all gems in your Gemfile if included in your project, or in a Gemfile passed to the included binary
A simple gem to extract the differences of package names between Ubuntu derivatives so that it becomes easy to switch from one Ubuntu derivative to another
Find salient Open Access data and derive a classification for a research output with a DOI.
Derived from the LiquidMetal JavaScript library, LiqrrdMetal brings substring scoring to Ruby. Similar to Quicksilver, LiqrrdMetal gives users the ability to quickly find the most relevant items by typing in portions of the string, while seeing the portions of the substring that are being matched.
Have you ever wanted to call <code>exit()</code> with an error condition, but weren't sure what exit status to use? No? Maybe it's just me, then. Anyway, I was reading manpages late one evening before retiring to bed in my palatial estate in rural Oregon, and I stumbled across <code>sysexits(3)</code>. Much to my chagrin, I couldn't find a +sysexits+ for Ruby! Well, for the other 2 people that actually care about <code>style(9)</code> as it applies to Ruby code, now there is one! Sysexits is a *completely* *awesome* collection of human-readable constants for the standard (BSDish) exit codes, used as arguments to +exit+ to indicate a specific error condition to the parent process. It's so fantastically fabulous that you'll want to fork it right away to avoid being thought of as that guy that's still using Webrick for his blog. I mean, <code>exit(1)</code> is so passé! This is like the 14-point font of Systems Programming. Like the C header file from which this was derived (I mean forked, naturally), error numbers begin at <code>Sysexits::EX__BASE</code> (which is way more cool than plain old +64+) to reduce the possibility of clashing with other exit statuses that other programs may already return. The codes are available in two forms: as constants which can be imported into your own namespace via <code>include Sysexits</code>, or as <code>Sysexits::STATUS_CODES</code>, a Hash keyed by Symbols derived from the constant names. Allow me to demonstrate. First, the old way: exit( 69 ) Whaaa...? Is that a euphemism? What's going on? See how unattractive and... well, 1970 that is? We're not changing vaccuum tubes here, people, we're <em>building a totally-awesome future in the Cloud™!</em> include Sysexits exit EX_UNAVAILABLE Okay, at least this is readable to people who have used <code>fork()</code> more than twice, but you could do so much better! include Sysexits exit :unavailable Holy Toledo! It's like we're writing Ruby, but our own made-up dialect in which variable++ is possible! Well, okay, it's not quite that cool. But it does look more Rubyish. And no monkeys were patched in the filming of this episode! All the simpletons still exiting with icky _numbers_ can still continue blithely along, none the wiser.
No description provided.
No description provided.