PageOverview.com
 

Domains targeting keyword file parser

Keyword file parser was used in the provided list of websites.

 
Number of websites/domains displayed: 22
Results found: 22
 

Similar searches:

 

Websites discovered:

BeanIO
http://pageoverview.com/website-report/beanio.org
BeanIO is an open source Java library for marshalling and unmarshalling bean objects from a stream, with support for XML, CSV, delimited and fixed length file formats.
  • Expected expiration: December 4th in 2017
  • Creation date: December 4th in 2010
  • Renew date: November 20th in 2016
Zwiftalizer - The Logfile Analyzer for Zwift
http://pageoverview.com/website-report/zwiftalizer.com
Drop your log file to see your graphics, sensors, and network performance stats
  • Expected expiration: February 16th in 2019
  • Creation date: February 16th in 2016
  • Renew date: January 12th in 2018
Text File Splitter - Split a text or log file into multiple files
http://pageoverview.com/website-report/textfilesplitter.org
Official site of the Text File Splitter, a free Windows utility that splits a large text or log file into multiple files
  • Expected expiration: February 13th in 2019
  • Creation date: February 13th in 2015
  • Renew date: January 22nd in 2018
  • Google Analytics: 74631010-1
  • Adsense ID: pub-7124482699309281
SignPuddle Network
http://pageoverview.com/website-report/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/
  • Expected expiration: April 23rd in 2021
  • Creation date: April 23rd in 2005
  • Renew date: May 2nd in 2016
Universal Java GC analysis tool - Java Garbage collection log analysis made easy
http://pageoverview.com/website-report/gceasy.io
Free universal java GC log viewer for parsing JVM garbage collection logs. Generates WOW graphs & AHA metrics. Memory tunning, long GC pause, memory leak, OutOfMemoryError debugging, verbose java gc analysis all made easy.
  • Expected expiration: September 23rd in 2018
  • Google Analytics: 68421448-1
  • AddThis User: ra-5737791f1a9d5773
BestCode - Math Parser, File Utilities, Web Development, Build and Test Tools, Database GUI, Free Downloads
http://pageoverview.com/website-report/bestcode.com
Math Parser for Delphi, .NET, C#, Java, COM, C++, PHP, Python, File Utilities, formula parser
  • Expected expiration: June 26th in 2020
  • Creation date: June 26th in 1999
  • Renew date: August 8th in 2015
Lista indirizzi IP server da bloccare by HwUpgrade
http://pageoverview.com/website-report/hwupgrade.blogspot.it
blog autogestito dagli utenti della sezione Antivirus e Sicurezza del forum italiano HwUpgrade.it pubblicheranno le beta del firewall OnlineArmor parserlog per kaspersky-tool e dr web CureIT e lista degli indirizzi IP da bloccare in PeerGuardian in file hosts e OutPost e forzare chiusura ripristino sistema con solidarieta a ammazzatecitutti che lotta contro la mafia
  • Adsense ID: pub-1556223355139109
CSV Reader
http://pageoverview.com/website-report/csvreader.com
Read, write, and bulk insert common file formats like CSV, Excel, and XML from C# and VB.Net.
  • Expected expiration: July 9th in 2017
  • Creation date: July 9th in 2005
  • Renew date: July 9th in 2016
  • Google Analytics: 197836-1
  • AddThis User: xa-4a8c32cf7b06919c
LogMX: The Universal Log Analyzer
http://pageoverview.com/website-report/logmx.com
The universal log analysis tool: parse, visualize, monitor, and analyze all logs (Windows/Mac/Linux)
  • Expected expiration: October 22nd in 2018
  • Creation date: October 22nd in 2006
  • Renew date: December 22nd in 2016
  • Google Analytics: 54049120-1
  • Google Plus Account: 112108268875465543330
The Delphi Parser
http://pageoverview.com/website-report/delphiparser.com
  • Expected expiration: February 25th in 2019
  • Creation date: February 25th in 2015
  • Renew date: January 24th in 2017
  • Google Analytics: 82448588-1
SpamCop.net - Beware of cheap imitations
http://pageoverview.com/website-report/spamcop.net
Beware of cheap imitations! SpamCop has been protecting the internet community since 1998. Automatically file spam reports with the network administrators who can stop unsolicited email at the source. Subscribe, and filter your email before it reaches your inbox.
  • Expected expiration: January 30th in 2018
  • Creation date: January 30th in 1999
  • Renew date: March 11th in 2017
onlinecode
http://pageoverview.com/website-report/ahghuisansar.org
onlinecode.org, onlinecode, Learning, PHP, Programming, Language, Built-in Function, Library, Web Design, Object Oriented PHP, PHP Variables, Scalars, Arrays, Hash, File I/O, Looping, Regular Expressions, Subroutines, Coding Standard, Writing Modules, File Management, Socket, Examples, Reference, Special Variables, Syntax Overview, Advanced PHP, Tutorial, Tutorials, Operators, GET, POST, Predefined, Form Validation, PayPal Integration, MySQL Login, Ajax Search, Ajax XML Parser, Ajax Auto Complete Search, Ajax RSS Feed Example, XML Introduction, Simple XML, Simple XML GET, SAX Parser Example, DOM Parser Example, Frame Works, Core php vs frame works php, Design Patterns
  • Expected expiration: September 24th in 2018
  • Creation date: September 24th in 2017
  • Renew date: September 24th in 2017
  • Adsense ID: pub-9773063496391890
  • Google Analytics: 84996958-1
  • AddThis User: wp-62f6e8393f480ea4a410d966286ed668
