This is me, Wu!
Lang: text
Get the source!
Actions
Recent Pastes
python471881152 ( febrero 23, 2012 at 08:18)
MySQL (MarcosBL febrero 17, 2012 at 18:55)
my first iptables script (Wu febrero 16, 2012 at 10:48)
debian ovh server eth weird error (Wu febrero 13, 2012 at 10:10)
ledger currencies (betabug enero 22, 2012 at 20:11)
currency (betabug enero 18, 2012 at 16:29)
ledger (b diciembre 29, 2011 at 23:55)
sed parser for templates (Wu diciembre 17, 2011 at 18:59)
hg diff after mistery pull (bebu diciembre 17, 2011 at 16:10)
mailcap (bebu diciembre 16, 2011 at 11:11)
About
This is the paste site from e-shell.org, my personal website. It is an instance of the CodeSharingZ Zope Product (just take a look at http://zopecode.codigo23.net/wiki/CodeSharingZ to learn more about it). Feel free to paste whatever you want, but notice that all the pastes in here are deleted in a regular basis.
Links
L text
(http://en.wikipedia.org/wiki/Plain_text)

mailcap

Actually, ~/.mailcap
 1 text/html; /usr/bin/lynx -assume_charset=%{charset} -display-charset=iso-8859-1 -force_html %s; needsterminal
 2 
 3 
 4 text/plain; /usr/local/bin/iconv -f ISO8859-7 -t UTF-8 | less ; \
 5         test=test "`echo %{charset} | tr '[A-Z]' '[a-z]'`" = iso-8859-7; \
 6         copiousoutput
 7 
 8 text/plain; /usr/local/bin/iconv -f windows-1253 -t UTF-8 | less ; \
 9         test=test "`echo %{charset} | tr '[A-Z]' '[a-z]'`" = windows-1253; \
10         copiousoutput
11 
12 text/plain; /usr/local/bin/iconv -f windows-1252 -t UTF-8 | less ; \
13         test=test "`echo %{charset} | tr '[A-Z]' '[a-z]'`" = windows-1252; \
14         copiousoutput
15 
16 text/plain; /usr/local/bin/iconv -f ISO8859-15 -t UTF-8 | less ; \
17         test=test "`echo %{charset} | tr '[A-Z]' '[a-z]'`" = iso-8859-15; \
18         copiousoutput
19 
20 text/plain; /usr/local/bin/iconv -f ISO8859-1 -t UTF-8 | less ; \
21         test=test "`echo %{charset} | tr '[A-Z]' '[a-z]'`" = iso-8859-1; \
22         copiousoutput
23 
24 
25 text/plain; fold -s %s; copiousoutput
Pasted by bebu on diciembre 16, 2011 at 11:11 | Lang: text | (25 lines of code)