Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
9answers
1k views

Java decompiler written in the United States

I work for a government contractor that is really picky about what software gets installed on their machines (US government laws). As part of a reverse engineering effort, I need to figure out what a ...
4
votes
8answers
2k views

Government Work vs. Private Sector?

Besides pay and benefits, what would you consider the pros and cons of these non-contractor jobs: Working for a company that creates commercial (shipping) software. Working for a company on software ...
3
votes
3answers
963 views

TripleDESCryptoServiceProvider FIPS 140-2 Compliance

I am using the System.Security.Cryptography's TripleDESCryptoServiceProvider in the following manner: TripleDESCryptoServiceProvider CreateCipher() { ...
3
votes
4answers
145 views

Securing/encrypting an offline application

I'm developing an "offline" application for a local government that will be used to collect sensitive information. The application will sync back up to the mothership periodically, but it will ...
2
votes
2answers
233 views

Loading large data sets into MySQL tables

I'd like to start tinkering with large government data sets—in particular, I want to work with campaign contribution records and lobbying disclosure records. The Sunlight Foundation and the Center for ...
2
votes
9answers
556 views

Federal Government Coding Style Guide

Does the US Federal Government have a coding style guide for C# and or Java? If there isn't, I think there should be given the amount of time they put into the Federal Enterprise Architecture and ...
1
vote
0answers
33 views

java libraries, examples, reference implementations, starter packs etc for working with UK govtalk portals

I am looking for any help to work with the govtalk XML format I have found a php lib; http://code.google.com/p/php-govtalk/ but I would be keen to see any other implementation examples using Java, ...
1
vote
1answer
125 views

Google AppEngine handling sensitive governement data?

Ideally, I want to develop rapidly using Google App Engine. The recent problem I have now is that I need a service approved to handle sensitive US government data so I avoid internal server hassle. ...
1
vote
2answers
320 views

SQL Express 2008 corporate/business/government legal use?

Is SQL Express 2008 available for corporate, business and government use? Are there restrictions I am not reading about? I know it is free, but I just want to make sure I am not stepping on any terms ...
1
vote
1answer
131 views

Does a ClickOnce Application deploy to a FDCC locked down computer?

We are looking to publish a ClickOnce application to a large Active Directory network which has to abide by the FDCC (Federal Desktop Core Configuration) which is an OMB-mandated security ...
0
votes
3answers
151 views

Creating MySQL tables from XML data

I'm working with a set of lobbying disclosure records. The Secretary of the Senate publishes these records as XML files, which look like this: <Filing ID="1ED696B6-B096-4591-9181-DA083921CD19" ...
0
votes
0answers
27 views

Record keeping for government compliance

We are looking into developing a web app for a client that needs to enter and store records for the sake of compliance with some US federal government agency regulations (As specific as I can get ...
0
votes
0answers
103 views

What percentage of software is developed/paid for by government?

In one of my software engineering classes we are discussing the waterfall model and why it does not work. My prof was arguing that the waterfall model was used so much since the US government ...
-3
votes
1answer
51 views

Indian railways info web services [closed]

I would like to develop an Android app for Indian railways info (details of PNR status, train availability, etc). How can I get web services for those details?