I was filtering some output in the shell today, and I reached for my trusty awk '{ print $1 }' to get the first part of a line separated by whitespace.
Then I started to think; why am I using awk for this when I know so much perl, and perl is… more »
Category: "Software Development"
I have been discussing this problem with Adam Kennedy and some other people at #win32@irc.perl.org today:
Line 388 of Module/Install/Makefile.pm is a blank line, but the line after it is a simple two-arg open().
open MAKEFILE, "> $makefile_name" or… more »
If you get this error message when trying to run midlets through the built-in emulator of the JavaME SDK 3.0, try disabling DEP for runMidlet.exe.
Error message given by Netbeans and/or Eclipse:
*** Error ***
Failed to connect to device 0!
Reason:… more »
First make sure you activate the multiverse repository for apt.
Then install the required modules (if you don't already have them enabled)
sudo aptitude install libapache2-mod-fastcgi apache2-suexec
Enable the fastcgi and rewrite modules:
sudo… more »
Endelig er det noen som virkelig har klart å forklare nøyaktig hva det vil si å programmere, og hvorfor det er så viktig å ha arbeidsro når man programmerer.
Anmoder alle frustrerte programmerere til å sende dette essayet til sine overordnede, slik at… more »