Tagged Questions

26
votes
20answers
1k views

Code Golf: Fractran

The Challenge Write a program that acts as a Fractran interpreter. The shortest interpreter by character count, in any language, is the winner. Your program must take two inputs: …
3
votes
8answers
118 views

Challenges of code review with remote team

My entire team works from a different geographical location and I am the only programmer working remotely. I often find it quite difficult to have my code reviewed, as people take …
7
votes
5answers
224 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
4answers
123 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?
1
vote
7answers
265 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 …
0
votes
2answers
61 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
3answers
121 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
177 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
524 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 …
5
votes
17answers
974 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
533 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
556 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 …
9
votes
16answers
730 views

What was the funnest programming challenge you were ever tasked with?

The funnest thing I ever got paid to do was a compete in a competition. I the "Unix Guy" was tasked with using C# and .NET to build a client/server database application. Our reside …
1
vote
0answers
51 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 …

1 2 3 next
15 30 50 per page