A Markov string generator
A Markov string generator that utilizes a relational SQL database
A trainable Hidden Markov Model with Gaussian emissions using TensorFlow.js
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Node addon for string extraction for msgpackr
String validation and sanitization
JSON for Humans
Codecs for strings of different sizes and encodings
Node addon for string extraction for cbor-x
SQL ConnectionString parser
Match human-quality input to potential matches by edit distance.
An incremental implementation of MurmurHash3
String utility functions.
A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.
Tiny DOM-element-creation utility
Strip or extract comments, strings or both from source code.
No description provided.
Color string parser
Formatting Date objects as strings since 2013
A utility package to parse strings
Query result type converters for node-postgres
JSON for humans and machines
ES6 tagged template strings for prepared statements with mysql and postgres
MarkyMarkov makes it easy to generate simply Markov Chains based upon input from either a source file or a string. While usable as a module in your code it can also be called on from the command line and piped into like a standard UNIX application.
markov-reloaded provides a simple interface to create markov chains. the system is based on hashes, but provides flexible methods to generate the chains based on any array, and to generate suitable arrays from strings. In addition, version 0.1.0 extends functionality, letting one input strings instead of arrays directly into the analyze method(treating each character as an element) As of version 0.2.0, the generate method gives the user the ability to supply a custom Method object to decide the starting point