0
votes
2answers
21 views
Real-time synchronization of database data across all the clients
What's the best strategy to keep all the clients of a database server synchronized?
The scenario involves a database server and a dynamic number of clients that connect to it, vie …
3
votes
3answers
48 views
Are there any open-source military/war strategy simulating engines/frameworks?
Are there any open-source military/war strategy simulating engines or frameworks? Combat rules engines or weapon selection guides? I'm looking for something similar to a military s …
3
votes
3answers
53 views
Log4J: Strategies for creating Logger instances
I decided to use Log4J logging framework for a new Java project.
I am wondering what strategy should I use for creating/managing Logger instances and why?
one instance of Logger …
1
vote
3answers
604 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. …
16
votes
9answers
855 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 …
7
votes
6answers
269 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 …
2
votes
2answers
189 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
743 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
341 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
75 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
210 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
142 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
597 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 …
13
votes
13answers
901 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 …
