sagik·10 yıl önce·discusssprunge (apparently) is released under WTFPL, and the sources are here https://github.com/rupa/sprunge.According to http://www.wtfpl.net/about/, the first rule (and the only rule) of WTFPL is:0. You just DO WHAT THE FUCK YOU WANT TO.So, I guess you can self host it (:
sagik·10 yıl önce·discussI use sprunge [http://sprunge.us/] for the exact same purpose.Normal usage: $ more c14.py | sprungeAnd it outputs: http://sprunge.us/eCeMThe nice thing about sprunge is that you also have syntax highlighting: http://sprunge.us/eCeM?pyAppending a ?<lang> will syntax highlight the text according to the lang.P.S.To use a pipe with sprunge, put an alias in your .zshrc / .bashrc:alias sprunge="curl -F 'sprunge=<-' http://sprunge.us"and then use source ./zshrc ( or .bashrc ).
sagik·11 yıl önce·discussTook the course at the Hebrew University. Awesome course. Here are the slides (English) and videos(Hebrew): http://www.cs.huji.ac.il/~shais/IML2014.html
According to http://www.wtfpl.net/about/, the first rule (and the only rule) of WTFPL is:
0. You just DO WHAT THE FUCK YOU WANT TO.
So, I guess you can self host it (: