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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.43 by root, Fri Jul 17 15:20:16 2009 UTC vs.
Revision 1.46 by root, Mon Jul 20 04:16:09 2009 UTC

201<ul> 201<ul>
202<li>All CVS Repositories can be found <a href="http://cvs.schmorp.de/">here</a>.</li> 202<li>All CVS Repositories can be found <a href="http://cvs.schmorp.de/">here</a>.</li>
203<li>All GIT Repositories can be found <a href="http://git.ta-sa.org/">here</a>.</li> 203<li>All GIT Repositories can be found <a href="http://git.ta-sa.org/">here</a>.</li>
204<li>File Releases can be found <a href="http://dist.schmorp.de/">here</a> or on CPAN (for Perl modules).</li> 204<li>File Releases can be found <a href="http://dist.schmorp.de/">here</a> or on CPAN (for Perl modules).</li>
205<li>All Mailinglists can be found <a href="http://lists.schmorp.de/mailman/listinfo">here</a>.</li> 205<li>All Mailinglists can be found <a href="http://lists.schmorp.de/mailman/listinfo">here</a>.</li>
206<li>The Wiki can be found <a href="http://wiki.schmorp.de/">here</a>.</li> 206<!--<li>The Wiki can be found <a href="http://wiki.schmorp.de/">here</a>.</li>-->
207</ul> 207</ul>
208<p>Projects listed on this page:</p> 208<p>Projects listed on this page:</p>
209<table> 209<table>
210EOF 210EOF
211 211
546 546
547 This module is an Anyevent-based interface to the International Go Server 547 This module is an Anyevent-based interface to the International Go Server
548 protocol. 548 protocol.
549 549
550AnyEvent-EditText cpan-elmex git-pod(lib/AnyEvent/EditText.pm,) git-co(Changes) 550AnyEvent-EditText cpan-elmex git-pod(lib/AnyEvent/EditText.pm,) git-co(Changes)
551 A Perl module which allows editing any text via an editor in a seperate process. 551 A Perl module which allows editing any text via an editor in a separate process.
552 552
553 A utility Perl module that will start a terminal/editor for you and will 553 A utility Perl module that will start a terminal/editor for you and will
554 wait non-blocking for you to finish editing that file. Very useful to embed 554 wait non-blocking for you to finish editing that file. Very useful to embed
555 content edititing in event based programs that have a AnyEvent compatible 555 content edititing in event based programs that have a AnyEvent compatible
556 event loop. 556 event loop.
601 Perl module to generate and parse <a href="http://www.hashcash.org">hashcashes</a>. 601 Perl module to generate and parse <a href="http://www.hashcash.org">hashcashes</a>.
602 Follow the link to learn more. This module is currently faster than 602 Follow the link to learn more. This module is currently faster than
603 the hashcash reference library. 603 the hashcash reference library.
604 604
605EV cpan cvs-pod(EV.pm,) cvs-pod(../libev/ev.pod,libev-documentation) cvs-pod(EV/MakeMaker.pm) cvs-co(Changes) 605EV cpan cvs-pod(EV.pm,) cvs-pod(../libev/ev.pod,libev-documentation) cvs-pod(EV/MakeMaker.pm) cvs-co(Changes)
606 A thin wrapper around <a href="/pkg/libev.html">libev</a>, 606 A thin wrapper around <a href="/pkg/libev.html">libev</a>, a
607 a high-performance event loop. Intended as a faster and less 607 high-performance event loop. Intended as a faster and less buggy
608 buggy replacement for the Event perl module. Efficiently supports 608 replacement for the Event perl module. Efficiently supports very high
609 very high number of timers, scalable operating system APIs such as 609 number of timers, scalable operating system APIs such as epoll, kqueue,
610 epoll, kqueue, solaris's ports, inotify, child/pid watchers and 610 solaris's ports, inotify, eventfd, signalfd, child/pid watchers and much
611 much more. 611 more.
612 612
613 A <a href="http://lists.schmorp.de/mailman/listinfo/libev">mailing 613 A <a href="http://lists.schmorp.de/mailman/listinfo/libev">mailing
614 list</a> for discussion and support is now available. 614 list</a> for discussion and support is now available.
615 615
616EV-ADNS cpan cvs-pod(ADNS.pm,) cvs-co(Changes) 616EV-ADNS cpan cvs-pod(ADNS.pm,) cvs-co(Changes)
632 is loosely modelled after libevent, but without its limitations and bugs. It is 632 is loosely modelled after libevent, but without its limitations and bugs. It is
633 used, among others, in the <a href="http://savannah.gnu.org/projects/gvpe">GNU Virtual Private Ethernet</a> and 633 used, among others, in the <a href="http://savannah.gnu.org/projects/gvpe">GNU Virtual Private Ethernet</a> and
634 <a href="http://software.schmorp.de/pkg/rxvt-unicode.html">rxvt-unicode</a> packages, and in 634 <a href="http://software.schmorp.de/pkg/rxvt-unicode.html">rxvt-unicode</a> packages, and in
635 the Deliantra MORPG Server and Client. 635 the Deliantra MORPG Server and Client.
636 636
637 Features include child/pid watchers, periodic timers based on 637 Features include child/pid watchers, periodic timers based on wallclock
638 wallclock (absolute) time (in addition to timers using relative 638 (absolute) time (in addition to timers using relative timeouts), as well
639 timeouts), as well as epoll/kqueue/event ports/inotify (for file watchers) support, 639 as epoll/kqueue/event ports/inotify/eventfd/signalfd support, fast timer
640 fast timer management, time jump detection and correction, and ease-of-use. 640 management, time jump detection and correction, and ease-of-use.
641 <p /> 641 <p />
642
642 It can be used as a libevent replacement using its emulation API or 643 It can be used as a libevent replacement using its emulation API or
643 directly embedded into your programs without the need for complex 644 directly embedded into your programs without the need for complex
644 configuration support. A full-featured and well-documented 645 configuration support. A full-featured and well-documented
645 <a href="EV.html">perl interface</a> is also available. 646 <a href="EV.html">perl interface</a> is also available.
646 <p /> 647 <p />

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines