Tagged Questions

7
votes
10answers
2k 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 ...
1
vote
3answers
87 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
4answers
125 views

Best bugfixing/errorfinding strategy - all languages

I found out, while shoulder surfing some other - much more experienced programmers - that they all have different strategies in finding (their) errors in (their) code. And I don't mean understanding ...
0
votes
3answers
98 views

Detect if a file is a duplicate and rename it if not

I have some code that moves files to the same directory. What would be a good strategy to: Detect if a file is a duplicate of an existing file in the directory? This is to decide whether to delete ...
0
votes
1answer
41 views

Possible strategies to increase the difficulty of effective bytehacking

I've been asked to patch a few minor flaws in a game of the unreal series. It uses the unrealscript language which produces bytecode in a similar way to Java. One of the issues is that it's possible ...