Shaare your links...
2434 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 3 / 17
Newer►
339 results for tags tool x
  • 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
  • GitHub - tfeb/tfeb-lisp-tools: TFEB.ORG Lisp tools
    Found on Tim Bradshaw's home page https://www.tfeb.org/
    require-module sounds interesting.
    Tue Feb 6 12:45:07 2024 - permalink -
    - https://github.com/tfeb/tfeb-lisp-tools?tab=readme-ov-file#user-content-fn-1-2cb759faf08c2f1233cb3e0fe9ccfac7
    common-lisp FOSS lisp MIT tool
  • The Pi-Search Page
    Website to search for patterns in the first 2e8 decimal digits of π.
    Thu Feb 1 19:11:29 2024 - permalink -
    - https://www.angio.net/pi/
    mathematics on-line pi tool π
  • GitHub - wdenton/conforguration: Configure things with Org.
    Use the power of Org to manage accounts and install software the way the author likes.
    Thu Jan 18 15:19:06 2024 - permalink -
    - https://github.com/wdenton/conforguration
    emacs git Linux tool
  • Dipole Calculator | Antenna Length Calculator
    Found via rtl-sdr.com, includes adjustment factor which depends on the diameter of the conductors.
    Mon Jan 8 13:35:57 2024 - permalink -
    - https://www.omnicalculator.com/physics/dipole
    antenna electronics hardware on-line tool
  • GitHub - abulka/pyrpn: Python to RPN converter for generating programs for the HP42S and DM42 calculators (and emulators like Free42)
    Python to RPN converter for generating programs for the HP42S and DM42 calculators (and emulators like Free42).
    From https://www.hpmuseum.org/forum/thread-10178-post-177378.html#pid177378
    MIT licensed according to README.md
    Mon Sep 18 15:19:18 2023 - permalink -
    - https://github.com/abulka/pyrpn
    Hewlett MIT Packard Python RPN tool
  • Tinkercad | Create 3D digital designs with online CAD
    Web-based 3D drawing program.
    Fri Sep 1 18:56:44 2023 - permalink -
    - https://www.tinkercad.com/
    3d on-line software tool
  • https://www.itu.int/en/ITU-T/asn1/Pages/Tools.aspx
    Free and proprietary tools to de- and encode ASN.1 formatted data.
    Tue Aug 22 08:35:04 2023 - permalink -
    - https://www.itu.int/en/ITU-T/asn1/Pages/Tools.aspx
    ASN.1 ITU software tool
  • GitHub - simonthum/git-sync: Safe and simple one-script git synchronization
    This script intends to sync near-automatically via git in "tracking" repositories where a nice history is not as crucial as having one.
    Found via a link on https://orgmode.org/worg/
    Wed Jul 19 14:31:29 2023 - permalink -
    - https://github.com/simonthum/git-sync
    git TODO tool version-control
  • Fortran 77 Flowcharting Utility
    Generates flow charts from Fortran 77 programs with the help of AT&T's graphviz.
    Tue Jul 11 22:35:33 2023 - permalink -
    - http://www.deater.net/weave/vmwprod/f77_diagram/
    Fortran tool
  • PAX Manual - documentation tool for Common Lisp programs
    "What if documentation really lived in the code?

    Docstrings are already there. If some narrative glued them together, we'd be able develop and explore the code along with the documentation due to their physical proximity.

    With the simplistic tools provided, one may emphasize the narrative as with Literate Programming, but documentation is generated from code, not vice versa, and there is no support for chunking.

    Code is first, code must look pretty, documentation is code."
    Tue Jun 20 11:39:17 2023 - permalink -
    - https://melisgl.github.io/mgl-pax-world/pax-manual.html#MGL-PAX:@INTRODUCTION%20MGL-PAX:SECTION
    common-lisp TODO tool
  • Online Mathematics Editor a fast way to write and share mathematics
    Found via a comment on https://github.com/excalidraw/excalidraw
    Fri May 19 23:31:56 2023 - permalink -
    - https://www.mathcha.io/
    editor mathematics on-line software tool
  • Keyoxide
    Verifying online identity with cryptography.
    Found via Nicolas Martyanoff's page https://www.n16f.net/about/
    Tue May 2 14:31:37 2023 - permalink -
    - https://keyoxide.org/
    cryptography FOSS security tool
  • 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
  • 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
  • Augeas — a configuration API
    Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files.
    Found on https://gitlab.com/uxrt/uxrt-toplevel/-/blob/master/architecture_notes
    Wed Dec 14 11:00:12 2022 - permalink -
    - https://augeas.net/index.html
    LGPL Linux tool
  • W3C Open Source Software
    https://www.w3.org/Talks/Tools/Slidy2/ and https://www.w3.org/Tools/Ical2html/,  https://www.w3.org/People/Bos/Hcalproxy/ look interesting.
    Mon Dec 5 17:29:22 2022 - permalink -
    - https://www.w3.org/Status.html
    calendar FOSS HTML tool web
Links per page: 20 50 100
◄Older
page 3 / 17
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.