Site-Overview.com
 

Websites using command-line tool as a keyword

Here you can see a list of websites which are using command-line tool as keyword according to our database.

 
Websites found: 27
Number of websited displayed: 27
 

Queries in the same category:

 

List of results:

VoiceMacro (Home) - Easy create Macros, activate them with your Voice, Mouse, Keyboard, Joystick, Scheduler or Command line
http://site-overview.com/stats/voicemacro.net
  • Website Address renewal date: 17/8/15
  • Domain Address Reg. date: 14/10/9
  • Website address in use until: 18/10/9
UltraHook - Receive webhooks on localhost
http://site-overview.com/stats/ultrahook.com
UltraHook is a simple command line tool that connects public endpoints to private endpoints accessible from your computer.
  • Google Analytics ID: 42433962-1
  • Website Address renewal date: 17/3/12
  • Domain Address Reg. date: 13/4/18
  • Website address in use until: 18/4/18
ADB Shell Command Line Tool Newest Version Download
http://site-overview.com/stats/adbadb.com
Android official downloading link
  • Website Address renewal date: 18/1/20
  • Domain Address Reg. date: 18/1/3
  • Website address in use until: 19/1/3
Home
http://site-overview.com/stats/myffmpeg.com
myFFmpeg is a graphical front-end for FFmpeg, a command-line tool used to convert multimedia files between formats. The command line instructions can be very hard to masterunderstand, so myFFmpeg does all the hard work for you. This allows you to use FFmpeg without detailed command-line knowledge.
  • Website Address renewal date: 16/11/26
  • Domain Address Reg. date: 14/9/27
  • Website address in use until: 17/9/27
ExpressiveJS by Venogram
http://site-overview.com/stats/expressivejs.io
Expressive is a developer tool that tracks and visualizes server routes in Express applications. Useful for debugging and teaching alike, Expressive enables developers to send client requests to their Express server, and then render a dynamic and comprehensive visualization of server state throughout the lifespan of each request -- all from the command line.
  • Google Analytics ID: 99328864-1
  • Website Address renewal date: 17/6/28
  • Domain Address Reg. date: 17/4/29
  • Website address in use until: 18/4/29
Virtual tour software, 3d panorama software from pixaround.com
http://site-overview.com/stats/pixaround.com
Enhance your Web site with PixAround Solutions! Anyone with a digital camera can now snap a series of pictures, then stitch and publish them into 360-degree PixAround Webpages and Scenes (panoramas) that allow users to explore and navigate for a more interactive and immersive experience
  • Google Adsense Publisher: pub-7512249191815352
  • Website Address renewal date: 17/7/18
  • Domain Address Reg. date: 99/7/26
  • Website address in use until: 18/7/26
