Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
3answers
398 views

guess what 0x564c is?

when i read linux kernel source, i found one line says: #define NCP_SUPER_MAGIC 0x564c /* Guess, what 0x564c is :-) */ (564c)16 = (22092)10 = (53114)8 = (101011001001100)2 ...
19
votes
7answers
2k views

Riddle: The Square Puzzle

Last couple of days, I have refrained myself from master's studies and have been focusing on this (seemingly simple) puzzle: There is this 10*10 grid which constitutes a square of 100 available ...
12
votes
8answers
2k views

recursion: cut array of integers in two parts of equal sum - in a single pass

Using recursion, find an index that cuts an array in two parts so that both parts have equal sum. Cut means to cut like with a knife. All the cells with index <= to the result must be equal in ...
4
votes
2answers
323 views

How can I solve The Riddle of Nine 9's programmatically?

How can I solve this riddle programmatically? Could someone help me with some pseudo-code or something? Nine 9s Combining nine 9's with any number of the operators +, -, *, /, (, ), what is the ...
1
vote
1answer
39 views

3D Graphics math: Bodies formed out of freely moving spheres

Right now I am watching Farbrausch's Magellan (my attention was specially drawn to the nebulous objects 1:06 - 2:01). I intend this topic to discuss how they can be made. My first guess is that a set ...
1
vote
2answers
616 views

Einstein's riddle/Zebra problem: right of

I am new to Prolog and I'm trying to model a riddle like the Einstein riddle (but with 10 houses and 30 hints) in Prolog and I'm using this model example as a starting point: ...
0
votes
1answer
79 views

Thinking Sphinx Error - ResponseError (searchd error (status: 1): index lead_delta: attribute 'user_id' not found):

I got following error while updating Lead model data: Riddle::ResponseError (searchd error (status: 1): index lead_delta: attribute 'user_id' not found): app/controllers/leads_controller.rb:88:in ...
0
votes
0answers
64 views

Unexplainable Errno::EADDRNOTAVAIL when running Thinking Sphinx/ Riddle

I am having an explainable error while running the Rails application in a custom staging environment. I was able to run sphinx in the past but after a seemingly unrelated update I get this error and ...
0
votes
1answer
85 views

What does the code illustration visible on StackOverflow's 404 page do? [closed]

If you hit any non-existent page on SO, like http://stackoverflow.com/not-found, you'll see a small code snippet on the right side of the page (as an illustration) What exactly does this piece of ...
0
votes
1answer
143 views

PHP Riddle. The function of the pyramid [closed]

I have a riddle for you. I need a function that displays the number of pyramid structures. Example: echo getNumber(7) Output: 12345677654321 In this case, do not use outside functions and ...
-1
votes
4answers
195 views

Show notification every step of difference between two values (Math Question)

I have to answer this question that seems a riddle ... I don't know if there's a real solution or it's impossible... Questions : Having two double values, one is the total amount of money in the ...