- works with Websockify, e.g.
./websockify.py -v 18884 127.0.0.1:1883| /** \mainpage | |
| * | |
| * __NaCl__ (pronounced _salt_) is a new easy-to-use high-speed | |
| * software library for network communication, encryption, decryption, | |
| * signatures, etc. NaCl's goal is to provide all of the core | |
| * operations needed to build higher-level cryptographic tools. | |
| * | |
| * __Sodium__ is a portable, cross-compilable, installable, | |
| * packageable, API-compatible version of NaCl. | |
| * |
./websockify.py -v 18884 127.0.0.1:1883| ablist = { | |
| '00491234567' : 'Jane Jolie', | |
| ... | |
| } |
| Collision on 1E7D259842: 9db2ffa3a3def7206a2d6834384b7c1c351a8d17229f5ebee6bfada7d177d262 | |
| Collision on 7D8E437D63: 019f3d00422a9ba6dafa0318698e7492d5d7a876cc5b6fa98cb5c4db95ada53d | |
| ... |
I hereby claim:
To claim this, I am signing this object:
| This configures a Diablo NNTP system to provide feeder+reader+spool on a single machine. I spent hours attempting to do this without luck (I couldn't get articles fed to us to be spooled). | |
| Thanks to Johann Mulder who took the time to create a working configuration for me! | |
| The files here I've tweaked here and there... | |
| Diablo runs on port 120, and that is where the feed must deliver articles to. | |
| Dreaderd runs on 119 and is for clients in lan. |
| Twitter Emoji images as of 2014-04-02 | |
| https://cdn.anonfiles.com/1396471953919.png [/file/4730a850f339a91c809626c6d4f7e108] | |
| © a9 COPYRIGHT SIGN | |
| ® ae REGISTERED SIGN | |
| ‼ 203c DOUBLE EXCLAMATION MARK | |
| ⁉ 2049 EXCLAMATION QUESTION MARK | |
| ™ 2122 TRADE MARK SIGN | |
| ℹ 2139 INFORMATION SOURCE | |
| ↔ 2194 LEFT RIGHT ARROW |
| use Irssi; | |
| use POSIX; | |
| use JSON; | |
| use vars qw($IRSSI); | |
| %IRSSI = ( | |
| name => "awayforward", | |
| license => "Public Domain", | |
| ); | |
| On my workstation, I can typically do the following in Bash: | |
| $ echo "echo HI" > jp.sh | |
| $ chmod +x jp.sh | |
| $ alias g=./jp<TAB> | |
| and I then use `g' to launch jp.sh | |
| $ g | |
| HI |