Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
3
votes
3answers
197 views

Traits of military projects [closed]

For those of you with experience in both, civil and military projects. Are there specific software engineering traits that usually shows up more often within military projects? I mean things like ...
3
votes
3answers
574 views

Converting time to Military

Maybe I'm seeing things.. In an attempt to turn a date with a format of "mm/dd/yyyy hh:mm:ss PM" into military time, the following replacement of a row value does not seem to take. Even though I am ...
1
vote
3answers
300 views

Convert Military Time from text file to Standard time Python

I am having problems with logic on how to convert military time from a text file to standard time and discard all the wrong values. I have only got to a point where the user is asked for the input ...
1
vote
7answers
2k views

What enterprise architecture tools support DoDAF 2.0?

What tools best support the DoD Architecture Framework (DoDAF) Version 2.0, including support for transfer of the architecture data in accordance with the DoDAF Meta Model (DM2) Physical Exchange ...
1
vote
4answers
395 views

detect us military email address

Does anybody know which domains to search for (other than ".mil") to look for military addresses posting to a web form? Clarification: we're offering a discount to our customers, and we really only ...
0
votes
3answers
164 views

Time validation in c#

We have a generic search text box and user can search any thing. I need to validate DateTime and particularly time part and user can enter any thing docdate eq 1/1/2000 33:28:00 docdate eq 1/1/2000 ...