|
All (& only) things that make you say WTF (except politics ). *
ALL NSFW posts must be tagged as such or WILL be removed
Thanks to licenseplate for the excellent logo
Thanks to humansmartbomb for the previous logo
Started by sme00 on
, 200 posts
by 177 people.
Answer Snippets (Read the full thread at reddit):
"EIGHT! Eight chips in the bag!....
Well, that's what you get when you buy half an ounce of potato chips .
They're all chips fused together....
Friends, you'd :( too
:( But they're the eight best friends that anyone could have! *were.
|
|
My problem is very similar to eight queens puzzle.
I've got 2-dimensional array (N x N) that for example, looks like this:
0,0,0,0,1 y 0,0,0,0,0 | 0,0,0,0,0 V 0,0,0,1,0 0,0,0,0,0 x->
I'm checking horizontally, vertically and diagonally for occurrences...
Started by Murzyn1 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
There is a collision if the two points are on the same horizontal row, same vertical row or same diagonal (vertical distance == horizontal... .
One possible solution:
def collision(x1, y1, x2, y2): return x1 == x2 or y1 == y2 or abs(x1-x2) == abs(y1-y2)
i.e .
|
|
Can bee and eight tails can defeat nine tails ???
i don't think nine tail can lose this one
Started by pankaj00 on
, 15 posts
by 12 people.
Answer Snippets (Read the full thread at narutobase):
Bee has sameheda to steal some of kurama chakra,
Also bee has his swords....he could put lightning in them to stab kurama continuosly .
Bijuu this:-P bee and eight tails will win.
|
Ask your Facebook Friends
|
I'm asking more about what this means to my code. I understand the concepts mathematically, I just have a hard time wrapping my head around what they mean conceptually. For example, if one were to perform an O(1) operation on a data structure, I understand...
Started by Jason Baker on
, 25 posts
by 24 people.
Answer Snippets (Read the full thread at stackoverflow):
Tell your eight year old log(n) means the number of times you have.
Is the number of stacked blocks.
|
|
I'm writing a small jQuery plugin that binds to 8 divs on a page, each of which contains a form. There are two links for each widget that increment or decrement a field within the form and then POSTs the form. The problem is that all 16 links on the page...
Started by asoules on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
At the very beginning, you need to iterate through the results of the $(containerobj) and run the rest of the code through that, replacing each reference, like this:
jQuery.RankWidget = function(containerobj, options) { return $(containerobj).each(function... .
|
|
I have been given the opportunity to give a small presentation to a group of young children about what I do as a software developer.
I have a few ideas kicking around for how to make this interactive and entertaining for them while still getting my points...
Started by ecoffey on
, 21 posts
by 21 people.
Answer Snippets (Read the full thread at stackoverflow):
It was great....
We used Logo when I was very young (though older than 8) in my classroom .
Lego reminds me Logo , the programming language with a turtle receiving drawing instructions .
Junior First Lego League for 6 to 9 year olds should be a good resource .
|
|
This question was asked in a google interview for the job 'Product manager', according to www.businessinsider.com . They have also answered it but, I think, it is not pretty satisfactory. The answer they gave is:
A database is a machine that remembers...
Started by Rakesh Juyal on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you seen a phone book? Have you used a phone book? How will you find daddy's phone number in a phone book? I suppose this description depends... .
But probably not for Google...
Would maybe work for a real 8-yrs old kid: the manga guide to database .
|
|
How do you update this? I've never seen any current team that actually "checks out" a file. I don't compile, either. These seem to be from before the days of branching.
You shall check in early and check in often. You anger your coworkers when you check...
Started by ironfroggy on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
Perl (no modules loaded and -Tw & strict) I found much info on regex and pattern matching here but not exactly what I need. I want to know if this is the correct way to validate a couple things. Sorry about the beginner attempt here. I am quite new to...
Started by Jim_Bo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A few points:
if ($ext != m/pattern/) is wrong - the != operator should be !~ \d is just fine, if you're parsing filenames or anything else not likely to be unicode avoid /x unless you really need it (you're not... .
Most of what you have above looks fine.
|
|
Eight Games For Eight Days And Ten Years Of Weirdness!
Scorching Shrapnel Games Summer Sale Starts Now!
Cary, NC, 20 July 2011
Eight days that will shake the world! Join Shrapnel Games as we unleash a very special summer sale, a sale designed to free ...
Started by Tim Brooks on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at shrapnelgames):
Please read this forum thread in the World Supremacy section to see exactly how Shrapnel and the developer... .
Before you consider purchasing any game from Shrapnel,....especially Word Supremacy....you may want to do some research on how support is handled here .
|