Shaare your links...
2008 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 29
578 results for tags software x
  • Welcome to transputer.net
    Documentation and description of projects using Inmos Transputer processors.
    Found via a link on http://www.chilton-computing.org.uk/inf/transputers/overview.htm
    Wed Mar 29 11:29:37 2023 - permalink -
    - http://www.transputer.net/welcome.asp
    computer hardware history reading software
  • The Hy programming language
    Hy is a Lisp dialect that's embedded in Python.
    Fri Mar 24 16:44:32 2023 - permalink -
    - http://hylang.org/
    Lisp Python software
  • </> htmx - high power tools for html
    htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext

    htmx is small (~12k min.gz'd), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react

    Found on Sandra Snan's blog https://idiomdrottning.org/bad-web
    Fri Mar 10 10:01:34 2023 - permalink -
    - https://htmx.org/
    HTML JavaScript software web
  • A practical GNU epsilon tutorial
    Explanation of GNU epsilon https://www.gnu.org/software/epsilon/epsilon.html
    "The ε core language, an imperative first-order language, is called ε₀. It’s inconvenient for humans to use for serious problems, yet simple and potentially very efficient. Using ε₀ I’ve built ε₁, a higher-level language with a Lispy feel, but untyped — not dynamically typed like Lisp: untyped, like Forth and machine language."

    See also https://ageinghacker.net/blog/posts/33/ for make-gallery, a bash script to generate a HTML photo gallery.
    Fri Jan 27 14:46:14 2023 - permalink -
    - https://ageinghacker.net/blog/posts/17/
    blog lisp reading software TODO tool web
  • GNU poke - The extensible editor for structured binary data
    GNU poke is a new interactive editor for binary data. Not limited to editing basic entities such as bits and bytes, it provides a full-fledged procedural, interactive programming language designed to describe data structures and to operate on them.
    Home page: http://www.jemarch.net/poke

    Found via a link on Ekaitz's blog https://ekaitz.elenq.tech/bootstrapGcc2.html
    Fri Jan 27 12:00:28 2023 - permalink -
    - https://www.gnu.org/software/poke/
    editor GNU software
  • Landon Curt Noll
    Found via a comment about calc http://www.isthe.com/chongo/tech/comp/calc/index.html
    on https://groups.google.com/g/comp.lang.tcl/c/7JXGt-Uxqag/m/rcHDLLu6MpEJ
    See also https://www.systutorials.com/docs/linux/man/1-calc/ for a man page.
    Thu Jan 26 11:38:54 2023 - permalink -
    - http://www.isthe.com/chongo/index.html
    C mathematics software
  • GitHub - oreboot/oreboot: oreboot is a fork of coreboot, with C removed, written in Rust.
    Found via the iwp9 2023 page https://iwp9.org/
    oreboot is a downstream fork of coreboot, i.e. oreboot is coreboot without 'c'.
    oreboot is mostly written in Rust, with assembly where needed.
    oreboot currently only plans to support LinuxBoot payloads.
    Thu Jan 26 11:26:24 2023 - permalink -
    - https://github.com/oreboot/oreboot
    plan9 Rust software
  • bc/development.md at master - bc - Yzena Tech Gitea
    Document explaining the development of a bc/dc clone. Might be a good example to follow, if I ever make a public project.
    Tue Jan 24 10:07:26 2023 - permalink -
    - https://git.yzena.com/gavin/bc/src/branch/master/manuals/development.md
    C git programming software Unix
  • Implementing the Network Time Protocol (NTP) in Rust
    Found via a link to https://foundation.rust-lang.org/ on Derek Jones' blog https://shape-of-code.com/2021/02/07/widely-used-programming-languages-past-present-and-future/
    Tue Jan 24 01:29:52 2023 - permalink -
    - https://foundation.rust-lang.org/news/implementing-the-network-time-protocol-ntp-in-rust/
    NTP Rust software time
  • retrowin32, a win32 emulator
    "It is now barely capable of executing a few unmodified Windows exe files in a browser (see the site for some links)."
    Contains links to information about various aspects of Windows and how emulators such as Wine are working.
    Mon Jan 9 07:36:47 2023 - permalink -
    - https://neugierig.org/software/blog/2022/10/retrowin32.html
    emulator reading software Windows
  • LibreNMS, a fully featured network monitoring system
    Mentioned on https://groups.google.com/g/pidp-11/c/OQADvv-sCzU
    Mon Jan 2 15:50:57 2023 - permalink -
    - https://www.librenms.org/
    pi Raspberry software π
  • Blake McBride's free software
    Found via https://interlisp.org/doc/info/Using.html, which links to https://github.com/blakemcbride/medley-intro but has other interesting stuff such as
    https://github.com/blakemcbride/Rand-E-Editor
    https://github.com/blakemcbride/TECOC
    https://github.com/blakemcbride/LISP9
    https://github.com/blakemcbride/Lisp1
    Fri Dec 30 23:21:24 2022 - permalink -
    - https://github.com/blakemcbride?tab=repositories
    lisp software TECO
  • MakerLisp
    The MakerLisp Machine is a portable, modular computer system, designed to recapture the feel of classic computing, with modern hardware. The CPU is a Zilog eZ80 running at 50 MHz, which supports up to 16 MB of zero wait state RAM. The system software is 'MakerLisp', a 'Lisp on Bare Metal' system that allows direct access to system hardware, while providing the concise expressive power of a functionally complete Lisp environment. The machine is also an ideal platform for an extended CP/M. A full system configuration is pictured here, with CPU, expansion board, USB keyboard, and VGA display, in the laser-cut wood 'MakerStation' enclosure.
    Found via the TUHS mailing list https://minnie.tuhs.org/pipermail/tuhs/2022-December/027035.html
    Thu Dec 22 11:03:30 2022 - permalink -
    - https://www.makerlisp.com/
    computer hardware lisp software
  • Ladybird: A new cross-platform browser project – Andreas Kling – I like computers!
    A new cross-platform browser project, from the author of SerenityOS https://serenityos.org/
    Found in c't.
    Mon Dec 19 17:22:50 2022 - permalink -
    - https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/
    FOSS operating-system software tool web
  • Alternative firmware for ESP8266
    Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at https://tasmota.github.io/docs
    See also https://ota.tasmota.com/tasmota/release/
    Tue Nov 29 08:52:18 2022 - permalink -
    - https://github.com/arendst/Tasmota
    FOSS GPL software tool
  • Predict when the Moon is illuminated by the French GRAVES space surveillance radar.
    Found via the author's blog https://www.dl1ye.com/posts/2021-04-29-universal-lnb-biastee/ which in turn was found when searching for a bias tee.
    Fri Nov 25 23:17:05 2022 - permalink -
    - https://gitlab.com/knightshrub/graves
    physics Python software space
  • Pocket SDR - An Open-Source GNSS SDR
    Pocket SDR is an open-source GNSS (Global Navigation Satellite System) receiver based on SDR (software defined radio) technology. It consists of a RF front-end device, some utilities for the device and GNSS-SDR APs (application programs) written in Python and C. It supports almost all signals for GPS, GLONASS, Galileo, QZSS, BeiDou, NavIC and SBAS.
    From Tomoji Takasu, the author of rtklib.
    https://www.rtklib.com/rtklib_sdr.htm has a nice table describing GNSS signals.



    See also https://s-taka.org/en/awesome-pocketsdr-pocket_trk/ for several blog articles about pocketSDR.
    Sat Oct 29 22:54:00 2022 - permalink -
    - https://github.com/tomojitakasu/PocketSDR
    blog FOSS Python radio satellite-navigation software
  • Ginan is a processing package being developed to processes GNSS observations for geodetic applications.
    We currently support the processing of:

    the United States' Global Positioning System (GPS);
    the Russian GLONASS system (GLONASS);
    the European Union's Galileo system (Galileo);
    the Chinese Navigation Satellite System (BeiDou);
    the Japanese QZSS develop system (QZSS).
    We are actively developing Ginan to have the following capabilities and features:

    Precise Orbit & Clock determination of GNSS satellites (GNSS POD);
    Precise Point Positioning (PPP) of GNSS stations in network and individual mode;
    Real-Time corrections for PPP users;
    Analyse full, single and multi-frequency, multi-GNSS data;
    Delivering atmospheric products such as ionosphere and troposphere models;
    Servicing a wide range of users and receiver types;
    Delivering outputs usable and accessible by non-experts;
    Providing both a real-time and off-line processing capability;
    Delivering both position and integrity information;
    Routinely produce IGS final, rapid, ultra-rapid and real-time (RT) products;
    Model Ocean Tide Loading (OTL) displacements.
    The software consists of two main components: Network Parameter Estimation Algorithm (PEA) and Precise Orbit Determination (POD).
    Sat Oct 29 15:34:11 2022 - permalink -
    - https://github.com/osqzss/ginan
    Fortran FOSS satellite-navigation software
  • 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
  • A strongly defined, highly compatible specification of Markdown
    See https://spec.commonmark.org/ for the specification, http://code.commonmark.org/ for a reference implementation and validation test suite on GitHub.
    Tue Oct 18 08:19:46 2022 - permalink -
    - https://commonmark.org/
    software TODO tool
Links per page: 20 50 100
◄Older
page 1 / 29
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.