Link
Link
Photo
ghi:


  GitHub Issues on the command line. Use your $EDITOR, not your browser.

ghi:

GitHub Issues on the command line. Use your $EDITOR, not your browser.

(Source: onethingwell)

Link

In the following tests, we have measured the performance of several web application platforms, full-stack frameworks, and micro-frameworks.

Link

With traceGL you can see all JavaScript codeflow, in a high performance webGL visualiser. Its like an oscilloscope, for code.

Link

A curated collection of great CSS, Sass, LESS and Stylus libraries.

Link

Customized to be awesome by default. It is improved to be used on Mac OS X and MacVim. (note: Linux version is on the todo list, I’ll work on it asap)

If used with MacVim you will get SublimeText-like features with the same shortcuts without installing or compiling any external library.

Link
Link

Sinatra based framework that lets you build beautiful dashboards.

Link

entropy is a simple RESTful server in front of a MongoDB instance using node.js, Express and Mongoose.

Link

Run arbitrary commands when files change.

E.g., recompile when a source file is changed

find . -name '*.[ch]' | entr make

or convert Markdown documents to HTML when they change

ls *.md | entr +notify &
while read F; do
markdown2html $F
done < notify

via onethingwell

Link
Tags: OAuth
Link

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.

Tags: editor config IDE
Link

PAWK aims to bring the full power of Python to AWK-like line-processing.

(Source: onethingwell)

Tags: python AWK
Link

Vaurien is basically a Chaos Monkey for your TCP connections. Vaurien acts as a proxy between your application and any backend.

You can use it in your functional tests or even on a real deployment through the command-line.