Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

April 07 2011

00:30

March 27 2011

16:48

March 06 2011

21:34
20:57

March 05 2011

00:46

March 03 2011

21:42

March 02 2011

23:57
18:07

February 28 2011

22:15

svn - VCS independent diff - Stack Overflow

I put this suggestion into use for working locally on MoinMoin.
function dif { if [ -d .hg ]; then VC='hg' elif [ -d .svn ]; then VC='svn' else echo "cannot find VC type" return 1 fi $VC diff $1 | colordiff | less -R }

February 10 2011

17:26
13:58

February 09 2011

10:51

ScriptMarket/GetPageScript - MoinMoin

import urllib pageName = urllib.quote('דף עברי') url = urllib.urlopen('http://mydomain/mywiki/%s?action=raw' % pageName) text = unicode(url.read(), 'utf-8')
09:04

January 13 2011

03:42
03:42
03:41

January 12 2011

04:26

January 11 2011

22:52
22:29
22:28
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.