Shaare your links...
2408 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 2 / 17
Newer►
335 results for tags tool x
  • Flashing HP15CE with linux
    Max mentions the FOSS alternative https://ports.macports.org/port/bossa/ to SAM-BA in https://www.hpmuseum.org/forum/thread-22776-post-196270.html#pid196270
    Idarn commented https://www.hpmuseum.org/forum/thread-22776-post-196275.html#pid196275 that a patch is needed
    Thu Nov 28 12:03:09 2024 - permalink -
    - https://www.hpmuseum.org/forum/thread-22776.html
    calculator FOSS Linux tool
  • nfdn: Announcing Casual Calendar
    Transient-based user interface for calendar & diary.
    Tue Nov 26 13:44:40 2024 - permalink -
    - http://yummymelon.com/devnull/announcing-casual-calendar.html
    calendar emacs time tool
  • François-Xavier Carton's blog - Managing system configuration on several machines with git
    Another approach to managing configuration files with git.
    Found via https://pedantic.software/ which was mentioned on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2024-November/031075.html
    Tue Nov 19 09:40:04 2024 - permalink -
    - https://pedantic.software/fxc/blog/managing_system_configuration_on_several_machines_with_git.html
    blog git TODO tool
  • How I blog with Emacs - Org-Mode, Jekyll, Github Actions and interesting tidbits
    Elaborate setup for blogging with Emacs, org-mode, Jekyll and Github actions. Too complicated for my taste, but I still might learn something from the description.
    Tue Oct 29 23:44:46 2024 - permalink -
    - https://themkat.net/2024/10/22/how_i_blog_with_emacs.html
    blog HOWTO org-mode tool
  • ./jq Tutorial
    jq is a lightweight and flexible command-line JSON processor.
    Tue Oct 29 11:38:25 2024 - permalink -
    - https://jqlang.github.io/jq/tutorial/
    JSON lic:MIT tool
  • Overview - statichost.eu
    statichost.eu is a place for publishing your static websites in a privacy- respecting manner. We do not collect, store or process any personal information related to website visits.
    Found on Björn Lindström's page https://elektrubadur.se/about_page/
    Mon Oct 28 11:11:09 2024 - permalink -
    - https://www.statichost.eu/docs/#how-it-works
    politics tool web
  • GitHub - rtrppl/website2org: Turn any website into a minimal Orgmode buffer or .org file.
    website2org.el downloads a website, transforms it into minimalist Orgmode, and presents the results as either a temporary Orgmode buffer or creates an .org file in a specified directory.
    Might be useful for conversion of my few HTML pages to Orgmode.
    Wed Oct 23 15:29:37 2024 - permalink -
    - https://github.com/rtrppl/website2org
    Emacs FOSS HTML lic:GPL3 org-mode tool web
  • eugeneandrienko.github.io/README.org - another static site generator based on org-mode
    Found on Sacha Chua's blog https://sachachua.com/blog/2024/10/2024-10-14-emacs-news/, where the link text states
    "Building a blog from Org Mode files using only Emacs". I am not sure whether this is correct, the emacs lisp file has the description
    "org-jekyll.el --- Custom Emacs plugin to operate with my OrgMode+Jekyll blog". Does it need Jekyll?
    His web site https://eugene-andrienko.com/en/ has a "Powered by Jekyll" link.
    Wed Oct 16 17:21:27 2024 - permalink -
    - https://github.com/eugeneandrienko/eugeneandrienko.github.io/blob/master/README.org
    HTML org-mode tool
  • Calculate solar energy production
    Works only for places in Germany. See https://forecast.solar/ for a potential alternative.
    Sun Sep 8 15:15:00 2024 - permalink -
    - https://www.openpv.de/about
    german physics tool
  • Tools to work on SimH disk files; SDF's interim computer museum
    "Jay Logue has an awesome set of tools using the user space file system support: FUSE for Linux and MacOS: https://github.com/jaylogue/retro-fuse which support UNIX v6, v7 and 2.9BSD filesystem formats." is intriguing.
    Not directly related, but the links to SDF's interim computer museum in https://groups.google.com/g/pidp-11/c/NR_EUdMj3cI/m/Phu3neBrAQAJ are interesting too.
    Tue Aug 6 21:36:41 2024 - permalink -
    - https://groups.google.com/g/pidp-11/c/9SHpZwleyek/m/VxxpNHYCAgAJ
    computer history TODO tool Unix
  • jq, a lightweight and flexible command-line JSON processor
    jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
    Tue Jul 9 14:07:42 2024 - permalink -
    - https://jqlang.github.io/jq/
    FOSS JSON reading software tool
  • project for converting an autotools build recipe to a bare makefile that can be read and modified by humans.
    Mentioned on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2024-June/030151.html
    Fri Jun 21 07:43:54 2024 - permalink -
    - https://gitlab.com/esr/autodafe/-/blob/master/README.adoc
    FOSS lic:BSD software tool
  • RF Tools
    This section of the site offers RF engineers quick access to popular calculators and design aids. They are useful at design time and for training purposes, both of which stimulated their development and use over the years. Each tool is written in Javascript and the user can view the page source should they wish to examine the implementation.

    I have tried to include references to the various books/papers that I have used in the development of each tool and although I have used them all at various times and believe them to be accurate, please use due diligence and further simulate where necessary.

    Most of the tools come with sample values pre-entered into each input box to offer a degree of help. I apologise if this bothers you, but from the feedback I receive, it is generally preferred.

    Please be sure to have read the "terms of use". The link is available at the bottom of every page.
    Wed Jun 12 08:36:32 2024 - permalink -
    - https://leleivre.com/rftools.html
    electronics on-line tool
  • cmake script to obtain git status
    Found on https://github.com/mcknly/breadboard-os?tab=readme-ov-file
    Mon May 20 14:21:39 2024 - permalink -
    - https://github.com/andrew-hardin/cmake-git-version-tracking/blob/master/git_watcher.cmake
    git lic:MIT software TODO tool
  • Cscope Home Page
    Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was part of the official AT&T Unix distribution for many years, and has been used to manage projects involving 20 million lines of code!
    Found on the TUHS mailing list
    https://minnie.tuhs.org/mailman3/hyperkitty/list/tuhs@tuhs.org/thread/XORIHRWCFZKNWHB2DXNVRX7LXU4DDIZ2/
    Mon Apr 8 11:16:39 2024 - permalink -
    - https://cscope.sourceforge.net/index.html
    FOSS lic:BSD software tool Unix
  • GitHub - u-root/cpu: cpu command in Go, inspired by the Plan 9 cpu command
    This repo is an implementation the Plan 9 cpu command, both client and server, for Linux. More detail is available in the CPU chapter of the LinuxBoot book. https://book.linuxboot.org/cpu/
    Unlike the Plan 9 command, this version uses the ssh protocol for the underlying transport. It includes features familiar to ssh users, such as support for the ssh config file.

    The cpu command lets you log in from a local system to a remote system and see some or all of the files (how much is up to you) from the local system.

    This is wonderfully convenient for embedded systems programmers. Because some or all the files can come from your local machine, including binaries, the only thing you need installed on the remote machine is the cpu daemon itself.
    Fri Mar 8 12:12:55 2024 - permalink -
    - https://github.com/u-root/cpu
    FOSS go lic:BSD3 plan9 software tool
  • Interconvert numbers, Unicode, and HTML/XHTML entities
    Tool to answer questions about unicode characters.
    Sat Mar 2 22:59:10 2024 - permalink -
    - https://www.fourmilab.ch/webtools/unum/
    perl software tool unicode
  • nfdn: Using Ediff in 2023
    Hints for using emacs' ediff mode to compare files.
    Mon Feb 26 13:36:39 2024 - permalink -
    - http://yummymelon.com/devnull/using-ediff-in-2023.html
    blog emacs reading tool
  • How to Use Tags
    Karl Voit describes how he uses tags to organize information. The rules might be useful for my Shaarli bookmarks.
    Thu Feb 8 23:11:45 2024 - permalink -
    - https://karl-voit.at/2022/01/29/How-to-Use-Tags/
    reading TODO tool
  • Enchive : encrypted personal archives, by Chris Wellons (https://nullprogram.com/)
    Enchive is a tool to encrypt files to yourself for long-term archival. It's a focused, simple alternative to more complex solutions such as GnuPG or encrypted filesystems. Enchive has no external dependencies and is trivial to build for local use. Portability is emphasized over performance.

    Supported platforms: Linux, BSD, macOS, Windows

    The name is a portmanteau of "encrypt" and "archive," pronounced en'kīv.

    Files are secured with ChaCha20, Curve25519, and HMAC-SHA256.

    Key pairs can be derived from a pass phrase.  See https://github.com/skeeto/passphrase2pgp for a tool to generate gpg key pairs in a similar way.
    Thu Feb 8 02:14:00 2024 - permalink -
    - https://github.com/skeeto/enchive
    C cryptography FOSS lic:unlicense tool
Links per page: 20 50 100
◄Older
page 2 / 17
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.