Forum: Coder's Corner Lounge
Sep 29th, 2009, 1:14 PM
|
|
Replies: 2
Views: 267
|
Forum: Coder's Corner Lounge
Sep 28th, 2009, 1:34 PM
|
|
Replies: 2
Views: 267
method to track developer performance metrics
I am trying to figure out the best / fairest way to track performance metrics of my development team without imposing deadlines on them.
I came up with draft of a point system that will be based...
|
Forum: Paid Job Offers
Jun 23rd, 2009, 7:37 PM
|
|
Replies: 2
Views: 415
|
Forum: Paid Job Offers
Jun 9th, 2009, 10:19 PM
|
|
Replies: 2
Views: 415
Programming opportunity in Vicksburg, MS
Job is located in Vicksburg, Mississippi. Must be a US Citizen and able to get a security clearance at the Secret level. Occasional travel involved. No telecommuting and relocation assistance is...
|
Forum: C#
Feb 2nd, 2009, 8:08 PM
|
|
Replies: 8
Views: 497
Re: Project in C#
How about incorporating a database backend then provide some search capability?
|
Forum: Community Announcements and Feedback
Jan 21st, 2009, 12:56 PM
|
|
Replies: 61
Views: 3,490
Re: Grumpy signing out
I took a leave of absence for a while, decided to check in on the site yesterday and noticed the issues with spam and everyone up at arms. When I joined years ago, it was a much better community I...
|
Forum: Visual Basic .NET
Dec 8th, 2008, 8:01 PM
|
|
Replies: 18
Views: 1,749
Re: FTP console application.
instead of - use +
To show:
find /path/to/files* -mtime +5 -print
To delete:
find /path/to/files* -mtime +5 -exec rm {} \;
|
Forum: Coder's Corner Lounge
Dec 7th, 2008, 4:13 PM
|
|
Replies: 10
Views: 546
|
Forum: Visual Basic .NET
Dec 7th, 2008, 4:09 PM
|
|
Replies: 18
Views: 1,749
Re: FTP console application.
Sorry for the delay, I've been a little busy... anyway... here is what I suggest:
This will find all fiels that were modified in the last 24 hours.
find /<directory_path> -mtime -1 -print
If you...
|
Forum: Visual Basic .NET
Dec 1st, 2008, 6:52 PM
|
|
Replies: 18
Views: 1,749
Re: FTP console application.
OK. What exactly are you trying to do? "...maintenance on a server" is pretty broad.
I'm sure we could do what you are trying to do via a small script.
|
Forum: Coder's Corner Lounge
Dec 1st, 2008, 9:08 AM
|
|
Replies: 6
Views: 348
Re: I'm back, I think. ;)
Thanks guys, glad to be back! Family is doing well, for those that don't know... I had my second child back in August, a boy! With my demanding two year old daughter and the management role that I...
|
Forum: Visual Basic .NET
Dec 1st, 2008, 8:28 AM
|
|
Replies: 18
Views: 1,749
Re: FTP console application.
I'm such a noob, forgot to check the section. :) My VB is a little rusty, but if you wanted to try this in .NET I would suggest C#.
If you have shell access on the server, I can try to walk...
|
Forum: Perl
Dec 1st, 2008, 8:03 AM
|
|
Replies: 12
Views: 2,079
Re: Selecting every third line
No example of data needed.
awk 'NR%3==0' FILENAME
where FILENAME is the name of your data file. You can replace 3 with N and get the Nth line as well.
|
Forum: Coder's Corner Lounge
Nov 30th, 2008, 11:39 PM
|
|
Replies: 6
Views: 348
I'm back, I think. ;)
Hey guys! My apologies for going off the grid for a while. Free time was few and far between... hopefully, I can return to the swing of things here at PFO.
How is everyone? Anything exciting...
|
Forum: Perl
Nov 30th, 2008, 11:34 PM
|
|
Replies: 1
Views: 1,689
Re: Perl - fork-exec
may want to display your code using Code Tags.... in order to get more responses.
|
Forum: Visual Basic .NET
Nov 30th, 2008, 11:32 PM
|
|
Replies: 18
Views: 1,749
Re: FTP console application.
What OS is the server running? If its *nix, why not just SSH... any script any automated tasks and throw them in cron?
|
Forum: C++
Nov 30th, 2008, 11:28 PM
|
|
Replies: 19
Views: 690
|
Forum: Coder's Corner Lounge
Nov 5th, 2008, 10:01 PM
|
|
Replies: 32
Views: 1,330
Re: I got Married!
Hah. Congrats! Code while you can. When kids come along, you can forget it. :D
|
Forum: C++
Jul 25th, 2008, 3:29 PM
|
|
Replies: 7
Views: 863
Re: Cipher Challenge School Project
Not that it matters much, but the Dr. I referred to is the website where this file (your assignment) is hosted. I assumed he was your professor and you are paying him to teach you.
...
|
Forum: Community Introductions
Jul 24th, 2008, 1:38 PM
|
|
Replies: 3
Views: 522
|
Forum: Coder's Corner Lounge
Jul 24th, 2008, 1:36 PM
|
|
Replies: 1
Views: 505
|
Forum: PHP
Jul 24th, 2008, 1:27 PM
|
|
Replies: 6
Views: 628
|
Forum: Coder's Corner Lounge
Jul 22nd, 2008, 11:00 PM
|
|
Replies: 8
Views: 561
|
Forum: Python
Jul 21st, 2008, 10:25 PM
|
|
Replies: 10
Views: 1,554
Re: python vs ruby?
My opinion on the matter is in favor of Python, but that is only because Ruby is still relatively new to me.
|
Forum: Other Web Development Languages
Jul 21st, 2008, 10:16 PM
|
|
Replies: 1
Views: 903
|
Forum: Coder's Corner Lounge
Jul 18th, 2008, 8:50 AM
|
|
Replies: 11
Views: 724
Re: Learn Cobol or convert?
The only companies I have seen that run Cobol have been banks. The fact is, you will have to learn a bit of Cobol either way. If you find Cobol to be easy to code in and the source is relatively...
|
Forum: Community Introductions
Jul 18th, 2008, 8:43 AM
|
|
Replies: 6
Views: 494
|
Forum: Show Off Your Open Source Projects
Jul 18th, 2008, 8:42 AM
|
|
Replies: 13
Views: 2,102
|
Forum: PHP
Jul 17th, 2008, 10:32 AM
|
|
Replies: 6
Views: 633
|
Forum: PHP
Jul 17th, 2008, 9:06 AM
|
|
Replies: 6
Views: 633
Re: Final Year Project
Use "Ruby on Rails" as keywords in Google, then click search... you'll come across more information than you probably want to read.
"Suitable" is relevant to your team. Your first step in the...
|
Forum: PHP
Jul 17th, 2008, 8:38 AM
|
|
Replies: 5
Views: 731
Re: Interested in PHP
You need to download it (http://www.php.net/downloads.php), then read about it (http://www.php.net/manual/en/). Afterwards, try writing a few scripts in PHP.
|
Forum: PHP
Jul 17th, 2008, 7:49 AM
|
|
Replies: 6
Views: 633
|
Forum: Community Introductions
Jul 17th, 2008, 7:43 AM
|
|
Replies: 12
Views: 864
|
Forum: Other Web Development Languages
Jul 17th, 2008, 7:41 AM
|
|
Replies: 6
Views: 1,112
|
Forum: Other Web Development Languages
Jul 16th, 2008, 8:54 AM
|
|
Replies: 6
Views: 1,112
Re: UML diagram???
Brent is right... it is just a method of documenting the layout of your program / website / project. UML is not a necessary component of development, but is helpful to have on hand in the event...
|
Forum: Coder's Corner Lounge
Jun 27th, 2008, 1:10 PM
|
|
Replies: 5
Views: 528
|
Forum: Paid Job Offers
Jun 27th, 2008, 1:08 PM
|
|
Replies: 2
Views: 770
|
Forum: Paid Job Offers
Jun 26th, 2008, 3:29 PM
|
|
Replies: 2
Views: 770
|
Forum: Community Introductions
Jun 24th, 2008, 10:32 AM
|
|
Replies: 5
Views: 610
Re: I'm so green I'm practically clover
It will be fairly difficult to land a decent paying programming job without a degree. However, as was already mentioned... you could aim for certifications from Redhat, Microsoft, Sun, etc. The...
|
Forum: Coder's Corner Lounge
Jun 20th, 2008, 1:56 PM
|
|
Replies: 2
Views: 517
Re: hello and where can i find help forum?
To debug a program when all you have is output statements at your disposal, you output the value of your variables and your locations within the code that way, during execution you can follow your...
|