Favorite programming library, ever.

A forum for the discussion of issues technical and computer.
Post Reply
User avatar
iblis
Don't click the iblis link!!!!
Posts: 4866
Joined: Wed Feb 19, 2003 7:19 pm
Contact:

Favorite programming library, ever.

Post by iblis »

For the coders out here:

What's your favorite programming library? Be it a single header file, a perl module, a php include, doesn't matter.

What saves your code-writing ass, hands down, over and over?

Mine's probably been the module Net::SSH::Perl, though the cgic library has come as a close second at times.

This started out as a poll, but christ, there are too many libraries out there to list here.
If carpenters made buildings the way programmers make programs, the first woodpecker to come along would destroy all of civilization. — Anonymous
Uziel
Posts: 12
Joined: Sat Dec 18, 2004 5:01 am
Contact:

Post by Uziel »

I can't say that I have a favorite library. I must say, however, that the non-linear pack to Mathematica is pretty cool, though it's not quite a developer language. I'll never forget when I first wrote this on the UTK Unix system...

Code: Select all

for(;;) {
    fork();
}


Lots of fun...
razor
Posts: 87
Joined: Mon May 19, 2003 6:47 am
Location: Knocksvyll
Contact:

Post by razor »

or the time when a certain somebody did something very similar on of the USIT servers (no, wasn't me). good times.
User avatar
iblis
Don't click the iblis link!!!!
Posts: 4866
Joined: Wed Feb 19, 2003 7:19 pm
Contact:

Post by iblis »

Uziel wrote:I can't say that I have a favorite library. I must say, however, that the non-linear pack to Mathematica is pretty cool, though it's not quite a developer language. I'll never forget when I first wrote this on the UTK Unix system...

Code: Select all

for(;;) {
    fork();
}

Lots of fun...

fork() bombs are fun. But float bombs are forever. :mrgreen:

Code: Select all

perl -e '$_= ($_*76543+23456789) % 1234567891 while 1'
If carpenters made buildings the way programmers make programs, the first woodpecker to come along would destroy all of civilization. — Anonymous
Post Reply
Users browsing this forum: No registered users and 1 guest