phpOCR is an Optical Character Recognition system written in PHP. It can be used in automated scripts as well as web interface. Works best for small images like numeric SMS/email authorization codes, bar-code numbers and others.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Coworking Brooklyn
List of coworking spaces in Brooklyn from the official Coworking.com wiki.
Eight Coworking Spaces in Brooklyn
Eight Coworking Spaces in Brooklyn
List and reviews of some coworking spaces in Brooklyn.
Introduction To Git
A full walk-through introduction to git, from GitHub. Mostly references generic git stuff, rather than focusing on GitHub.
Git Magic
Book on how to use git, with the running theme that it’s magic 🙂
TodoMVC
A project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today.
Developing Backbone.js Applications
Developing Backbone.js Applications
Complete “Early Release” copy of Addy Osmani’s book on developing web apps using Backbone.js
Underscore.js
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It’s the tie to go along with jQuery’s tux, and Backbone.js’s suspenders.
Backbone.js
Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.