ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/schmorpforge/genpage
(Generate patch)

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.115 by root, Thu Dec 4 20:30:09 2014 UTC vs.
Revision 1.118 by root, Sat Jan 10 07:15:10 2015 UTC

403libptytty dist list(rxvt-unicode) cvs-pod(doc/libptytty.3.pod) cvs-co(Changes) 403libptytty dist list(rxvt-unicode) cvs-pod(doc/libptytty.3.pod) cvs-co(Changes)
404 libptytty is an offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling 404 libptytty is an offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling
405 in mostly OS-independent ways, so it's less of a hassle for you :) 405 in mostly OS-independent ways, so it's less of a hassle for you :)
406 406
407vt102 list(perl) cvs-co(vt102) 407vt102 list(perl) cvs-co(vt102)
408 <code>vt102</code> is a vt100/102/131 hardware simulator, implemernting 408 <code>vt102</code> is a vt100/102/131 hardware simulator, implementing
409 practical and 100% compatible DEC VT terminal "emulation". 409 practical and 100% compatible DEC VT terminal "emulation".
410 410
411 Most terminal emulators nowadays strive to emulate a DEC VT102 411 Most terminal emulators nowadays strive to emulate a DEC VT102
412 terminal (even those claiming to emulate a VT100 usually mean 412 terminal (even those claiming to emulate a VT100 usually mean
413 VT102). Unfortunately, even though there are some VT100 simulators, 413 VT102). Unfortunately, even though there are some VT100 simulators,
415 compatibility with the real device. 415 compatibility with the real device.
416 416
417 Thanks to this simulator, one can now test how the "real" VT102 behaves, 417 Thanks to this simulator, one can now test how the "real" VT102 behaves,
418 and as free extra, it also simulates DEC VT100 and DEC VT131 terminals. 418 and as free extra, it also simulates DEC VT100 and DEC VT131 terminals.
419 419
420 ROMs are included - a standard Perl 5.10+ installation plus the 420 ROMs are included - a standard Perl 5.10+ installation, the
421 L<IO::Pty> module are required to run the script, and rxvt-unicode, xterm 421 <code>stty</code> utility and the <code>IO::Pty</code> module are
422 required to run the script, and rxvt-unicode, xterm or a similar terminal
422 or a similar terminal emulation is required to have display/keyboard 423 emulation is required to have display/keyboard support.
423 support.
424 424
425gtkbfc cvs-pod(README) 425gtkbfc cvs-pod(README)
426 Gtk+ bash file chooser replacement. 426 Gtk+ bash file chooser replacement.
427 427
428 <b>gtkbfc</b> is a hack that replaces the dreaded, slow and hard-to-use GTK+ 428 <b>gtkbfc</b> is a hack that replaces the dreaded, slow and hard-to-use GTK+
870 Lets other threads run while doing mysql requests via DBD::mysql. 870 Lets other threads run while doing mysql requests via DBD::mysql.
871 871
872 This perl module patches libmysqlclient/DBD::mysql at runtime to allow 872 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
873 multiple Coro-based threads to make database accesses concurrently, 873 multiple Coro-based threads to make database accesses concurrently,
874 instead of blocking the whole process. 874 instead of blocking the whole process.
875
876Crypt-Spritz cpan cvs-pod(Spritz.pm,) cvs-co(Changes)
877 A Perl module implementing the Spritz family of cryptographic algorithms,
878 giving you a stream cipher, a hash, a mac, authenticated encryption
879 with associated data (AEAD) and a cryptographically secure random
880 number generator, at reasonable speed and with very little code size, making
881 Spritz an attractive algorithm for resource-constrained environments
882 such as javascript in your browser, or microcontrollers.
875 883
876Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes) 884Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes)
877 A Perl module implementing the twofish encryption algorithm in Perl. It has 885 A Perl module implementing the twofish encryption algorithm in Perl. It has
878 mostly been superceded by the Crypt::Twofish module. However, it supports 886 mostly been superceded by the Crypt::Twofish module. However, it supports
879 an easy and fast CBC mode natively. 887 an easy and fast CBC mode natively.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines