├── JSkyCalc.jar └── README.md /JSkyCalc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrthorstensen/JSkyCalc/f3215fac8faea2cf772290a74636dfca4917c10a/JSkyCalc.jar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # JSkyCalc 2 | Interactive Java time and the sky code. 3 | 4 | At present, this only contains an executable .jar file that should run on most systems. On a 'nix system: 5 | 6 | java -jar JSkyCalc.jar 7 | 8 | The source is not included; message me if you would like it. Also, the help text does not work correctly, but it should not be needed by most users. 9 | 10 | I'm posting this in a bit of a hurry because apparently the Dartmouth link to this code broke. This should be more widely accessible. 11 | 12 | --------------------------------------------------------------------------------