Shaare your links...
2446 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 8 / 17
Newer►
333 results for tags FOSS x
  • Göran Weinholt's blog and project pages
    Found via SchemePlanet, where he announced the R6RS Scheme compiler Loko. It targets AMD64, either on bare hardware or under Linux.
    Just one interesting example: https://weinholt.se/articles/non-posix-filesystems/
    Thu Oct 3 20:59:28 2019 - permalink -
    - https://weinholt.se/
    blog compiler FOSS Scheme
  • multi-platform screen and application forwarding system "screen for X11"
    Xpra is an open-source multi-platform persistent remote display server and client for forwarding applications and desktop screens.
    It gives you remote access to individual applications or full desktops.
    On X11, it is also known as screen for X11: it allows you to run programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another machine, without losing any state.
    It can also be used to forward full desktops, from X11 servers, MS Windows, or Mac OS X.

    Xpra also allows forwarding of sound, clipboard and printing services.
    Sessions can be accessed over SSH, or password protected over plain TCP sockets with or without SSL.
    Xpra is usable over reasonably slow links and does its best to adapt to changing network bandwidth constraints.
    Tue Oct 1 19:14:38 2019 - permalink -
    - http://xpra.org/
    FOSS GPL software X11
  • From gnuplot to Matplotlib & Pandas • ds9a.nl articles
    Article describing how to plot with Python, Matplotlib & Pandas.
    Wed Sep 25 18:14:48 2019 - permalink -
    - https://ds9a.nl/articles/posts/from-gnuplot-to-matplotlib-pandas/
    blog FOSS graphical-programming Python software tool
  • https://galmon.eu/
    Galileo/GPS/BeiDou/Glonass open source monitor.
    Found via https://hackaday.com/2019/09/24/tracking-the-satellites-that-keep-us-on-track-monitoring-gps-galileo-beidou-and-glonass/
    The source code can be found on https://github.com/berthubert/galmon

    See also the articles https://berthub.eu/articles/posts/galmon-project/ and https://berthub.eu/articles/posts/improved-galileo-fix-time/
    Read https://berthub.eu/articles/posts/galileos-eccentric-satellites/, all formulas are approximations.
    Wed Sep 25 18:04:17 2019 - permalink -
    - https://galmon.eu/
    FOSS mathematics physics satellite-navigation TODO
  • Yet another tiny Unix machine
    Found via a post on the TUHS mailing list
    https://www.tuhs.org/pipermail/tuhs/2019-September/018465.html
    Thu Sep 12 09:53:03 2019 - permalink -
    - https://www.olimex.com/Products/Duino/PIC32/PIC32-RETROBSD/open-source-hardware
    BSD FOSS hardware software TUHS Unix
  • An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
    Just what it says. Can use Dropbox, Google Drive or WebDAV as back-end storage.
    See also https://organice.200ok.ch/documentation.html and the short review https://colekillian.com/posts/comparing-organice-and-orzly/
    As of 2022-06-01, it offers sign-in with GitLab, WebDav, DropBox and GoogleDrive on https://organice.200ok.ch/sign_in, or once signed in on https://organice.200ok.ch/files
    Perhaps I shall try the GitLab option before WebDav via NextCloud?
    The link bin/compile\and\upload.sh on https://organice.200ok.ch/documentation.html#org48615b6 is not formatted correctly: the URL has underscores which are shown as \subscripts.
    Sun Sep 8 15:25:41 2019 - permalink -
    - https://github.com/200ok-ch/organice
    FOSS JavaScript org-mode software TODO
  • GriCal - Grid Calendar
    GriCal (which is a short form for Grid Calendar) is an open web where people store quickly a few information about interesting events, so that others can also easily know about them. GriCal also makes easy and fast to get notified and store interesting events in its own external calendars.
    Thu Aug 22 14:00:36 2019 - permalink -
    - https://grical.org/h/help/#groups
    calendar FOSS on-line web
  • NotABug.org is a free-software code collaboration platform for freely licensed projects.
    A fully-free (as in libre) alternative to Github, found via
    https://github.com/CodyReichert/awesome-cl
    Mon Aug 19 17:14:11 2019 - permalink -
    - https://notabug.org
    FOSS version-control web
  • sequoia-pgp / sequoia · GitLab
    Sequoia is a cool new OpenPGP implementation.  It consists of several
    crates, providing both a low-level and a high-level API for dealing
    with OpenPGP data.
    It is written in Rust
    Wed Feb 27 15:01:02 2019 - permalink -
    - https://gitlab.com/sequoia-pgp/sequoia
    cryptography FOSS GPL Rust security software
  • Easy-ISLisp(EISL) is an interpreter and compiler compatible with ISLisp standard.
    EISL was written by Kenichi Sasagawa
    https://qiita.com/sym_num/items/793adfe118514668e5b0
    The license appears to be similar to BSD/MIT to my non-laywer eyes: https://github.com/sasagawa888/eisl/blob/master/license.txt
    It provides an interface to WiringPi, allowing control of the GPIO pins on a Raspberry π.
    Tue Feb 19 17:03:06 2019 - permalink -
    - https://github.com/sasagawa888/eisl
    compiler FOSS ISLisp lisp pi raspberry software π
  • mpsh
    mpsh is an experimental command interpreter for Unix systems written by Dave Fischer at the Center for Computational Aesthetics and distributed under the 3-clause BSD license.
    Fri Jan 25 16:51:15 2019 - permalink -
    - https://www.cca.org/mpsh/
    BSD FOSS shell software Unix
  • Free42 : An HP-42S Calculator Simulator
    Free42 is a re-implementation of the HP-42S Scientific Programmable Calculator and HP-82240 Printer.
    It is a complete rewrite, not using any HP code. It does not require an HP-42S ROM image.
    Free42 is an Open Source project. The executables and source code are released under the terms of the GNU General Public License, version 2.
    Sun Jan 20 23:17:37 2019 - permalink -
    - http://thomasokken.com/free42/
    calculator FOSS GPL Hewlett Packard software
  • Introduction — GNSS Compare documentation
    Thu Dec 20 18:41:32 2018 - permalink -
    - https://gnss-compare.readthedocs.io/en/latest/index.html
    Android FOSS satellite-navigation software
  • ACME-like text-buffer/editor by Felix Winkelmann http://www.call-with-current-continuation.org/software.html
    "ma" is a minimalistic clone of the acme[1] editor used in Plan 9, and is written in Tcl/Tk. It has been tested with Tcl/Tk 8.5, mostly
    under Linux. "ma" has successfully been run on Mac OS X with XQuartz, but needs a tiling window manager to be used in a satisfactory way.
    Sun Dec 2 19:52:37 2018 - permalink -
    - https://github.com/kdltr/ma
    acme editor FOSS plan9 software Tcl Tk
  • 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
  • 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 π
  • cl-6502 - A Readable CPU Emulator
    cl-6502 is a Common Lisp emulator, assembler and disassembler for the MOS 6502 processor.
    Fri Aug 31 15:56:09 2018 - permalink -
    - https://github.com/kingcons/cl-6502
    6502 BSD common-lisp FOSS lisp literate-programming
  • Haasoscope | Crowd Supply
    Open source USB oscilloscope, 4 channels, 125 Ms/s, 8 bit.
    Sat Aug 18 14:56:54 2018 - permalink -
    - https://www.crowdsupply.com/andy-haas/haasoscope
    electronics FOSS hardware USB
  • 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
  • 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
Links per page: 20 50 100
◄Older
page 8 / 17
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.