uttori-utilities

3.0.0 • Public • Published

view on npm npm module downloads Build Status Dependency Status Coverage Status

Uttori Utilities

A set of helper utilities for Uttoti components. All utilities should be at 100% test coverage to be included here.

Currently being split into smaller components in a mono repo.

FileUtility

Utilities for dealing with files on the file system. Wrappers for methods that might change in the future but the method should not need to.

FunctionQueue

A fork of throttled-queue by Shaun Persad to use ES6 and simpler exports.

SqlWhereParser / TokenizeThis / Operator / parseQueryToArray

A fork of SqlWhereParser by Shaun Persad. Cleaned up and converted to ES6 with more test coverage and some additions to the default syntax and a reogranization of the code.

MIT License

Copyright (c) 2016 shaunpersad

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Fisher-Yates Shuffle (aka Knuth Shuffle)

Randomizes an array.

validateQuery

Validates and parses a SQL-like query structure using SqlWhereParser.

parseQueryToRamda

Using default SQL tree output, from SqlWhereParser for example, iterate over that tree to convert to items to be checked group-by-group (AND, OR), prop-by-prop to filter functions with Ramda.

Classifiers - Naive Bayes / Fisher's Discriminant Ratio aka Fisher's Linear Discriminant

A fork of spam-filter by Zvonimir Rajniš. Cleaned up and converted to ES6 with more test coverage and a more readable code flow and some optimizations for more generic use.

Namesake

ウットリ, うっとり: When you become enraptured by beauty. In rapture, in ecstasy, captivated. A rapt stare.

Dependents (8)

Package Sidebar

Install

npm i uttori-utilities

Weekly Downloads

0

Version

3.0.0

License

MIT

Unpacked Size

117 kB

Total Files

18

Last publish

Collaborators

  • matthewcallis