6
votes
9answers
388 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 strategy "unit …
6
votes
7answers
223 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 per class
e.g.
…
1
vote
2answers
31 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, viewing and modifying …
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 curves to map the …
1
vote
3answers
650 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. Could anyone kindly …
2
votes
2answers
199 views
difference between strategy pattern and delegation pattern
What is the difference between strategy pattern and delegation pattern (not delegates)?
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 a project and …
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
5answers
144 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 probably be …
2
votes
7answers
216 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 not willing to take …
0
votes
1answer
29 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 little exceptions for …
1
vote
1answer
50 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?
<StackPanel …
0
votes
5answers
100 views
How to be good at Ruby on Rail
If I want to be good at Ruby on Rail, what is the good way to reach it?
Which resource I should read?
How Can I test myself that I good at it and what level am I?
7
votes
13answers
601 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 understand this.
…
9
votes
10answers
753 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 WPwin release and as …
