User DanV - Stack Overflowmost recent 30 from stackoverflow.com2009-12-23T01:12:11Zhttp://stackoverflow.com/feeds/user/622http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/687/keyboard-for-programmers/4603#4603145Answer by DanV for Keyboard for programmersDanV2008-08-07T11:34:41Z2008-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-2Answer by DanV for Convert Bytes to Floating Point Numbers in PythonDanV2008-08-07T22:28:22Z2008-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#54141Answer by DanV for Implementing an online ordering system for a restaurant/cafe.DanV2008-08-07T22:24:09Z2008-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#54001Answer by DanV for Best ways to teach a beginner to program?DanV2008-08-07T22:12:54Z2008-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>