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.
Favorite programming library, ever.
Favorite programming library, ever.
If carpenters made buildings the way programmers make programs, the first woodpecker to come along would destroy all of civilization. Anonymous
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...
Lots of fun...
Code: Select all
for(;;) {
fork();
}
Lots of fun...
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.
![Mr. Green :mrgreen:](./images/smilies/icon_mrgreen.gif)
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
Users browsing this forum: No registered users and 1 guest