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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.36 by root, Tue Sep 30 02:27:46 2008 UTC vs.
Revision 1.37 by root, Sat Dec 13 20:00:12 2008 UTC

325 This module provides an alternative to the Net-IRC and Net-IRC2 325 This module provides an alternative to the Net-IRC and Net-IRC2
326 modules. Its design rationale is offering a 100% non-blocking 326 modules. Its design rationale is offering a 100% non-blocking
327 callback-based interface, RFC-compliant parsing and a lightweight 327 callback-based interface, RFC-compliant parsing and a lightweight
328 approach to modularity and reusability. 328 approach to modularity and reusability.
329 329
330Guard cpan cvs-pod(Guard.pm,) cvs-co(Changes)
331 This small module implements scope and object guards, that is, code blocks
332 that are executed when a scope is being exited (or an object is destroyed).
333
334 Much effort was invested into these guards behaving "sensibly" in the
335 presence of thrown exceptions, errors and other adverse conditions, as
336 well as into good performance.
337
330Net-IRC-Server cvs-pod(Net/IRC/Server.pm,) 338Net-IRC-Server cvs-pod(Net/IRC/Server.pm,)
331 This module provides a simple API for handling the IRC Protocol 339 This module provides a simple API for handling the IRC Protocol
332 aiming at implementing lightweight IRC-Servers. 340 aiming at implementing lightweight IRC-Servers.
333 341
334PApp-SQL cpan cvs-pod(SQL.pm,) 342PApp-SQL cpan cvs-pod(SQL.pm,)
905 is a bit slower than necessary, and lacks some important (or nice) 913 is a bit slower than necessary, and lacks some important (or nice)
906 features, like automatic unzip-testing and others. On the other hand, 914 features, like automatic unzip-testing and others. On the other hand,
907 fcrackzip-0.0.1 was hacked together in under ten hours, and you can 915 fcrackzip-0.0.1 was hacked together in under ten hours, and you can
908 always modify the source (and send me patches!!!) (I hope I've made it 916 always modify the source (and send me patches!!!) (I hope I've made it
909 clear now ;)</p> 917 clear now ;)</p>
918
919lsys cvs-co(README) cvs-co(NEWS)
920 lsys is a program that interprets lindenmeyer-systems.
921
922 <p>lsys is a full-featured program that understands most of the syntax
923 of the original l-systems language, which is far more complex and
924 powerful than most available l-system interpreters.</p>
925
926 <p>See <a href="http://www.goof.com/pcg/marc/lsys.html">the original homepage</a>
927 for more explanations and some images.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines