Shaare your links...
2370 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 15 / 34
Newer►
670 results for tags software x
  • Mes - GNU Project - Free Software Foundation
    GNU Mes brings a Reduced Binary Seed bootstrap to GuixSD and potentially to any other interested GNU/Linux distribution, and aims to help create a full source bootstrap as part of the bootstrappable builds effort.

    It consists of a mutual self-hosting Scheme interpreter written in ~5,000 LOC of simple C and a Nyacc-based C compiler written in Scheme. This mes.c is being simplified to be transpiled by M2-Planet.
    https://github.com/oriansj/M2-Planet

    The Scheme interpreter (mes.c) has a Garbage Collector, a library of loadable Scheme modules– notably Dominique Boucher's LALR, Pre-R6RS portable syntax-case with R7RS ellipsis, Matt Wette's Nyacc –and test suite just barely enough to support a simple REPL and simple C-compiler: MesCC.
    https://github.com/oriansj/mescc-tools

    Mes+MesCC can compile an only lightly patched TinyCC that is self-hosting. Using this tcc and the Mes C library we now have a Reduced Binary Seed bootstrap for the gnutools triplet: glibc-2.2.5, binutils-2.20.1, gcc-2.95.3. This is enough to bootstrap GuixSD for i686-linux and x8664-linux.

    Mes is inspired by The Maxwell Equations of Software: LISP-1.5 – John McCarthy page 13, GNU Guix's source/binary packaging transparency and Jeremiah Orians's stage0 ~500 byte self-hosting hex assembler.

    GNU Mes is free software, it is distributed under the terms of the GNU General Public Licence version 3 or later. See the file COPYING.
    Tue Oct 30 18:51:26 2018 - permalink -
    - https://www.gnu.org/software/mes/
    C compiler FOSS hack Scheme software
  • An implementation of tlsdate in Go
    An experimental implementation of tlsdate (https://github.com/ioerror/tlsdate) in Go.
    WARNING: This software has not been reviewed. You probably shouldn't use it.
    Tue Oct 30 17:10:26 2018 - permalink -
    - https://github.com/ality/go-tlsdate
    Go software time TLS
  • Incandescent Light Simulator (ILS) Code
    Interesting information about using the GPU of the Raspberry π.
    In the forum thread https://stardot.org.uk/forums/viewtopic.php?p=152451#p152451 emulators for 6502 and other processors are discussed, even pdp-11 was mentioned.
    More details can be found at https://github.com/hoglet67/PiTubeDirect/wiki
    The pdp-11 emulator is in the 'egg-eater-dev' branch.
    Mon Oct 29 11:51:35 2018 - permalink -
    - https://groups.google.com/forum/#!topic/pidp-8/Sh7ae7aCxpg
    hack pdp-11 pdp-8 pi raspberry software π
  • rinex-reader (Matlab/Octave)
    Work in progress, fixing old Kai Borre Matlab code to run in Octave and hence be callable by Python to work with RINEX data
    Working on updating the code to run in modern Matlab and Octave for use with oct2py in calling from Python.
    Currently the functions easy3.m easy4.m easy5.m run in Octave and Matlab, reading the default included files.
    MIT license.
    Thu Oct 25 10:29:11 2018 - permalink -
    - https://github.com/scivision/matlab-rinex-reader
    matlab octave satellite-navigation software
  • Re: [DNG] How to unarchive an .xz
    Overview of current (2018-10) compression algorithms.
    Mon Oct 22 13:55:56 2018 - permalink -
    - https://lists.dyne.org/lurker/message/20181020.205455.fbab5607.en.html
    compression Linux software
  • FreeBSD/arm/Raspberry Pi - FreeBSD Wiki
    How to install FreeBSD/ARM on computers of the Raspberry Pi family.
    Wed Oct 3 12:56:16 2018 - permalink -
    - https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
    FOSS FreeBSD pi raspberry software Unix π
  • Nooelec - Ham It Up Plus - HF Upconverter w/ Black Enclosure, TCXO, ULF Support & Noise Source
    Found via the review
    http://www.radioforeveryone.com/2018/09/nooelec-ham-it-up-plus-upconverter.html
    Fri Sep 14 16:07:14 2018 - permalink -
    - http://www.nooelec.com/store/ham-it-up-plus.html
    hardware radio software
  • gopass is a simple but powerful password manager for your terminal.
    gopass is a rewrite of the pass password manager http://www.passwordstore.org in Go with the aim of making it cross-platform and adding additional features. Our target audience are professional developers and sysadmins (and especially teams of those) who are well versed with a command line interface. One explicit goal for this project is to make it more approachable to non-technical users. We go by the UNIX philosophy and try to do one thing and do it well, providing a stellar user experience and a sane, simple interface.
    https://www.gopass.pw
    Mon Sep 3 16:17:01 2018 - permalink -
    - https://github.com/gopasspw/gopass
    cryptography Go MIT security software TODO
  • Flatpak—the future of application distribution
    Flatpak is a next-generation technology for building and distributing desktop applications on Linux.
    Wed Aug 29 15:19:50 2018 - permalink -
    - https://flatpak.org/
    Linux sandbox software TODO
  • GitHub - unixpunk/PlutoWeb: PlutoWeb
    Collection of programs to run on the PlutoSDR, including the dunp1090 SSR ADS-B receiver, SoapyRemote and OpenWebRX. Can be programmed as image or the programs can be copied onto the PlutoSDR and ran from there.
    See also http://www.rfoverride.com/plutoweb/

    Note that shaarli could add this link on Chromium 68/Ubuntu 16.04.
    Sun Aug 5 01:03:24 2018 - permalink -
    - https://github.com/unixpunk/PlutoWeb
    radio software TODO
  • Robert Smith's repositories
    Found via computable-reals https://github.com/tarballs-are-good/computable-reals, but others such as Quickproject https://github.com/tarballs-are-good/quickproject are interesting as well.
    Mon Jul 16 14:13:46 2018 - permalink -
    - https://github.com/tarballs-are-good?tab=repositories
    common-lisp FOSS lisp software TODO
  • Using Optimization to Extract Roots of Real Coefficient Polynomials
    Matlab implementation of the Durand-Kerner algorithm to compute the roots of a polynomial.
    Wed Jul 11 18:24:42 2018 - permalink -
    - http://www.hpmuseum.org/forum/thread-11032-post-100258.html#pid100258
    algorithm numerical software
  • Coccinelle: A Program Matching and Transformation Tool for Systems Code
    Coccinelle is a program matching and transformation engine which provides the language SmPL (Semantic Patch Language) for specifying desired matches and transformations in C code. Coccinelle was initially targeted towards performing collateral evolutions in Linux. Such evolutions comprise the changes that are needed in client code in response to evolutions in library APIs, and may include modifications such as renaming a function, adding a function argument whose value is somehow context-dependent, and reorganizing a data structure. Beyond collateral evolutions, Coccinelle is successfully used (by us and others) for finding and fixing bugs in systems code.
    Tue Jul 10 13:47:47 2018 - permalink -
    - http://coccinelle.lip6.fr/
    Linux software tool
  • 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
  • Raw GNSS Measurements  |  Android Developers
    The Android Framework provides access to raw GNSS measurements on several Android devices (Android 7 or higher is needed).
    Thu Jul 5 16:47:28 2018 - permalink -
    - https://developer.android.com/guide/topics/sensors/gnss#feedback
    Android satellite-navigation software
  • NeoPG - A multiversal crypto engine.
    NeoPG is a modern replacement for GnuPG 2
    NeoPG starts as an opinonated fork of GnuPG 2 to clean up the code and make it easier to develop.
    We want to provide a stable and extensible API for application developers, too.
    Eventually, we will add new ways to use OpenPGP that make it accessible and usable.
    As of 2021-12-06, the domain is no longer in use.
    Tue Jul 3 17:48:52 2018 - permalink -
    - https://neopg.io/
    cryptography FOSS security software
  • PINN Is Not NOOBS - An easy enhanced Operating System installer for the Raspberry Pi
    Fri Jun 29 17:34:54 2018 - permalink -
    - https://github.com/procount/pinn/blob/master/README_PINN.md
    pi raspberry software TODO π
  • Signal Monitoring and Analysis: TDoA measurements using GPS time-stamped IQ samples from KiwiSDRs (1)
    TDoA measurements of the DCF77 transmitter.
    Thu Jun 28 18:38:53 2018 - permalink -
    - http://hcab14.blogspot.com/2017/11/tdoa-measurements-using-gps-time.html
    physics radio software
  • SSH and Ubuntu Touch - everything you want to ask but are afraid to ask
    Interesting information about ssh{d} on Ubuntu touch.
    Tue Jun 26 01:48:02 2018 - permalink -
    - https://kriscode.blogspot.com/2017/12/ssh-and-ubuntu-touch.html
    blog software Ubuntu
  • inotify - get your file system supervised
    Website dedicated to the inotify technology. Here you can find what is inotify, how to use and why (and the obsolete dnotify is bad) and much more information.
    Fri Jun 22 12:02:06 2018 - permalink -
    - http://inotify.aiken.cz/?section=common&page=home&lang=en
    FOSS Linux software
Links per page: 20 50 100
◄Older
page 15 / 34
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.