User Terhorst - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T17:37:21Z http://stackoverflow.com/feeds/user/8062 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/582571/ruby-on-rails-myspace-app-development/582647#582647 0 Answer by Terhorst for Ruby On Rails - Myspace app development Terhorst 2009-02-24T17:19:41Z 2009-02-24T17:19:41Z <p>Another snippit of code for the OAUTH gem:</p> <p><a href="http://developer.myspace.com/Community/forums/p/804/12424.aspx" rel="nofollow">http://developer.myspace.com/Community/forums/p/804/12424.aspx</a></p> <p>Also unable to get it working.</p> http://stackoverflow.com/questions/582571/ruby-on-rails-myspace-app-development/582643#582643 0 Answer by Terhorst for Ruby On Rails - Myspace app development Terhorst 2009-02-24T17:18:59Z 2009-02-24T17:18:59Z <p>Here's a snippet of code for the OAUTH gem:</p> <p><a href="http://developer.myspace.com/Community/forums/p/3626/15947.aspx" rel="nofollow">http://developer.myspace.com/Community/forums/p/3626/15947.aspx</a></p> <p>I was unable to get it working.</p> http://stackoverflow.com/questions/582571/ruby-on-rails-myspace-app-development/582606#582606 0 Answer by Terhorst for Ruby On Rails - Myspace app development Terhorst 2009-02-24T17:08:05Z 2009-02-24T17:08:05Z <p>There's also a Spacer gem. I wasn't able to get it working, however.</p> <p><a href="http://www.railslodge.com/ruby_gems/18-spacer-" rel="nofollow">http://www.railslodge.com/ruby_gems/18-spacer-</a></p> http://stackoverflow.com/questions/582571/ruby-on-rails-myspace-app-development/582593#582593 1 Answer by Terhorst for Ruby On Rails - Myspace app development Terhorst 2009-02-24T17:06:04Z 2009-02-24T17:06:04Z <p>MySpace provides a REST API Ruby Library:</p> <p><a href="http://developer.myspace.com/community/libs/ruby.aspx" rel="nofollow">http://developer.myspace.com/community/libs/ruby.aspx</a></p> <p>I don't know if it's any good.</p> http://stackoverflow.com/questions/66037/challenge-sites 0 Challenge Sites Terhorst 2008-09-15T19:37:11Z 2009-02-04T19:20:16Z <p>Post sites with good programming, math, or algorithm challenges/problems/puzzles to solve. Things to stretch your mind, creativity, and logical thinking.</p> <p>(One site per answer, please.)</p> http://stackoverflow.com/questions/75677/converting-a-uniform-distribution-to-a-normal-distribution 3 Converting a Uniform Distribution to a Normal Distribution Terhorst 2008-09-16T18:53:01Z 2008-10-13T07:39:54Z <p>How can I convert a uniform distribution (as most random number generators produce, e.g. between 0.0 and 1.0) into a normal distribution? What if I want a mean and standard deviation of my choosing?</p> http://stackoverflow.com/questions/113195/what-special-trick-do-you-use-to-keep-focus-on-your-current-task-amoung-the-mas/113243#113243 0 Answer by Terhorst for What special 'trick' do you use to keep focus on your current task amoung the mass distractions of the net? Terhorst 2008-09-22T04:59:33Z 2008-09-22T04:59:33Z <p>I do all my non-productive stuff in Windows, and my productive stuff in Linux. The different environment keeps me on track.</p> http://stackoverflow.com/questions/92257/programmers-food/108544#108544 4 Answer by Terhorst for programmer's food Terhorst 2008-09-20T15:50:06Z 2008-09-20T15:50:06Z <p><img src="http://img128.imageshack.us/img128/1720/crystalizedgingerkl7.jpg" alt="Picture of Crystalized Ginger" /></p> <p>Crystalized ginger. It is strong, so I won't eat too much of it, but tasty enough to satisfy the urge to snack on something. Best eaten in nibbles.</p> http://stackoverflow.com/questions/107569/whats-the-best-way-to-teach-young-kids-some-basic-programming-concepts/107580#107580 4 Answer by Terhorst for What's the best way to teach young kids some basic programming concepts? Terhorst 2008-09-20T08:01:13Z 2008-09-20T08:01:13Z <p>Just make it available if they want to pick it up for themselves. Don't push it on them, and be open if they want to go in a different direction.</p> http://stackoverflow.com/questions/107534/how-do-you-prototype/107543#107543 0 Answer by Terhorst for How do you prototype? Terhorst 2008-09-20T07:44:50Z 2008-09-20T07:44:50Z <p>I start off making a prototype that makes the most interesting part work, then I throw it away and move on to a new, more interesting project...</p> <p>*kills self*</p> http://stackoverflow.com/questions/107462/the-best-of-the-non-obese-technical-books/107487#107487 4 Answer by Terhorst for The best of the non-obese technical books? Terhorst 2008-09-20T07:13:17Z 2008-09-20T07:27:03Z <p><img src="http://img504.imageshack.us/img504/4289/schemergk3.png" alt="Pictures of The Little Schemer, The Reasoned Schemer, and The Reasoned Schemer" /></p> <p>The Little Schemer, and its sequels.</p> http://stackoverflow.com/questions/107397/best-ways-to-use-cygwin/107432#107432 0 Answer by Terhorst for best ways to use cygwin Terhorst 2008-09-20T06:46:54Z 2008-09-20T06:46:54Z <p>Try this trick for fun:</p> <p>Open up two consoles. Use <code>tty</code> in one. It will give, for example, <code>/dev/tty0</code>. </p> <p>In the other console do:</p> <pre><code>echo "Message" &gt;&gt; /dev/tty0 </code></pre> http://stackoverflow.com/questions/107397/best-ways-to-use-cygwin/107420#107420 1 Answer by Terhorst for best ways to use cygwin Terhorst 2008-09-20T06:42:13Z 2008-09-20T06:42:13Z <p>I find that it behaves better when I SSH into my own machine rather than use the cygwin console. </p> http://stackoverflow.com/questions/77723/recommended-projects-for-beginning-programmers/107379#107379 1 Answer by Terhorst for Recommended projects for beginning programmers? Terhorst 2008-09-20T06:29:30Z 2008-09-20T06:29:30Z <p>Make a Tetris clone.</p> http://stackoverflow.com/questions/56704/what-jobs-to-give-to-an-intern/107373#107373 2 Answer by Terhorst for What jobs to give to an intern? Terhorst 2008-09-20T06:26:45Z 2008-09-20T06:26:45Z <p>A skilled mentor to work with.</p> http://stackoverflow.com/questions/2187/essential-programming-tools/107185#107185 1 Answer by Terhorst for Essential Programming Tools Terhorst 2008-09-20T05:07:21Z 2008-09-20T05:31:29Z <p>My recommendations aren't specifically programming tools, but they help organize my workspace while I'm getting things done.</p> <p><a href="http://www.winsplit-revolution.com/" rel="nofollow">WinSplit Revolution</a> -- I like to be able to quickly maximize, tile, and organize my windows with a quick keystroke or two. I threw together a little script to do the same thing in Linux because I could find nothing like it. I can't stand working for long on computers that don't have something like this now.</p> <p><a href="http://virtuawin.sourceforge.net/" rel="nofollow">VirtuaWin</a> -- Virtual desktops for Windows that actually work half-decently. Not an incredibly slow piece of junk like Microsoft's official powertoy. </p> <p><a href="http://launchy.net/" rel="nofollow">Launchy</a> -- Launch programs via keyboard. I use <a href="http://do.davebsd.com/" rel="nofollow">Gnome Do</a> on Linux, but it's not as good.</p> http://stackoverflow.com/questions/102720/css-organization-and-colours/102849#102849 0 Answer by Terhorst for css organization and colours Terhorst 2008-09-19T15:27:44Z 2008-09-19T15:27:44Z <p>I keep a list of all the colors I've used at the top of the file.</p> http://stackoverflow.com/questions/95751/what-technologies-inspire-you/95769#95769 2 Answer by Terhorst for What technologies inspire you? Terhorst 2008-09-18T19:04:12Z 2008-09-18T19:04:12Z <p>The new, the neat, and the unfamiliar.</p> http://stackoverflow.com/questions/95174/how-do-you-pronounce-the-following-computer-programming-terms/95359#95359 0 Answer by Terhorst for How do you pronounce the following computer/programming terms: Terhorst 2008-09-18T18:30:09Z 2008-09-18T18:30:09Z <p>wiki - wɪki:</p> <p>boolean - bu:li:ɪn</p> <p>Dijkstra - daɪkstrʌ</p> <p>Knuth - nu:θ</p> <p>daemon - deɪmən</p> <p>wav - weɪv</p> <p>gif - ʤɪf</p> <p>tiff - tɪf</p> http://stackoverflow.com/questions/93353/create-many-constrained-random-permutation-of-a-list/95138#95138 1 Answer by Terhorst for Create many constrained, random permutation of a list Terhorst 2008-09-18T18:12:21Z 2008-09-18T18:12:21Z <p>This could be improved, but it seems to do the job (Python):</p> <pre><code>import math, random def get_pool(items, y, z): slots = y*z use_each_times = slots/len(items) exceptions = slots - use_each_times*len(items) if (use_each_times &gt; y or exceptions &gt; 0 and use_each_times+1 &gt; y): raise Exception("Impossible.") pool = {} for n in items: pool[n] = use_each_times for n in random.sample(items, exceptions): pool[n] += 1 return pool def rebalance(ret, pool, z): max_item = None max_times = None for item, times in pool.items(): if times &gt; max_times: max_item = item max_times = times next, times = max_item, max_times candidates = [] for i in range(len(ret)): item = ret[i] if next not in item: candidates.append( (item, i) ) swap, swap_index = random.choice(candidates) swapi = [] for i in range(len(swap)): if swap[i] not in pool: swapi.append( (swap[i], i) ) which, i = random.choice(swapi) pool[next] -= 1 pool[swap[i]] = 1 swap[i] = next ret[swap_index] = swap def plist(items, y, z): pool = get_pool(items, y, z) ret = [] while len(pool.keys()) &gt; 0: while len(pool.keys()) &lt; z: rebalance(ret, pool, z) selections = random.sample(pool.keys(), z) for i in selections: pool[i] -= 1 if pool[i] == 0: del pool[i] ret.append( selections ) return ret print plist([0,1,2,3], 6, 2) </code></pre> http://stackoverflow.com/questions/90075/how-to-compare-two-word-documents/90114#90114 0 Answer by Terhorst for How to compare two word documents? Terhorst 2008-09-18T04:46:12Z 2008-09-18T04:46:12Z <p><a href="http://www.versionate.com/" rel="nofollow">Versionate</a> might do the trick.</p> http://stackoverflow.com/questions/89799/how-do-you-find-the-difference-between-2-strings-in-php/89837#89837 3 Answer by Terhorst for How do you find the difference between 2 strings in PHP? Terhorst 2008-09-18T03:48:09Z 2008-09-18T03:48:09Z <p>This might do the trick:</p> <p><a href="http://software.zuavra.net/inline-diff/" rel="nofollow">PHP Inline Diff</a></p> <p><a href="http://pear.php.net/package/Text_Diff" rel="nofollow">Text_Diff</a></p> http://stackoverflow.com/questions/81677/whats-your-motto-as-a-developer-programmer/89795#89795 0 Answer by Terhorst for What's Your Motto As A Developer/Programmer? Terhorst 2008-09-18T03:39:46Z 2008-09-18T03:39:46Z <p>Do it.</p> <p>Do it right.</p> <p>Do it right now.</p> http://stackoverflow.com/questions/89710/what-fundamental-skills-are-needed-for-programming/89749#89749 3 Answer by Terhorst for What fundamental skills are needed for programming? Terhorst 2008-09-18T03:29:25Z 2008-09-18T03:29:25Z <p>'It is your attitude, not your aptitude, that determines your altitude.'</p> http://stackoverflow.com/questions/89178/in-python-what-is-the-fastest-algorithm-for-removing-duplicates-from-a-list-so-t/89250#89250 18 Answer by Terhorst for In Python, what is the fastest algorithm for removing duplicates from a list so that all elements are unique *while preserving order*? Terhorst 2008-09-18T01:41:18Z 2008-09-18T01:41:18Z <pre><code>def unique(items): found = set([]) keep = [] for item in items: if item not in found: found.add(item) keep.append(item) return keep print unique([1, 1, 2, 'a', 'a', 3]) </code></pre> http://stackoverflow.com/questions/88923/what-is-a-heuristic-fencepost/88945#88945 1 Answer by Terhorst for What is a heuristic fencepost? Terhorst 2008-09-18T00:36:50Z 2008-09-18T00:36:50Z <p>According to <a href="http://www.delorie.com/gnu/docs/gdb/gdb_179.html" rel="nofollow">this page</a>, GDB is searching backward in the object code to find the beginning of a function, and it is hitting an imposed limit. If you can set the fence post limit to 0 or increase it, you might avoid the error, but it will take longer to run.</p> http://stackoverflow.com/questions/88010/what-is-the-best-way-to-learn-dvorak/88509#88509 0 Answer by Terhorst for What is the best way to learn Dvorak? Terhorst 2008-09-17T22:56:29Z 2008-09-17T22:56:29Z <p>Use <a href="http://www.gigliwood.com/abcd/abcd.html" rel="nofollow">A Basic Course in Dvorak (ABCD)</a>. A lot.</p> <p>Don't bother buying a new keyboard or swapping keys or anything like that. Just switch the layout in software. You don't need a reference to look at.</p> <p>Don't use QWERTY. Do all your normal work in Dvorak. Expect that for an entire week you won't be able to use either one well. After you have Dvorak down (should only take a week or so) you can go back and re-learn QWERTY, but expect that it will take you at least an additional month before you can switch between them.</p> http://stackoverflow.com/questions/88325/how-do-i-unit-test-an-init-method-of-a-python-class-with-assertraises/88369#88369 1 Answer by Terhorst for How do I unit test an __init__() method of a python class with assertRaises()? Terhorst 2008-09-17T22:32:16Z 2008-09-17T22:32:54Z <p>How about this:</p> <pre><code>class MyClass: def __init__(self, foo): if foo != 1: raise Exception("foo is not equal to 1!") import unittest class Tests(unittest.TestCase): def testSufficientArgs(self): foo = 1 MyClass(foo) def testInsufficientArgs(self): foo = 2 self.assertRaises(Exception, MyClass, foo) if __name__ == '__main__': unittest.main() </code></pre> http://stackoverflow.com/questions/87902/desperately-need-a-regex/88012#88012 1 Answer by Terhorst for Desperately Need a Regex Terhorst 2008-09-17T21:46:40Z 2008-09-17T21:46:40Z <p>^([^.\s]+)\.([^.\s]+)(?:\.([^.\s]+))?$</p> http://stackoverflow.com/questions/73920/sparkles-of-productivity/74061#74061 0 Answer by Terhorst for Sparkles of productivity Terhorst 2008-09-16T16:11:36Z 2008-09-16T16:11:36Z <p>It almost always happens when I get really excited about putting together some cool idea. The feeling is usually gone by the next day, though, so don't put it off.</p> http://stackoverflow.com/questions/101268/hidden-features-of-python/101892#101892 Comment by Terhorst on Hidden features of Python Terhorst 2008-09-22T05:13:21Z 2008-09-22T05:13:21Z Anyone who has ever forgotten a comma in a list of strings knows how evil this 'feature' is. http://stackoverflow.com/questions/93353/create-many-constrained-random-permutation-of-a-list/95138#95138 Comment by Terhorst on Create many constrained, random permutation of a list Terhorst 2008-09-21T15:12:06Z 2008-09-21T15:12:06Z It's certainly not the elegant solution one could hope for. I'll give this more thought, but no guarantees I'll come up with something better. http://stackoverflow.com/questions/107397/best-ways-to-use-cygwin/107438#107438 Comment by Terhorst on best ways to use cygwin Terhorst 2008-09-20T06:52:42Z 2008-09-20T06:52:42Z My top three: exit, ./mplayer.exe, grep http://stackoverflow.com/questions/18642/what-is-the-most-unreadable-programming-language/41197#41197 Comment by Terhorst on What is the most unreadable programming language? Terhorst 2008-09-20T06:24:52Z 2008-09-20T06:24:52Z For anyone who's interested in APL, consider looking at J or K. http://stackoverflow.com/questions/102911/whats-a-good-functional-language-to-learn-first/103017#103017 Comment by Terhorst on What's a good Functional language to learn first? Terhorst 2008-09-19T15:56:48Z 2008-09-19T15:56:48Z I also recommend the Little Schemer. http://stackoverflow.com/questions/89178/in-python-what-is-the-fastest-algorithm-for-removing-duplicates-from-a-list-so-t/89208#89208 Comment by Terhorst on In Python, what is the fastest algorithm for removing duplicates from a list so that all elements are unique *while preserving order*? Terhorst 2008-09-18T01:58:49Z 2008-09-18T01:58:49Z This one is also O(n^2) http://stackoverflow.com/questions/89178/in-python-what-is-the-fastest-algorithm-for-removing-duplicates-from-a-list-so-t/89260#89260 Comment by Terhorst on In Python, what is the fastest algorithm for removing duplicates from a list so that all elements are unique *while preserving order*? Terhorst 2008-09-18T01:57:07Z 2008-09-18T01:57:07Z The order is O(n^2), though. http://stackoverflow.com/questions/89178/in-python-what-is-the-fastest-algorithm-for-removing-duplicates-from-a-list-so-t/89260#89260 Comment by Terhorst on In Python, what is the fastest algorithm for removing duplicates from a list so that all elements are unique *while preserving order*? Terhorst 2008-09-18T01:54:38Z 2008-09-18T01:54:38Z That's pretty sweet. Thanks. http://stackoverflow.com/questions/88947/what-should-the-users-of-stackoverflow-be-called/89046#89046 Comment by Terhorst on What should the users of StackOverflow be called? Terhorst 2008-09-18T00:54:29Z 2008-09-18T00:54:29Z mushroom, mushroom http://stackoverflow.com/questions/88947/what-should-the-users-of-stackoverflow-be-called/88961#88961 Comment by Terhorst on What should the users of StackOverflow be called? Terhorst 2008-09-18T00:40:17Z 2008-09-18T00:40:17Z That is, nothing special. http://stackoverflow.com/questions/88325/how-do-i-unit-test-an-init-method-of-a-python-class-with-assertraises/88369#88369 Comment by Terhorst on How do I unit test an __init__() method of a python class with assertRaises()? Terhorst 2008-09-17T22:39:57Z 2008-09-17T22:39:57Z You can define 'class Error' as a subclass of Exception at the top and use it instead of Exception in this example, if you prefer. http://stackoverflow.com/questions/87902/desperately-need-a-regex/87953#87953 Comment by Terhorst on Desperately Need a Regex Terhorst 2008-09-17T22:12:25Z 2008-09-17T22:12:25Z This is because the author changed it after I made my comment. <a href="http://stackoverflow.com/revisions/87953/list" rel="nofollow">stackoverflow.com/revisions/87953/list</a> http://stackoverflow.com/questions/87902/desperately-need-a-regex/88012#88012 Comment by Terhorst on Desperately Need a Regex Terhorst 2008-09-17T22:09:18Z 2008-09-17T22:09:18Z As a bonus, it captures groups well, too. http://stackoverflow.com/questions/87902/desperately-need-a-regex/88066#88066 Comment by Terhorst on Desperately Need a Regex Terhorst 2008-09-17T21:55:57Z 2008-09-17T21:55:57Z This doesn't match, for example: descartes.ren&#233; http://stackoverflow.com/questions/87902/desperately-need-a-regex/87953#87953 Comment by Terhorst on Desperately Need a Regex Terhorst 2008-09-17T21:50:50Z 2008-09-17T21:50:50Z This one seems to fail when the third group is more than one character, e.g. jack.smith.blah