Subtract/minus one object from another object
No description provided.
Compute the cosine of a number minus one.
Compute the cosine of a single-precision floating-point number minus one.
Generate license agreements for macOS .dmg files
Character set conversion using the macOS CoreFoundation API
A minus query-operation actor
Call an array of promise-returning functions, restricting concurrency to a specified limit.
A minus-hash rdf-join actor
Evaluate bˣ - 1.
A term-unary-minus function-factory actor
A minus-hash-undef rdf-join actor
Memoize functions results using an lru-cache.
Parse equations to an AST
A group of blocks that replace the built-in mutator UI with a +/- based UI.
BigInt-backed decimal arithmetic for ECMA-402 polyfills
Get OS key mapping
Immutable date wrapper
Function to convert numbers as corresponding words
No description provided.
Recursive fs.readdir with streaming API and glob filtering.
TensorFlow Data API in JavaScript
Range content change operator for arrays and array-like objects
library that can substract 1 from any number
A proc-macro crate to subtract one from a number
HTML querying and manipulation with CSS selectors
An implementation of Pollard's p-1 factoring algorithm
A utility for subtracting one from one.
zu == Unzipper (in the tradition of `uz`, but better). Works for .tgz, .xz, .zip, .deb, .rpm — you name it. (Literally. If you find an archive that it doesn't open, let me know about it and I'll add that.) If you have an archive sitting there of format `xyz`, then `zu foo.xyz` should take care of it. It will: - Know how to extract the archive (based on extension ┈ though a version that detects based on `file` is something we're considering) - Guard against impoliteness. That is, if the archive only has one file, it will be permitted to extract into the current directory, otherwise it will first `mkdir foo; cd foo` then extract there. (The directory name will be the archive file minus the extension.) - Download the file first, using `wget`, if the arg starts with `http:`, `https:`, or `ftp:` - Remove the archive file if you pass `-d` Dependencies ------------ `zu` doesn't strive to be dependency-free by any means. For starters, it expects Ruby. Then it simply delegates to `unzip`, `gunzip`, `tar`, etc. Not sure if I ever plan on changing this. The main purpose is to optimize the command-line extraction of archives on a configured box. Installation ------------ 1. Have Ruby 1.8 (with gems) or 1.9 2. `gem install zu` Feedback -------- Tell us. (exad-zu@sharpsaw.worg)[mailto:exad-zu@sharpsaw.org]