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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.16 by root, Sat May 10 00:32:07 2008 UTC vs.
Revision 1.24 by root, Fri May 23 06:15:39 2008 UTC

438 See <a href="http://www.goof.com/pcg/marc/lmainit.html">its homepage</a> for more info. 438 See <a href="http://www.goof.com/pcg/marc/lmainit.html">its homepage</a> for more info.
439 439
440Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes) 440Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes)
441 Perl module implementing forward error correction using Vandermonde matrices 441 Perl module implementing forward error correction using Vandermonde matrices
442 442
443AnyEvent cpan cvs-pod(lib/AnyEvent.pm,) cvs-co(Changes) cvs-pod(lib/AnyEvent/Impl/EV.pm,AnyEvent::Impl::EV) cvs-pod(lib/AnyEvent/Impl/Event.pm,AnyEvent::Impl::Event) cvs-pod(lib/AnyEvent/Impl/Glib.pm,AnyEvent::Impl::Glib) cvs-pod(lib/AnyEvent/Impl/Tk.pm,AnyEvent::Impl::Tk) cvs-pod(lib/AnyEvent/Impl/Perl.pm,AnyEvent::Impl::Perl) cvs-pod(lib/AnyEvent/Impl/Qt.pm,AnyEvent::Impl::Qt) cvs-pod(lib/AnyEvent/Impl/EventLib.pm,AnyEvent::Impl::EventLib) cvs-pod(lib/AnyEvent/Impl/POE.pm,AnyEvent::Impl::POE) 443AnyEvent cpan cvs-pod(lib/AnyEvent.pm,) cvs-co(Changes) cvs-pod(lib/AnyEvent/Util.pm,AnyEvent::Util) cvs-pod(lib/AnyEvent/DNS.pm,AnyEvent::DNS) cvs-pod(lib/AnyEvent/Impl/EV.pm,AnyEvent::Impl::EV) cvs-pod(lib/AnyEvent/Impl/Event.pm,AnyEvent::Impl::Event) cvs-pod(lib/AnyEvent/Impl/Glib.pm,AnyEvent::Impl::Glib) cvs-pod(lib/AnyEvent/Impl/Tk.pm,AnyEvent::Impl::Tk) cvs-pod(lib/AnyEvent/Impl/Perl.pm,AnyEvent::Impl::Perl) cvs-pod(lib/AnyEvent/Impl/Qt.pm,AnyEvent::Impl::Qt) cvs-pod(lib/AnyEvent/Impl/EventLib.pm,AnyEvent::Impl::EventLib) cvs-pod(lib/AnyEvent/Impl/POE.pm,AnyEvent::Impl::POE)
444 This module offers a simple API for I/O, timer, signal, child process 444 This module offers a simple API for I/O, timer, signal, child process
445 and completion events, independent of a specific event loop. 445 and completion events, independent of a specific event loop.
446 446
447 This module allows module authors to use those events internally without 447 This module allows module authors to use those events internally without
448 forcing users of the module to use a specific event loop, without adding 448 forcing users of the module to use a specific event loop, without adding
540 <a href="EV.html">perl interface</a> is also available. 540 <a href="EV.html">perl interface</a> is also available.
541 <p /> 541 <p />
542 A <a href="http://lists.schmorp.de/mailman/listinfo/libev">mailing 542 A <a href="http://lists.schmorp.de/mailman/listinfo/libev">mailing
543 list</a> for discussion and support is now available. 543 list</a> for discussion and support is now available.
544 544
545libeio dist cvs-pod(eio.pod,) cvs-co(eio.h) cvs-co(demo.c) cvs-co(Changes)
546 Event-based fully asynchronous I/O library for C (used by IO::AIO).
547 Currently in BETA!
548
549 <p>Libeio is a full-featured asynchronous I/O library
550 for C, modelled in similar style and spirit as <a
551 href="http://software.schmorp.de/pkg/libev.html">libev</a>. Features
552 include: asynchronous read, write, open, close, stat, unlink, fdatasync,
553 mknod, readdir etc. (basically the full POSIX API). sendfile (native on
554 solaris, linux, hp-ux, freebsd, emulated everywehere else), readahead
555 (emulated where not available).</p>
556
557 <p>It is fully event-library agnostic and can easily be integrated into any
558 event-library (or used standalone, even in polling mode). It is very
559 portable and relies only on POSIX threads.</p>
560
561 <p>Its code, documentation, integration and portability quality is
562 currently below that of libev, but should soon be ready for use in
563 production environments.</p>
564
545libspf cvs-co(README) 565libspf cvs-co(README)
546 Libspf is a C library that implements the <a 566 Libspf is a C library that implements the <a
547 href="http://en.wikipedia.org/wiki/Sender_Policy_Framework"> Sender 567 href="http://en.wikipedia.org/wiki/Sender_Policy_Framework"> Sender
548 Policy Framework</a>. It allows software to identify and reject forged 568 Policy Framework</a>. It allows software to identify and reject forged
549 envelope-from addresses, a typical nuisance in e-mail spam. SPF is 569 envelope-from addresses, a typical nuisance in e-mail spam. SPF is
695 715
696dhcpping cvs-pod(dhcping.pod,) 716dhcpping cvs-pod(dhcping.pod,)
697 A version of dhcpping enhanced by <a href="mailto:marco@nethype.de">Marco Maisenhelder</a> 717 A version of dhcpping enhanced by <a href="mailto:marco@nethype.de">Marco Maisenhelder</a>
698 to support passing dhcp options. Intended to test dhcp server implementations. 718 to support passing dhcp options. Intended to test dhcp server implementations.
699 719
700AnyEvent-DNS cpan-elmex git-pod(lib/AnyEvent/DNS.pm,) git-co(Changes)
701 A non-blocking DNS resolver with AnyEvent using Net::DNS.
702
703 This Perl module is a simple wrapper around Net::DNS, which provides
704 a non-blocking interface to make DNS queries with Net::DNS.
705
706AnyEvent-HTTPD cpan-elmex git-pod(lib/AnyEvent/HTTPD.pm,) git-co(Changes) 720AnyEvent-HTTPD cpan-elmex git-pod(lib/AnyEvent/HTTPD.pm,) git-co(Changes)
707 A simple and plain event based http web application server Perl module. 721 A simple and plain event based http web application server Perl module.
708 722
709 This is a very basic HTTP server that allows the user/programmer to install 723 This is a very basic HTTP server that allows the user/programmer to install
710 hooks for URL paths to generate the output. It uses AnyEvent to be easily 724 hooks for URL paths to generate the output. It uses AnyEvent to be easily

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines