1
vote
4answers
60 views
SQL Call Stored Procedure for each Row
How can one call a stored procedure for each row in a table, where the columns of a row are input parameters to the sp without using a Cursor?
0
votes
2answers
55 views
USBCELL - Can anyone program this?
USBCELL rechareable batteries - charged using the USB port
These came out a while back and are worth the money, in my opinion.
I searched around for software specifically made to …
1
vote
7answers
231 views
Finding if a number is a power of 2 without using modulus operator or division operator [closed]
Possible Duplicate:
How to check if a number is a power of 2
Is there a way to find out a given integer is a power of 2 without using the modulus operator or division oper …
2
votes
0answers
41 views
What is a good community run venue for finding programming competitions?
The closure of a recent entertaining 'question' got me wondering what would have been a better forum for the challenge presented. I know there is a similar question, but most of t …
1
vote
3answers
119 views
cool debugging of object
I just had an idea that I wonder whether is possible in java. Let's say when doing debugging using eclipse or netbeans, you could record an object and save it. Then when going thro …
0
votes
4answers
169 views
JavaScript method chaining challenge
(This question is not really restricted to the language so please feel free to submit solution in other languages too.)
I was just wondering if it would be possible to write somet …
37
votes
14answers
2k views
Where can you find fun/educational programming challenges?
I've searched around for different challenge sites, and most of them seem to be geared towards difficulty in problem solving logically, rather than trying to use your language of c …
4
votes
5answers
480 views
Code Golf: Solve a Maze
Here's an interesting problem to solve in minimal amounts of code. I expect the recursive solutions will be most popular.
We have a maze that's defined as a map of characters, whe …
1
vote
4answers
329 views
Coding brain teaser to update an array (language agnostic)
All,
I need a clever way to implement this algorithm (for work) as quickly and cleanly as possible:
I think I've removed all the language specific issues and boiled it down to thi …
5
votes
17answers
956 views
Eric Lippert’s challenge “comma-quibbling”, best answer?
I wanted to bring this challenege to the attention of the stackoverflow community. The original problem and answers are here. BTW, if you did not follow it before, you should try t …
14
votes
6answers
504 views
Algorithm challenge: Generate color scheme from an image
Background
So, I'm working on a fresh iteration of a web app. And, we've found that our users are obsessed with being lazy. Really lazy. In fact, the more work we do for them, …
2
votes
4answers
534 views
Challenge: Getting Linq-to-Entities to generate decent SQL without unnecessary joins
I recently came across a question in the Entity Framework forum on msdn:
http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/bb72fae4-0709-48f2-8f85-31d0b …
1
vote
0answers
40 views
Can you create a stylesheet that will convert an XSD to an XML-copying stylesheet?
When thinking about this question, I realized that this world could use a stylesheet that converts an XSD to a stylesheet, which would copy the contents of an XML file that roughly …
7
votes
18answers
3k views
Most efficient code for the first 10000 prime numbers?
I want to print the first 10000 prime numbers.
Can anyone give me the most efficient code for this?
Clarifications:
It does not matter if your code is inefficient for n > …
4
votes
18answers
342 views
What should I write in order to become a better developer?
I tend to finish my work related tasks pretty quickly, and I get to have some free time on my hands. What should I write in order to become a better developer ? I'm familiar with c …
