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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.13 by root, Fri May 9 15:17:06 2008 UTC vs.
Revision 1.14 by root, Sat May 10 00:27:41 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/CoroEV.pm,AnyEvent::Impl::CoroEV) cvs-pod(lib/AnyEvent/Impl/CoroEvent.pm,AnyEvent::Impl::CoroEvent) cvs-pod(lib/AnyEvent/Impl/Coro.pm,AnyEvent::Impl::Coro) 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/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
449 noticable overhead. Currently supported event loops are EV, Coro::EV, 449 noticable overhead. Currently supported event loops are EV, Event,
450 Event, Coro::Event, Glib/Gtk2, Tk, Qt, Event::Lib and POE (and thus also 450 Glib/Gtk2, Tk, Qt, Event::Lib and POE (and thus also WxWidgets and
451 WxWidgets and Prima). It contains a very fast (see benchmarks in the main 451 Prima). It contains a very fast (see benchmarks in the main manual page)
452 manual page) Pure Perl event loop and doesn't rely on XS, which ensures 452 Pure Perl event loop and doesn't rely on XS, which ensures that your
453 that your program will always run even when no C-based event loop is 453 program will always run even when no C-based event loop is available.
454 available.
455 454
456AnyEvent-FastPing cpan cvs-pod(FastPing.pm,) 455AnyEvent-FastPing cpan cvs-pod(FastPing.pm,)
457 This module implements a very fast and relatively flexible 456 This module implements a very fast and relatively flexible
458 ping (ping as in icmp echo request). 457 ping (ping as in icmp echo request).
459 458
485 allows easy decoding of multipart mime, uuencode and a whole lot of 484 allows easy decoding of multipart mime, uuencode and a whole lot of
486 differently encoded messages. You basically throw files at it, and 485 differently encoded messages. You basically throw files at it, and
487 it extracts the files in them. This module is used by the popular <a 486 it extracts the files in them. This module is used by the popular <a
488 href="www.amavis.org">amavis virus scanner</a>. 487 href="www.amavis.org">amavis virus scanner</a>.
489 488
490Coro cpan cvs-pod(Coro.pm,) cvs-co(Changes) 489Coro cpan cvs-co(Changes) cvs-pod(Coro.pm,) cvs-pod(Coro/AIO.pm,Coro::AIO) cvs-pod(Coro/AnyEvent.pm,Coro::AnyEvent) cvs-pod(Coro/BDB.pm,Coro::BDB) cvs-pod(Coro/Channel.pm,Coro::Channel) cvs-pod(Coro/Debug.pm,Coro::Debug) cvs-pod(Coro/EV.pm,Coro::EV) cvs-pod(Coro/Event.pm,Coro::Event) cvs-pod(Coro/Handle.pm,Coro::Handle) cvs-pod(Coro/LWP.pm,Coro::LWP) cvs-pod(Coro/MakeMaker.pm,Coro::MakeMaker) cvs-pod(Coro/RWLock.pm,Coro::RWLock) cvs-pod(Coro/Select.pm,Coro::Select) cvs-pod(Coro/Semaphore.pm,Coro::Semaphore) cvs-pod(Coro/SemaphoreSet.pm,Coro::SemaphoreSet) cvs-pod(Coro/Signal.pm,Coro::Signal) cvs-pod(Coro/Socket.pm,Coro::Socket) cvs-pod(Coro/Specific.pm,Coro::Specific) cvs-pod(Coro/State.pm,Coro::State) cvs-pod(Coro/Storable.pm,Coro::Storable) cvs-pod(Coro/Timer.pm,Coro::Timer) cvs-pod(Coro/Util.pm,Coro::Util)
491 A large Perl module family that implements cooperative multitasking in 490 A large Perl module family that implements cooperative multitasking in
492 Perl. It supports filehandle and event abstraction and also implements 491 Perl. It supports filehandle and event abstraction and also implements
493 continuations as well as the necessary directives to implement a slightly 492 continuations as well as the necessary directives to implement a slightly
494 limited call/cc in Perl. 493 limited call/cc in Perl.
495 494

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines