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 6 / 17
Newer►
339 results for tags tool x
  • Valgrind is an instrumentation framework for building dynamic analysis tools.
    There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.
    Sat Oct 30 20:00:05 2021 - permalink -
    - https://valgrind.org/
    C C++ software tool
  • Pi-KVM - Open and cheap DIY IP-KVM on Raspberry Pi
    A very simple and fully functional Raspberry Pi-based KVM over IP that you can make with your own hands without any soldering!
    Sun Oct 17 13:48:36 2021 - permalink -
    - https://pikvm.org/
    pi raspberry tool π
  • Draw and Scribble Notes in GNU Emacs
    Development version of a sketching tool.
    GTK (on Linux) and librsvg support compiled in Emacs are required.
    Wed Oct 13 13:39:53 2021 - permalink -
    - https://lifeofpenguin.blogspot.com/2021/08/scribble-notes-in-gnu-emacs.html
    emacs SVG TODO tool
  • GitHub - misohena/el-easydraw: Embedded drawing tool for Emacs
    Emacs Easy Draw is a drawing tool that runs inside Emacs. It requires
    - Emacs 27.2
    - Image support
    - SVG support
    - gzip and gunzip(or zlib support)
    - libxml support
    Mon Oct 4 13:59:58 2021 - permalink -
    - https://github.com/misohena/el-easydraw
    emacs graphical-programming TODO tool
  • 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
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.