Top new questions this week:
|
I have come across an article where students used network traffic to draw their university on the country's IPv6 graph. [image]
Your goal is simple to tell, but hard to implement. Draw the text MAIL …
|
Aww, man, this expiry date doesn't write the months with letters! I can't tell if it's expiring on March 10th or October 3rd... Wait, no, never mind, the year says 2012. (alley-oops half-used brick of …
|
You are given two true color images, the Source and the Palette. They do not necessarily have the same dimensions but it is guaranteed that their areas are the same, i.e. they have the same number of …
|
Illustrated by Chris Rainbolt, my brother and a fresh graduate from Savannah College of Art and Design
Introduction
The angels and demons are fighting and, as usual, using earth as their …
|
Your goal is to determine whether a given 2D point X lies within the area of the triangle with given vertices A,B,C.
Write a function that takes in the coordinates of the test point X and the three …
|
Let's try to golf this piece of ascii-art representing a golfing man:
'\ . . |>18>>
\ . ' . |
…
|
The title says it all. Your goal is to write a program that forms a w×h rectangle of characters that can be rotated and re-run to output the number of 90° Counter-Clockwise (CCW) rotations that have …
|
Greatest hits from previous weeks:
|
Can you create a clever or unexpected Fibonacci generator?
Your code must print or return either the nth Fibonacci number or the first n Fibonacci numbers.
|
Write a program that throws a StackOverflow Error or the equivalent in the language used. For example, in java, the program should throw java.lang.StackOverflowError.
You are not allowed to define a …
|
Can you answer these?
|
I want to compactly code positive integers x into bits, in a manner allowing decoding back into the original integers for a stateless decoder knowing the maximum value m of each x; it shall be …
|
Challenge:
In the last stage of a two players Texas hold 'em, given a two-card hand and five cards on table, determine your probability to win versus an opponent by the standard ranking of poker …
|