Shaare your links...
2431 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 4 / 12
Newer►
230 results for tags programming x
  • Numerical Recipes Books On-Line
    Not only older issues of the Numerical Recipes books, but also classics such as
    Handbook Abramowitz and Stegun, Handbook of Mathematical Functions (10th corrected printing, 1972)

    Bateman, Erdelyi et al. (Bateman Manuscript Project)
    Higher Transcendental Functions (vols. 1, 2, and 3)

    and
    Encyclopaedia Britannica the great 11th Edition (1911)

    Found via https://www.hpmuseum.org/forum/thread-16251-post-142741.html#pid142741

    See also https://numerical.recipes/otherstufftop.html for interesting links
    Mon Feb 8 12:15:48 2021 - permalink -
    - http://numerical.recipes/oldverswitcher.html
    algorithm book mathematics numerical programming TODO
  • Just a Summary
    The personal website of Piers Cawley 
    — baker/owner of The Loafery, folk singer and photographer. Found via Sacha Chua's page, because he uses Emacs and PostgresSQL to manage his bakery
    https://bofh.org.uk/2019/02/25/baking-with-emacs/
    but the articles about Turing look interesting too.
    Sun Jan 31 22:55:22 2021 - permalink -
    - https://bofh.org.uk/
    blog emacs programming Turing
  • I've been writing ring buffers wrong all these years
    Blog article about different ways to implement ring buffers. Other interesting articles include
    The origins of XXX as FIXME
    https://www.snellman.net/blog/archive/2017-04-17-xxx-fixme/
    Numbers and tagged pointers in early Lisp implementations
    https://www.snellman.net/blog/archive/2017-09-04-lisp-numbers/
    Tue Sep 8 10:27:45 2020 - permalink -
    - https://www.snellman.net/blog/archive/2016-12-13-ring-buffers/
    blog history lisp programming
  • Building Mobile Apps (iOS and Android) with Clojurescript
    Found via
    Sun Jun 28 14:40:48 2020 - permalink -
    - https://medium.com/mindorks/building-mobile-apps-ios-and-android-with-clojurescript-4600235f826c
    Android JavaScript programming
  • Nim programming language | Nim
    Nim is a systems and applications programming language. Statically typed and compiled, it provides unparalleled performance in an elegant package.

       High-performance garbage-collected language
       Compiles to C, C++ or JavaScript
       Produces dependency-free binaries
       Runs on Windows, macOS, Linux, and more
    Wed Jul 11 11:42:54 2018 - permalink -
    - https://nim-lang.org/
    C FOSS JavaScript language lisp MIT programming
  • Consulting in mathematics, statistics, and scientific computing
    Apart from the blog, there are technical notes https://www.johndcook.com/blog/writing/ and on-line calculators https://www.johndcook.com/blog/online-calculators/
    As an example, see Camp-Paulson normal approximation to the binomial distribution https://www.johndcook.com/blog/camp_paulson/
    The articles https://www.johndcook.com/blog/2024/04/01/more-laguerre-images/ and
    https://www.johndcook.com/blog/2024/03/22/laguerres-root-finding-method/ demonstrate the basins of attraction for Laguerre's root-finding method.
    https://www.johndcook.com/blog/2018/11/24/spheroid-distance/ should be useful for azel.
    https://www.johndcook.com/blog/2020/02/08/arenstorf-orbit/ shows a periodic solution to the restricted 3-body problem.
    https://www.johndcook.com/blog/2022/11/14/simultaneous-root-finding/ describes the Durand-Kerner polynomial root finding method.
    https://www.johndcook.com/blog/2022/11/01/kepler-newton/ discusses solving Kepler's equation

    TODO: https://www.johndcook.com/blog/2022/10/30/arctan-k-tan-t/ states "This plot looks similar to the plot of true anomaly for a highly elliptical orbit. I’m sure they’re related, but I haven’t worked out exactly how."

    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)."

    https://www.johndcook.com/blog/2018/09/24/riemann-hypothesis-the-fine-structure-constant-and-the-todd-function/ is about  Sir Michael Atiyah's incorrect proof of Riemann's hypothesis, the article https://rjlipton.com/2018/09/26/reading-into-atiyahs-proof/ is an interesting read. (I had bookmarked this entry on Wed Sep 26 15:51:47 2018 and put it here 2024-04-03.)

    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.
    Mon Jul 9 11:55:42 2018 - permalink -
    - https://www.johndcook.com/blog/
    algorithm Laguerre mathematics numerical physics programming Riemann software TODO
  • BC NUMBER THEORY PROGRAMS
    Various number theoretic algrorithms written in the bc(1) programming language.
    See also the calculator program http://www.numbertheory.org/calc/krm_calc.htm from the same author.
    Fri Jul 6 09:46:48 2018 - permalink -
    - http://www.numbertheory.org/gnubc/bc_programs.html
    C mathematics programming Unix
  • A new way of blogging about Common Lisp
    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.
    Tue May 8 14:10:11 2018 - permalink -
    - http://blog.klipse.tech/lisp/2018/05/07/blog-common-lisp.html
    blog JavaScript language lisp on-line programming Scheme TODO web
  • Home Page of Evan Miller
    For a good example, read http://www.evanmiller.org/dont-kill-math.html
    Wed Mar 28 00:24:51 2018 - permalink -
    - http://www.evanmiller.org/
    blog language mathematics programming TODO
  • fanf | Named and optional function arguments in C99
    Tue Sep 26 01:35:58 2017 - permalink -
    - https://fanf.dreamwidth.org/121573.html
    C hack language programming
  • Try it out on-line
    Interpreters/compilers for more than 100 programming languages which can be used on-line.
    Sun Jul 23 19:04:02 2017 - permalink -
    - https://tio.run/#
    language on-line programming
  • Adding numerical methods to emacs with dynamic modules
    Simple example of adding a dynamically loaded function written in C to Emacs.
    Wed Jul 12 18:08:22 2017 - permalink -
    - http://kitchingroup.cheme.cmu.edu/blog/2017/07/08/Adding-numerical-methods-to-emacs-with-dynamic-modules/
    Bessel C emacs GNU programming
  • Programming in the 21st Century
    Interesting blog from a recovering video games programmer.
    Thu Jun 29 15:01:33 2017 - permalink -
    - http://prog21.dadgum.com/
    blog programming
  • I’m Dreaming Of A White C
    Prototype of a translator from a python-like syntax to C. Found via
    https://www.jwz.org/blog/2017/04/python-has-a-lot-to-fucking-answer-for/#comments

    On http://xed.ch/help/, a number of useful personal technical notes can be found.

    For example, http://xed.ch/help/usbdrive.html describes how to create bootable USB drives.
    Wed Apr 12 12:36:44 2017 - permalink -
    - http://xed.ch/b/2015/0901.html
    C language programming Python reading USB
  • The Go Programming Language (Addison-Wesley Professional Computing Series) 1, Alan A. A. Donovan, Brian W. Kernighan, eBook - Amazon.com
    by Alan A. A. Donovan, Brian W. Kernighan
    Thu Mar 30 00:20:57 2017 - permalink -
    - https://www.amazon.com/Programming-Language-Addison-Wesley-Professional-Computing-ebook/dp/B0184N7WWS/ref=as_li_ss_tl?s=books&ie=UTF8&qid=1483188224&sr=1-1&keywords=the+go+programming+language&linkCode=sl1&tag=rbersblog-20
    book Go Kernighan language programming
  • Dan Cross's Weblog
    Interesting blog about programming, mathematics, Lisp and Plan 9.
    Sun Mar 19 20:48:47 2017 - permalink -
    - http://pub.gajendra.net/
    lisp mathematics plan9 programming
  • A robust self-printing program written in Ruby. It works even if you delete one character anywhere from the code.
    Tue Sep 6 11:41:12 2016 - permalink -
    - https://github.com/mame/radiation-hardened-quine
    hack programming Ruby
  • Welcome to the Tclers Wiki!
    A Wiki about the Tcl programming language and the Tk graphical toolkit.
    Sun Sep 4 19:38:56 2016 - permalink -
    - http://wiki.tcl.tk/
    graphical-programming language programming Tcl wiki
  • Dan Luu
    Interesting blog, found via his critique of Julia (mostly its development model) http://danluu.com/julialang/#fnref4
    His article https://danluu.com/corrections/ reminds me of Donald Knuth's "Errors in TeX"
    Wed Aug 3 20:08:11 2016 - permalink -
    - http://danluu.com/
    blog computer Julia Knuth language programming
  • Rtl Power: Basic scripting.
    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.

    The blog has a lot of other interesting articles, e.g. http://kmkeen.com/tiny-code/, http://kmkeen.com/flash-recovery/ , http://kmkeen.com/fp/ just to name a few.
    Wed Jul 13 04:10:50 2016 - permalink -
    - http://kmkeen.com/rtl-power/
    blog FFT FOSS functional programming radio software TODO
Links per page: 20 50 100
◄Older
page 4 / 12
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.