Shaare your links...
2371 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 4 / 17
Newer►
324 results for tags FOSS x
  • GMAT Wiki - Confluence
    The General Mission Analysis Tool (GMAT) is an open-source space mission analysis tool. Found via https://destevez.net/2022/09/more-qo-100-orbit-determination/
    Thu Oct 20 16:39:37 2022 - permalink -
    - https://gmat.atlassian.net/wiki/spaces/GW/overview?homepageId=380273216
    FOSS physics software space
  • Hardware-based SSH/GPG agent
    This project allows you to use various hardware security devices to operate GPG and SSH. Instead of keeping your key on your computer and decrypting it with a passphrase when you want to use it, the key is generated and stored on the device and never reaches your computer. Read more about the design on https://github.com/romanz/trezor-agent/blob/master/doc/DESIGN.md

    Currently TREZOR One, TREZOR Model T, Keepkey, Ledger Nano S, and OnlyKey are supported.
    Sat Sep 24 14:37:05 2022 - permalink -
    - https://github.com/romanz/trezor-agent
    FOSS GPL hardware security software
  • roughtime - Git at Google
    Roughtime is a protocol that aims to achieve rough time synchronisation in a secure way that doesn't depend on any particular time server, and in such a way that, if a time server does misbehave, clients end up with cryptographic proof of it.

    “Rough” time synchronisation means that, at this stage, we would be happy with time synchronisation to within 10 seconds of the correct time. If you have serious time synchronisation needs you‘ll want the machinery in NTP or even PTP (which needs hardware support to do right). There’s no reason why Roughtime shouldn‘t be (almost) as precise as NTP, but the use cases that we have in mind for now don’t need much precision. For example, about 25% of certificate errors shown by Chrome appear to be caused by bad local clocks and we don't need much precision to fix that.

    Found via Cillian O'Driscoll's fork https://github.com/odrisci/roughtime
    See also https://github.com/oreparaz/vroughtime for a simple client written in C.
    Thu Sep 8 17:46:49 2022 - permalink -
    - https://roughtime.googlesource.com/roughtime
    Apache FOSS Go security software time
  • NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint.
    Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).
    Wed Aug 31 19:05:45 2022 - permalink -
    - https://nuttx.apache.org/
    Apache FOSS RTOS
  • GitHub - ainfosec/FISSURE: The RF and reverse engineering framework for everyone
    Announced on https://www.rtl-sdr.com
    Thu Aug 25 14:37:00 2022 - permalink -
    - https://github.com/ainfosec/FISSURE
    FOSS radio software tool
  • GitHub - zephyrproject-rtos/zephyr: Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
    Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
    A number of boards are supported, including the Raspberry π Pico https://docs.zephyrproject.org/latest/boards/arm/rpi_pico/doc/index.html
    Wed Aug 24 18:15:42 2022 - permalink -
    - https://github.com/zephyrproject-rtos/zephyr
    Apache FOSS pi raspberry RTOS software π
  • GitHub - u-blox/ubxlib: Portable C libraries for u-blox devices.
    Portable C libraries which provide APIs to build applications with u-blox products and services. Delivered as add-on to existing microcontroller and RTOS SDKs.
    Found on https://www.spezial.com/de/node/2052
    Wed Aug 24 18:09:27 2022 - permalink -
    - https://github.com/u-blox/ubxlib
    Apache C FOSS satellite-navigation software
  • mpsolve - Multiprecision Polynomial SOLVEr
    Software that aims to provide an easy to use (hopefully) universal blackbox for solving polynomials and secular equations.

    Among its features you can find:
    - Arbitrary precision approximation.
    - Guaranteed inclusion radii for the results.
    - Exploiting of polynomial structures: it can take advantage of sparsity as well as coefficients in a particular domain (i.e. integers or rationals).

    It can be specialized for specific classes of polynomials. As an example, see the roots of the Mandelbrot polynomial of degree 2.097.151 computed in about 10 days on a dual Xeon server.

    If you use MPSolve in your research, please cite it as follows:
    Bini, Dario A., Fiorentino, Giuseppe, Design, analysis, and implementation of a multiprecision polynomial rootfinder. Numerical Algorithms 23.2-3 (2000): 127-173.
    Bini, Dario A., and Robol, Leonardo. Solving secular and polynomial equations: A multiprecision algorithm. Journal of Computational and Applied Mathematics 272 (2014): 276-292.
    Found via https://en.m.wikipedia.org/wiki/Aberth_method and https://en.m.wikipedia.org/wiki/MPSolve
    See also the GitHub repository http://github.com/robol/MPSolve.git A simpler implementation of the Ehrich-Aberth-method can be found in https://github.com/robol/ea-roots
    Sat Aug 20 09:41:01 2022 - permalink -
    - https://numpi.dm.unipi.it/software/mpsolve
    algorithm C FOSS GPL numerical software
  • The Gift of It's Your Problem Now - apenwarr
    Interesting thoughts about free software. Found via https://zellyn.com/2022/01/gopikchr-a-yakshave/
    Tue Aug 16 17:47:00 2022 - permalink -
    - https://apenwarr.ca/log/20211229
    blog FOSS politics
  • alfaromurillo / org-passwords.el — A password manager for Org.
    Password manager based on Emacs' org-mode. Found on https://www.emacswiki.org/emacs/PasswordGenerator
    Wed Aug 3 15:00:18 2022 - permalink -
    - https://bitbucket.org/alfaromurillo/org-passwords.el/src/master/
    emacs FOSS org-mode password
  • BASH3 Boilerplate – Template for writing better Bash scripts
    When hacking up Bash scripts, there are often things such as logging or command-line argument parsing that:
    - You need every time
    - Come with a number of pitfalls you want to avoid
    - Keep you from your actual work
    Here’s an attempt to bundle those things in a generalized way so that they are reusable as-is in most scripts.

    We call it “BASH3 Boilerplate” or b3bp for short.
    Found on https://willschenk.com/articles/2019/computer_setup_script/
    Tue Aug 2 14:07:40 2022 - permalink -
    - https://bash3boilerplate.sh/
    FOSS MIT programming shell
  • Quisk, a Software Defined Radio (SDR).
    You supply an antenna and a complex (I/Q) mixer to convert the radio spectrum to a low IF. Then send that IF to your computer using the sound card, Ethernet or USB. The Quisk software will read the I/Q data, tune it, filter it, demodulate it, and send the audio to headphones or speakers. Quisk has a microphone input and a key input so it can operate as a complete transceiver.
    Mon Jul 4 09:46:46 2022 - permalink -
    - https://www.james.ahlstrom.name/quisk/docs.html
    FOSS Python radio software
  • SCCS - The POSIX standard Source Code Control System.
    An open source implementation of SCCS, found via https://www.tuhs.org/pipermail/tuhs/2022-June/025898.html
    The comparison to RCS on http://sccs.sourceforge.net/sccs_vs_rcs.html appears to be one-sided, but then I am probably biased towards RCS, which was the first version control software I have used.
    http://sccs.sourceforge.net/sccs_invention.html sounds like an interesting read.
    The last message on the mailing list https://sourceforge.net/p/sccs/mailman/sccs-devel/?viewmonth=201510 I found had been written 2015-10.
    According to https://de.wikipedia.org/wiki/J%C3%B6rg_Schilling, the author Jörg Schilling passed away on 2021-10-10.
    TODO: find out the license
    Fri Jun 10 13:29:39 2022 - permalink -
    - http://sccs.sourceforge.net/
    FOSS SCCS software TODO version-control
  • mpmath - Python library for arbitrary-precision floating-point arithmetic
    mpmath is a free (BSD licensed) Python library for real and complex floating-point arithmetic with arbitrary precision. It has been developed by Fredrik Johansson since 2007, with help from many contributors.
    Tue May 17 15:57:41 2022 - permalink -
    - https://mpmath.org/
    algorithm BSD FOSS mathematics numerical Python
  • Matplotlib — Visualization with Python
    Tue May 17 15:56:52 2022 - permalink -
    - https://matplotlib.org/
    FOSS plot Python software
  • qutebrowser | qutebrowser
    qutebrowser is a keyboard-focused browser with a minimal GUI. It’s based on Python and PyQt5 and free software, licensed under the GPL.

    It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
    Wed Feb 23 13:47:06 2022 - permalink -
    - https://qutebrowser.org/
    browser FOSS GPL Python Qt
  • Open Dylan
    Dylan is a multi-paradigm functional and object-oriented programming language. It is dynamic while providing a programming model designed to support efficient machine code generation, including fine-grained control over dynamic and static behaviors.
    Sun Feb 6 19:42:59 2022 - permalink -
    - https://opendylan.org/index.html
    FOSS language lisp programming
  • The Free Poplog Portal
    Poplog is a system (compilers, run-time, editor) for the languages Pop-11, Common Lisp, Prolog and ML.
    Poplog was developed in the School of Cognitive and Computing Sciences at the University of Sussex and at ISL (now part of SPSS), and is distributed free of charge by courtesy of both organisations.
    Sat Jan 29 16:48:23 2022 - permalink -
    - https://www.cs.bham.ac.uk/research/projects/poplog/freepoplog.html
    common-lisp editor FOSS language ML programming Prolog
  • Free and open source operating system for mobile phones and tablets
    Maemo Leste continues the legacy of Maemo. We aim to provide a free and open source Maemo experience on mobile phones and tablets like the Nokia N900, Motorola Droid 4, Motorola Bionic, Pinephone, Pinetab, Allwinner tablets and more!
    Sat Jan 1 19:33:14 2022 - permalink -
    - https://maemo-leste.github.io/
    FOSS operating-system
  • Matplotlib documentation — Matplotlib 3.5.1 documentation
    Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
    Thu Dec 23 17:42:35 2021 - permalink -
    - https://matplotlib.org/stable/index.html#
    FOSS plot Python
Links per page: 20 50 100
◄Older
page 4 / 17
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.