Public Gists by kogakure

gist: 218977 Typolight: TinyMCE config
Gravatar
Mon Oct 26 12:59:19 -0700 2009
1
2
3
<?php if (!defined('TL_ROOT')) die('You can not access this file directly!');
 
/**
gist: 218467 Git: New remote branch
Gravatar
Mon Oct 26 00:02:06 -0700 2009
1
2
3
#!/bin/sh
# http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/
# git-create-branch <branch_name>
Gravatar
Sat Oct 17 08:15:13 -0700 2009
1
2
3
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
gist: 212350 Fabric 0.9/1.x – Synchroniz...
Gravatar
Sat Oct 17 07:20:10 -0700 2009
1
2
3
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
Gravatar
Sat Oct 17 04:48:01 -0700 2009
1
2
3
"""
 
This fabric file makes setting up and deploying a django application much
gist: 205825 Git: Rename an email addres...
Gravatar
Fri Oct 09 00:28:08 -0700 2009
1
2
3
# Rename an email address in all old commits.
# WARNING: Will change all your commit SHA1s.
# Based off of the script from here:
Gravatar
Tue Oct 06 04:41:10 -0700 2009
1
2
3
@font-face {
  font-family: 'Graublau Web';
  src: url(GraublauWeb.eot);
gist: 149016 .gitignore file for LaTeX p...
Gravatar
Fri Jul 17 04:37:42 -0700 2009
1
2
3
*.aux
*.glo
*.idx
gist: 148482 Symlink on project website
Gravatar
Thu Jul 16 08:44:05 -0700 2009
1
2
3
#!/bin/sh
#
# Create a VHost for Apache on Mac OSX and create a symlink to the project root.
gist: 135937 Django: Convenient things f...
Gravatar
Thu Jun 25 08:50:16 -0700 2009
1
2
3
# Reduce clutter in your settings.
 
def full_path(*parts):
gist: 135926 Convert folders recursively...
Gravatar
Thu Jun 25 08:33:39 -0700 2009
1
2
3
#!/bin/bash
# Convert folders recursively to git repos
# Run it in the folder that holds all your project folders
gist: 81124 Typolight: Set rights and d...
Gravatar
Wed Mar 18 06:43:34 -0700 2009
1
2
3
#!/bin/bash
 
find . -type f -exec chmod 664 {} \;
gist: 79851 Get rid of those nasty file...
Gravatar
Mon Mar 16 05:01:37 -0700 2009
1
2
3
#!/bin/bash
 
find . -name _vti_cnf -exec rm -rf {} \;
gist: 73789 Simple calculator for targe...
Gravatar
Wed Mar 04 02:38:42 -0800 2009
1
2
3
#!/usr/bin/python
# -*- coding: utf-8 -*-
 
gist: 73782 Create virtual hosts with `...
Gravatar
Wed Mar 04 02:09:28 -0800 2009
1
2
3
#!/bin/sh
 
ME=your-username
gist: 70735 Install GetBundles for Text...
Gravatar
Thu Feb 26 00:19:07 -0800 2009
1
2
3
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/
Gravatar
Sun Feb 22 01:25:48 -0800 2009
1
2
3
#!/bin/bash
 
mkdir $1.git
gist: 68413 iPhone Optimization
Gravatar
Sun Feb 22 01:23:03 -0800 2009
1
2
3
<!-- Screencast "Designing Web Content for iPhone @ 20:59 - "Viewport Examples"
<!-- Default viewport width = 980px -->
<!-- https://developer.apple.com/webapps/docs/documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/chapter_4_section_5.html -->
gist: 66398 Fabric (0.9+): Deploying a ...
Gravatar
Wed Feb 18 08:23:23 -0800 2009
1
2
3
#!/usr/bin/python
# -*- coding: utf-8 -*-
 
gist: 58137 Git maintenance scripts
Gravatar
Wed Feb 04 07:13:12 -0800 2009
1
2
3
#!/usr/bin/python
import os
import os.path