PortalRankings.com
 

Websites targeting keyword on-line databases

23 websites are using keyword on-line databases in their content.

 
Total results: 23
Domains on this page: 23
 

Different keywords:

 

Results:

OpenHelix: Tutorials and resources
http://portalrankings.com/info/openhelix.eu
OpenHelix provides on-line and onsite training on bioinformatics and genomics resources. OpenHelix encourages faster and more effective research by enabling the efficient use of publicly available tools to access biological data. OpenHelix tutorial suites on publicly available biomedical resources include an online narrated tutorial as well as PowerPoint slides, handouts and exercises. Customers can effectively and efficiently learn to use a resource and save time and money when teaching others by using the downloadable materials.
  • Google+ User ID: 115927169193575677368
  • Google Analytics code: 972186-1
DATA, Inc. :: Web Application, Software, and Digital Media Development
http://portalrankings.com/info/datausa.com
DATA, Inc. specializes in Web application software and digital visual media: 3D computer modeling and animation, multimedia design and development (CD and DVD), Website development and design with full e-commerce applications. Data Incorporated builds databases and Content Management Systems, enterprise level Web application software, on-line training programs and offers complete video/audio production and streaming. Data Inc is located in Denver, Colorado.
  • Google Analytics code: 23939654-1
  • Updated On (Date): 2017-Mar-28
  • Expiration time: 2018-Apr-09
  • Website Registered On (Date): 1996-Apr-08
:: Kivial :: Internet services & more - Provider & maintainer: ricerca, registrazione, gestione di domini, siti web
http://portalrankings.com/info/checkdomain.eu
Kivial: Internet Services & more.
    SignPuddle Network
    http://portalrankings.com/info/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/
    • Updated On (Date): 2016-May-02
    • Expiration time: 2021-Apr-23
    • Website Registered On (Date): 2005-Apr-23
    OpenHelix: Tutorials and resources
    http://portalrankings.com/info/openhelix.com
    OpenHelix provides on-line and onsite training on bioinformatics and genomics resources. OpenHelix encourages faster and more effective research by enabling the efficient use of publicly available tools to access biological data. OpenHelix tutorial suites on publicly available biomedical resources include an online narrated tutorial as well as PowerPoint slides, handouts and exercises. Customers can effectively and efficiently learn to use a resource and save time and money when teaching others by using the downloadable materials.
    • Google+ User ID: 115927169193575677368
    • Google Analytics code: 972186-1
    • Updated On (Date): 2017-Jan-31
    • Expiration time: 2018-Jan-30
    • Website Registered On (Date): 2003-Jan-30
    Notanant on Notanant:
    http://portalrankings.com/info/notanant.com
    Notanant on Notanant- . A feature-rich Notanant web site for Notanant, which has a highly flexible web-publisher with features for private access and member management, on-line shops and e-commerce and social networking and web2.0 facilities. Notanant is ideal for complex corporate sites, easy-to-manage business sites or online information databases or websites for communities .
    • Updated On (Date): 2016-Oct-25
    • Expiration time: 2017-Sep-11
    • Website Registered On (Date): 2001-Sep-11
    Accuracer: Single File Client Server Embedded Database System
    http://portalrankings.com/info/accuracer.com
    Accuracer Encrypted Database System products line includes DBMS products provides SQL Stored Procedures and Multi User Cross Platform Database. Visit us today!
    • ID for Google Adsense: ca-pub-3538306727587896
    • Google Analytics code: 36891819-2
    • Updated On (Date): 2017-Dec-21
    • Expiration time: 2019-Jul-18
    • Website Registered On (Date): 2001-Jul-18
    Convert databases between MySQL, Oracle, Postgres, SQL Server
    http://portalrankings.com/info/intelligent-converters.com
    Software for database conversion, migration and synchronization. Easy, fast and accurate. Command line support.
    • Google Analytics code: 78491674-2
    • Updated On (Date): 2017-Mar-19
    • Expiration time: 2019-Mar-28
    • Website Registered On (Date): 2005-Mar-28
    Home
    http://portalrankings.com/info/tonykirkman.co.uk
    The Worldwide Kirkman Family Genealogy
    • Updated On (Date): 2017-Mar-21
    • Expiration time: 2019-Apr-06
    • Website Registered On (Date): 2016-Apr-06
    Microbiology Microbes Bacteria Information and Links - Microbes.info |
    http://portalrankings.com/info/microbes.info
    Microbiology information resources and links on microorganisms, bacteria, microbes, viruses, bacteriology, microbiology and virology by microbes.info
    • Google Analytics code: 48505356-1
    • Updated On (Date): 2016-Aug-30
    • Expiration time: 2018-Sep-21
    • Website Registered On (Date): 2001-Sep-21
    Home
    http://portalrankings.com/info/mdssworld.com
    MDSS (Marketing Decision Support Systems, Inc.) offers the Research TrackerĀ® database system for qualitative marketing research, Product Line Forecasting, Custom Database applications, and Business and Not-for-Profit Consulting.
    • Updated On (Date): 2017-Jun-19
    • Expiration time: 2018-Aug-18
    • Website Registered On (Date): 1999-Aug-18
    IMGT Home page
    http://portalrankings.com/info/imgt.org
    IMGT, the international ImMunoGeneTics information system for immunoglobulins or antibodies, T cell receptors, MH, immunoglobulin superfamily IgSF and MhSF. Expertly annotated databases and on-line tools (IMGT/V-QUEST, IMGT/JunctionAnalysis) for gene sequences, genetics and protein 3D structures. Molecular biology, genetics, immunology of antigen receptors, in immunoinformatics, clinical and veterinary research, genome diversity studies and antibody engineering
    • Updated On (Date): 2013-Mar-28
    • Expiration time: 2018-Feb-03
    • Website Registered On (Date): 2003-Feb-03
    Archinfo - architects information service
    http://portalrankings.com/info/archinfo-richview.com
    Archinfo architects information service - architectural journals, Irish Ordnance Survey maps, British Standards, building research, product literature, on-line databases, catalogues, CD-ROMs.
    • Updated On (Date): 2017-Mar-31
    • Expiration time: 2018-Jul-28
    • Website Registered On (Date): 1998-Jul-29
    Oddity Software - Databases, Web Development & Design
    http://portalrankings.com/info/odditysoftware.com
    Oddity Software offers Marketing and Content Databases, Website Design and Custom Application and Script Development Services along with a long line of Website, Marketing and Search Engine Optomization services and products.
    • Google Analytics code: 1338285-1
    • Updated On (Date): 2017-Mar-17
    • Expiration time: 2018-Apr-07
    • Website Registered On (Date): 2001-Oct-17
    cDots-Developing software solutions that decreasing costs and increase value
    http://portalrankings.com/info/cdots-corporation.com
    Developing software solutions that decreasing costs and increase value
    • Updated On (Date): 2017-Sep-29
    • Expiration time: 2018-Oct-07
    • Website Registered On (Date): 2016-Oct-07
    PennsylvaniaJobs.Com - Your online source for jobs and employment opportunities in Pennsylvania
    http://portalrankings.com/info/pennsylvaniajobs.com
    Pennsylvania Jobs .Com is your online job source for jobs and employment in Pennsylvania. Search thousands of careers and post your resume for free.
    • Updated On (Date): 2017-Jul-17
    • Expiration time: 2018-Jul-30
    • Website Registered On (Date): 1997-Jul-31
    www.islamic-finance.com
    http://portalrankings.com/info/islamic-finance.com
    Information on Islamic investment and Islamic banking, research resources, books, editorials, international events, institutional databases and an on-line Study Centre.
    • Updated On (Date): 2017-Feb-15
    • Expiration time: 2018-Feb-14
    • Website Registered On (Date): 1997-Feb-13
    Simple web sites, webpage editing, website maintenance, e-commerce, product marketing, online sales, web-statistics, data-management, keyword advertising
    http://portalrankings.com/info/hotconnect.com
    Simple web site design and hosting, e-commerce shopping carts, search engine registry, website redesing.
    • ID for Google Adsense: ca-pub-4757274001917917
    • Updated On (Date): 2017-Apr-27
    • Expiration time: 2018-Mar-15
    • Website Registered On (Date): 1998-Mar-16
    cDots
    http://portalrankings.com/info/cdots.bg
    Providing IT Services, WEB and Enterprice Development
      litesync - SQLite Replication and Synchronization
      http://portalrankings.com/info/litesync.io
      litesync makes easy to replicate and synchronize SQLite databases. All nodes can write to the database, even when off-line
      • Updated On (Date): 2017-Nov-01
      • Expiration time: 2018-Nov-08
      • Website Registered On (Date): 2016-Nov-08
      Risecsp - New Social Bookmarking Site of 2015 - Your Source for Social News and Networking
      http://portalrankings.com/info/risecsp.net
      Risecsp.net is an open social bookmarking management system that lets you easily submit, share your own social bookmarks to the entire world of Internet. Since the data and information is uploaded by the Users the management of Risecsp.net does not hold any responsibility for any consequences caused by the data. Our databases are periodically cleaned to avoid spamming and protecting our resources.
      • Updated On (Date): 2016-Aug-09
      • Expiration time: 2017-Aug-09
      • Website Registered On (Date): 2014-Aug-09
      2024-05-03 03:29:34 || 0.0298