Longest Common Prefix Between Two Strings
While working on a “for fun” side project I needed to get the longest common prefix of two arbitrary strings.…
While working on a “for fun” side project I needed to get the longest common prefix of two arbitrary strings.…
Man, trolls suck be they on forums, in blog comments, or, when playing video games. I just had an experience…
My wife asked me to recreate the recepie of something we get from the store so we could make it…
found at http://i.imgur.com/pdpIk.png via google reader explore functionality late one last night
If you’re running any moderately busy mail server you’re probably using spamassassins spamc/spamd to check for spam because its tons…
root@server:/dir/ # ls | wc -l 1060731 root@server:/dir/ # for i in *; do rm -v $i done; done me@home:~/…