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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.37 by root, Sat Dec 13 20:00:12 2008 UTC vs.
Revision 1.43 by root, Fri Jul 17 15:20:16 2009 UTC

44</head> 44</head>
45<body> 45<body>
46<p class='back'><a href='/'>Schmorpforge Ta-Sa Software Repository</a></p> 46<p class='back'><a href='/'>Schmorpforge Ta-Sa Software Repository</a></p>
47<h1 class="$_[1]">$_[0]</h1> 47<h1 class="$_[1]">$_[0]</h1>
48<div style="text-align: center; float: right; margin-left: 1em; margin-bottom: 1em"> 48<div style="text-align: center; float: right; margin-left: 1em; margin-bottom: 1em">
49 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele">
50 <img src="http://www.piratenpartei-hessen.de/common/piratenbanner1" alt="Piratenpartei" border="0"/>
51 </a>
52 <br />
49 <a href="http://www.deliantra.net/"> 53 <a href="http://www.deliantra.net/">
50 <img src="http://www.deliantra.net/images/deliantra.png" border="0" alt="Deliantra Free MMORPG" style="display: inline"/> 54 <img src="http://www.deliantra.net/images/deliantra.png" border="0" alt="Deliantra Free MMORPG" style="display: inline"/>
51 <br /> 55 <br />
52 The free as in beer, liberal, code &amp; content retro-style graphical MMORPG :) 56 The free as in beer, liberal, code &amp; content retro-style graphical MMORPG :)
53 </a> 57 </a>
284 readline tab-completion to enter filenames. 288 readline tab-completion to enter filenames.
285 289
286 Again, its a dire hack and will not work with all programs. It does work 290 Again, its a dire hack and will not work with all programs. It does work
287 for gimp, firefox, gedit at least, though. 291 for gimp, firefox, gedit at least, though.
288 292
293Async-Interrupt cpan cvs-pod(Interrupt.pm,) cvs-co(Changes)
294 Allow C/XS libraries to interrupt perl asynchronously.
295
296 This is a module implementing a rarely-needed, very advanced technique
297 to interrupt a running perl interpreter from another thread, or similar,
298 context, at very low overhead.
299
289CV cpan cvs-pod(bin/cv,) cvs-co(Changes) 300CV cpan cvs-pod(bin/cv,) cvs-co(Changes)
290 Gtk2::CV is a perl module that implements an image viewer. 301 Gtk2::CV is a perl module that implements an image viewer.
291 302
292 It comes with its own demo app, named <tt>cv</tt>, which is loosely 303 It comes with its own demo app, named <tt>cv</tt>, which is loosely
293 modeled after the classic <tt>xv</tt>, although it displays images much 304 modeled after the classic <tt>xv</tt>, although it displays images much
451 See <a href="http://www.goof.com/pcg/marc/lmainit.html">its homepage</a> for more info. 462 See <a href="http://www.goof.com/pcg/marc/lmainit.html">its homepage</a> for more info.
452 463
453Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes) 464Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes)
454 Perl module implementing forward error correction using Vandermonde matrices 465 Perl module implementing forward error correction using Vandermonde matrices
455 466
456AnyEvent cpan cvs-pod(lib/AnyEvent.pm,) cvs-pod(lib/AnyEvent/Intro.pod,Introduction/Tutorial) cvs-co(Changes) cvs-pod(lib/AnyEvent/Util.pm,AnyEvent::Util) cvs-pod(lib/AnyEvent/Handle.pm,AnyEvent::Handle) cvs-pod(lib/AnyEvent/Socket.pm,AnyEvent::Socket) 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) 467AnyEvent cpan cvs-pod(lib/AnyEvent.pm,) cvs-pod(lib/AnyEvent/Intro.pod,Introduction/Tutorial) cvs-co(Changes) cvs-pod(lib/AnyEvent/Util.pm,AnyEvent::Util) cvs-pod(lib/AnyEvent/Handle.pm,AnyEvent::Handle) cvs-pod(lib/AnyEvent/Socket.pm,AnyEvent::Socket) 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/IOAsync.pm,AnyEvent::Impl::IOAsync) cvs-pod(lib/AnyEvent/Impl/POE.pm,AnyEvent::Impl::POE)
457 This module offers a simple API for I/O, timer, signal, child process 468 This module offers a simple API for I/O, timer, signal, child process
458 and completion events, independent of a specific event loop. 469 and completion events, independent of a specific event loop.
459 470
460 <p>This module allows module authors to use those events internally without 471 <p>This module allows module authors to use those events internally
461 forcing users of the module to use a specific event loop, without adding 472 without forcing users of the module to use a specific event loop, without
462 noticable overhead. Currently supported event loops are EV, Event, 473 adding noticable overhead. Currently supported event loops are EV, Event,
463 Glib/Gtk2, Tk, Qt, Event::Lib and POE (and thus also WxWidgets and 474 Glib/Gtk2, Tk, Qt, Event::Lib, IO::Async and POE (and thus also WxWidgets
464 Prima). It contains a very fast (see benchmarks in the main manual page) 475 and Prima). It also comes with a very fast (see benchmarks in the main
465 Pure Perl event loop and doesn't rely on XS, which ensures that your 476 manual page) Pure Perl event loop and doesn't rely on XS, which ensures
466 program will always run even when no C-based event loop is available.</p> 477 that your program will always run even when no C-based event loop is
478 available.</p>
467 479
468 <p>In addition to the event core (which might be all you need), AnyEvent 480 <p>In addition to the event core (which might be all you need), AnyEvent
469 comes with an optional, fully asynchronous, pure-perl DNS resolver 481 comes with an optional, fully asynchronous, pure-perl DNS resolver
470 library supporting UDP, TCP and EDNS0, with many utility functions to 482 library supporting UDP, TCP and EDNS0, with many utility functions to
471 "just resolve" stuff without having to instantiate even a resolver object 483 "just resolve" stuff without having to instantiate even a resolver object
541 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
542 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
543 content edititing in event based programs that have a AnyEvent compatible 555 content edititing in event based programs that have a AnyEvent compatible
544 event loop. 556 event loop.
545 557
558Array-Heap cpan cvs-pod(Heap.pm,) cvs-co(Changes)
559 A Perl module that implements C++ STL-like binary heap operations.
560
546Audio-Play-MPG123 cpan cvs-pod(MPG123.pm,) cvs-co(Changes) 561Audio-Play-MPG123 cpan cvs-pod(MPG123.pm,) cvs-co(Changes)
547 A Perl module implementing an interface to mpg123. 562 A Perl module implementing an interface to mpg123.
548 563
549Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes) 564Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes)
550 A Perl module implementing the LZV1 compression algorithm. See 565 A Perl module implementing the LZV1 compression algorithm. See
567Coro 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) 582Coro 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)
568 A large Perl module family that implements cooperative multitasking in 583 A large Perl module family that implements cooperative multitasking in
569 Perl. It supports filehandle and event abstraction and also implements 584 Perl. It supports filehandle and event abstraction and also implements
570 continuations as well as the necessary directives to implement a slightly 585 continuations as well as the necessary directives to implement a slightly
571 limited call/cc in Perl. 586 limited call/cc in Perl.
587
588Coro-Mysql cpan cvs-co(Changes) cvs-pod(Mysql.pm,)
589 Lets other threads run while doing mysql requests via DBD::mysql.
590
591 This perl module patches libmysqlclient/DBD::mysql at runtime to allow
592 multiple Coro-based threads to make database accesses concurrently,
593 instead of blocking the whole process.
572 594
573Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes) 595Crypt-Twofish2 cpan cvs-pod(Twofish2.pm,) cvs-co(Changes)
574 A Perl module implementing the twofish encryption algorithm in Perl. It has 596 A Perl module implementing the twofish encryption algorithm in Perl. It has
575 mostly been superceded by the Crypt::Twofish module. However, it supports 597 mostly been superceded by the Crypt::Twofish module. However, it supports
576 an easy and fast CBC mode natively. 598 an easy and fast CBC mode natively.
592 list</a> for discussion and support is now available. 614 list</a> for discussion and support is now available.
593 615
594EV-ADNS cpan cvs-pod(ADNS.pm,) cvs-co(Changes) 616EV-ADNS cpan cvs-pod(ADNS.pm,) cvs-co(Changes)
595 An asynchronous stub resolver that integrates efficiently into 617 An asynchronous stub resolver that integrates efficiently into
596 the EV event loop. Uses adns/libadns as backend. 618 the EV event loop. Uses adns/libadns as backend.
619
620EV-Loop-Async cpan cvs-pod(Async.pm,) cvs-co(Changes)
621 Small module that runs an EV event loop in another thread
622 and uses an Async-Interrupt object to signal new events
623 to perl.
597 624
598Net-SNMP-EV cpan cvs-pod(EV.pm,) cvs-co(Changes) 625Net-SNMP-EV cpan cvs-pod(EV.pm,) cvs-co(Changes)
599 An adaptor that integrates the Net-SNMP Perl module into the EV event loop. 626 An adaptor that integrates the Net-SNMP Perl module into the EV event loop.
600 Loading it suffices to make background requests in EV programs. 627 Loading it suffices to make background requests in EV programs.
601 628

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines