Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

43
votes
23answers
2k views

Training new employees on undocumented code

Our company has a large codebase (2500+ classes/interfaces in just the core alone, many more in other projects) for our flagship software product. We've never really hired more than one developer at a ...
5
votes
6answers
380 views

Scheme Programming Challenges

I have gotten a lot of use and coding practice out of sites like UVa Online Judge (for Java and C programming challenges) and Project Euler (for C and Python practice). I think its a great method to ...
3
votes
1answer
292 views

Wiener's attack on RSA

I have a challenge about RSA: Using small keys improves performance. However, it has been shown (Wiener, 1990) that if d<=0.25 log(N), the private exponent d can be reconstructed from the public ...
3
votes
6answers
2k views

Challenges faced while working in different time zones

I am sure there are many developers out here who have team spread across different time zones. What are some of the challenges people face and whats the best way to tackle them?
2
votes
1answer
185 views

Website that hosts interactive programming challenges?

I'm looking for something similar to the typical offerings of programmer challenge websites, but with a subtle twist. I want to interactively (online-only) solve programming challenges related to the ...
1
vote
3answers
115 views

Programming Challenges for AS3

Today I came across this question and I now have a sudden urge to find & complete similar challenges for ActionScript 3. Are there any resources specifically targeting AS3 which offer a level of ...
1
vote
0answers
99 views

lattice alg vs continued fraction algorithm

I am doing wiener's attack on RSA with short encryption exponent. And the d has a special format. I was given the hint that: using lattice rather than continued fraction algorithm. is this the ...
1
vote
4answers
396 views

Learning new languages: Programming Quizzes [closed]

Possible duplicates: http://stackoverflow.com/questions/24692/where-can-you-find-fun-educational-programming-challenges ...
0
votes
0answers
34 views

Do I need to override the remove All Highlights() method

@Override public final void paint(final Graphics g) { final Highlighter.Highlight[] highlights = getHighlights(); final int len = highlights.length; ...
0
votes
0answers
54 views

is there a opensource server for judging programming contests and problemsets [closed]

I am looking for something like SPOJ or UVA Online using which I can create my own tiny little site for creating and handling problem submissions with instant results. I looked online and found this, ...
0
votes
1answer
224 views

Game Center Challenges

Open Feint has a notion of challenges -- where a player can finish a game and then send a challenge to another user (like a "beat my score"). The app passes along whatever game data it needs to the ...
0
votes
2answers
248 views

Computing the colors of the Olympic flag [closed]

Let's say you are helping setting up the Olympics on an alien planet. You are in charge of making the Olympic flag. The Olympic flag would have 6 colors. The flags of every country on the planet must ...