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 9 / 17
Newer►
335 results for tags tool x
  • 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
  • Cockos Incorporated | LICEcap
    LICEcap can capture an area of your desktop and save it directly to .GIF (for viewing in web browsers, etc) or .LCF (see below).

    LICEcap is an intuitive but flexible application (for Windows and now OSX), that is designed to be lightweight and function with high performance.

    LICEcap is easy to use: view a demo (output is here).

    In addition to .GIF, LICEcap supports its own native lossless .LCF file format, which allows for higher compression ratios than .GIF, higher quality (more than 256 colors per frame), and more accurate timestamping. If you record to .LCF, you can play back the .LCF files within REAPER (and/or use it to convert to .gif or another video format).

    LICEcap is GPL free software, each download package includes the source.
    Thu Oct 13 19:31:06 2016 - permalink -
    - http://www.cockos.com/licecap/
    FOSS GPL graphics tool
  • Juergen Gaertner - Kramladen
    Calendar generator http://www.jgae.de/kalender.htm
    Self-decrypting archive http://www.jgae.de/sda.htm (symmetric en/decryption in Javascript).
    Thu Aug 11 17:02:57 2016 - permalink -
    - http://www.jgae.de/kramladn.htm
    german JavaScript software tool
  • WebPlotDigitizer - Extract data from plots, images, and maps
    A large quantity of published data is available only in the form of plots and it is often difficult to extract numerical data accurately out of these pictures. There are several softwares available to aid this process, but most are either paid, difficult to use or lack some essential features. Also, many of the existing programs work only on a few specific operating systems and require installation by the user. Most programs only support 2D X-Y plots and so it is not possible to work with polar diagrams, ternary diagrams, microscope images or maps. With these issues in mind, WebPlotDigitizer was developed to be an easy to use, free of charge and opensource program that can work with a variety of plot types and images. This program is developed using HTML5 which allows it to run within a web browser and requires no installation on to the user's hard drive.
    Distributed under the GNU General Public License Version 3.

    Found on John D. Cook's blog
    http://www.johndcook.com/blog/2016/04/20/how-to-digitize-a-graph/

    Changed URL from http://arohatgi.info/WebPlotDigitizer/ 2019-12-30
    Fri Jun 24 15:01:21 2016 - permalink -
    - https://automeris.io/WebPlotDigitizer/index.html
    GPL graphical-programming tool web
  • Keybase
    "Get a public key, safely, starting just with someone's social media username(s).
    The goal is a simple way to look up and trust keys, based on known public identities."

    Note that keybase has been bought by Zoom, which is not trusted by some people. See https://alexschroeder.ch/wiki/2020-05-08_Replacing_Keybase and https://idiomdrottning.org/pgp for an alternative using free software.
    Fri Feb 26 12:46:52 2016 - permalink -
    - https://keybase.io/
    cryptography FOSS gpg TODO tool
  • Pdf Tools : emacs
    So I found out about pdf tools, which is a replacement of docView for pdf files. It essentially turns the pdf into a png file. It's SOOO fast, and you can search for text inside the document!
    Does not work on windows.
    Tue Feb 16 13:52:15 2016 - permalink -
    - https://www.reddit.com/r/emacs/comments/44yxsq/pdf_tools/
    emacs PDF tool
  • Online CRC Calculation
    Calculate CRC, generate Verilog and C code (licensed under the LGPL) for the calculation.
    Wed Feb 10 14:25:56 2016 - permalink -
    - http://ghsi.de/CRC/index.php?Polynom=1111111111111010000001001&Message=600242D
    LGPL on-line tool
  • git for CVS users
    Tutorial about git for people familiar with CVS.
    Fri Jan 8 13:51:02 2016 - permalink -
    - https://www.kernel.org/pub/software/scm/git/docs/v1.4.4.4/cvs-migration.html
    software tool version-control
Links per page: 20 50 100
◄Older
page 9 / 17
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.