User Profile
Collapse
-
I suggust Eclipse... or Vim ;)
I got a job as a java developer with only 3 weeks of previous experience. With the help of Eclipse I was able to be a productive and helpfull member of the team. Its auto-completion and built in docs accelerated my learning.Leave a comment:
-
Yes, yes, and yes:
Eclipse:
http://lists.freebsd.org/mailman/lis...reebsd-eclipse
NetBeans:
http://www.bsdforums.org/forums/arch...hp/t-7462.html
Java 5:
http://www.freebsd.org/java/dists/15.html
Hope that helps....Leave a comment:
-
http://perldoc.perl.org/perlaix.html...-Perl-5-on-AIX says
Just in case you had a copy of vac or xlC kicking around...
I'm not too sharp with these things... I hope this helps... Let me know....Leave a comment:
-
What exactly were they for? It isn't a $foo eq $bar sort of deal..Leave a comment:
-
For my own benifet, could you please explain why you are using Win32::Process and not threads? Thanks in advance! Oh, you might also find http://search.cpan.org/~nwclark/Perl...p-0.17/gzip.pm usefullLast edited by octoberdan; Oct 5 '05, 08:56 PM.Leave a comment:
-
Leave a comment:
-
Can you do:
my $new_collection = Bio::Restrictio n::EnzymeCollec tion();
?Leave a comment:
-
I did some major clean up... I just quickly went through though...I don't know if it works, I just hacked at it with a broom stick... It should be easier to work with now atleast... I'll come back in a bit when I'm not so busy and take another look. This cisco stuff is bring back bad memorys... :(
Code:#!/usr/bin/perl use Net::Telnet::Cisco; my $session1; my $timeout1 = 30; my
Last edited by octoberdan; Oct 5 '05, 08:41 PM.Leave a comment:
-
-
File I/O
(read through the responders suggustion):
http://www.nntp.perl.org/group/perl.beginners/44940
Regex
http://www.regular-expressions.info/perl.html
http://www.zvon.org/other/PerlTutorial/Output/
http://virtual.park.uga.edu/humcomp/perl/regex2a.html
For nix shell stuff:
With Bourne / Bash shell scripting:
http://quong.best.vwh.net/shellin20/
...Last edited by octoberdan; Oct 5 '05, 07:43 PM.Leave a comment:
-
Somthing could have gone out of scope... I recomend you read this:
http://www.developer.com/lang/perl/article.php/3323421
It's a superb article and you would learn alot of usefull things.
mine:
Code:#!/usr/bin/perl use strict; use warnings; my $falbum; my $talbum; $falbum = "Sleep in Safety"; $talbum = "45 Grave - Sleep in Safety";
Leave a comment:
-
How does this relate to perl? :confused:
http://search.cpan.org/~beatnik/Devi...02/QuickCam.pm
???...Leave a comment:
-
What's your status on this? Did you figure it out? If you need specific help, just ask.Leave a comment:
-
-
I ran it on windows XP and tested it with telnet... Make sure the VB client sends a newline... You made me late for psychology class :p
Code:#!/usr/local/bin/perl use strict; use warnings; use IO::Socket; my $client; my $socket; my $message; $socket = IO::Socket::INET->new( "Proto" => "tcp", "LocalPort"
Leave a comment:
-
Well... hmmm... You might want to try thescripts.com. It's a great place to find helpfull information. In fact, I bet if you asked for help in the JavaScript or ASP forums you'd find somthing valuable. I wouldn't, however, suggust posting an irrelevent question in a forum that has nothing to do with what your asking. That's only going to piss people off and add to the clutter.
Take care and good luck with your search! :D
...Leave a comment:
-
I'm interested in creating a realtime midi controlled softsynth. Any luck with mixing jsyn and midi?Leave a comment:
No activity results to display
Show More
Leave a comment: