Skip to content

Instantly share code, notes, and snippets.

View theosp's full-sized avatar

Daniel C theosp

View GitHub Profile
@theosp
theosp / test.html
Created April 4, 2011 07:34
head.js dev test
<!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',
@theosp
theosp / appengine-imports-from-django
Created April 3, 2011 07:31
appengine 1.4.3 imports from django
./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
#!/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"
#!/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
#!/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",