Path Length Checker is a stand-alone app that allows you to specify a root directory, and it gives you back a list of all paths (i.e. files and directories) in that root directory and their lengths. It includes features such as pattern matching and min/max length constraints, ...
file-path folder-path length path path-lengthLength.js was designed to work both in the browser and in Node.js. Length.js is available on unpkg CDN in compressed and uncompressed version.
javascript-library library converter conversion utility npm npm-package open-source measure measurements units convert parser metrics quantities quantity units-of-measure units-of-measurement units-measures-converter length conventer distanceGet the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
unicode string length size count astral symbol surrogates codepoints ansi escape codesThis package converts a Readable Stream into a Blob.This package is used by WebTorrent.
stream buffer convert-stream-to-blob blob convert length nameThis package converts a Readable Stream into a Blob URL.This package is used by WebTorrent.
stream buffer convert-stream-to-blob-url blob-url convert length nameMore efficient than Array.from(iterable).length, as it only iterates the first item, which can make a big difference for dynamic iterators, like a Generator doing an expensive operation.Returns a boolean.
iterable empty iterables array size length list is checkCreates a function instance with specified name and length and prototype. Essentially, it's everything that you need to subclass the ECMAscript Function built-in type.You use the function-class/invoke Symbol to define the logic that will be executed when the created function instance is invoked.
function create name arity length instance subclass prototype inheritanceA really small, performant, zero-dependency, unicode-aware library for working with Strings in Node.js. Javascript has a serious problem with unicode. Even ES6 can’t solve the problem entirely since some characters like the new colored emojis are three bytes instead of two bytes. Sometimes even more! "👍🏽".length returns 4 which is totally wrong (hint: it should be 1!). ES6's Array.from tried to solve this, but that even fails: Array.from("👍🏽") returns ["👍", "🏽"] which is incorrect. This library tries to tackle all these problems with a mega RegExp. Read More Here.
unicode substr nodejs utf-8 strings string-manipulation string truncate length substring emoji pad leftpad rightpad countProvide a the digest algorithm, optional input encoding, digest encoding, and a listener function when you construct the stream. The listener will be called with the resultant digest and length of the stream just prior to end being emitted. Since this uses the node.js crypto package, refer to http://nodejs.org/api/crypto.html for the specific options available.
stream streams2 digest crypto sha1 md5 hash length filter through pipeCoordinate, linear, and area measure control for Leaflet maps. Extends L.Control. leaflet-measure adds L.Control.Measure. This control may be used with the standard Leaflet control workflows described in the Leaflet docs.
leaflet measure measurement control coordinate line length area polygon path leaflet-plugin mapsMetrick is a library which allows you to convert units and avoid using magic numbers! In combination with a JavaScript syntax extension included with Babel, it allows for a new, clean and human-like syntax for doing so. The explicit syntax makes use of an in function to convert the original unit into another supplied unit. Passing a valid Unit object of the same type to in will return the result as a number.
convert-units babel es6 brevity babel-plugin-transform-function-bind conversion convert data distance duration imperial length magic magick metric temperature time unit-conversion unitsSet a functions arity (the argument count) by proxying function calls. P.S. If you don't care about this and want to receive the exact arity of function arguments, use nary. It uses function invocation over .apply to proxy arguments.
arity function length arguments countThis library applies run length encoding to an array of octets, and returns the result. It can be used to compress individual chunks in voxel.js, or more generally any array of ints. Though this is designed to work with voxel.js, the code in this library is sufficiently generic that it can run length encode any int-like array.
voxel js compress serialize chunks run length encode decode rlePixels are computed based on the specified pixelsPerInch setting (default 96), as per the CSS spec. Use npm to install and use this. Should work with browserify, Webpack, etc.
distance length px conversion convert converts from to unit units m cm mm meter meters inches in centimeter millimetre centimetre metre metres inch millimeter
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.