Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
~705 People Reached
Favorite Tags
Member Avatar for msaenz

Hi I have this code here and I was wondering if anyone can explain to me how it works... I see the output and all but I get lost from sub2 to sub3 [code] #!usr/bin/perl my $a = "one"; my $b = "two"; my $c = "three"; my $d = …

Member Avatar for msaenz
0
81
Member Avatar for Duki

I want to connect my PC to my TV. I have an s-video capable graphics card, but is this the best way? I want the clearest picture possible. Would a tv-tuner card like the Radeon Theater or All in Wonder cards work for better for this?

Member Avatar for iaindb
2
193
Member Avatar for BabySamba

Hi. I wish to make a small HOME network composed of a Windows XP professional, Windows Xp Home edition, Centos 4.3. I have connected each computer to a router. The router is connected to the internet. I am sure that the hardware settings are correct : in fact, each computer …

Member Avatar for iaindb
0
112
Member Avatar for iaindb

Hi all, I've written a configuration file parser, which is just basically gets a bunch of rules, each ended by ';' To get the rules I use a loop: [CODE] ifstream cfgFile; for (int iI = 0; iI < iMAX_MONITORS; iI ++) { ... cfgFile >> someFloat; // test for …

Member Avatar for iamthwee
1
159
Member Avatar for haiahil

Could you please explain how this works. [code=PERL] while (m`(?=.)((?:"((?:""|[^"]+)*)")?([^,]*))(,?)`sg) { print "1=$1 2=$2 3=$3 4=$4 \n"; } [/code] INPUT LINE APPLE,MANGO,"BANNA" OUTPUT 1=APPLE 2= 3=APPLE 4=, 1=MANGO 2= 3=MANGO 4=, 1="BANNA" 2=BANNA 3= 4= Logic is not catching to my little brain, pls help. Thanks.

Member Avatar for iaindb
0
160