Tagged Questions

3
votes
2answers
138 views

Code Golf: Does a binary number lie within the Cantor set?

Definition The Cantor set T∞, sometimes called the Cantor comb or no middle third set (Cullen 1968, pp. 78-81), is given by taking the interval [0, 1] (set T0), removing the open middle …
1
vote
5answers
213 views

What is the largest program ever written? [closed]

In a fit of idle curiosity, I was wondering that the largest program ever written was. What did it do? What language was it written in? How successful was it? How buggy was it? How many man years did …
359
votes
405answers
59k views

What’s your most controversial programming opinion?

This is definitely subjective, but I'd like to try to avoid it becoming argumentative. I think it could be an interesting question if people treat it appropriately. The idea for this question came …
16
votes
22answers
716 views

How long does code last?

I'm in the process of going back over some of the more minor TODO's in my code. One of them is in a class that handles partial dates, e.g. Jan 2001. It works fine for dates that will be seen in our …
86
votes
29answers
4k views

What are the lesser known but cool data structures ?

There a some data structures around that are really cool but are unknown to most programmers. Which are they? Everybody knows linked lists, binary trees, and hashes, but what about Skip lists, Bloom …
0
votes
2answers
41 views

How should I be handling checksum collisions in my application?

I have a part of my application that stores files. Because we could potentially be adding many of the same file, I am first keeping a hash of each file. If two files have the same hash, then we …
8
votes
16answers
643 views

What’s the most elegant 10-20 line function you’ve seen/written?

In the vein of What is the coolest thing you can do in <10 lines of simple code? Help me inspire beginners!, but for non-beginners: Tell us about some of your fast solutions to complex problems, or …
2
votes
2answers
62 views

What’s the bean pattern name when used in other languages

Java has the concept of a "bean", which is a class with a no-arg constructor and getter/setter methods. Does this pattern have a more generic name so that, if we're talking to programmers who have …
150
votes
240answers
23k views

Confessions of your worst WTF Moment. (What not to do.)

What wonderful advice can we learn from the "What not to do" school of hard knocks?
177
votes
191answers
23k views

What’s your favorite “programmer ignorance” pet peeve?

What are in your opinion the worst subjects of widespread ignorance amongst programmers, i.e. things that everyone who aspires to be a professional should know and take seriously, but don't?
1
vote
2answers
55 views
+150

Maintaining network integrity in peer-to-peer network

I am looking for information on techniques, algorithms, etc. on how to maintain network integrity in a dynamic peer-to-peer network. Both practical implementations, academic papers and anything else …
1
vote
1answer
23 views

How to display changed fields

Hi, I am working on Audit Trail for my project and I have been asked to think of how can we display the fields which have changed between two versions. I have the list of changed fields I am looking …
4
votes
16answers
315 views

Would you feel offended or upset if another developer ran a code beautifier on the code base?

I am working on a project which other developers work on. I would like the code to be standardized. I don't necessarily care what standard it is (K&R, GNU, 2 lines max, 1 line max, spacing between …
11
votes
16answers
397 views

Have you ever restricted yourself to using a subset of language features?

Have you ever restricted yourself to using a subset of language features, and more importantly, why? I'm curious to find out who choose to use only certain language features and avoid others in order …
0
votes
3answers
48 views

Stages in the application development process

I've heard terms like "deployment" and "production" applied to the development process. What are the usual stages and what do they involve ?

1 2 3 4 5 152 next
15 30 50 per page