SignPuddle Network
http://site-overview.com/stats/signpuddle.net
> swserver, v1.3.0 May 2nd, 2016 ## About SignWriting is the international script for writing the sign languages of the world. The SignWriting Server provides online resources for SignWriting applications and users. The server accepts HTTP requests and responds with SVG or JSON data. The SignWriting Server is built with the PHP SLIM Framework v2.6. The primary site is available on the Center for Sutton Movement Writing server. * http://signpuddle.net A mirror site is available on Wikimedia Labs. * https://swserver.wmflabs.org ## Features ### SVG images The SignWriting server creates SVG images for individual symbols using symbol keys and completed 2-dimensional signs using Formal SignWriting. Styling strings are supported, offering coloring and sizing customizations. ### Query string transformation to regular expressions Query strings are a concise representation of a much larger and detailed set of regular expressions. Each query string is transformed into one or more regular expressions that can be used to search a text of Formal SignWriting. Additionally, Formal SignWriting strings can be converted into several types of query strings, each of which can be transformed into regular expressions. ### Countries of the world The countries of the world are described with SVG shapes and flag images. Listings of languages and puddle collections are available for each country. ### Puddle collections and sign entries All of the SignPuddle Online data is available as SQLite 3 databases. These databases can be downloaded individually. The various puddle collections can be listed, limited by sign language or individual code. For each sign language, a default public dictionary has been selected so that ISO 639-3 codes can be used rather than a puddle code. With a puddle query, individual entries can be access with sign language directly. With a puddle search, individual entries can be access with spoken language. Additional search options are available for listings of individual signs and terms. Additionally, entries can be retrieved by the dates created or updated. ## Installation Copy the SignWriting Server files to the root web server directory or to a sub-directory. ### Requirements Any server that supports PHP and SQLite 3 will be able to run the SignWriting Server. ### Databases The main database is available from the [SignWriting Server Data project](https://github.com/Slevinski/swserver_data/) with only the symbol information. * install as data/swserver.db The SignPuddle Online databases are available on [SignBank](http://signbank.org/swserver_data/). The main database is available as [swserver.db](http://signbank.org/swserver_data/swserver.db). * install as data/swserver.db The individual databases are available in the [puddle subdirectory](http://signbank.org/swserver_data/puddle/). * install in data/puddle/ A shell script is available to download the main database. * execute data/refresh_main.sh A shell script is available to mirror all of the available puddles on SignBank with a single command. * execute data/refresh_dbs.sh ### Shell Script to Start Server If a web server is not already running, the start server shell script can be used to start the built-in PHP web server. * ./start_server.sh ## Automation Tools The SignWriting Server project documents are created with command-line tools. ### API Blueprint The SignWriting Server API is documented using API Blueprint. This specification offers powerful tooling such as automatic HTML document generation and mock servers. https://apiblueprint.org/ The API Blueprint for the Guide is embedded in the main index.php file. The API Blueprint for the Example document is created using 'curl' with 'curl-trace-parser'. ### JSON Data Examples The SignWriting Server includes example API calls encoded as JSON data. These examples are used to create the API Blueprint for the Example document and the JavaScript function calls for the Run HTML page. ### Requirements * Shell scripts with more, grep, cat, and cut * [jq](https://stedolan.github.io/jq/) - like '''sed''' for JSON data * [curl](http://curl.haxx.se/) - communicate with a server from the command line * [curl-trace-parser](https://github.com/apiaryio/curl-trace-parser) - reformat curl output * [hiro](https://github.com/peterhellberg/hiro) - create HTML documents from API Blueprints * [iglo](https://github.com/subosito/iglo) - create large HTML documents when hiro fails ### Tools * ./buils.sh - Creates the Index and Guide documents. Creates shell script and JavaScript function calls from JSON example data. * ./run.sh - Executes the Example shell script and collates the results into the Example document. * ./release.sh - Calls the build.sh script and then the run.sh script. * ./example.sh - Creates the example html document when hiro fails for large files. ## Filesystem ### Directories * / - root directory with HTML documentation and PHP server * /Slim - directory for the Slim Framework v2.6 code * /include - directory for other PHP files and function libraries * /data - directory for the SignWriting Server databases * /tools - directory for automation and document creation * /tools/input - directory of tool inputs, such as template.html * /tools/output - directory of processed output * /tools/log - directory of example request/response API calls ### Source Files * README.md - read me file in markdown * index.php - main file for handling requests, with embedded API Blueprint * Example.json - example api calls in JSON data format * Run.html - html page uses example api calls to access a server ### Derived Files * index.html - Created from README.md * tools/output/Guide.md - Created from index.php * Guide.html - Created from tools/output/Guide.md * tools/output/Example.sh - Created from Example.json * tools/output/Example.md - Created from output of tools/output/Example.sh * Example.html - Created from tools/output/Example.md * Run.js - Created from Example.json and used in Run.html ## Author Stephen E Slevinski Jr [email protected] http://slevinski.github.io http://www.slideshare.net/StephenSlevinski/presentations ## Reference The Formal SignWriting character encoding used in SignMaker is defined in an Internet Draft submitted to the IETF: [draft-slevinski-signwriting-text]. The document is improved and resubmitted every 6 months. The character design has been stable since January 12, 2012. The current version of the Internet Draft is 06. The next version is planned for May 2016. ## Epilogue This is a work in progress. Feedback, bug reports, and patches are welcomed. ## License MIT ## To Do * expand API for users * expand API for create, update, and delete ## Version History * 1.3.0 - May 2nd, 2016: new world group, added listings for puddle signs and terms * 1.2.0 - Dec 17th, 2015: list puddles, download databases, custom limits, sorting, and date retrieval * 1.1.0 - Nov 25th, 2015: added query and search for puddle data * 1.0.0 - Nov 5th, 2015: initial public release [draft-slevinski-signwriting-text]: http://tools.ietf.org/html/draft-slevinski-signwriting-text [SignWriting 2010 Fonts]: https://github.com/Slevinski/signwriting_2010_fonts [SignWriting List]: http://www.signwriting.org/forums/swlist/ [SignPuddle Online]: http://signpuddle.org [SignWriting 2010 JavaScript Library]: http://slevinski.github.io/sw10js/
  • Website Address renewal date: 16/5/2
  • Domain Address Reg. date: 05/4/23
  • Website address in use until: 21/4/23
