Don Cross
Don Cross
The Microsoft C/C++ compiler warned about possibly writing too much memory in lines like this: memset(scratch.grbuf[0], 0, 576*2*sizeof(float)); Although the code is correct, it confuses the compiler into thinking more...
FYI, this is not your bug but it affects people using this project. The JSDoc people are apparently moving to a new domain. The website https://usejsdoc.org is no longer accessible....
On customer systems I am encountering some unusual domain name encodings across various kinds of records, including NSEC and PTR. Here is a good example: ``` 0000: 00 00 84...
Here is an example of the kind of events I want to predict. This text comes from the [Sky and Telescope Jupiter's Moon calculator](https://skyandtelescope.org/wp-content/plugins/observing-tools/jupiter_moons/jupiter.html). That tool also produces a nice...
Inspired by a conversation on Facebook, I want to create a demo program that calculates the amount of time it takes for a radar pulse from a specific location on...
Create a document that explains astronomy terminology. Alphabetically sorted glossary. Allow deep linking from other documents. - Observers - Heliocentric - Geocentric - Topocentric - Coordinate systems - Equatorial -...
I was trying to use GitHub Pages just so I could host live demos of the JavaScript browser examples. It worked, but at the cost of having two different versions...
It would be nice to find authoritative values for Saturn's visual magnitude to use as test data. The following paper has formulas for Saturn (and the other planets), but no...
Like its Python counterpart, the C# struct AstroVector should have a ToString override that displays x, y, z, t. Also look for other classes/structs that would benefit from formatting.
Using gcc 10.2.1 on a Debian Bullseye system, I encounter the following warning: ``` In function ‘jsonp_error_set_source’, inlined from ‘jsonp_error_set_source’ at error.c:17:6: error.c:25:9: warning: ‘strncpy’ specified bound depends on the...