User Terhorst - Stack Overflowmost recent 30 from stackoverflow.com2009-11-26T17:37:21Zhttp://stackoverflow.com/feeds/user/8062http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/582571/ruby-on-rails-myspace-app-development/582647#5826470Answer by Terhorst for Ruby On Rails - Myspace app developmentTerhorst2009-02-24T17:19:41Z2009-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#5826430Answer by Terhorst for Ruby On Rails - Myspace app developmentTerhorst2009-02-24T17:18:59Z2009-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#5826060Answer by Terhorst for Ruby On Rails - Myspace app developmentTerhorst2009-02-24T17:08:05Z2009-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#5825931Answer by Terhorst for Ruby On Rails - Myspace app developmentTerhorst2009-02-24T17:06:04Z2009-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-sites0Challenge SitesTerhorst2008-09-15T19:37:11Z2009-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-distribution3Converting a Uniform Distribution to a Normal DistributionTerhorst2008-09-16T18:53:01Z2008-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#1132430Answer by Terhorst for What special 'trick' do you use to keep focus on your current task amoung the mass distractions of the net?Terhorst2008-09-22T04:59:33Z2008-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#1085444Answer by Terhorst for programmer's foodTerhorst2008-09-20T15:50:06Z2008-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#1075804Answer by Terhorst for What's the best way to teach young kids some basic programming concepts?Terhorst2008-09-20T08:01:13Z2008-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#1075430Answer by Terhorst for How do you prototype?Terhorst2008-09-20T07:44:50Z2008-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#1074874Answer by Terhorst for The best of the non-obese technical books?Terhorst2008-09-20T07:13:17Z2008-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#1074320Answer by Terhorst for best ways to use cygwin Terhorst2008-09-20T06:46:54Z2008-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" >> /dev/tty0
</code></pre>
http://stackoverflow.com/questions/107397/best-ways-to-use-cygwin/107420#1074201Answer by Terhorst for best ways to use cygwin Terhorst2008-09-20T06:42:13Z2008-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#1073791Answer by Terhorst for Recommended projects for beginning programmers?Terhorst2008-09-20T06:29:30Z2008-09-20T06:29:30Z<p>Make a Tetris clone.</p>
http://stackoverflow.com/questions/56704/what-jobs-to-give-to-an-intern/107373#1073732Answer by Terhorst for What jobs to give to an intern?Terhorst2008-09-20T06:26:45Z2008-09-20T06:26:45Z<p>A skilled mentor to work with.</p>
http://stackoverflow.com/questions/2187/essential-programming-tools/107185#1071851Answer by Terhorst for Essential Programming ToolsTerhorst2008-09-20T05:07:21Z2008-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#1028490Answer by Terhorst for css organization and coloursTerhorst2008-09-19T15:27:44Z2008-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#957692Answer by Terhorst for What technologies inspire you?Terhorst2008-09-18T19:04:12Z2008-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#953590Answer by Terhorst for How do you pronounce the following computer/programming terms:Terhorst2008-09-18T18:30:09Z2008-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#951381Answer by Terhorst for Create many constrained, random permutation of a listTerhorst2008-09-18T18:12:21Z2008-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 > y or
exceptions > 0 and use_each_times+1 > 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 > 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()) > 0:
while len(pool.keys()) < 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#901140Answer by Terhorst for How to compare two word documents?Terhorst2008-09-18T04:46:12Z2008-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#898373Answer by Terhorst for How do you find the difference between 2 strings in PHP?Terhorst2008-09-18T03:48:09Z2008-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#897950Answer by Terhorst for What's Your Motto As A Developer/Programmer?Terhorst2008-09-18T03:39:46Z2008-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#897493Answer by Terhorst for What fundamental skills are needed for programming?Terhorst2008-09-18T03:29:25Z2008-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#8925018Answer 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*?Terhorst2008-09-18T01:41:18Z2008-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#889451Answer by Terhorst for What is a heuristic fencepost?Terhorst2008-09-18T00:36:50Z2008-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#885090Answer by Terhorst for What is the best way to learn Dvorak?Terhorst2008-09-17T22:56:29Z2008-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#883691Answer by Terhorst for How do I unit test an __init__() method of a python class with assertRaises()?Terhorst2008-09-17T22:32:16Z2008-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#880121Answer by Terhorst for Desperately Need a RegexTerhorst2008-09-17T21:46:40Z2008-09-17T21:46:40Z<p>^([^.\s]+)\.([^.\s]+)(?:\.([^.\s]+))?$</p>
http://stackoverflow.com/questions/73920/sparkles-of-productivity/74061#740610Answer by Terhorst for Sparkles of productivityTerhorst2008-09-16T16:11:36Z2008-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#101892Comment by Terhorst on Hidden features of PythonTerhorst2008-09-22T05:13:21Z2008-09-22T05:13:21ZAnyone 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#95138Comment by Terhorst on Create many constrained, random permutation of a listTerhorst2008-09-21T15:12:06Z2008-09-21T15:12:06ZIt'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#107438Comment by Terhorst on best ways to use cygwin Terhorst2008-09-20T06:52:42Z2008-09-20T06:52:42ZMy top three: exit, ./mplayer.exe, grephttp://stackoverflow.com/questions/18642/what-is-the-most-unreadable-programming-language/41197#41197Comment by Terhorst on What is the most unreadable programming language?Terhorst2008-09-20T06:24:52Z2008-09-20T06:24:52ZFor 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#103017Comment by Terhorst on What's a good Functional language to learn first?Terhorst2008-09-19T15:56:48Z2008-09-19T15:56:48ZI 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#89208Comment 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*?Terhorst2008-09-18T01:58:49Z2008-09-18T01:58:49ZThis 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#89260Comment 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*?Terhorst2008-09-18T01:57:07Z2008-09-18T01:57:07ZThe 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#89260Comment 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*?Terhorst2008-09-18T01:54:38Z2008-09-18T01:54:38ZThat's pretty sweet. Thanks.http://stackoverflow.com/questions/88947/what-should-the-users-of-stackoverflow-be-called/89046#89046Comment by Terhorst on What should the users of StackOverflow be called?Terhorst2008-09-18T00:54:29Z2008-09-18T00:54:29Zmushroom, mushroomhttp://stackoverflow.com/questions/88947/what-should-the-users-of-stackoverflow-be-called/88961#88961Comment by Terhorst on What should the users of StackOverflow be called?Terhorst2008-09-18T00:40:17Z2008-09-18T00:40:17ZThat is, nothing special.http://stackoverflow.com/questions/88325/how-do-i-unit-test-an-init-method-of-a-python-class-with-assertraises/88369#88369Comment by Terhorst on How do I unit test an __init__() method of a python class with assertRaises()?Terhorst2008-09-17T22:39:57Z2008-09-17T22:39:57ZYou 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#87953Comment by Terhorst on Desperately Need a RegexTerhorst2008-09-17T22:12:25Z2008-09-17T22:12:25ZThis 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#88012Comment by Terhorst on Desperately Need a RegexTerhorst2008-09-17T22:09:18Z2008-09-17T22:09:18ZAs a bonus, it captures groups well, too.http://stackoverflow.com/questions/87902/desperately-need-a-regex/88066#88066Comment by Terhorst on Desperately Need a RegexTerhorst2008-09-17T21:55:57Z2008-09-17T21:55:57ZThis doesn't match, for example: descartes.renéhttp://stackoverflow.com/questions/87902/desperately-need-a-regex/87953#87953Comment by Terhorst on Desperately Need a RegexTerhorst2008-09-17T21:50:50Z2008-09-17T21:50:50ZThis one seems to fail when the third group is more than one character, e.g. jack.smith.blah