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 6 / 17
Newer►
335 results for tags tool x
  • Game of Trees (Got)
    Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility.

    Got is still under development; it is being developed on OpenBSD and its main target audience are OpenBSD developers.

    Got uses Git repositories to store versioned data. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to work with both Got and Git on the same repository.
    Thu Sep 23 15:11:57 2021 - permalink -
    - https://gameoftrees.org/
    BSD FOSS git tool version-control
  • GitHub - redguardtoo/diff-lisp: Diff files&strings in pure Emacs Lisp.
    Fri Sep 17 11:37:56 2021 - permalink -
    - https://github.com/redguardtoo/diff-lisp
    emacs FOSS GPL lisp tool
  • S/FILSYN filter design software
    George Szentirmai's S/FILSYN is now freely available (as Windows executable).
    Found via https://en.wikipedia.org/wiki/Lattice_and_bridged-T_equalizers#cite_note-37
    Wed Sep 15 15:54:38 2021 - permalink -
    - http://www.alkeng.com/sfilsyn.html
    electronics filter software tool Windows
  • Cursor keys belong at the center of your keyboard @ tonsky.me
    The unrelated article https://tonsky.me/blog/syncthing about Syncthing is interesting too. A great quote from https://tonsky.me/blog/phil-libin (not clear whether its from Phil or Nikita):
     The easiest emotional state to generate algorithmically is tribal outrage. It’s a simple and primal emotion. We, as the tech industry, have built a model that we make money when we piss people off. And everyone’s pissed off now, we’ve made a lot of money and people are like, what went wrong? Well, everything went exactly as planned.
    Mon Sep 13 11:12:13 2021 - permalink -
    - https://tonsky.me/blog/cursor-keys/
    key-binding tool
  • Weekly Tips, Tricks, &c. Thread : emacs
    Extracting coordinates of mouse position in a PDF file. Found on Sacha Chua's blog https://sachachua.com/blog/2021/08/2021-08-30-emacs-news/
    Fri Sep 3 15:29:02 2021 - permalink -
    - https://www.reddit.com/r/emacs/comments/pb6w2z/weekly_tips_tricks_c_thread/haddtq6?utm_source=share&utm_medium=web2x&context=3
    emacs PDF tool
  • BPF (Berkeley Packet Filters) Compiler Collection (BCC)
    BCC is a toolkit for creating efficient kernel tracing and manipulation programs, and includes several useful tools and examples. It makes use of extended BPF (Berkeley Packet Filters), formally known as eBPF, a new feature that was first added to Linux 3.15. Much of what BCC uses requires Linux 4.1 and above.
    Mon Aug 30 21:14:28 2021 - permalink -
    - https://github.com/iovisor/bcc
    Linux tool
  • Your journal on the small net
    Smol Pub is tiny blogging service.

    Web interface and CLI to manage your posts.
    Accessible from Web, Gemini and Gopher.
    Storage for your images.
    Write custom CSS for web.
    Attach your custom domain with SSL.
    Export your posts.
    No JavaScript, ads, or tracking technology.
    Sun Aug 29 23:12:55 2021 - permalink -
    - https://smol.pub/
    blog Gemini gopher indieweb tool
  • DECODER - DEveloper COmpanion for Documented and annotatEd code Reference - XWiki
    DECODER stands for DEveloper COmpanion for Documented and annotatEd code Reference. The project participants develop an open source Integrated Development Environment dedicated to improve the efficiency of software development and maintenance and the quality of software in medium criticality systems, such as in IoT, cloud computing and HPC.
    Tue Aug 17 13:33:22 2021 - permalink -
    - https://www.decoder-project.eu/#
    FOSS software TODO tool
  • Find out what the exact time is right now
    Check the accuracy of your computer's clock. Found via https://lists.dyne.org/lurker/message/20210621.225323.41fc8a46.en.html, where the following recipe to adjust the time on a unix system is presented:
     date --rfc-3339=ns && \
     date --rfc-3339=ns -s '+0.096 seconds' && \
     date --rfc-3339=ns
    where the string after -s shall be replaced by the report from time.is
    Thu Jun 24 15:19:44 2021 - permalink -
    - https://time.is
    on-line time tool
  • Blacklight – A Real-Time Website Privacy Inspector by Surya Mattu
    Who is peeking over your shoulder while you work, watch videos, learn, explore, and shop on the internet? Enter the address of any website, and Blacklight will scan it and reveal the specific user-tracking technologies on the site—and who’s getting your data. You may be surprised at what you learn.
    Tue Jun 15 12:40:01 2021 - permalink -
    - https://themarkup.org/blacklight
    privacy tool web
  • Python to RPN - source code converter
    Convert Python to HP RPN code.
    A new way to program HP calculators like the HP42S, DM42 and Free42.
    On Fri Feb 16 15:41:07 2018 I bookmarked https://pyrpn.herokuapp.com/ but on 2022-02-10 it leads to a page stating "There's nothing here, yet."
    Mon Jun 14 12:18:38 2021 - permalink -
    - https://pyrpn.atug.com/
    Hewlett on-line Packard Python RPN tool
  • saltpack - a modern crypto messaging format
    Need to encode, transmit, or store encrypted or signed data? saltpack is a streamlined, modern solution, designed with simplicity in mind. It is easy to implement & integrate. We've made few crypto decisions and instead leave almost all of the heavy lifting to the NaCl library.

    saltpack is a binary message format, encoded using the MessagePack format. Messages are broken up into reasonable (1MB) chunks, over which regular NaCl operations are performed. We have taken pains to address many of the shortcomings of current message formats: (1) only authenticated data is output; (2) repudiable authentication is used wherever possible; (3) chunks cannot be reordered or combined with other transmissions; (4) the public keys of senders and recipients can be hidden; and (5) message truncation is detectable.

    Implementations in Go and Python are available at https://saltpack.org/implementations  The format is used by https://keybase.io/
    Tue Jun 1 22:14:50 2021 - permalink -
    - https://saltpack.org/
    BSD cryptography FOSS security software tool
  • Introducing the Emacs Scratchpad, a smart way to integrate Emacs in every text interface you find. : emacs
    Interesting idea, although https://github.com/tecosaur/emacs-everywhere is probably better.
    Mon May 31 15:46:43 2021 - permalink -
    - https://www.reddit.com/r/emacs/comments/nnq1da/introducing_the_emacs_scratchpad_a_smart_way_to/
    emacs tool windowmanager
  • Clean Your System and Free Disk Space | BleachBit
    Found on https://ssd.eff.org/en/module/how-delete-your-data-securely-linux
    Fri May 28 16:55:08 2021 - permalink -
    - https://www.bleachbit.org/
    FOSS Linux privacy security tool Windows
  • GitHub - apenwarr/isochronous: Precise timing related network testing tools: isoping, isostream, udpstress.
    Precise timing related network testing tools: isoping, isostream, udpstress.
    Tue May 11 14:38:50 2021 - permalink -
    - https://github.com/apenwarr/isochronous
    C++ software time tool
  • trackerjacker
    Like nmap for mapping wifi networks you're not connected to. Maps and tracks wifi networks and devices through raw 802.11 monitoring.

    Found on https://www.wisdomandwonder.com/programming-language/10783/python3hardwarenetwork-map-and-track-wi-fi-networks-youre-not-connected-to#more-10783
    Tue May 4 00:08:32 2021 - permalink -
    - https://github.com/calebmadrigal/trackerjacker
    Linux Python tool WLAN
  • Managing your contacts in org-mode and syncing them to your phone (Android, iOS, whatever) | isamert.net
    Using org-mode to store contact information, exporting to vCard.
    Contacts created outside of Emacs are not handled.
    Tue Apr 27 12:05:18 2021 - permalink -
    - https://isamert.net/2021/04/21/managing-your-contacts-in-org-mode-and-syncing-them-to-your-phone-android-ios-whatever-.html
    Android emacs org-mode tool
  • On-line tool to create and simulate digital circuits
    From simple gates to complex sequential circuits, plot timing diagrams, automatic circuit generation, explore standard ICs, and much more
    Sun Apr 25 17:01:22 2021 - permalink -
    - https://circuitverse.org/
    electronics on-line tool
  • O-Blog easy web site and bloging system
    Another blogging tool for org-mode. Appears to be dormant, but I might find some useful things there. Found via https://orgmode.org/tools.html where the wrong URL is used https://renard.github.com/o-blog instead of .io
    Fri Apr 23 11:36:18 2021 - permalink -
    - https://renard.github.io/o-blog-v2/index.html
    blog org-mode TODO tool
  • Help me test gps-share
    See also https://zee-nix.blogspot.com/2017/05/introducing-gps-share.html and https://github.com/zeenix/gps-share
    gps-share is a utility to share your GPS device on local network. It has two goals:

    Share your GPS device on the local network so that all machines in your home or office can make use of it.
    Enable support for standalone (i-e not part of a cellular modem) GPS devices in Geoclue. Since Geoclue has been able to make use of network NMEA sources since 2015, gps-share works out of the box with Geoclue.

    The latter means that it is a replacement for GPSD and Gypsy. While "why not GPSD?" has already been documented, Gypsy has been unmaintained for many years now. I did not feel like reviving a dead project and I really wanted to code in Rust language so I decided to create gps-share.
    Mon Apr 19 00:49:25 2021 - permalink -
    - https://zee-nix.blogspot.com/2017/06/help-me-test-gps-share.html
    Rust satellite-navigation software TODO tool
Links per page: 20 50 100
◄Older
page 6 / 17
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.