Giter VIP home page Giter VIP logo

lamansky's Projects

2 icon 2

[Node.js] Type Conversion Library: Numbers, Strings, Arrays, Maps, Objects, and Iterators.

3 icon 3

[Node.js] Performs a multi-level three-way comparison on numbers/strings and returns 1, 0, or -1.

3fn icon 3fn

[Node.js] Three-Way Comparison Function. Creates a callback that compares two objects by one or more keys.

abstract-class icon abstract-class

[Node.js] Prevents instantiation of a parent class. Optionally defines properties that must be implemented by child classes.

add-counter icon add-counter

[Node.js] Adds a counter integer to iterated values.

api icon api

Lets you create REST APIs using PHP classes to represent API endpoints.

ascii-whitespace icon ascii-whitespace

A Node.js module containing a regular expression for ASCII/HTML whitespace, as defined by W3C and WHATWG.

barr icon barr

A collection of binary search functions for sorted arrays.

bfind icon bfind

Runs a binary search on any sorted collection.

binsert icon binsert

Uses binary search to insert a value into any sorted collection.

cached-function icon cached-function

[Node.js] Wraps a function and caches its return value for any given set of arguments. When those same arguments are used again, it pulls from the cache.

can-delete-prop icon can-delete-prop

[Node.js] Checks whether the delete operator can be used on an object property.

capitalized icon capitalized

[Node.js] Returns true if a string’s first letter is uppercase.

case-insensitive icon case-insensitive

A Node.js module that wraps around an array or string and transforms certain methods into case-insensitive versions.

char-escape icon char-escape

[Node.js] Finds all instances of given characters in a string and inserts an escape sequence before each one.

char-unescape icon char-unescape

[Node.js] Removes a given escape sequence from before characters in a string. Correctly handles double-escapes by only unescaping them once.

class-ancestors icon class-ancestors

A Node.js module which returns an array containing the ancestors of a given class.

class-chain icon class-chain

[Node.js] Returns an object’s class and its ancestors.

concat-each icon concat-each

[Node.js] Iterates nested loops and concatenates values onto an Array or Set.

conscript.js icon conscript.js

The JavaScript parser for the Conscript condition-scripting language.

construct-map icon construct-map

[Node.js] Turns entries into a Map or other key-value collection.

copy-own icon copy-own

[Node.js] Copies an object’s own properties to another object.

deduplicate icon deduplicate

[Node.js] Removes duplicate array elements or string characters.

def-props icon def-props

[Node.js] Defines multiple object properties all at once, optionally with shared settings.

doctrine icon doctrine

A collection of classes useful in almost any project that uses the Doctrine ORM.

efn icon efn

[Node.js] Extracts a Function. Gets an object method while preserving its binding.

enforce-range icon enforce-range

[Node.js] Enforce a minimum and/or maximum value for a number.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.