User Adam Davis - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T17:45:35Z http://stackoverflow.com/feeds/user/2915 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/165231/vim-dvorak-keybindings-rebindings/165252#165252 16 Answer by Adam Davis for Vim Dvorak keybindings (rebindings :) Adam Davis 2008-10-03T00:41:15Z 2009-11-25T14:39:56Z <p>I use one of the more <a href="http://vim.wikia.com/wiki/Change%5Fcursor%5Fmovement%5Fkeys%5Ffor%5FDvorak%5Flayout" rel="nofollow">common recommended keybindings</a>:</p> <pre><code>Dvorak it! no d h no h j no t k no n l no s : no S : no j d no l n no L N Added benefits no - $ no _ ^ no N &lt;C-w&gt;&lt;C-w&gt; no T &lt;C-w&gt;&lt;C-r&gt; no H 8&lt;Down&gt; no T 8&lt;Up&gt; no D &lt;C-w&gt;&lt;C-r&gt; </code></pre> <p>Movement keys stay in the same location. Other changes:</p> <ul> <li>Delete 'd' -> Junk 'j'</li> <li>Next 'n' -> Look 'l'</li> <li>Previous 'N' -> Look Back 'L' </li> </ul> <p>There were also some changes for familiarity, 's'/'S' can be used to access command mode (the old location of the :, which still works).</p> <p>Added Benefits</p> <ul> <li>End of line '$' -also- '-'</li> <li>Beginning of line '^' -also- '_'</li> <li>Move up 8 'T'</li> <li>Move down 8 'H'</li> <li>Next window <code>&lt;C-w&gt;&lt;C-w&gt;</code> -also- 'N'</li> <li>Swap windows <code>&lt;C-w&gt;&lt;C-r&gt;</code> -also- 'D' </li> </ul> <p>-Adam</p> http://stackoverflow.com/questions/1772649/year-end-budget-what-development-software-should-be-considered 4 Year end budget - what development software should be considered? Adam Davis 2009-11-20T19:13:42Z 2009-11-24T18:41:51Z <p>My department, and I assume many others, have an unusual year end problem: they haven't consumed all their budget. If they don't spend it all, then next year the budget will be reduced.</p> <p>We've recommended numerous small pieces of software, but they've been rejected as "too inexpensive - we need to buy software development tools that cost thousands of dollars per seat!"</p> <ul> <li>What software development tools (or kind of software development tools) are on your 'wish list' - ie, you can't justify the cost, but you would be able to put to good use if you had them.</li> <li>I'm particularly interested in those tools that are stratospheric in terms of cost - you would never be able to justify them for any given project, but can be extraordinarily useful for most development work.</li> </ul> <p>In my case I'd be targeting C code for high reliability use, and .NET tools for in-house use, but please contribute tools for all areas of software development.</p> <p>One tool per answer, please don't duplicate, and explain what the tool does, what applications/platforms/languages/frameworks/etc it applies to.</p> http://stackoverflow.com/questions/50528/font-size-independent-ui-everything-broke-when-i-switched-to-120-dpi/50601#50601 2 Answer by Adam Davis for Font-size independent UI: everything broke when I switched to 120 DPI!? Adam Davis 2008-09-08T20:34:36Z 2009-11-22T17:22:00Z <p>In general, the problem is one of using two different "constants" for form layout, and then changing one of those constants without changing the other.</p> <p>You are using pixels for your form entities, and points (basically inches) to specify font size. Pixels and points are related by DPI, so you change the DPI and suddenly your pixel fixed values don't line up with your point fixed values.</p> <p>There are packages and classes for this, but at the end of the day you must choose one unit or the other, or scale one of the units according to the changing constant.</p> <p>Personally, I'd change the entities on the form into inches. I'm not a C# person, so I don't know if this is supported natively, or if you have to perform some dynamic form sizing on application startup.</p> <p>If you have to do this in your software, then go ahead and size everything normally (say, to your usual 96 DPI).</p> <p>When your application starts, verify the system is at 96 DPI before you show your forms. If it is, great. If not, then set a variable with the correction factor, and scale and translate (modify both the location and size) of each entity before you show the form.</p> <p>The ultimate, though, would be to specify everything in inches or points (a point is 1/72 of an inch) and let the OS deal with it. You might have to deal with corner cases (an outdoor screen with a correctly set DPI would show your application in a few pixels...)</p> http://stackoverflow.com/questions/424480/do-you-trust-code-that-works-the-first-time 5 Do you trust code that works the first time? Adam Davis 2009-01-08T14:44:50Z 2009-11-21T06:02:45Z <p>I gave a coworker the man page for a C function he hadn't used before, as well as some of the parameters for it. It interacts with parts of the system external to the application he was writing, and he was surprised and pleased that it worked the first time.</p> <p><em>Then doubt set in.</em> </p> <p>He now worries that though it's working now it will fail in front of a customer - in other words, it's not 'hard-won' code.</p> <p>I suspect many people learn the most about a function/class/etc by doing it wrong, and struggling with it until the light comes on and they understand it - then it becomes part of their toolbox.</p> <ul> <li>Has this happened to you, where you don't trust a piece of code you wrote that worked on the first run? <ul> <li>If so, what happened later? (never failed, eventually found a corner case, failed, failed spectacularly, etc)</li> </ul></li> <li>What do you do to allay your fears?</li> <li><p>In the absence of struggle, how do you learn the quirks of a new function/object/etc?</p></li> <li><p>In the broader sense - very new programmers are often afraid and doubtful of their own work - even typing in an example verbatim will still result in a feeling of, perhaps, "I can't do this, I'm sure it's going to fail, etc" until something clicks and programming either makes sense, or they have simply overcome their fear. How do you mentor someone new to get past this point?</p></li> </ul> <p>-Adam</p> http://stackoverflow.com/questions/59083/what-is-adobe-flex-is-it-just-flash-ii 24 What is Adobe Flex? Is it just Flash II? Adam Davis 2008-09-12T14:06:10Z 2009-11-20T05:39:33Z <h2>Question</h2> <p>Alright, I'm confused by all the buzzwords and press release bingo going on.</p> <ul> <li>What is the relationship between flash and flex: <ul> <li>Replace flash (not really compatible)</li> <li>Enhance flash</li> <li>The next version of flash but still basically compatible</li> <li>Separate technology altogether</li> <li>???</li> </ul></li> <li>If I'm starting out in Flash now, should I just skip to Flex?</li> </ul> <h2>Follow up</h2> <p>Ok, so what I'm hearing is that there's three different parts to the puzzle:</p> <ul> <li><strong>Flash</strong> <ul> <li>The graphical editor used to make "Flash Movies", ie it's an IDE that focuses on the visual aspect of "Flash" (Officially Flash CS3?)</li> <li>The official name for the display plugins (ie, "Download Flash Now!")</li> <li>A general reference to the entire technology stack</li> <li>In terms of the editor, it's a linear timeline based editor, best used for animations with complex interactivity.</li> </ul></li> <li><strong>Actionscript</strong> <ul> <li>The "Flash" programming language</li> </ul></li> <li><strong>Flex</strong> <ul> <li>An Adobe Flash IDE that focuses on the coding/programming aspect of "Flash" (Flex Builder?)</li> <li>A Flash library that enhances Flash and makes it easier to <em>program</em> for (Flex SDK?)</li> <li>Is not bound to a timeline (as the Flash IDE is) and so "standard" applications are more easily accomplished.</li> </ul></li> </ul> <p>Is this correct?</p> <p>-Adam</p> http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide 139 Git for beginners: The definitive practical guide Adam Davis 2008-11-24T23:50:29Z 2009-11-19T11:24:03Z <p>Ok, after seeing <a href="http://www.pjhyett.com/posts/234-git-isn-t-hard" rel="nofollow">this post by PJ Hyett</a>, I have decided to skip to the end and go with git.</p> <p>So what I need is a beginners <strong>practical</strong> guide to git. "Beginner" being defined as someone who knows how to handle their compiler, understands to some level what a makefile is, and has touched source control without understanding it very well.</p> <p>"Practical" being defined as this person doesn't want to get into great detail regarding what git is doing in the background, and doesn't even care (or know) that it's distributed. Your answers might hint at the possibilities, but try to aim for the beginner that wants to keep a 'main' repository on a 'server' which is backed up and secure, and treat their local repository as merely a 'client' resource.</p> <p><strong>Procedural note:</strong> <em>PLEASE pick one and only one of the below topics and answer it clearly and concisely in any given answer. Don't try to jam a bunch of information into one answer. Don't just link to other resources - cut and paste with attribution if copyright allows, otherwise learn it and explain it in your own words (ie, don't make people leave this page to learn a task). Please comment on, or edit, an already existing answer unless your explanation is</em> very <em>different and you think the community is better served with a different explanation rather than altering the existing explanation.</em></p> <p>So:</p> <h2>Installation/Setup</h2> <ul> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323764">How to install git</a></li> <li>How do you set up git? Try to cover linux, windows, mac, think 'client/server' mindset. <ul> <li><a href="http://stackoverflow.com/questions/1482824/setup-git-server-with-msysgit-on-windows">Setup GIT Server with Msysgit on Windows</a></li> </ul></li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#320140">How do you create a new project/repository?</a></li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#316062">How do you configure it to ignore files (.obj, .user, etc) that are not really part of the codebase?</a></li> </ul> <h2>Working with the code</h2> <ul> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/1350157#1350157">How do you get the latest code?</a></li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323906">How do you check out code?</a></li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#316055">How do you commit changes?</a></li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#319465">How do you see what's uncommitted, or the status of your current codebase?</a></li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323898">How do you destroy unwanted commits?</a></li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/1762631#1762631">How do you compare two revisions of a file, or your current file and a previous revision?</a></li> <li>How do you see the history of revisions to a file?</li> <li>How do you handle binary files (visio docs, for instance, or compiler environments)?</li> <li>How do you merge files changed at the "same time"?</li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/323898#323898">How do you undo (revert or reset) a commit?</a></li> </ul> <h2>Tagging, branching, releases, baselines</h2> <ul> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#322967">How do you 'mark' 'tag' or 'release' a particular set of revisions for a particular set of files so you can always pull that one later?</a></li> <li>How do you pull a particular 'release'?</li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/816614#816614">How do you branch?</a></li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/816636#816636">How do you merge branches?</a></li> <li>How do you resolve conflicts and complete the merge?</li> <li>How do you merge parts of one branch into another branch?</li> <li>What is rebasing?</li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/1590791#1590791">How do I track remote branches?</a></li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/1590803#1590803">How can I create a branch on a remote repository?</a></li> </ul> <h2>Other</h2> <ul> <li>Describe and link to a good gui, IDE plugin, etc that makes git a non-command line resource, but please list its limitations as well as its good. <ul> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323559">msysgit</a> - Cross platform, included with git</li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323559">gitk</a> - Cross platform history viewer, included with git</li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323559">gitnub</a> - OS X</li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323559">gitx</a> - OS X history viewer</li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323559">smartgit</a> - Cross platform, commercial, beta</li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/322989#322989">tig</a> - console GUI for Linux</li> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/644129#644129">qgit</a> - GUI for Windows, Linux</li> </ul></li> <li>Any other common tasks a beginner should know? <ul> <li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/319465#319465">Git Status tells you what you just did, what branch you have, and other useful information</a></li> </ul></li> <li>How do I work effectively with a subversion repository set as my source control source?</li> </ul> <h2>Other git beginner's references</h2> <ul> <li><a href="http://www.sourcemage.org/Git%5FGuide" rel="nofollow">git guide</a></li> <li><a href="http://book.git-scm.com/" rel="nofollow">git book</a></li> <li><a href="http://www-cs-students.stanford.edu/~blynn/gitmagic/" rel="nofollow">git magic</a></li> <li><a href="http://www.gitcasts.com/" rel="nofollow">gitcasts</a></li> <li><a href="http://github.com/guides/home" rel="nofollow">github guides</a></li> <li><a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html" rel="nofollow">git tutorial</a></li> <li><a href="http://progit.org/book" rel="nofollow">Progit - book by Scott Chacon</a></li> </ul> <h2>Delving into git</h2> <ul> <li><a href="http://www.eecs.harvard.edu/~cduan/technical/git/" rel="nofollow">Understanding git conceptually</a></li> </ul> <p>I will go through the entries from time to time and 'tidy' them up so they have a consistent look/feel and it's easy to scan the list - feel free to follow a simple "header - brief explanation - list of instructions - gotchas and extra info" template. I'll also link to the entries from the bullet list above so it's easy to find them later.</p> http://stackoverflow.com/questions/75886/c-driver-development 4 C# driver development? Adam Davis 2008-09-16T19:14:49Z 2009-11-18T03:31:12Z <p>Before I jump headlong into C#...</p> <p>I've always felt that C, or maybe C++, was best for developing drivers on Windows. I'm not keen on the idea of developing a driver on a .NET machine.</p> <p>But .NET seems to be the way MS is heading for applications development, and so I'm now wondering:</p> <ul> <li>Are people are using C# to develop drivers?</li> <li>Do you have to do a lot of API hooks, or does C# have the facilities to interface with the kernel without a lot of hackery?</li> <li>Can anyone speak to the reliability and safety of running a C# program closer to Ring 0 than would normally be the case?</li> </ul> <p>I want my devices to be usable in C#, and if driver dev in C# is mature that's obviously the way to go, but I don't want to spend a lot of effort there if it's not recommended.</p> <ul> <li>What are some good resources to get started, say, developing a simple virtual serial port driver?</li> </ul> <p>-Adam</p> http://stackoverflow.com/questions/321000/dynamic-scoping-why/321074#321074 4 Answer by Adam Davis for Dynamic Scoping - Why? Adam Davis 2008-11-26T15:20:55Z 2009-11-16T17:18:24Z <p>Like everything else, Dynamic Scoping is merely a tool. Used well it can make certain tasks easier. Used poorly it can introduce bugs and headaches.</p> <p>I can certainly see some uses for it. One can eliminate the need to pass variables to some functions.</p> <p>For instance, I might set the display up at the beginning of the program, and every graphic operation just assumes this display.</p> <p>If I want to set up a window inside that display, then I can 'add' that window to the variable stack that otherwise specifies the display, and any graphic operations performed while in this state will go to the window rather than the display as a whole.</p> <p>It's a contrived example that can be done equally well by passing parameters to functions, but when you look at some of the code this sort of task generates you realize that global variables are really a much easier way to go, and <strong>dynamic scoping gives you a lot of the sanity of global variables with the flexibility of function parameters</strong>.</p> <p>-Adam</p> http://stackoverflow.com/questions/1001731/renting-development-machines-by-the-hour-using-remote-access 1 Renting development machines by the hour using remote access Adam Davis 2009-06-16T14:08:16Z 2009-11-12T19:07:22Z <p>I am thinking about getting an iPhone, but there are no good solutions for developing iPhone applications on the Windows platform. I don't own or have easy access to a Mac.</p> <p>Were my position switched, I know I could at minimum rent a VPS and do Windows work using RDP or VNC. As limited as the Windows VPS machines are, one can still run and use VS Express and other development tools on them. Mac VPS is still in it infancy, but even then it appears that it's decidedly a server environment, with no desktop style GUI with remote access.</p> <p>Is there a similar low cost solution that would allow me to develop in the Mac environment? This would be primarily for my own small projects, learning, etc, and so I can't justify the cost of a $600 Mac Mini.</p> <p>It appears my only real option for doing Apple development is to purchase Apple hardware, but I'm hoping you can tell me otherwise. While this question has a focus on iPhone, developing other Mac software would also be relevant.</p> http://stackoverflow.com/questions/1631414/what-is-the-best-battleship-ai/1662235#1662235 2 Answer by Adam Davis for What is the best Battleship AI? Adam Davis 2009-11-02T16:21:34Z 2009-11-12T16:57:57Z <p>I'm not going to be able to participate, but here's the algorithm I'd implement if I had time:</p> <p>First, when I detect a hit I do not pursue the rest of the ship immediately - I build a table of ship locations and figure out whether I've hit all five at least once before starting to fully sink them. (Note that this is a bad policy for the multiple shot variant - see comments)</p> <ol> <li>Hit the center (see final note below - 'center' is just a convenience for description)</li> <li>Hit the spot 4 to the right of the center</li> <li>Hit the spot 1 down and one to the right of the center</li> <li>Hit the spot four to the right of the previous hit</li> <li><p>Continue in that pattern (should end up with diagonal lines separated by 3 spaces filling the board) This should hit all 4 and 5 length boats, and a statistically large number of 3 and 2 boats.</p></li> <li><p>Start randomly hitting spots inbetween the diagonals, this will catch the 2 and 3 length boats that haven't already been noticed.</p></li> </ol> <p>Once I have detected 5 hits, I'd determine if the 5 hits are on separate boats. This is relatively easy by making a few more shots near locations where two hits are on the same horizontal or vertical line and are within 5 locations of each other (might be two hits on the same boat). If they are separate boats then continue to sink all the ships. If they are found to be the same boat, continue the filling patterns above until all 5 boats are located.</p> <p>This algorithm is a simple filling algorithm. The key features are that it does not waste time sinking ships it knows about when there are still ships it's unaware of, and it doesn't use an inefficient filling pattern (ie, a fully random pattern would be wasteful).</p> <p><strong>Final notes:</strong></p> <p>A) "Center" is a random starting point on the board. This eliminates the primary weakness of this algorithm. B) While the description indicates drawing diagonals immediately from the start, ideally the algorithm merely shoots at 'random' locations that are along those diagonals. This helps prevent the competitor from timing how long until their ships are hit by predictable patterns.</p> <p>This describes a 'perfect' algorithm in that it'll get all the ships in under (9x9)/2+10 shots.</p> <p><strong>However, it can be improved significantly:</strong></p> <p>Once a ship is hit, identify its size before doing the 'internal' diagonal lines. You may have found the 2 ship, in which case the internal diagonals can be simplified to find the 3 size ships more quickly.</p> <p>Identify stages in the game and act accordingly. This algorithm may be good up to a certain point in the game, but other algorithms may yield better benefits as part of the endgame. Also, if the other player is very close to defeating you, another algorithm might work better - for instance a high risk algorithm might fail more often, but when it works it works quickly and you may beat your opponent who is closer to winning than you.</p> <p>Identify the play style of the competitor - it may give you clues as to how they plan ship placement (ie, chances are good that their own algorithm most quickly identifies how they place their own ships - if the only tool you have is a hammer, everything looks like a nail)</p> <p>-Adam</p> http://stackoverflow.com/questions/1717783/should-i-make-my-mobile-application-for-mobile-6-or-moible-5/1718032#1718032 0 Answer by Adam Davis for Should I make my mobile application for Mobile 6 or Moible 5? Adam Davis 2009-11-11T20:59:58Z 2009-11-11T20:59:58Z <p>Unless your application requires features of WM6, please target WM5. You'll find many, many, many people are stuck with older WM5 devices due to lingering 2 year contracts with their carriers, businesses that don't want to upgrade their employee phones, and people who aren't on the bleeding edge and only replace a phone if the old one breaks.</p> <p>If, however, you CAN include new features only on WM6, then don't worry too much about leaving WM5 behind. WM5 devices don't have, and won't have, integrated application services (like the Apple App store) and so without a lot of work you won't see many sales to WM5 - the users have to come to you. </p> <p>But there will be some sales, depending on your market and application, so don't throw WM5 compatibility away if you don't have to.</p> http://stackoverflow.com/questions/1716382/does-svn-merge-save-disk-space/1716401#1716401 0 Answer by Adam Davis for Does SVN Merge Save Disk Space? Adam Davis 2009-11-11T16:33:48Z 2009-11-11T16:33:48Z <p>No, because the older revision still exists. In other words, in order to go back to the previous non-merged version it has to keep it around.</p> http://stackoverflow.com/questions/1716212/writing-number-keypad/1716381#1716381 0 Answer by Adam Davis for Writing number keypad Adam Davis 2009-11-11T16:32:05Z 2009-11-11T16:32:05Z <p>There is a class for the numberpad in opensubsystems, if you don't want to do it yourself:</p> <p><a href="http://www.opensubsystems.org/docs/patterns/code/org/opensubsystems/patterns/thickclient/application/swt/NumberPad.html" rel="nofollow">http://www.opensubsystems.org/docs/patterns/code/org/opensubsystems/patterns/thickclient/application/swt/NumberPad.html</a></p> <p>However, this sounds like a class assignment, so you may need to do it from scratch.</p> <p>You might find some pointers with <a href="http://www.google.com/search?q=display%20number%20pad%20java" rel="nofollow">this Google search</a>.</p> http://stackoverflow.com/questions/1715824/prevent-user-keeping-browsing-information-from-my-website/1715936#1715936 2 Answer by Adam Davis for Prevent user keeping browsing information from my website Adam Davis 2009-11-11T15:28:59Z 2009-11-11T15:37:43Z <p>Some websites do this by creating their website within flash, silverlight, Javascript or some other application framework that disassociates the URL from the displayed content.</p> <p>If done carefully you can present all your content to the user and provide a 'normal' browsing experience, but the only thing they'll see in their history is one URL.</p> <p>If you want to avoid any data staying on the client, you'll need to be more careful. AJAX requests may be cached. You may have to use Flash or Silverlight if you want to control caching more carefully so data is never written to disk, and there are pitfalls in those as well. There are ways around it (such as not using HTTP) but it becomes more difficult from both a client and server perspective.</p> http://stackoverflow.com/questions/1712937/why-does-reddit-use-base36-for-article-id/1712988#1712988 1 Answer by Adam Davis for Why does reddit use base36 for article id? Adam Davis 2009-11-11T04:19:55Z 2009-11-11T04:19:55Z <p>It's easy to give to others in email, verbally, chat windows, etc. The URL would certainly allow more characters, but this is less confusing, especially if you have to read the link over the phone, in a video, on TV, or even typing it in from a printed article or newspaper.</p> <p>It's very human friendly.</p> http://stackoverflow.com/questions/688546/continuous-version-control 3 Continuous version control Adam Davis 2009-03-27T04:21:22Z 2009-11-08T05:50:25Z <p>I haven't seen a continuous version control system - one that would save changes in your code as you developed them, rather than waiting for an official check in. The changes would be saved as 'not checked in' of course, but they would be saved away for backup, and viewing by others before you actually did the official check in.</p> <p>I haven't seen this, and wonder if it, or something like it, exists, and the reasons why it might or might not be a good idea.</p> <p>Right now programmers think of source code control as integrating packets of code, but why not make those packets smaller and integrate continuously?</p> <p>-Adam</p> http://stackoverflow.com/questions/915649/what-should-be-on-a-checklist-that-would-help-someone-develop-good-oo-software 16 What should be on a checklist that would help someone develop good OO software? Adam Davis 2009-05-27T13:18:38Z 2009-11-05T23:23:04Z <p>I have used OO programming languages and techniques years ago (primarily on C++) but in the intervening time haven't done much with OO.</p> <p>I'm starting to make a small utility in C#. I could simply program it all without using good OO practice, but it would be a good refresher for me to apply OO techniques.</p> <p>Like database normalization levels, I'm looking for a checklist that will remind me of the various rules of thumb for a 'good' object oriented program - a concise yes/no list that I can read through occasionally during design and implementation to prevent me from thinking and working procedurally. Would be even more useful if it contained the proper OO terms and concepts so that any check item is easily searchable for further information.</p> <p><strong>What should be on a checklist that would help someone develop good OO software?</strong></p> <p>Conversely, what 'tests' could be applied that would show software is not OO?</p> http://stackoverflow.com/questions/826265/simple-php-form-attachment-to-email-code-golf 3 Simple PHP form: Attachment to email (code golf) Adam Davis 2009-05-05T18:25:41Z 2009-11-05T23:15:59Z <p>Imagine a user that would like to put a form on their website that would allow a website visitor to upload a file and a simple message, which will immediately be emailed (ie, the file is not stored on the server, or if it is then only temporarily) as a file attachment with the note in the message body.</p> <p>What is the simplest way to accomplish this?</p> <p>Simplest in terms of:</p> <ul> <li>Size (code golf)</li> <li>Ease of implementation (ideally all in one file, needs few to no external resources)</li> <li>Not obfuscated for the sake of obfuscation (tradeoffs for size are fine)</li> <li>Self contained example (if called without a form post, it displays the form)</li> </ul> <p>This is nearly the reverse of: <a href="http://stackoverflow.com/questions/114953/how-to-get-email-and-their-attachments-from-php">How to get email and their attachments from PHP</a>, and could almost have been answered in <a href="http://stackoverflow.com/questions/720455/compiling-email-with-multiple-attachments-in-php">Compiling email with multiple attachments in PHP</a> but it doesn't actually show code. </p> http://stackoverflow.com/questions/1682949/what-is-the-advantage-of-using-base64-encode/1682961#1682961 11 Answer by Adam Davis for What is the advantage of using base64 encode? Adam Davis 2009-11-05T19:28:59Z 2009-11-05T19:28:59Z <p>Originally some protocols only allowed 7 bit, and sometimes only 6 bit, data.</p> <p>Base64 allows one to encode 8 bit data into 6 bits for transmission on those types of links.</p> <p>Email is an example of this.</p> http://stackoverflow.com/questions/247350/available-build-tools-make-etc 7 Available Build Tools (make, etc)? Adam Davis 2008-10-29T15:54:01Z 2009-11-03T22:44:20Z <p>There's a lot of questions on here regarding various niche build needs (.NET, continuous integration, etc) but, of course, my niche need is different.</p> <p>Rather than asking a very specific question right now, I'd like a survey of available build tools (such as make, ant, etc) so I can ask a follow up question more intelligently if needed.</p> <p>In your answer, please include:</p> <ul> <li><strong>ONE</strong> build tool</li> <li>Link to the main page about that tool</li> <li>If you know some pros and cons (ie, runs on windows with cygwin, or .NET specific, etc) then list some (not required - the name and link are required)</li> </ul> <p>If your build tool is already in an answer, comment on it adding pros/cons/limitations/experiences. Feel free to add as many answers as you like as long as they don't already exist - but don't put several build tools into one answer.</p> <p>Please be aware that if you duplicate answers you may be downvoted - add additional information about a given build in the comments. Ideally these comments will be incorporated into the answer over time.</p> <p>-Adam</p> http://stackoverflow.com/questions/1644389/complex-combinatorial-algorithms 6 Complex Combinatorial Algorithms Adam Davis 2009-10-29T15:07:16Z 2009-11-03T16:32:55Z <p>So Wendy's advertises their sandwich as having 256 combinations - meaning there are 8 ingredients you can either have to not have (although I wonder why they would count the combination where you include nothing as valid, but I digress).</p> <p>A generalized approach allows you to multiply the various states of each selection together, which allows more complex combinations. In this case Wendy's items can only be included or excluded. But some sandwiches might have the option of two kinds of mustard (but not both, to save costs).</p> <p>These are fairly straightforward. You multiply the number of options together, so For Wendy's it's: </p> <p>2*2*2*2*2*2*2*2 = 256</p> <p>If they diversified their mustard selection as above it would be:</p> <p>2*2*3*2*2*2*2*2 = 384</p> <p>Going further appears to be harder.</p> <p>If you make sesame seeds a separate item, then they require the bun item. You can have the sesame seed only if you include the bun, and you can have the bun without sesame seeds, but you cannot have sesame seeds without the bun. This can be simplified to a single bun item with three states (none, bun with seeds, bun without) but there are situations where that cannot be done.</p> <p>Dell's computer configurator, for instance, disallows certain combinations (maybe the slots are all full, items are incompatible when put into same system, etc).</p> <ul> <li>What are the appropriate combinatorial approaches when dealing with significantly more complex systems where items can conflict?</li> <li>What are good, generalized, approaches to storing such information without having to code for each product/combination/item to catch conflicts?</li> <li>Is there a simple way to say, "there are X ways to configure your system/sandwich" when the system has to deal with complex conflicting combinations?</li> </ul> http://stackoverflow.com/questions/424727/at-what-point-do-you-put-your-so-reputation-in-your-resume 14 At what point do you put your SO reputation in your resume? Adam Davis 2009-01-08T15:43:10Z 2009-10-29T18:29:11Z <p>While this is half tongue in cheek, this website and community may end up being the premier site that over half the world's programmers regularly attend - especially if Jeff and Joel create localized versions (with automatic translation, please).</p> <p>The rep doesn't have a 1:1 correlation with experience, ability, etc. It does strongly hint at the ability to quickly comprehend and answer a variety of questions (check out the top 25 - few of them strongly specialize in any one type of question or answer). It also strongly hints at an obsession and perhaps spending more time on this site than working, but there may be a balance point with optimal rep - enough to indicate expertise, not so much to indicate wasted time.</p> <p>At some point Stackoverflow may hit a critical mass where hiring managers will understand and use it as a hiring resource - checking out not only one's rep, but the types of answers and questions the potential hire posts, and seeing how their peers respond to them (comments, votes, etc).</p> <p>I can't see what the tipping point would be though, assuming it exists in the future.</p> <ul> <li>At what point would you seriously consider adding a link to your SO user page in your resume?</li> <li>At what point would you seriously consider putting your rep number on the resume itself? (before you say never, first imagine a world where this is commonplace, and then work backwards to see what drastic, unimaginable changes would have to occur before you felt it was useful)</li> <li>If you knew your future employer is going to be looking at your questions and answers, would you review them in advance and consider closing/deleting/modifying anything?</li> <li>Ancillary - Reputation represents time, and time can also be represented by money. At what point will we see financial transactions involving rep? This certainly would happen before rep became a resume option.</li> </ul> http://stackoverflow.com/questions/424727/at-what-point-do-you-put-your-so-reputation-in-your-resume/1645671#1645671 0 Answer by Adam Davis for At what point do you put your SO reputation in your resume? Adam Davis 2009-10-29T18:29:11Z 2009-10-29T18:29:11Z <p>Turns out the correct answer was 9 months (6-8 weeks in Jeff's parlance) after asking the question. careers.stackoverflow.com not only lists the rep for each site in the 'trilogy' on the CV, or Repume, if you will, it does so prominently above the fold:</p> <p><img src="http://i288.photobucket.com/albums/ll164/stienman/wheesorepume.png" alt="Image of CV/Resume on careers.stackoverflow.com with rep prominent" /></p> <p>(from <a href="http://careers.stackoverflow.com/adamdavis" rel="nofollow">http://careers.stackoverflow.com/adamdavis</a> )</p> <p>I'm sure this is or will be configurable per the individual's settings. Once a potential employer comes to SO to look for programmers they already have accepted they are looking inside a community that revolves to some degree around the concept of reputation, and this only saves them from having to go search for it.</p> <p>I still wouldn't (yet?) attach rep to a resume distributed outside SO's ecosystem, but I'll certainly be pointing people here - it's quite a bit easier to deal with than linkedin, and very specific to programming.</p> <p>The flair on the CV does provide a very quick link to the user's page so potential employers can read the questions and answers, and get a good feel for communication skills - one of the biggest factors in hiring good people. This is something that can only barely be scratched by a good resume.</p> <p>-Adam</p> http://stackoverflow.com/questions/311383/script-to-publish-my-so-qs-and-as-on-my-twitter 0 Script to publish my SO Q's and A's on my twitter? Adam Davis 2008-11-22T14:32:21Z 2009-10-29T14:21:13Z <p>I realized that I'd like to publish my StackOverflow questions and answers on my twitter feed, but I don't want to do it manually.</p> <ul> <li>Where would I begin for this?</li> <li>What techniques/technologies/etc are available that would enable this?</li> <li>Perhaps someone has done this, or something similar (posting to blogs, etc?)</li> </ul> <p>Ulf's suggestion about <a href="http://stackoverflow.com/feeds/user/2915">my user RSS feed</a> is one option that's worth looking into - I can manipulate that in a variety of ways...</p> <p>Any other options?</p> <p>-Adam</p> http://stackoverflow.com/questions/1632144/why-is-this-statement-true-in-php/1632226#1632226 1 Answer by Adam Davis for Why is this statement true in PHP? Adam Davis 2009-10-27T16:55:08Z 2009-10-27T17:10:09Z <p>The result of this script:</p> <pre><code>var_dump((0x0FFFFFFF)); var_dump((0xF0FFFFFF)); var_dump((0x0FFFFFFF | 0xF0FFFFFF)); var_dump((0xFFFFFFFF)); var_dump(((0x0FFFFFFF | 0xF0FFFFFF)) != (0xFFFFFFFF)); </code></pre> <p>is</p> <pre><code>int(268435455) float(4043309055) int(-1) float(4294967295) bool(true) </code></pre> <p>PHP converts hexadecimal numbers larger than 31 bits into floats, as an integer is signed, and can therefore only hold 31 positive bits.</p> <p>Hexadecimal numbers are unsigned, so the conversion makes sense.</p> <p>The first "or" operation converts the float into an integer, as it doesn't make sense to perform an "or" on a float. So PHP converts the float to an int for the or, the result is an int, but the next hexadecimal conversion is a float, and the values are not the same.</p> <p>To convert the float to a integer in a bitwise fashion, OR it with 0x0:</p> <pre><code>var_dump((0xFFFFFFFF | 0x0)); var_dump(((0x0FFFFFFF | 0xF0FFFFFF)) != (0xFFFFFFFF | 0x0)); </code></pre> <p>results in</p> <pre><code>int(-1) bool(false) </code></pre> <p>-Adam</p> http://stackoverflow.com/questions/546505/calculating-future-occurences-of-friday-the-13th 4 Calculating future occurences of Friday the 13th Adam Davis 2009-02-13T16:06:06Z 2009-10-27T07:50:14Z <p>I'd like to be able to start with a year, and calculate occurrences of Friday the 13th. A brute force solution is easy and obvious. I have something slightly better, but I have no doubt that someone else can come up with an elegant algorithm for this.</p> <p>Perhaps a little trickier, I'd be interested in giving the program a month, and have it find the next year in which that month has a Friday the 13th.</p> <p>Feel free to use pseudo code, but I expect people will vote more for working code samples in you favorite language.</p> <p>-Adam</p> http://stackoverflow.com/questions/659838/simple-random-english-sentence-generator 4 Simple random english sentence generator... Adam Davis 2009-03-18T19:48:41Z 2009-10-26T16:28:32Z <p>I need a simple random English sentence generator. I need to populate it with my own words, but it needs to be capable of making longer sentences that at least follow the rules of English, even if they don't make sense.</p> <p>I expect there are millions of them out there, so rather than re-inventing the wheel, I'm hoping you know of a source for one, or a resource that will give me enough information that I don't have to hunt down my rusty English skills.</p> http://stackoverflow.com/questions/897261/will-visual-studio-2010-combine-the-express-editions-into-a-single-product/1603116#1603116 2 Answer by Adam Davis for Will Visual Studio 2010 combine the express editions into a single product? Adam Davis 2009-10-21T19:37:51Z 2009-10-21T19:37:51Z <p><strong>Will Visual Studio 2010 combine the express editions into a single product?</strong></p> <p>No</p> <p><strong>Will there be a Visual Studio 2010 "the" Express Edition?</strong></p> <p>Not "the" but there are four express editions, C#, VB, C++ and Web Developer.</p> <p><strong>Would you like to see it happen?</strong></p> <p>I would like to be able to integrate VB, C#, etc modules and code in the same project, yes. Given that it all compiles down to .NET it isn't unreasonable to believe it's possible, and as there are several people here working on simple internal utilities in either VB or C# it would be nice to share some of the effort.</p> <p><strong>VS Express 2010 Beta 2 is now out and they available separately now:</strong></p> <p><a href="http://www.microsoft.com/express/future/" rel="nofollow">http://www.microsoft.com/express/future/</a></p> <p>Direct ISO link containing all four installations:</p> <p><a href="http://go.microsoft.com/fwlink/?LinkID=167878" rel="nofollow">http://go.microsoft.com/fwlink/?LinkID=167878</a></p> <p>-Adam</p> http://stackoverflow.com/questions/84034/what-is-the-quickest-way-to-find-the-shortest-cartesian-distance-between-two-poly/84371#84371 5 Answer by Adam Davis for What is the quickest way to find the shortest cartesian distance between two polygons Adam Davis 2008-09-17T15:19:17Z 2009-10-18T16:36:08Z <p>You might be able to reduce the problem, and then do an intensive search on a small set.</p> <p>Process each polygon first by finding:</p> <ul> <li>Center of polygon</li> <li>Maximum radius of polygon (i.e., point on edge/surface/vertex of the polygon furthest from the defined center)</li> </ul> <p>Now you can collect, say, the 5-10 closest polygons to the red one (find the distance center to center, subtract the radius, sort the list and take the top 5) and then do a much more exhaustive routine.</p> http://stackoverflow.com/questions/158474/how-to-obtain-longitude-and-latitude-for-a-street-address-programmatically-and-l/158516#158516 5 Answer by Adam Davis for How to obtain longitude and latitude for a street address programmatically (and legally) Adam Davis 2008-10-01T16:31:45Z 2009-10-16T11:43:58Z <p>If you want to do this without relying on a service, then you download the <a href="http://www.census.gov/cgi-bin/geo/shapefiles/national-files" rel="nofollow">TIGER Shapefiles</a> from the US Census.</p> <p>You look up the street you're interested in, which will have several segments. Each segment will have a start address and end address, and you interpolate along the segment to find where on the segment your house number lies.</p> <p>This will provide you with a lon/lat pair.</p> <p>Keep in mind, however, that online services employ a great deal of address checking and correction, which you'd have to duplicate as well to get good results.</p> <p>Also note that as nice as free data is, it's not perfect - the latest streets aren't in there (they might be in the data Google uses), and the streets may be off their real location by some amount due to survey inaccuracies. But for 98% of geocoding needs it works perfectly, is free, and you control everything so you're reducing dependencies in your app.</p> <p>Openstreetmaps has the aim of mapping everything in the world, though they aren't quite there it's worth keeping tabs on as they provide their data under a CC license</p> <p>However, many (most?) other countries are only mapped by gov't or services for which you need to pay a fee. If you don't need to geocode very much data, then using Google, Yahoo, or some of the other free worldwide mapping services may be enough.</p> <p>If you have to geocode a lot of data, then you will be best served by leasing map data from a major provider, such as teleatlas.</p> <p>-Adam</p> http://stackoverflow.com/questions/165231/vim-dvorak-keybindings-rebindings/165252#165252 Comment by Adam Davis on Vim Dvorak keybindings (rebindings :) Adam Davis 2009-11-25T14:40:41Z 2009-11-25T14:40:41Z Thanks for the note - I have reformatted it so it displays here properly. http://stackoverflow.com/questions/1772649/year-end-budget-what-development-software-should-be-considered Comment by Adam Davis on Year end budget - what development software should be considered? Adam Davis 2009-11-20T20:30:41Z 2009-11-20T20:30:41Z It's a company with 50k or more employees. At this scale economics are decidedly different. At any rate, I'm not involved in the decision, I merely get to suggest software I would have found useful or will find useful that we would not normally purchase. http://stackoverflow.com/questions/1772649/year-end-budget-what-development-software-should-be-considered/1772787#1772787 Comment by Adam Davis on Year end budget - what development software should be considered? Adam Davis 2009-11-20T19:56:29Z 2009-11-20T19:56:29Z +100, we already have a license. The latest beyond compare will compare excel files, which is exceptional. http://stackoverflow.com/questions/1772649/year-end-budget-what-development-software-should-be-considered Comment by Adam Davis on Year end budget - what development software should be considered? Adam Davis 2009-11-20T19:30:29Z 2009-11-20T19:30:29Z @thomas Owens - Yeah, they've told us we can't use it for capital equipment, meaning we can't upgrade our dog slow machines with small monitors. Accounting is a funny business. http://stackoverflow.com/questions/82495/has-anyone-tried-transactional-memory-for-c/82519#82519 Comment by Adam Davis on Has anyone tried transactional memory for C++? Adam Davis 2009-11-19T17:13:23Z 2009-11-19T17:13:23Z There are several places where the overhead is higher. One obvious example is rolling back a transaction. It also makes caching more difficult and carry more overhead, as everything has to be immediate write-back to memory. Transactional memory is a good idea for some applications, but it does impact system performance, and thus shouldn't be deployed for every application and system. http://stackoverflow.com/questions/1757755/check-a-phrase-is-not-in-an-a-or-other-element/1757775#1757775 Comment by Adam Davis on Check a phrase is not in an <a> (or other) element Adam Davis 2009-11-18T21:17:24Z 2009-11-18T21:17:24Z Doesn't answer the question, merely points out one wrongity wrong way people sometimes approach this problem. http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 Comment by Adam Davis on RegEx match open tags except XHTML self-contained tags Adam Davis 2009-11-17T03:23:16Z 2009-11-17T03:23:16Z Mimetic squirrels dance lightly upon your brink. You have exceeded 1024 votes. http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 Comment by Adam Davis on RegEx match open tags except XHTML self-contained tags Adam Davis 2009-11-16T20:10:20Z 2009-11-16T20:10:20Z You win 1 internet. Prize may be redeemed at the ARPANET counter. http://stackoverflow.com/questions/321000/dynamic-scoping-why/321074#321074 Comment by Adam Davis on Dynamic Scoping - Why? Adam Davis 2009-11-16T17:18:55Z 2009-11-16T17:18:55Z Thanks for the feedback! I edited it. http://stackoverflow.com/questions/314864/how-to-generate-a-mandelbrot-with-t-sql/314875#314875 Comment by Adam Davis on How to generate a Mandelbrot with T-SQL? Adam Davis 2009-11-16T14:41:00Z 2009-11-16T14:41:00Z @paul - Hilarious! Laser printer hijinks at my workplace were limited to changing the status message on the HP printers. http://stackoverflow.com/questions/1719311/no-protocol-binding-matches-the-given-address-http-0-0-0-03371-common-svc-p Comment by Adam Davis on No protocol binding matches the given address 'http://0.0.0.0:3371/Common.svc'. Protocol bindings are configured at the Site level in IIS or WAS configuration Adam Davis 2009-11-13T06:13:08Z 2009-11-13T06:13:08Z Note that I don't know enough about the question to determine that, so I'm not saying I agree or disagree with that vote to close, but you might want to make it clear in your question that you are seeking a solution from the programming side, and that the server configuration is correct. http://stackoverflow.com/questions/1719311/no-protocol-binding-matches-the-given-address-http-0-0-0-03371-common-svc-p Comment by Adam Davis on No protocol binding matches the given address 'http://0.0.0.0:3371/Common.svc'. Protocol bindings are configured at the Site level in IIS or WAS configuration Adam Davis 2009-11-13T06:06:39Z 2009-11-13T06:06:39Z It was voted for close as &quot;belongs on serverfault&quot; - whoever voted for that evidently thought the problem was with your server settings (ie, &quot;Protocol bindings are configured at the Site level in IIS or WAS configuration&quot;) and thinks that moving it may give you a better answer. http://stackoverflow.com/questions/1721455/how-bind-the-mouse Comment by Adam Davis on How bind the mouse... Adam Davis 2009-11-13T02:44:31Z 2009-11-13T02:44:31Z With tiny handcuffs. http://stackoverflow.com/questions/321000/dynamic-scoping-why/321074#321074 Comment by Adam Davis on Dynamic Scoping - Why? Adam Davis 2009-11-12T20:51:10Z 2009-11-12T20:51:10Z Just received a downvote - would appreciate a comment if my answer is incorrect or could be improved. http://stackoverflow.com/questions/1631414/what-is-the-best-battleship-ai/1662235#1662235 Comment by Adam Davis on What is the best Battleship AI? Adam Davis 2009-11-12T16:56:40Z 2009-11-12T16:56:40Z @Jason - Good catch.