USB Security   |   Command Line Monitoring Tool
http://site-overview.com/stats/simplescripts.de
  • Google Adsense Publisher: pub-170604690717017
  • Website Address renewal date: 16/1/31
dbt (data build tool) - Transform data in your warehouse
http://site-overview.com/stats/getdbt.com
data build tool (dbt) is a command line tool that enables data analysts and engineers to transform data in their warehouse more effectively.
  • Website Address renewal date: 17/8/7
  • Domain Address Reg. date: 16/8/7
  • Website address in use until: 18/8/7
Taurus
http://site-overview.com/stats/gettaurus.org
Taurus tool is an Open Source test automation framework, providing simple YAML-based configuration format with DSL, executed through command-line and scalable through cloud resource providers. It uses JMeter as default load generator and perfectly fits into Jenkins CI.
  • Google Analytics ID: 63369152-1
  • Website Address renewal date: 17/4/5
  • Domain Address Reg. date: 15/7/2
  • Website address in use until: 18/7/2
Chrome Commands
http://site-overview.com/stats/chromecommands.com
Web tool that helps you perform simple and complex actions like Chrome settings or restarting Chrome. Open Chrome and type, or paste, commands into the Chrome search bar.
  • Google Analytics ID: 73059677-1
  • Website Address renewal date: 17/4/1
  • Domain Address Reg. date: 16/1/30
  • Website address in use until: 18/1/30
2Printer - Command line batch Print tool
http://site-overview.com/stats/doc2prn.com
Command line tool for printing documents and image files in batch mode   Print Documents, Presentations and Images in Batch Mode 2Printer is a command
  • Google Analytics ID: 44890939-1
  • Website Address renewal date: 16/8/19
  • Domain Address Reg. date: 03/12/8
  • Website address in use until: 17/12/8
PDF Command Line Tools
http://site-overview.com/stats/coherentpdf.com
PDF Command Line Tools : Split, Merge, Encrypt, Scale, Stamp, Bookmark, Add Text etc. Windows, Mac and Linux. Get Free Trial
  • Google Analytics ID: 3089604-2
  • Website Address renewal date: 16/7/26
  • Domain Address Reg. date: 07/7/7
  • Website address in use until: 18/7/7
Crontab Generator - easy way to generate and edit crontab online
http://site-overview.com/stats/crontabgenerator.com
Crontab Generator - tool helps you to visually generate crontab job line easily and check syntax online from your browser.
  • Google Analytics ID: 37562160-5
  • Website Address renewal date: 17/4/9
  • Domain Address Reg. date: 16/1/3
  • Website address in use until: 18/1/3
XML Editor, XMLwriter for Windows, download a free trial of this award winning XML Editor
http://site-overview.com/stats/xmlwriter.net
XML Editor, XMLwriter for Windows, is a powerful award-winning XML development tool that supports XML, XSLT, DTD, XSD Schema, CSS, and HTML editing. Within the editor you can convert XML to HTML using XSLT stylesheets, or format and preview XML documents using CSS. XMLwriter has an intuitive, customizable user interface with advanced editing functions. Additional features include: XML Help, Project Management, Real-time Syntax Coloring, Batch and Command Line Processing, Expandable DTD/XSD Schema View and more!
  • Google Analytics ID: 343280-1
  • Website Address renewal date: 17/3/15
  • Domain Address Reg. date: 99/4/21
  • Website address in use until: 18/4/21
TechnologyTales.com | Adventures in the world of digital and computer technology
http://site-overview.com/stats/technologytales.com
Adventures in the world of digital and computer technology
  • Website Address renewal date: 16/1/2
  • Domain Address Reg. date: 07/1/26
  • Website address in use until: 21/1/26
