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
<!DOCTYPE HTML> | |
<html lang="en-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Using HeadJS</title> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script> | |
<script type="text/javascript" src="http://dock-dev.razoss.com/javascript/base.js"></script> | |
<script type="text/javascript"> | |
head.js('http://images.apple.com/global/scripts/lib/prototype.js', |
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
./serializer/json.py:22:from django.utils import datetime_safe | |
./serializer/json.py:23:from django.utils import simplejson | |
./serializer/python.py:27:from django.conf import settings | |
./serializer/python.py:28:from django.core.serializers import base | |
./serializer/python.py:29:from django.core.serializers import python | |
./serializer/python.py:30:from django.db import models | |
./serializer/python.py:35:from django.utils.encoding import smart_unicode | |
./serializer/xml.py:26:from django.conf import settings | |
./serializer/xml.py:27:from django.core.serializers import base | |
./serializer/xml.py:28:from django.core.serializers import xml_serializer |
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
#!/usr/bin/env ruby | |
git_bundles = [ | |
"git://github.com/vim-bundles/fuzzyfinder.git", | |
"git://github.com/scrooloose/nerdcommenter.git", | |
"git://github.com/msanders/snipmate.vim.git", | |
"git://github.com/tpope/vim-cucumber.git", | |
"git://github.com/tpope/vim-haml.git", | |
"git://github.com/tpope/vim-rails.git", | |
"git://github.com/tpope/vim-surround.git" |
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
#!/bin/bash | |
# When under a git repository this script adds the bash prompt indicators about | |
# the repository status. | |
# | |
# the status includes the current branch and colored circles that have the | |
# following meaning: | |
# Green: there are staged changes, | |
# Yellow: if there are unstaged changes | |
# Red: if there are new untracked-yet-unignored files |
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
#!/usr/bin/env ruby | |
# Original: http://tammersaleh.com/posts/the-modern-vim-config-with-pathogen | |
git_bundles = [ | |
"git://github.com/vim-bundles/fuzzyfinder.git", | |
"git://github.com/scrooloose/nerdcommenter.git", | |
"git://github.com/msanders/snipmate.vim.git", | |
"git://github.com/tpope/vim-cucumber.git", | |
"git://github.com/tpope/vim-haml.git", |
NewerOlder