- Backbone.js - http://documentcloud.github.com/backbone/
- Backbone Tutorials - http://backbonetutorials.com/
- Organizing Your Backbone.js Application With Modules - http://weblog.bocoup.com/organizing-your-backbone-js-application-with-modules
- Introducing the Backbone Boilerplate - http://weblog.bocoup.com/introducing-the-backbone-boilerplate
- Backbone patterns - http://ricostacruz.com/backbone-patterns/
- Require.js - http://requirejs.org
- Diaspora's use of backbone - https://github.com/diaspora/diaspora/tree/master/public/javascripts/app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%define ver 0.6.6 | |
%define rel 1 | |
%define jobs 2 | |
Name: nodejs | |
Version: %{ver} | |
Release: %{rel} | |
Summary: Node's goal is to provide an easy way to build scalable network programs. | |
Group: Applications/Internet | |
License: Copyright Joyent, Inc. and other Node contributors. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Vim < Formula | |
homepage 'http://www.vim.org/' | |
url 'ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2' | |
head 'https://vim.googlecode.com/hg/' | |
sha256 '5c5d5d6e07f1bbc49b6fe3906ff8a7e39b049928b68195b38e3e3d347100221d' | |
version '7.3.294' | |
#depends_on 'libiconv' |
NewerOlder