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 8 / 17
Newer►
331 results for tags tool x
  • A syntax-highlighter for git and diff output
    Delta provides language syntax-highlighting, within-line insertion/deletion detection, and restructured diff output for git on the command line.
    Found via https://tecosaur.github.io/emacs-config/config.html
    There are other programs using the name delta, for example
    https://guix.gnu.org/packages/delta-2006.08.03/
    "Delta assists you in minimizing "interesting" files subject to a test of their interestingness."
    Mon May 18 13:22:32 2020 - permalink -
    - https://github.com/dandavison/delta/
    emacs git software tool
  • RF Tools | Phase Noise to Jitter Calculator
    See also the LC filter design tool at https://rf-tools.com/lc-filter/
    Fri May 15 17:35:00 2020 - permalink -
    - https://rf-tools.com/jitter/
    electronics on-line tool
  • Keystroke visualizer for GUI version Emacs
    This package is a keystroke visualizer for GUI version Emacs.
    You no longer need to use external tools to display keystrokes when creating screencasts!
    Fri May 8 14:50:29 2020 - permalink -
    - https://github.com/chuntaro/emacs-keypression
    emacs tool
  • Unicode Lookup: convert special characters
    Unicode Lookup is an online reference tool to lookup Unicode and HTML special characters, by name and number, and convert between their decimal, hexadecimal, and octal bases.
    Fri May 8 10:58:18 2020 - permalink -
    - https://unicodelookup.com/
    on-line tool unicode
  • Safely Backup Google Photos | Ubuntu
    gphoto-sync is an open source command-line tool written in Python. It’s purpose is to backup Google Photos and Albums using the Google Photos Library API. Once setup, it can be run on a regular basis, to ensure all the pictures stored in the cloud are also stored locally on your own storage.
    Tue Mar 10 15:32:54 2020 - permalink -
    - https://ubuntu.com/blog/safely-backup-google-photos
    FOSS photo Python software tool
  • Dotfiles configuration management
    The link points to survey results, those below are about specific ways to manage dotfiles.
      1. https://www.atlassian.com/git/tutorials/dotfiles
      2. https://news.ycombinator.com/item?id=11070797 needs more exploration
      3. https://thoughtbot.com/blog/rcm-for-rc-files-in-dotfiles-repos
      4. https://blog.tfnico.com/2014/03/managing-dot-files-with-vcsh-and-myrepos.html found in (2)
    Sun Mar 8 19:11:26 2020 - permalink -
    - https://www.swalladge.net/archives/2017/08/07/dotfiles-config-survey/
    git mercurial TODO tool version-control
  • WebPageTest Test Details - Frankfurt : roland.iwasno.net - 03/04/20 15:52:24
    Results of a web page performance test found on https://danluu.com/web-bloat/
    I copied the content of the first table here.
    Load Time First Byte Start Render First Contentful
    Paint Visually Complete Speed Index Last Painted Hero First CPU Idle Result (error code) Time Requests Bytes In Time Requests Bytes In
    First View (Run 1) 0.413s 0.201s 0.300s 0.347s 0.400s 0.305s 0.400s > 0.300s 0 0.413s 8 33 KB 0.465s 9 34 KB
    Wed Mar 4 16:06:46 2020 - permalink -
    - https://www.webpagetest.org/result/200304_FK_a980323bc3a646f6df81ffe4dfa53021/1/details/#waterfall_view_step1
    performance software tool web
  • Lzip - LZMA lossless data compressor
    Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip can compress about as fast as gzip (lzip -0) or compress most files more than bzip2 (lzip -9). Decompression speed is intermediate between gzip and bzip2. Lzip is better than gzip and bzip2 from a data recovery perspective. Lzip has been designed, written and tested with great care to replace gzip and bzip2 as the standard general-purpose compressed format for unix-like systems.
    The lzip file format is designed for data sharing and long-term archiving, taking into account both data integrity and decoder availability:
    - The lzip format provides very safe integrity checking and some data recovery means. The lziprecover program can repair bit flip errors (one of the most common forms of data corruption) in lzip files, and provides data recovery capabilities, including error-checked merging of damaged copies of a file.
    - The lzip format is as simple as possible (but not simpler). The lzip manual provides the source code of a simple decompressor along with a detailed explanation of how it works, so that with the only help of the lzip manual it would be possible for a digital archaeologist to extract the data from a lzip file long after quantum computers eventually render LZMA obsolete.
    - Additionally the lzip reference implementation is copylefted, which guarantees that it will remain free forever.
    The suffix .lz is used for files compressed with lzip.

    See https://lists.dyne.org/lurker/message/20181020.205455.fbab5607.en.html for negative claims about Lzip.
    Mon Jan 13 13:50:35 2020 - permalink -
    - https://nongnu.org/lzip/lzip.html
    compression software TODO tool
  • Mathpix Snip
    Extract LaTeX from PDFs or handwritten notes in seconds just by taking a screenshot.

    Download Snip for desktop and start saving time.

    Free for 50 snips/month, $4.99/month for unlimited personal version.

    Found via https://github.com/jethrokuan/mathpix.el, an Emacs interface to Mathpix.
    Fri Jan 10 18:52:15 2020 - permalink -
    - https://mathpix.com/
    LaTeX software tool
  • rclone - rsync for cloud storage
    Rclone is a command line program to sync files and directories to and from a number of cloud storage services, including
    - Google Drive
    - Nextcloud
    Wed Nov 6 15:58:37 2019 - permalink -
    - https://rclone.org/
    Go MIT software tool
  • restic · Backups done right!
    Encrypted, deduplicated backup tool, runs on Linux, *BSD, OS X and Windows.
    Wed Nov 6 15:49:28 2019 - permalink -
    - https://restic.net/
    backup BSD cryptography FOSS tool
  • GNSS Performance Monitor - Homepage
    GNSS Positioning Performance Monitor.
    Fri Oct 18 18:24:13 2019 - permalink -
    - https://gnssperformancemonitor.com/index.php
    satellite-navigation tool
  • DoIt: Yet Another Remote-Execution Daemon for Windows
    Program to allow a Unix machine to open documents on a Windows machine (for example, sending commands back to your Windows desktop machine from a Unix server you've connected to from there).
    Tue Oct 8 17:42:10 2019 - permalink -
    - https://www.chiark.greenend.org.uk/~sgtatham/doit/
    C FOSS MIT software tool Unix Windows
  • From gnuplot to Matplotlib & Pandas • ds9a.nl articles
    Article describing how to plot with Python, Matplotlib & Pandas.
    Wed Sep 25 18:14:48 2019 - permalink -
    - https://ds9a.nl/articles/posts/from-gnuplot-to-matplotlib-pandas/
    blog FOSS graphical-programming Python software tool
  • Compiler Explorer
    See the output of several compilers in your web browser.
    In addition to C++, it now supports Go, Rust and D.
    Mon Jun 3 10:15:16 2019 - permalink -
    - https://godbolt.org/
    C C++ compiler Go hack Rust tool
  • Idea2IC.html
    IDEAS to INTEGRATED CIRCUITS
    Collection of stories, examples of IC designs and circuits
    Wed May 22 15:50:52 2019 - permalink -
    - http://www.idea2ic.com/
    electronics reading TODO tool
  • on-line drawing program - draw.io
    Draw diagrams in the browser. Mentioned on MoHP.
    Tue Apr 9 14:49:15 2019 - permalink -
    - https://www.draw.io/
    graphics on-line software tool
  • Coccinelle: A Program Matching and Transformation Tool for Systems Code
    Coccinelle is a program matching and transformation engine which provides the language SmPL (Semantic Patch Language) for specifying desired matches and transformations in C code. Coccinelle was initially targeted towards performing collateral evolutions in Linux. Such evolutions comprise the changes that are needed in client code in response to evolutions in library APIs, and may include modifications such as renaming a function, adding a function argument whose value is somehow context-dependent, and reorganizing a data structure. Beyond collateral evolutions, Coccinelle is successfully used (by us and others) for finding and fixing bugs in systems code.
    Tue Jul 10 13:47:47 2018 - permalink -
    - http://coccinelle.lip6.fr/
    Linux software tool
  • RTags is a client/server application that indexes C/C++ code and keeps a persistent file-based database of references, declarations, definitions, symbolnames etc.
    RTags is a client/server application that indexes C/C++ code and keeps a persistent file-based database of references, declarations, definitions, symbolnames etc. There’s also limited support for ObjC/ObjC++. It allows you to find symbols by name (including nested class and namespace scope). Most importantly we give you proper follow-symbol and find-references support. We also have neat little things like rename-symbol, integration with clang’s “fixits” (http://clang.llvm.org/diagnostics.html). We also integrate with flymake using clang’s vastly superior errors and warnings. Since RTags constantly will reindex “dirty” files you get live updates of compiler errors and warnings. Since we already know how to compile your sources we have a way to quickly bring up the preprocessed output of the current source file in a buffer.

    While existing taggers like gnu global, cscope, etags, ctags etc do a decent job for C they often fall a little bit short for C++. With its incredible lexical complexity, parsing C++ is an incredibly hard task and we make no bones about the fact that the only reason we are able to improve on the current tools is because of clang (http://clang.llvm.org/). RTags is named RTags in recognition of Roberto Raggi on whose C++ parser we intended to base this project but he assured us clang was the way to go. The name stuck though.
    Tue Apr 24 15:13:28 2018 - permalink -
    - https://github.com/Andersbakken/rtags
    C C++ emacs tool
  • Notes for new Make users
    How to use (GNU) make.
    Tue Apr 10 16:52:03 2018 - permalink -
    - http://gromnitsky.users.sourceforge.net/articles/notes-for-new-make-users/
    GNU software tool Unix
Links per page: 20 50 100
◄Older
page 8 / 17
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.