WinEject :: CD ejector :: eject cd dvd
http://site-overview.com/stats/wineject.com
open/close cd-rom/dvd drives, eject other removable media (ZIP etc.) - by mouse click (tray icon), hotkey, command line. Windows 95, 98, NT, ME, 2000, XP, Vista, 8, 8.1, 10.
  • Google Adsense Publisher: pub-7444176471274058
  • Website Address renewal date: 18/1/19
  • Domain Address Reg. date: 01/2/3
  • Website address in use until: 19/2/3
Home | LinuxGSM
http://site-overview.com/stats/gameservermanagers.com
The command line tool for quick, simple deployment and management of dedicated game servers.
  • Google+ Identity: +Gameservermanagers1
  • Google Analytics ID: 655379-27
  • Google Adsense Publisher: pub-1563459295087070
  • Website Address renewal date: 16/11/27
  • Domain Address Reg. date: 14/11/26
  • Website address in use until: 17/11/26
ArmorLib | Easily scan files for threats to security and privacy. A Rust library and command line tool.
http://site-overview.com/stats/armorlib.org
Easily scan files for threats to security and privacy. A Rust library and command line tool.
  • Website Address renewal date: 18/2/21
  • Domain Address Reg. date: 18/2/20
  • Website address in use until: 19/2/20
Tool for Relational Database – TablePlus
http://site-overview.com/stats/tableplus.io
Tool for Relational Database. Native, Beautiful, Friendly.
  • Google Analytics ID: 99304579-1
  • Website Address renewal date: 17/8/12
  • Domain Address Reg. date: 17/6/13
  • Website address in use until: 18/6/13
InheritDoc - Inherit XML comments in your C# source code
http://site-overview.com/stats/inheritdoc.io
Allows adding <inheritdoc/> tags to XML comments in C# source code to inherit XML comments. Available as command line tool and Visual Studio extension.
  • Google Analytics ID: 61529831-6
  • Website Address renewal date: 18/2/12
  • Domain Address Reg. date: 17/12/14
  • Website address in use until: 18/12/14
Home
http://site-overview.com/stats/ffworks.net
iFFmpeg is a graphical front-end for FFmpeg, a command-line tool used to convert multimedia files between formats. The command line instructions can be very hard to masterunderstand, so iFFmpeg does all the hard work for you. This allows you to use FFmpeg without detailed command-line knowledge.
  • Website Address renewal date: 17/12/3
  • Domain Address Reg. date: 17/12/3
  • Website address in use until: 18/12/3
GZoltar - Automatic Testing & Debugging using Spectrum-based Fault Localization (SFL)
http://site-overview.com/stats/gzoltar.com
GZoltar is a framework for automating the testing and debugging phases of the software development life-cycle. At the moment, the framework is provided as a command line tool and as an Eclipse plugin; and it integrates seamlessly with JUnit tests.
  • Google Analytics ID: 99938011-1
  • Website Address renewal date: 17/2/22
  • Domain Address Reg. date: 10/3/24
  • Website address in use until: 22/3/24
Home
http://site-overview.com/stats/iffmpeg.com
iFFmpeg is a graphical front-end for FFmpeg, a command-line tool used to convert multimedia files between formats. The command line instructions can be very hard to masterunderstand, so iFFmpeg does all the hard work for you. This allows you to use FFmpeg without detailed command-line knowledge.
  • Website Address renewal date: 16/11/26
  • Domain Address Reg. date: 10/11/8
  • Website address in use until: 17/11/8
CCExtractor's home page [CCExtractor's home page]
http://site-overview.com/stats/ccextractor.org
Here for Google Summer of Code 2017? Please check Ideas page for GSoC 2017 User documentation and files About CCExtractor Development Downloads Changelog Using the command line tool Using the Windows GUI Getting support Extracting CEA-708 subtitles Translating subtitles in real time Using the cross-platform GUI Extracting closed captions from a DVD step by step tutorial Working with HDHomeRun What does SPUPNG mean? TV samples Donate Cool external projects that use subtitles Te…
  • Website Address renewal date: 17/2/2
  • Domain Address Reg. date: 14/3/28
  • Website address in use until: 18/3/28
ai-Line - アイライン
http://site-overview.com/stats/ai-line.co.jp
  • Google Adsense Publisher: pub-7576009598591719
  • Website Address renewal date: 00/11/6
  • Domain Address Reg. date: 00/11/2
Angular Cli
http://site-overview.com/stats/ngcli.github.io
Command line tool to create angular apps, generators, scaffolding and build tool for angular js
    2024-05-03 07:39:46 ... 0.0351