Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am dlanger on github.
  • I am dlanger (https://keybase.io/dlanger) on keybase.
  • I have a public key whose fingerprint is CFC6 4E1F F918 A059 E787 229D C9BA A9F0 3C80 AC5D

To claim this, I am signing this object:

#!/usr/bin/python2.4
#
# Copyright 2008 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
1 large head of cabbage, finely shredded
1 medium bell pepper, finely chopped
1 medium sweet onions, finely chopped
2 carrots, grated
1 cup sugar
1 teaspoon salt
2/3 cup vegetable oil
1 teaspoon dry mustard
1 teaspoon celery seed
@dlanger
dlanger / pd.sh
Created July 4, 2012 02:35
Tmux start-up script
#!/bin/sh
cd ~/proj/root
tmux new-session -d -s pdev
tmux new-window -t pdev:1 -n shell
tmux rename-window -t pdev:1 "shell"
tmux send-keys -t pdev:1 "workon pdev" Enter "PS1=\$_OLD_VIRTUAL_PS1" Enter "clear" Enter