Shaare your links...
2453 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 9 / 18
Newer►
342 results for tags tool x
  • 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
  • EditorConfig
    EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.
    Fri Mar 2 17:48:53 2018 - permalink -
    - http://editorconfig.org/#overview
    software tool
  • What is PlatformIO? — PlatformIO 3.4.1 documentation
    Different microcontrollers normally have different developing tools . For instance Arduino rely on Arduino IDE. Few more advanced users set up different graphical interfaces like Eclipse for better project management. Sometimes it may be hard to keep up with different microcontrollers and tools. You probably thought that single unified development tool could be great. Well this is what PlatformIO open source ecosystem is for.

    This is cross platform code builder and library manager with platforms like Arduino or MBED support. They took care of toolchains, debuggers, frameworks that work on most popular platforms like Windows, Mac and Linux. It supports more than 200 development boards along with more than 15 development platforms and 10 frameworks.
    Tue Aug 22 12:59:27 2017 - permalink -
    - http://docs.platformio.org/en/stable/what-is-platformio.html#problematic
    FOSS Python software tool
  • Bullet Journal - The Analog System for the Digital Age
    System for taking notes in a paper diary.
    Thu Feb 16 22:48:56 2017 - permalink -
    - http://bulletjournal.com/
    TODO tool writing
  • mermaid - Generation of diagrams and flowcharts from text in a similar manner as markdown.
    Thu Jan 19 18:32:10 2017 - permalink -
    - http://knsv.github.io/mermaid/
    diagram JavaScript tool
  • DrawTiming Homepage
    This software package provides a command line tool for documenting hardware and software designs through timing diagrams.  It reads signal descriptions from a text file with an intuitive syntax, and outputs a timing diagram to an image file.  Notation typical of timing diagrams found in the Electrical Engineering discipline is used, including arrows indicating causal relationships between signal transitions.
    Thu Jan 19 18:30:52 2017 - permalink -
    - http://drawtiming.sourceforge.net/index.html
    diagram time tool
  • WaveDrom - Digital timing diagram everywhere
    WaveDrom draws your Timing Diagram or Waveform from simple textual description.
    It comes with description language, rendering engine and the editor.
    WaveDrom editor works in the browser or can be installed on your system.
    Rendering engine can be embeded into any webpage.
    Thu Jan 19 18:28:15 2017 - permalink -
    - http://wavedrom.com/
    diagram duplicate editor fossil JavaScript time tool web
  • diffoscope: in-depth comparison of files, archives, and directories
    diffoscope will try to get to the bottom of what makes files or directories different. It will recursively unpack archives of many kinds and transform various binary formats into more human readable form to compare them. It can compare two tarballs, ISO images, or PDF just as easily.
    Mon Dec 19 18:27:58 2016 - permalink -
    - https://diffoscope.org/
    GPL Python software tool
  • GNSS Radar
    Show the visibility of GNSS satellites.
    See https://github.com/taroz/GNSS-Radar for source and options which can be passed via the URL.
    Fri Nov 18 21:22:38 2016 - permalink -
    - http://www.taroz.net/GNSS-Radar.html?lat=48.16&lon=16.31&offhr=1
    GNSS on-line satellite-navigation TODO tool
  • Perapera Language Tools
    Free add-ons for Firefox and Chrome to help translating between chinese or japanese and english.
    Mon Nov 14 13:40:34 2016 - permalink -
    - http://www.perapera.org/
    FOSS language tool
Links per page: 20 50 100
◄Older
page 9 / 18
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.