Tagged Questions

1
vote
3answers
528 views

How to generate a random number with Java from given list of numbers.

Hi, Assume I have an array/vector of numbers like 1,3,7,9 then I need to guess a number from this list randomly. Using Random class in Java it seems like not possible to do this. …
7
votes
6answers
265 views

After having started a project and suddenly having found new competition, how do you convince yourself to keep going?

I understand this is a subjective question but I want to see how others dealt with this issue: How do you convince yourself and your teammates while trying to start a business or …
16
votes
9answers
829 views

How to adapt agile to different companies? An MBA thesis

My master's thesis is to look at how to apply agile. There is an awful lot of corporate selling of agile - lots of management consultants selling their brand as 'best'. I'm not …
2
votes
2answers
167 views

difference between strategy pattern and delegation pattern

What is the difference between strategy pattern and delegation pattern (not delegates)?
0
votes
3answers
39 views

Strategies for writing expanding ordered files to disk

I an a graduate student of nuclear physics currently working on a data analysis program. The data consists of billions of multidimensional points. Anyways I am using space filling …
9
votes
10answers
738 views

WordPerfect programmers refusing to use anything but assembler

There is a version (popularised by Joel Spolsky) attributing the demise of WordPerfect to a refusal of its programmers to use anything but assembler that led to delay of the first …
5
votes
11answers
334 views

How to prove to our users that they are not being cheated?

I have an information theory question about how to prove (or at least give statistical evidence) that an auction website is not shilling its users. We recently launched a pay-per …
3
votes
1answer
74 views

Zend_Auth: why authenticate object named adapter and not strategy?

$Zend_auth->authenticate($adapter); Why is it called an adapter and not a strategy?
2
votes
7answers
200 views

How to change career to software industry [closed]

I am an MBA student with a mechanical engineering background who wants to redirect its career to software industry (business development, strategy or marketing). Employers now are …
2
votes
5answers
140 views

To re-write or not?

This is a strategic question. I have a large piece of software, web based, that handles probably around 50 to 60 different tasks. The software uses about 100 MySQL tables, and can …
7
votes
13answers
586 views

How managers choose programming languages

It's not a secret to anyone that managers can and often will impose the programming language that will be used for a project. Being a programmer myself, I have never been able to …
14
votes
5answers
583 views

What should be included in the state-of-the-art error and exception handling strategy?

I understand that this is a very broad question, but a short “it depends” kind of answer will not be accepted. Strategies are born to deal with broad issues. What issues should a …
13
votes
13answers
890 views

What is a good CSS strategy?

We have a large ASP.Net website that has a single css stylesheet which is getting out of control. I am thinking of using the the following strategy (taken from http://articles.tec …
1
vote
1answer
48 views

Any way to declare routing strategy for an WPF element?

Suppose we have a WPF element, for instance StackPanel with Buttons, Textboxes etc. inside. Is there any way to say directly in XAML that I want a tunneling strategy? <StackPan …
0
votes
1answer
28 views

How to Encapsulate Change For Random Variations

I am writing a motor vehicle system for a county government that lets a user select many different types of car tags. The problem is that the state has built in a lot of special l …

1 2 3 next
15 30 50 per page