Skip to content

Instantly share code, notes, and snippets.

View zamaterian's full-sized avatar

Thomas Engelschmidt zamaterian

View GitHub Profile
@zamaterian
zamaterian / atom.xml
Created March 8, 2012 08:16
hacks of zip xml
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Example Feed</title>
<subtitle>A subtitle.</subtitle>
<link href="http://example.org/feed/" rel="self" />
<link href="http://example.org/" />
<id>urn:uuid:60a76c80-d399-11d9-b91C-0003939e0af6</id>
<updated>2003-12-13T18:30:02Z</updated>
@zamaterian
zamaterian / bashrc
Created December 13, 2011 13:08
Clojure highlightning for cli less via source-hightlight
# add to .bashrc or .profile
export LESSOPEN="| /usr/share/source-highlight/src-hilite-lesspipe.sh %s"
export LESS=' -R '
@zamaterian
zamaterian / unison - setup
Created December 24, 2010 16:53
unison setup and tips with ssh
http://greek0.net/secure_unison.html
@zamaterian
zamaterian / git-completion.sh
Created October 29, 2010 08:13
git bash completion scrpt
#
# bash completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Distributed under the GNU General Public License, version 2.0.
#
# The contained completion routines provide support for completing:
#
# *) local and remote branch names