Autodesk Partner Portal: License File Parser - Beta
http://pageoverview.com/website-report/licenseparser.com
Autodesk Partner Portal
  • Expected expiration: March 3rd in 2019
  • Creation date: March 3rd in 2009
  • Renew date: November 14th in 2017
  • Google Analytics: 7762121-1
Online MPEG4 Parser
http://pageoverview.com/website-report/mp4parser.com
Online MPEG4 file parser
  • Expected expiration: October 2nd in 2018
  • Creation date: October 2nd in 2013
  • Renew date: August 7th in 2017
Handle large CSV files | Delimit
http://pageoverview.com/website-report/delimitware.com
  • Expected expiration: December 1st in 2017
  • Creation date: December 1st in 2010
  • Renew date: December 2nd in 2016
  • Google Analytics: 1598520-3
Email Parser software for Windows
http://pageoverview.com/website-report/automatedemailparser.com
Email Parser automatically performs different actions based on the incoming email content. Update an Excel file, access a database, send a reply email, sav
  • Expected expiration: February 6th in 2018
  • Creation date: February 6th in 2013
  • Renew date: February 7th in 2017
  • Google Analytics: 7653953-3
JavaXT - Open Source Extensions to the Core Java Library
http://pageoverview.com/website-report/javaxt.com
JavaXT is a collection of Java libraries and utilities that extend the core JDK
  • Expected expiration: March 14th in 2018
  • Creation date: March 14th in 2008
  • Renew date: August 8th in 2015
Free MBOX Parser - A Freeware File Format Reader
http://pageoverview.com/website-report/mboxfile.com
Get email messages count from mbox file. Parse and read messages from mbox file with attachments, components and explore corrupted files also.
  • Expected expiration: April 19th in 2018
  • Creation date: April 19th in 2016
  • Renew date: April 20th in 2017
Multifunctional family Mailhunter - for searching, collecting and managements e-mails addresses from files, memory and websites. Export the files in different formats.
http://pageoverview.com/website-report/mailhunt.com
Descriptions of family programs Mailhunter - search, extracting, collection and processing of e-mail addresses on the computer memory and files on the Internet online. Export the file in different formats.
  • Expected expiration: July 10th in 2018
  • Creation date: July 10th in 2011
  • Renew date: May 18th in 2017
  • Google Plus Account: 117147009709971174011
  • AddThis User: ra-4e43ff094000b0d3
  • Adsense ID: pub-3285927745041429
  • Google Analytics: 4050835-8
SpamCop.net - Beware of cheap imitations
http://pageoverview.com/website-report/spamcop.com
Beware of cheap imitations! SpamCop has been protecting the internet community since 1998. Automatically file spam reports with the network administrators who can stop unsolicited email at the source. Subscribe, and filter your email before it reaches your inbox.
  • Expected expiration: August 9th in 2017
  • Creation date: August 9th in 2000
  • Renew date: July 25th in 2016
Open Source C++ Libraries for CGI Development ยค
http://pageoverview.com/website-report/rudeserver.com
Professional Open Source C++ CGI Libraries
  • Expected expiration: March 22nd in 2019
  • Creation date: March 22nd in 2000
  • Renew date: February 15th in 2018
  • Google Analytics: 1417239-3
onlinecode
http://pageoverview.com/website-report/onlinecode.org
onlinecode.org, onlinecode, Learning, PHP, Programming, Language, Built-in Function, Library, Web Design, Object Oriented PHP, PHP Variables, Scalars, Arrays, Hash, File I/O, Looping, Regular Expressions, Subroutines, Coding Standard, Writing Modules, File Management, Socket, Examples, Reference, Special Variables, Syntax Overview, Advanced PHP, Tutorial, Tutorials, Operators, GET, POST, Predefined, Form Validation, PayPal Integration, MySQL Login, Ajax Search, Ajax XML Parser, Ajax Auto Complete Search, Ajax RSS Feed Example, XML Introduction, Simple XML, Simple XML GET, SAX Parser Example, DOM Parser Example, Frame Works, Core php vs frame works php, Design Patterns
  • Expected expiration: September 27th in 2017
  • Creation date: September 27th in 2016
  • Renew date: November 27th in 2016
  • Adsense ID: pub-9773063496391890
  • Google Analytics: 84996958-1
  • AddThis User: wp-62f6e8393f480ea4a410d966286ed668
0.0228 // 2024-05-04 17:52:19
All Rights reserved 2018 © PageOverview.com