|
How to (gu)estimate a software project duration? Fernando Rodriguez wrote: Hi, Sorry for being slightly offtopic, but I'm a bit desperate. :-) All my guestimates of project duration have been so far ridiculously optimistic and I usually err by a factor of 4x or worse. Is there any way out of this? How can I improve my estimates? Is th... 25 Jun 2008 10:52
finding the median of a list without sorting I have seen some code which can find median of an odd numbered list but how to do it for even numbered list ? please give me some suggestions int median( const intList * l ) { for( int posn = 0; posn < l.size; posn++ ) int smaller = 0; int larger = 0; for( int p = 0; p < l.size; p++ ) if( l.items[p... 25 Jul 2008 21:44
Best practices for configuration files Hi, I am wondering if anyone has an idea of what the best practices are for configuration files. Let me elaborate. Say you have this program that you are developing and you would like its behavior to be customizable by the user. You decide to use a configuration file that lets the users specify some variables ... 28 Jun 2008 03:30
How to determine if a file handle is redirected? I have a program that processes a list of files, as in: foo file1 file2 ... filen Or: foo "*" Additionally, output can be redirected: foo "*" >foo.bar How do I keep foo from (also) processing foo.bar? Once I open foo.bar, is there a way I can tell that the handle associated with foo.bar is redirec... 26 Jun 2008 14:37
How do you read programming books? I used to read books PAGE BY PAGE. But it seems not that appropriate. I was always confused by some knowledge point and then can not step forward. So I really wonder how masters read book. I think HOW TO THINK and HOW TO STUDY is important in programming zone. I haven't found the answer yet. What a pity! ... 26 Jun 2008 14:37
jobs im ausland usa jobboerse bremen job angebote im ausland arbeitsagentur ausland jobs im ausland usa jobboerse bremen job angebote im ausland arbeitsagentur ausland + + + ARBEITSANGEBOTE IM AUSLAND http://WWW.STELLENANGEBOT-AUSLAND.DE http://WWW.STELLENANGEBOT-AUSLAND.DE + + + AUSLANDSJOBS ONLINE FINDEN http://WWW.AUSLANDSJOBS-24.DE http://WWW.AUSLANDSJOBS-24.DE + + + ARB... 24 Jun 2008 10:14
I got a time slot for your next session. Richard Heathfield wrote: <snipped> I got you inked in for 7/29/2008 at 1:00 am. That is on a Tuesday. I'll see you then, king. You take care until then. If you can't make it, please call my answering service at 666-666-6666 and leave a message. :) ... 24 Jun 2008 09:13
Building Lisp from scratch (was: Program compression) > > Only in the really stupid cruddy languages such as C you're familiar with. From: "Bartc" <b...(a)freeuk.com> What would your language of choice be for implementing Lisp? A bootstrapping/crosscompiling process involving extended versions of SYSLISP (which was available in PSL) and LAP (which was availa... 5 Jul 2008 23:44
Zahnarzthelfer Zahnarzthelferin stellenangebot geschichte Lokomotivfuehrer Lokomotivfuehrerin stellenangebote wirtschaft Pharmakant Pharmakantin jobangebote stellenangebote Risk Manager Risk Managerin stellenangebote wirtschaft Zahnarzthelfer Zahnarzthelferin stellenangebot geschichte Lokomotivfuehrer Lokomotivfuehrerin stellenangebote wirtschaft Pharmakant Pharmakantin jobangebote stellenangebote Risk Manager Risk Managerin stellenangebote wirtschaft + + + ARBEITSANGEBOTE IN DEUTSCHLAND http://WWW.ARBEITSANGEBOT-DEUTSCHLAND... 23 Jun 2008 17:53
vb.net School Project Help Hello, I want to dim a calculateButton in my program but I can't figure out how to or where to put the code. My program must check that the quantityTextBox.Text, titleTextBox.Text and dvdRadioButton.Checked or vhsRadioButton.Checked have valid input before allowing the user to calculate. I want to dim this but... 24 Jun 2008 15:25 |