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 7 / 17
Newer►
335 results for tags FOSS x
  • DSHR's Blog: Supporting Open Source Software
    David Rosenthal's blog. Other interesting articles include
    https://blog.dshr.org/2020/05/the-death-of-corporate-research-labs.html
    https://blog.dshr.org/2020/06/informational-capitalism.html
    https://blog.dshr.org/2020/03/more-on-failures-from-fast-2020.html
    Wed Jul 1 17:20:23 2020 - permalink -
    - https://blog.dshr.org/2020/06/supporting-open-source-software.html
    blog for:zsa FOSS
  • Loko Scheme
    Loko Scheme, an optimizing R6RS Scheme compiler!

    - Batteries on the side (Akku.scm)
    - Only available for Linux/amd64, NetBSD/amd64 and bare metal amd64
    - New, untested, obnoxiously Free Software
    - Barely a REPL & slim documentation
    - The worst of Scheme and Lisp
    Sun Jun 21 23:48:24 2020 - permalink -
    - https://scheme.fail/
    compiler FOSS Linux NetBSD Scheme software
  • Intel(R) Intelligent Storage Acceleration Library
    ISA-L is a collection of optimized low-level functions targeting storage applications. ISA-L includes:
       Erasure codes - Fast block Reed-Solomon type erasure codes for any encode/decode matrix in GF(2^8).
       CRC - Fast implementations of cyclic redundancy check. Six different polynomials supported.
           iscsi32, ieee32, t10dif, ecma64, iso64, jones64.
       Raid - calculate and operate on XOR and P+Q parity found in common RAID implementations.
       Compression - Fast deflate-compatible data compression.
       De-compression - Fast inflate-compatible data compression.
    BSD 3-Clause "New" or "Revised" License.
    According to https://github.com/catid/cm256, ISA-L uses a O(N^3) Gaussian elimination solver for decoding. The CM256 decoder solves the linear system using a fast O(N^2) LDU-decomposition algorithm from "Pivoting and Backward Stability of Fast Algorithms for Solving Cauchy Linear Equations" (T. Boros, T. Kailath, V. Olshevsky), which was hand-optimized for memory accesses.
    See also https://github.com/catid/leopard for a fast O(N log(N)) RS erasure decoder.
    Mon Jun 15 15:26:37 2020 - permalink -
    - https://github.com/intel/isa-l
    BSD coding compression correction CRC cryptography error FOSS
  • AFF3CT - A Fast Forward Error Correction Toolbox
    AFF3CT is an Open-source software (MIT license) dedicated to the Forward Error Correction (FEC or channel coding) simulations. It is written in C++11 and it supports a large range of codes: from the well-spread Turbo codes to the new Polar codes including the Low-Density Parity-Check (LDPC) codes. A particular emphasis is given to the simulation throughput performance (hundreds of Mb/s on today's CPUs) and the portability of the code.
    The comparison table on https://aff3ct.github.io/fec_libraries.html is interesting.
    Note that the shaarli bookmarklet was working here.
    Mon Jun 15 15:12:27 2020 - permalink -
    - https://aff3ct.github.io/
    C++ coding correction error FOSS MIT
  • Funtoo Linux distribution
    Welcome! Funtoo Linux (distrowatch) is a community-developed Linux meta-distribution based upon Gentoo Linux. Funtoo Linux is optimized for the best possible performance on the latest Intel and AMD hardware. Funtoo is led by Daniel Robbins, the creator of Gentoo Linux, and actively developed by the Funtoo community.
    Funtoo does not use systemd, but OpenRC https://www.funtoo.org/FAQ:Do_You_Support_Systemd
    Fri Jun 12 18:41:31 2020 - permalink -
    - https://www.funtoo.org/Welcome
    FOSS Linux operating-system
  • The first open-source FIDO2 security key
    Open-source hard- and software for two-factor authentication.
    I need to test them and want to understand the differences between versions 1 and 2. The articles
    https://solokeys.com/blogs/news/trussed-announcement and
    https://github.com/trussed-dev/trussed-totp-pc-tutorial look interesting.
    Sun May 24 23:29:20 2020 - permalink -
    - https://solokeys.com/
    cryptography FIDO FOSS hardware security software TODO
  • VBinDiff — Visual Binary Diff
    VBinDiff (Visual Binary Diff) displays files in hexadecimal and ASCII (or EBCDIC). It can also display two files at once, and highlight the differences between them. Unlike diff, it works well with large files (up to 4 GB).
    Sun May 24 12:04:33 2020 - permalink -
    - https://www.cjmweb.net/vbindiff/
    FOSS GPL software tool
  • Share your keyboard and mouse between computers with Barrier - Raspberry Pi
    Source and binaries for (among others) 64 bit Windows can be found on https://github.com/debauchee/barrier/
    Wed May 20 14:53:15 2020 - permalink -
    - https://www.raspberrypi.org/blog/share-your-keyboard-and-mouse-between-computers-with-barrier/
    FOSS GPL pi raspberry tool π
  • A New Eval Server For Emacs – Random Thoughts
    Code is at
    https://github.com/larsmagne/eval-server.el
    Fri May 8 15:18:48 2020 - permalink -
    - https://lars.ingebrigtsen.no/2019/02/19/a-new-eval-server-for-emacs/
    cryptography emacs FOSS
  • Gqrx SDR – Open source software defined radio by Alexandru Csete OZ9AEC
    Gqrx is an open source software defined radio receiver (SDR) powered by the GNU Radio and the Qt graphical toolkit.
    Fri May 1 02:17:08 2020 - permalink -
    - https://gqrx.dk/
    FOSS Linux radio software
  • Welcome to the Software Heritage archive
    The long term goal of the Software Heritage initiative is to collect all publicly available software in source code form together with its development history, replicate it massively to ensure its preservation, and share it with everyone who needs it. The Software Heritage archive is growing over time as we crawl new source code from software projects and development forges.
    Wed Apr 1 12:30:44 2020 - permalink -
    - https://archive.softwareheritage.org/
    FOSS history software
  • List of Free Software network services and web applications which can be hosted locally.
    Self-hosting is the practice of locally hosting and managing applications instead of renting from SaaSS providers.

    This is a list of Free Software network services and web applications which can be hosted locally.
    Tue Mar 10 15:51:02 2020 - permalink -
    - https://github.com/awesome-selfhosted/awesome-selfhosted
    FOSS software web
  • Safely Backup Google Photos | Ubuntu
    gphoto-sync is an open source command-line tool written in Python. It’s purpose is to backup Google Photos and Albums using the Google Photos Library API. Once setup, it can be run on a regular basis, to ensure all the pictures stored in the cloud are also stored locally on your own storage.
    Tue Mar 10 15:32:54 2020 - permalink -
    - https://ubuntu.com/blog/safely-backup-google-photos
    FOSS photo Python software tool
  • Modern interactive LLVM-based Fortran compiler
    LFortran is a modern open-source (BSD licensed) interactive Fortran compiler built on top of LLVM. It can execute user’s code interactively to allow exploratory work (much like Python, MATLAB or Julia) as well as compile to binaries with the goal to run user’s code on modern architectures such as multi-core CPUs and GPUs.
    Mon Feb 24 23:44:00 2020 - permalink -
    - https://lfortran.org/
    BSD compiler Fortran FOSS LLVM software
  • D. Souflis, J. Shapiro - TinyScheme Home
    TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. A lot of functionality in TinyScheme is included conditionally, to allow developers freedom in balancing features and footprint.
    Thu Feb 13 18:47:55 2020 - permalink -
    - http://tinyscheme.sourceforge.net/home.html
    BSD FOSS Scheme software
  • Conda — Package, dependency and environment management for any language
    Package, dependency and environment management for any language—Python, R, Ruby, Lua, Scala, Java, JavaScript, C/ C++, FORTRAN, and more.

    Conda is an open source package management system and environment management system that runs on Windows, macOS and Linux. Conda quickly installs, runs and updates packages and their dependencies. Conda easily creates, saves, loads and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language.
    Wed Jan 15 10:25:09 2020 - permalink -
    - https://docs.conda.io/en/latest/
    FOSS Python software
  • Apache Guacamole™
    Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.

    We call it clientless because no plugins or client software are required.

    Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser.
    Tue Dec 10 15:25:09 2019 - permalink -
    - https://guacamole.apache.org/
    browser FOSS software
  • Open Source Password Management Solutions | Bitwarden
    Yet another password manager.
    Fri Nov 29 15:14:09 2019 - permalink -
    - https://bitwarden.com/
    cryptography FOSS security software
  • restic · Backups done right!
    Encrypted, deduplicated backup tool, runs on Linux, *BSD, OS X and Windows.
    Wed Nov 6 15:49:28 2019 - permalink -
    - https://restic.net/
    backup BSD cryptography FOSS tool
  • General Mission Analysis Tool (GMAT) Wiki Home
    GMAT is designed to model, optimize, and estimate spacecraft trajectories in flight regimes ranging from low Earth orbit to lunar applications, interplanetary trajectories, and other deep space missions. Analysts model space missions in GMAT by first creating resources such as spacecraft, propagators, estimators, and optimizers.
    Fri Oct 18 17:57:59 2019 - permalink -
    - http://gmatcentral.org/
    FOSS physics software space
Links per page: 20 50 100
◄Older
page 7 / 17
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.