User DanV - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T01:12:11Z http://stackoverflow.com/feeds/user/622 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/687/keyboard-for-programmers/4603#4603 145 Answer by DanV for Keyboard for programmers DanV 2008-08-07T11:34:41Z 2008-08-10T09:29:43Z <p>I use and love the IBM Model M keyboards, the older you can find the better. The buckling spring keys are so tactile and responsive. This keyboard is possibly the loudest keyboard in existence, but it is incredibly well built and will last forever. The one I currently use is from 1984 and it looks and feels brand new.</p> <p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/57/ModelM.jpg/800px-ModelM.jpg" width="600"/></p> http://stackoverflow.com/questions/5415/convert-bytes-to-floating-point-numbers-in-python/5420#5420 -2 Answer by DanV for Convert Bytes to Floating Point Numbers in Python DanV 2008-08-07T22:28:22Z 2008-08-07T22:28:22Z <p>Edit: Forget what I said. But it looks like GotAPI has what you are looking for.</p> <p><a href="http://www.gotapi.com/html" rel="nofollow">GotAPI</a> is a great resource for finding out all those built in functions that you may not already know about.</p> http://stackoverflow.com/questions/5397/implementing-an-online-ordering-system-for-a-restaurant-cafe/5414#5414 1 Answer by DanV for Implementing an online ordering system for a restaurant/cafe. DanV 2008-08-07T22:24:09Z 2008-08-07T22:24:09Z <p>There a few that I was able to find on <a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=79" rel="nofollow">SourceForge</a>. </p> <p>Depending on how complicated their system would need to be depends on how difficult it would be to roll your own. I would look into these open source ones to see if any of them may fit your needs. I don't have any experience with any of them so I can't say if any are better than others.</p> http://stackoverflow.com/questions/3088/best-ways-to-teach-a-beginner-to-program/5400#5400 1 Answer by DanV for Best ways to teach a beginner to program? DanV 2008-08-07T22:12:54Z 2008-08-07T22:12:54Z <p>I think that once he has the basics (variables, loops, etc) down you should try to help him find something specific that he is interested in and help him learn the necessities to make it happen. I know that I am much more inclined and motivated to do something if it's of interest to me. Also, make sure to let him struggle though some of the tougher problems, nothing is more satisfying than the moment you figure it out on your own. </p>