-
```
Psudocode has been generated from Newhall source code. A Java implementation
of this psudocode should be generated. For the time being, being able to
generate the exact same results as the DOS…
-
```
Write test classes for the main simulation class of the Newhall model.
Writing tests for other regions is secondary but also a good idea. A minimum
of three test cases based on Newhall simulat…
-
```
Summarizer tool will be separate from the main Newhall application, but may be
integrated back in at a later date, potentially as part of an added batch mode.
Input: Directory of Newhall XML fil…
-
```
Once this has been generated, code generation can begin. A secondary effort
later is going to be required to make what has been translated into something
more meaningful. The BASIC source is f…
-
Pulled out of [this comment](https://github.com/flapjack/flapjack/pull/868#issuecomment-112239425) by @mholtrlc :
Still having an issue after building and installing the 1.6rc3 package. Now I am rec…
-
Tried the getPrinters example with linux but the only thing I get when I run it is error undefined symbol: cupsGetDests, do you have any idea what might be causing this?
-
I have two clients running on seperate servers. They are both configured to be subscribed to "all" and I have a few checks set up under it to run every 10 seconds. One server is running the checks i…
-
For instance when accessing the **CIE 1931 2° Standard Observer** illuminants we have right now to use the following form:
``` Python
colour.ILLUMINANTS["CIE 1931 2 Degree Standard Observer"]
```
we…