Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by ndhoule

A curated list of projects in awesome lists by ndhoule .

https://github.com/ndhoule/underscoreboard

Your favorite Underscore-themed outcode-your-friends adventure!

Last synced: 05 Nov 2024

https://github.com/ndhoule/webpack-traceur-loader

Webpack loader for Traceur, Google's ES6 to ES5 compiler

Last synced: 05 Nov 2024

https://github.com/ndhoule/dotfiles

Configuration files for zsh, emacs, etc.

Last synced: 05 Nov 2024

https://github.com/ndhoule/metalsmith-asciidoc

A Metalsmith plugin to convert asciidoc files.

Last synced: 05 Nov 2024

https://github.com/ndhoule/vimrc

My neovim configuration.

neovim

Last synced: 05 Nov 2024

https://github.com/ndhoule/sso-server

Single sign-on server

Last synced: 05 Nov 2024

https://github.com/ndhoule/wwc-tools-talk

Supporting resources for WWC SF talk on July 31, 2013

Last synced: 05 Nov 2024

https://github.com/ndhoule/entries

Utility to get key-value pairs from an object

Last synced: 05 Nov 2024

https://github.com/ndhoule/fungus

A practical functional utility library written in ES6

Last synced: 05 Nov 2024

https://github.com/ndhoule/clone

Deeply clone an object.

Last synced: 05 Nov 2024

https://github.com/ndhoule/lame

Miniature Lisp implementation written in JavaScript (ES6)

Last synced: 05 Nov 2024

https://github.com/ndhoule/emacs.d

An Emacs configuration for a reformed Vim user

Last synced: 05 Nov 2024

https://github.com/ndhoule/hook-site

Last synced: 05 Nov 2024

https://github.com/ndhoule/javacsript

Computer science fundamentals implemented in JavaScript

Last synced: 05 Nov 2024

https://github.com/ndhoule/io-ts-types

Types and codecs for io-ts.

Last synced: 05 Nov 2024

https://github.com/ndhoule/combinators

Function combinators.

Last synced: 05 Nov 2024

https://github.com/ndhoule/hashtagraps.com

#raps, when you need them.

Last synced: 05 Nov 2024

https://github.com/ndhoule/fetch-decorators

Decorators for the WHATWG fetch API.

Last synced: 05 Nov 2024

https://github.com/ndhoule/defaults

Copies owned, enumerable properties from a source object(s) to a target object when the value of that property on the source object is undefined.

Last synced: 05 Nov 2024

https://github.com/ndhoule/nathanhoule.com

Personal website, found at http://nathanhoule.com

Last synced: 05 Nov 2024

https://github.com/ndhoule/drop

Produce a new array composed of all but the first n elements of an input collection.

Last synced: 05 Nov 2024

https://github.com/ndhoule/pick

Create a shallow copy of an input object that contains only the specified properties.

Last synced: 05 Nov 2024

https://github.com/ndhoule/node-runtime-stats

A module that collects Node diagnostics information and publishes it to a diagnostics channel.

Last synced: 05 Nov 2024

https://github.com/ndhoule/json-schema-data-generator

Generate fake data from a JSON schema.

Last synced: 05 Nov 2024

https://github.com/ndhoule/retrieve

Retrieve a property at a specified path.

Last synced: 05 Nov 2024

https://github.com/ndhoule/has-symbols

Feature detect symbols.

Last synced: 05 Nov 2024

https://github.com/ndhoule/rest

Produce a new array composed of all but the first element of the input collection.

Last synced: 05 Nov 2024

https://github.com/ndhoule/after

Wrap a function in a function that will invoke the original function when invoked n or more times.

Last synced: 05 Nov 2024

https://github.com/ndhoule/every

Check if a predicate function returns true for all values in a collection.

Last synced: 05 Nov 2024

https://github.com/ndhoule/each

Iterate over a collection, invoking a function for each element.

Last synced: 05 Nov 2024

https://github.com/ndhoule/eslint-config

An opinionated but flexible set of ESLint configurations.

Last synced: 05 Nov 2024

https://github.com/ndhoule/invoker

Creates a function that invokes a named method.

Last synced: 05 Nov 2024

https://github.com/ndhoule/keys

Create an array of the owned/enumerable keys of an input object.

Last synced: 05 Nov 2024

https://github.com/ndhoule/extend

Extend the properties of an object with those of another.

Last synced: 05 Nov 2024

https://github.com/ndhoule/foldl

Apply a function to each value in a collection, accumulating the results into a single return value.

Last synced: 05 Nov 2024

https://github.com/ndhoule/arity

Wrap a function in a function that expects a given number of arguments.

Last synced: 05 Nov 2024

https://github.com/ndhoule/curry

Wrap a function in a function that will repeatedly return a new wrapper function until all expected arguments have been provided.

Last synced: 05 Nov 2024

https://github.com/ndhoule/values

Create an array of the owned/enumerable values of an input object.

Last synced: 05 Nov 2024

https://github.com/ndhoule/compose

Compose a list of functions into a single function.

Last synced: 05 Nov 2024

https://github.com/ndhoule/nary

Wrap a function in a function that only accepts a predefined number of arguments.

Last synced: 05 Nov 2024

https://github.com/ndhoule/map

Apply a function to a each element of a collection and return a new array of results.

Last synced: 05 Nov 2024

https://github.com/ndhoule/some

Check if a predicate function returns true for any value in a collection.

Last synced: 05 Nov 2024

https://github.com/ndhoule/includes

Determine whether or not a value is contained by a given collection.

Last synced: 05 Nov 2024