Pinned Repositories
dotfiles
Configuration files for zsh, emacs, etc.
entries
Utility to get key-value pairs from an object
fungus
A practical functional utility library written in ES6
metalsmith-asciidoc
A Metalsmith plugin to convert asciidoc files.
sso-server
Single sign-on server
underscoreboard
Your favorite Underscore-themed outcode-your-friends adventure!
vimrc
My neovim configuration.
webpack-traceur-loader
Webpack loader for Traceur, Google's ES6 to ES5 compiler
wwc-tools-talk
Supporting resources for WWC SF talk on July 31, 2013
ndhoule's Repositories
ndhoule/dotfiles
Configuration files for zsh, emacs, etc.
ndhoule/metalsmith-asciidoc
A Metalsmith plugin to convert asciidoc files.
ndhoule/vimrc
My neovim configuration.
ndhoule/clone
Deeply clone an object.
ndhoule/emacs.d
An Emacs configuration for a reformed Vim user
ndhoule/prettier-config
@ndhoule's personal Prettier configuration.
ndhoule/after
Wrap a function in a function that will invoke the original function when invoked n or more times.
ndhoule/arch-linux-bootstrap-scripts
ndhoule/brewpi-www
This is the repository for the BrewPi web interface. The web interface will communicate with the Python script, which will in turn talk to the BrewPi Spark
ndhoule/compose
Compose a list of functions into a single function.
ndhoule/curry
Wrap a function in a function that will repeatedly return a new wrapper function until all expected arguments have been provided.
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.
ndhoule/each
Iterate over a collection, invoking a function for each element.
ndhoule/eslint-config
An opinionated but flexible set of ESLint configurations.
ndhoule/every
Check if a predicate function returns true for all values in a collection.
ndhoule/fetch-decorators
Decorators for the WHATWG fetch API.
ndhoule/foldl
Apply a function to each value in a collection, accumulating the results into a single return value.
ndhoule/functions
JavaScript and TypeScript utilities for Netlify Functions.
ndhoule/garminexport
Garmin Connect activity exporter and backup tool
ndhoule/http-terminator
Gracefully terminates HTTP(S) server.
ndhoule/includes
Determine whether or not a value is contained by a given collection.
ndhoule/investigate.vim
A Vim plugin for looking up documentation
ndhoule/io-ts
Runtime type system for IO decoding/encoding
ndhoule/io-ts-types
Types and codecs for io-ts.
ndhoule/iter-tools
The iterable toolbox
ndhoule/map
Apply a function to a each element of a collection and return a new array of results.
ndhoule/mocha
mocha - simple, flexible, fun javascript test framework for node.js & the browser. (BDD, TDD, QUnit styles via interfaces)
ndhoule/nathanhoule.com
Personal website, found at http://nathanhoule.com
ndhoule/node-runtime-stats
A module that collects Node diagnostics information and publishes it to a diagnostics channel.
ndhoule/some
Check if a predicate function returns true for any value in a collection.