Skip to content

Instantly share code, notes, and snippets.

@dexterous
Created March 8, 2011 09:40
Show Gist options
  • Save dexterous/860098 to your computer and use it in GitHub Desktop.
Save dexterous/860098 to your computer and use it in GitHub Desktop.
devcamp.in utils
#!/usr/gnu/bin/sed -rf
s_\|\s*(\[\S+\s*)?([^\|]+)\]?\s*\|\|([^\|]+)\|\|.*_"\2" <\3>, _
s_ "_"_g
s_]"_"_
s_< _<_
s_ >_>_
s_\s*\(at\)\s*_@_g
s_\s*\(dot\)\s*_._g
s_\s*\[dot\]\s*_._g
s_\s*\[\.\]\s*_._g
s_\s*\(underscore\)\s*_._g
#!/usr/gnu/bin/sed -nf
/^|[^-]/ p
#!/usr/bin/bash
wiki-source.sh Pune/2011/1/Registrations | entries.sed
#!/usr/bin/bash
curl -L "http://devcamp.in/index.php?title=$1&action=edit" 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment