Giter VIP home page Giter VIP logo

lamansky's Projects

map8 icon map8

The most feature-rich drop-in Map replacement ever. Supports sorting, nested layers, customizable loose key comparison, multiple values per key, value time-to-live expiration, and much more.

maybe-stringify icon maybe-stringify

A Node.js module which will convert data to JSON or, if the conversion is not possible, will return a fallback value.

mfn icon mfn

[Node.js] Memoized Function. (Coming soon.)

mix-in icon mix-in

[Node.js] Turns a set of functions into a mix-in/trait that can extend a class.

modify-property icon modify-property

A Node.js module which lets you patch the descriptor of an existing object property. This is primarily useful for swapping out getters or setters.

mq icon mq

A library of media query mixins for Sass.

neach icon neach

[Node.js] It’s like forEach, but nested.

nearest-number icon nearest-number

From a list of numbers, picks the one closest to a given target. Packaged as a Node.js module.

new-object icon new-object

[Node.js] Creates an object from an array of entries.

ofn icon ofn

[Node.js] Overloads a function. Makes parameters optional.

otherwise icon otherwise

[Node.js] Executes fallback behavior if a function was unsuccessful.

own-all icon own-all

[Node.js] Turns inherited properties into owned properties.

own-entries icon own-entries

[Node.js] Like Object.entries(), but includes non-enumerable properties, analogous to Reflect.ownKeys()

own-values icon own-values

[Node.js] Like Object.values(), but includes non-enumerable properties, analogous to Reflect.ownKeys()

parser-factory icon parser-factory

Constructs a custom string parser, for times when you need something more procedural than regex.

partition-iterable icon partition-iterable

[Node.js] Divides iterated values into those that match a filter and those that don’t.

pfn icon pfn

[Node.js] Possible Function. Wraps what might be a function, with fallback behavior in case it’s not. Perfect for use in functions that accept optional callback arguments.

phpcs icon phpcs

An opinionated PHP code standard that mostly tries to make sure your PHP doesn’t look too different from other languages in your project.

plainify icon plainify

[Node.js] Wraps a value in a plain object, if it isn’t one already.

possible-function icon possible-function

[Node.js] Defines fallback behavior in case a variable is not a function. Perfect for optional callback parameters.

prop-entries icon prop-entries

[Node.js] Returns an array of all properties (owned and inherited) of an object.

prop-keys icon prop-keys

[Node.js] Iterates the keys of all properties (owned and inherited) of an object.

prop-values icon prop-values

[Node.js] Iterates the values of all properties (owned and inherited) of an object.

props-iterator icon props-iterator

[Node.js] Iterates all properties (owned and inherited) of an object.

purge icon purge

[Node.js] Mutates an array by filtering out elements in-place.

qfn icon qfn

[Node.js] Qualified Function. Wraps a function so it only gets executed if a condition is true.

random-password icon random-password

Uses cryptographically-secure randomization to generate a password of a given length from given sets of characters.

reduce-iterable icon reduce-iterable

[Node.js] Applies a function to iterated values to reduce them to a single value.

reduce-map icon reduce-map

[Node.js] Reduces a Map or Object to a single value by applying a function to each entry.

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.