Pinned Repositories
atom-dash
Dash documentation integration with Atom
change-case
Convert strings between camelCase, PascalCase, Capital Case, snake_case and more
code-problems
Common code and interview problems solved in multiple languages
free-style
Make CSS easier and more maintainable by using JavaScript
tslint-config-standard
A TSLint config for JavaScript Standard Style
DefinitelyTyped
The repository for high quality TypeScript type definitions.
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
node
Node.js JavaScript runtime ✨🐢🚀✨
pluralize
Pluralize or singularize any word based on a count
typings
*DEPRECATED* The TypeScript Definition Manager
blakeembrey's Repositories
blakeembrey/co-mocha
Enable support for generators in Mocha tests
blakeembrey/highlighter
Add syntax highlighting to all files, with built-in syntax highlighting of diffs and patches
blakeembrey/code-challenge
Command line interface for running code challenges
blakeembrey/kroute
Modular Koa router middleware with Express-style routes and middleware mounting
blakeembrey/just-css-properties
An array of all known browser CSS properties
blakeembrey/nary
Force a functions arity in JavaScript
blakeembrey/metalsmith-snippet
A Metalsmith plugin for extracting snippets from files.
blakeembrey/atom-alignment
Align selections for Atom `⌘⌥^ ]`
blakeembrey/retest
Request driven library for testing node.js HTTP servers
blakeembrey/partial
A functional utility for doing partial application in JavaScript
blakeembrey/invoke
Functional utility for invoking the same method on every call in JavaScript
blakeembrey/node-ranged
The missing JavaScript range function
blakeembrey/co-retest
Simple wrapper for the retest library for co-like interfaces (node.js generators)
blakeembrey/node-language-command
Look up the command for executing a program in any language
blakeembrey/filter
Filter an object, array or string in JavaScript
blakeembrey/node-alignment
Naive alignment of a block with variable assignments in JavaScript
blakeembrey/node-immigration-rethinkdb
RethinkDB adapter for immigration
blakeembrey/node-language-exec
Execute a file in any programming language using node
blakeembrey/node-trimmer
Quick module to trim any characters from either side of a string.
blakeembrey/map
Map over an object, array or string in JavaScript
blakeembrey/node-language-detect-spawn
Automatically spawns a file in a known programming language using node
blakeembrey/node-language-spawn
Spawn a file process in any programming language using node
blakeembrey/autocomplete-snippets
Adds snippets to autocomplete+ suggestions
blakeembrey/catbox-fs
Filesystem adapter for catbox
blakeembrey/css-in-js-perf-tests
CSS-in-JS performance tests
blakeembrey/envobj
Tiny environment variable helper, that I'll use in all my apps.
blakeembrey/kafka-python
Python client for Apache Kafka
blakeembrey/popsicle-group
Group Popsicle requests and perform operations on them all at once
blakeembrey/standard-headers
Lowercase array of standard HTTP headers
blakeembrey/throat
Throttle a collection of promise returning functions