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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.38 by root, Sat May 30 07:02:47 2009 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
540 552
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.
557
558Array-Heap cpan cvs-pod(Heap.pm,) cvs-co(Changes)
559 A Perl module that implements C++ STL-like binary heap operations.
545 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)
599 list</a> for discussion and support is now available. 614 list</a> for discussion and support is now available.
600 615
601EV-ADNS cpan cvs-pod(ADNS.pm,) cvs-co(Changes) 616EV-ADNS cpan cvs-pod(ADNS.pm,) cvs-co(Changes)
602 An asynchronous stub resolver that integrates efficiently into 617 An asynchronous stub resolver that integrates efficiently into
603 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.
604 624
605Net-SNMP-EV cpan cvs-pod(EV.pm,) cvs-co(Changes) 625Net-SNMP-EV cpan cvs-pod(EV.pm,) cvs-co(Changes)
606 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.
607 Loading it suffices to make background requests in EV programs. 627 Loading it suffices to make background requests in EV programs.
608 628

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines