|
Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
# vim: set fileencoding=latin-1 :
# This file:
# http://angg.twu.net/fbcache/q.py
# http://angg.twu.net/fbcache/q.py.html
# (find-angg "fbcache/q.py")
#
# Edrx:
# (defun p () (interactive) (find-angg "fbcache/q.py"))
# (defun pu () (interactive) (find-angg "fbcache/q.py" "upload"))
#
# Tau:
# (defun p () (interactive) (find-fline "/tmp/q.py"))
# (defun d () (interactive) (find-sh "cd /tmp/ && wget -O q.py http://angg.twu.net/fbcache/q.py"))
# (defun w () (interactive) (find-wget "http://angg.twu.net/fbcache/q.py"))
#
# file:///usr/share/doc/python2.7/html/howto/regex.html
# file:///usr/share/doc/python2.7/html/reference/executionmodel.html
"""
* (eepitch-python)
* (eepitch-kill)
* (eepitch-python)
execfile("q.py", globals())
"""
"""
# <upload>
* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
makeR1 fbcache/q.py.html
Scp-np fbcache/q.py.html fbcache/q.py $TWUP/fbcache/
# http://angg.twu.net/fbcache/q.py.html
"""
# Local Variables:
# coding: raw-text-unix
# End: