Code Monkey home page Code Monkey logo

Wil (₩) Moore III's Projects

.tmux icon .tmux

Minimal opinionated tmux configuration for macOS and fish shell

apply-or.js icon apply-or.js

Invoke .apply if value is a function, otherwise, return default value.

array icon array

A better array for the browser and node.js. Supports events & many functional goodies.

array-append-until.js icon array-append-until.js

Add one element to the end of an array returning the new array without mutating source array.

array-concat.js icon array-concat.js

Returns a new array comprised of the given array's contents with the given value appended.

array-groupby.js icon array-groupby.js

Curried function that returns a map (object) with keys derived by applying each array element to the given identity function. The value(s) at each key will be an array of elements whose identity matches the given key.

array-head.js icon array-head.js

Returns the first element of the array. If the array is empty, return undefined.

array-mapcat.js icon array-mapcat.js

Curried function deriving new array values by applying provided function to each item/index of provided array then applying `concat` to the results. Fast and compatible with modern or old browsers.

array.filter.js icon array.filter.js

Curried function deriving a new array containing items from given array for which predicate returns true. Supports unary function, RegExp, dot/bracket-notation string path, and compound query object as predicate

arraymap.js icon arraymap.js

Curried function deriving new array values by applying provided function to each item/index of provided array. Fast and compatible with modern or old browsers.

basic-auth-token.js icon basic-auth-token.js

Token generated by concatenating username and password with : character within a base64 encoded string.

brackets2dots.js icon brackets2dots.js

Convert string with bracket notation to dot property notation for Node.js and the browser.

chai icon chai

BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.

cometd-jquery icon cometd-jquery

JavaScript CometD Bayeux implementation with jQuery bindings packaged for npm.

commander-coercions icon commander-coercions

A collection of commander coercions so you don't have to copy them from project-to-project.

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.