Shaare your links...
2476 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 5 / 12
Newer►
232 results for tags programming x
  • 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
  • Apex: My Editor Project | Good Math Bad Math
    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.
    Tue Jul 12 02:02:28 2016 - permalink -
    - http://goodmath.scientopia.org/2010/12/19/apex-my-editor-project/
    blog editor Go mathematics programming
  • Project Jupyter | Project
    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.
    Wed Jan 20 18:31:19 2016 - permalink -
    - http://jupyter.org/about.html
    language programming science TODO
  • Fortran Wiki
    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.
    Tue Mar 3 15:00:25 2015 - permalink -
    - http://fortranwiki.org/fortran/show/Fortran+Wiki
    Fortran language programming software wiki
  • Scientific computing’s future: Can any coding language top a 1950s behemoth? | Ars Technica
    Article about the continued use of Fortran in scientific computing and a few candidates for successors (Haskell, Clojure and Julia).
    Wed Feb 4 16:20:03 2015 - permalink -
    - http://arstechnica.com/science/2014/05/scientific-computings-future-can-any-coding-language-top-a-1950s-behemoth/1/
    computer language programming science
  • Julia language: A letter of recommendation | Quantifying Information
    Wed Nov 26 13:27:45 2014 - permalink -
    - https://grollchristian.wordpress.com/2014/04/25/julia-language-recommendation/
    Julia language programming
  • graydon2 | technicalities: interactive scientific computing #1 of 2, pythonic parts
    This is the first half of a two-part blog post that is motivated-by and mostly "about" two software ecosystems I've been poking around at recently. The first (and subject of this post) is I'll roughly call "interactive scientific Python", which includes primarily SciPy/SymPy/NumPy, IPython, and Sage; the second (subject of next post) is a new interactive scientific language Julia, which has a lot of complicated and subtle relationships with the former. If you hate Python, skip this post because it is really just background for why I care about the fate of a few Python packages.
    Bookmarked Sun Nov 23 12:23:56 2014

    "not rocket science" (the story of monotone and bors) http://graydon2.dreamwidth.org/1597.html
    Interesting story about continuous integration and the beginnings of distributed version control.
    Bookmarked Sun Nov 23 11:59:01 2014
    Sun Nov 23 12:23:56 2014 - permalink -
    - http://graydon2.dreamwidth.org/3186.html
    blog history language programming science software version-control
  • http://www.ats-lang.org/Home.html
    ATS is a statically typed programming language that unifies implementation with formal specification. It is equipped with a highly expressive type system rooted in the framework Applied Type System, which gives the language its name. In particular, both dependent types and linear types are available in ATS.
    Tue Nov 4 11:31:16 2014 - permalink -
    - http://www.ats-lang.org/Home.html
    language programming TODO
  • repl.it - Select a Language
    Read-eval-print-loop for various languages (APL, CoffeeScript, Scheme, ...), implemented as client-side Javascript program.
    Thu Oct 2 15:32:02 2014 - permalink -
    - http://repl.it/languages
    language on-line programming Scheme
  • Éric Lévénez's site
    Nice diagrams showing the histories of programming languanges and Unix-like operating systems.
    Fri Aug 15 02:19:17 2014 - permalink -
    - http://www.levenez.com/
    computer history language programming Unix
  • Not A Number - About Me
    Blog about Programming, Theory, and Math, written by John Meacham.
    Wed Aug 6 00:06:21 2014 - permalink -
    - http://notanumber.net/about
    blog electronics programming security
  • The Tao of Programming
    Wed Aug 6 00:03:56 2014 - permalink -
    - http://repetae.net/computer/tao.html
    humor programming
  • Welcome to Swift
    A new programming language from Apple.
    Tue Jul 1 15:05:52 2014 - permalink -
    - https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/LandingPage/index.html
    apple language programming
  • Software Survivalist
    Blog of a software engineer interested in non-traditional, simple computer architecture, Forth, etc.
    Thu Jun 26 23:02:14 2014 - permalink -
    - http://sam-falvo.github.io/
    Forth programming reading
  • http://www.cs.rpi.edu/~szymansk/OOF90/bugs.html#8
    Mistakes in Fortran 90 Programs That Might Surprise You
    Sun May 4 00:24:40 2014 - permalink -
    - http://www.cs.rpi.edu/~szymansk/OOF90/bugs.html#8
    Fortran programming
  • Go Advent Day 23 - Multi-Platform Applications: Architecture and Cross-Compilation - The Gopher Academy Blog
    How to cross-compile Go programs.
    Mon Apr 28 19:27:57 2014 - permalink -
    - http://blog.gopheracademy.com/day-23-multi-platform-applications
    Go HOWTO language programming
  • http://nbviewer.ipython.org/gist/anonymous/5920182
    Introduction to the Python programming language targeted to scientists.
    Mon Apr 28 00:34:08 2014 - permalink -
    - http://nbviewer.ipython.org/gist/anonymous/5920182
    language programming Python reading
  • Programming Languages
    List of programming languages, links to relevant documents and some example programs (at least for some).
    Sun Apr 27 01:58:16 2014 - permalink -
    - http://www.math.bas.bg/bantchev/place/languages.html
    language programming
  • Ben Lynn - Notes
    Mathematics and computer science notes, includes continued fractions, elliptic curves and a lot more.
    See also the link to the home page http://crypto.stanford.edu/~blynn/
    where you can find some simple programs in both C and Go, a guide to the git version control system.
    Sun Apr 27 01:15:27 2014 - permalink -
    - http://crypto.stanford.edu/pbc/notes/
    mathematics programming reading TODO
Links per page: 20 50 100
◄Older
page 5 / 12
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.