https://www.johndcook.com/blog/2022/10/21/math-origins/ explains V.I. Arnolds comment
"All mathematics is divided into three parts: cryptography (paid for by CIA, KGB and the like), hydrodynamics (supported by manufacturers of atomic submarines), and celestial mechanics (financed by military and other institutions dealing with missiles, such as NASA)."
The article https://www.johndcook.com/non_central_chi_square.pdf sounds interesting:
John D. Cook Upper bounds on non-central chi-squared tails and truncated normal moments (2010). UT MD Anderson Cancer Center Department of Biostatistics Working Paper Series. Working Paper 62.
Abstract. We show that moments of the truncated normal distribution provide upper bounds on the tails of the non-central chi-squared distribution, then develop upper bounds for the former.
Klipse https://github.com/viebel/klipse
allows to interactively edit and run programs written in
Common Lisp, javascript, clojure[script], python, brainfuck, scheme
in a Javascript-enabled web browser.
Ironically, it does not seem to work with Firefox 52.6.0 (64-bit)/Windows 7.
Rtl_power is a unix-hacker's approach to the waterfall. Its unique features include:
- Unlimited frequency range. You can do the whole 1.7GHz of a dongle.
- Unlimited time. At least until you run out of disk for logging.
- Unlimited FFT bins. But in practice I don't think I've taken it above 100k bins.
- Quantitative rendering. Exact power levels are logged.
- Runs on anything. A slower computer will use less samples to keep up.
Mark Chu-Carroll's blog covers many subjects, including mathematics, physics and programming. In this article he describes his design of a programming language suited for an editor (think about a more readable version of TECO's language).
As of 2021-06-21, the site cannot be reached. On 2021-12-22 it is on-line again.
Project Jupyter was born out of the IPython Project in 2014 as it evolved to support interactive data science and scientific computing across all programming languages.
Despite the availability of many excellent books and scientific articles and daily discussions on comp.lang.fortran, information about modern Fortran programming is sometimes difficult to find. There is a need for something that changes faster than books, papers, and documentation, but is more persistent and organized than a newsgroup. The Fortran Wiki aims to fill this void. Its mission is to provide an open and community-driven venue for documenting and discussing all aspects of the Fortran language, from compilers and standards and best practices and design patterns.