ae65d62fa3
Javascript (uh, yeah). Too bad you have to hardcode your long/lat into the program, perhaps some kind soul will inflict getopt() on this prog. PR: 23245 Submitted by: Keith Walker <kew@icehouse.net>
10 lines
382 B
Plaintext
10 lines
382 B
Plaintext
This is sscalc, a sunrise/sunset time calculator, ported to C.
|
|
You can find the sunrise and sunset times for anywhere in the world
|
|
as long as you know the latitude and longitude of the location.
|
|
|
|
The program is a port of the Javascript program located at
|
|
http://www.srrb.noaa.gov/highlights/sunrise/gen.html
|
|
|
|
The page was written by Aaron Horiuchi, Chris Lehman and Chris
|
|
Cornwall.
|