Shaare your links...
2371 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►
331 results for tags tool x
  • 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
  • open source FPGA tools
    SymbiFlow is a fully open source toolchain for the development of FPGAs of multiple vendors. Currently, it targets the Xilinx 7-Series, Lattice iCE40, Lattice ECP5 FPGAs, QuickLogic EOS S3 and is gradually being expanded to provide a comprehensive end-to-end FPGA synthesis flow.
    Fri Apr 9 17:49:28 2021 - permalink -
    - https://symbiflow.github.io/
    FOSS FPGA tool
  • Reading and writing v7 filesystems from Linux
    The TUHS archive mirror https://unixarchive.cn-k.de/PDP-11/Tools/Filesys/ contains v7fs-0.1.tar.gz and
    bostic_tools.tar.gz
    Wed Apr 7 18:57:18 2021 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/1999-February/001056.html
    computer history TODO tool TUHS Unix
  • Ideone is an online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.
    Wed Mar 17 12:12:02 2021 - permalink -
    - https://ideone.com
    compiler on-line tool
  • Literate programming tool for Common Lisp
    literate-lisp provides an easy way to use literate programming in Common Lisp language. It extends the Common Lisp reader syntax so a Common Lisp vendor can read org files as Common Lisp source files.

    By using this package(literate-lisp), Emacs org mode and Emacs Lisp library polymode, literate programming can be very easy in one org file containing both documentation and source codes, and this org file can interact well with SLIME.
    Thu Mar 11 14:03:35 2021 - permalink -
    - https://github.com/jingtaozf/literate-lisp
    common-lisp emacs literate-programming org-mode 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.