Skip to main content

Home/ HealthcareMetadata/ Group items tagged web

Rss Feed Group items tagged

Malcolm McRoberts

Record and run a web performance test - 0 views

  • Web performance tests are included in load tests to measure the performance of your web application under the stress of multiple users. You record a web performance test by browsing a website as if you were the end user.
Malcolm McRoberts

How to create RESTful Web services in 10 minutes with Visual Studio 2012 AiM website | ... - 0 views

  • By default the API return XML, but we’ll use JSON here, as it’s also becoming a standard. To do so we must add  the following code in the register() method located in the file WebApiConfig.cs config.Formatters.XmlFormatter.SupportedMediaTypes.Remove( config.Formatters.XmlFormatter.SupportedMediaTypes.FirstOrDefault(t => t.MediaType == 'application/xml'));
Malcolm McRoberts

Selenium - Web Browser Automation - 0 views

  • Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well. Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
Malcolm McRoberts

RStudio - Home - 0 views

shared by Malcolm McRoberts on 29 Apr 14 - No Cached
  • Powerful IDE for R RStudio IDE is a powerful and productive user interface for R. It’s free and open source, and works great on Windows, Mac, and Linux.
  • Web framework for R Shiny is an elegant and powerful web framework for building interactive reports and visualizations using R — with or without web development skills.
  • Open source R packages Our developers and expert trainers are the authors of several popular R packages, including ggplot2, plyr, lubridate, and others.
Malcolm McRoberts

YUI Test - YUI Library - 0 views

  • YUI Test is a complete testing framework for JavaScript and Web applications. You can use the simple JavaScript syntax to write unit tests that can be run in web browsers or on the command line, as well as functional tests to be run in web browsers. Additional tools that build on top of the JavaScript library's core functionality allow integration with build systems.
Malcolm McRoberts

Java-Only | RESTful web services with MongoDB - 0 views

  • A tutorial on how to use RestEasy with MongoDB in order to create RESTful web services
Malcolm McRoberts

Data as a service - Wikipedia, the free encyclopedia - 0 views

  • Data provided as a service was at first primarily used in Web mashups, but now is being increasingly employed both commercially and, less commonly, within organisations such as the UN.[4]
Malcolm McRoberts

JavaScript API | Tableau Software - 0 views

  • Developers creating web applications can integrate fully interactive Tableau content into their applications via the new JavaScript API. The API provides a tremendous range of interactivity in the Tableau view. For example, you can use the JavaScript API to set and create filters, select and highlight elements in the view, and process the view to retrieve updated data. This enables you to provide a high level of interactivity between a Tableau visualization and the rest of the web page.
Malcolm McRoberts

Issue 61 - js-test-driver - HTML Injection from separate file - Remote javascript conso... - 0 views

  • I agree with core developers, that there is no need for that to be implemented inside JsTestDriver. Everybody has slightly different needs and this would make configuration complicated. It is easy to solve in JavaScript: * request HTML page with XMLHttpRequest * extract body * inject into the body of the document under test req = new XMLHttpRequest(); req.open('GET', url, false); /* synchronous */ req.send(null); /* body element with children */ body_content = req.responseText.match(/<body[\s\S]*<\/body>/); body = document.documentElement.getElementsByTagName('body')[0]; /* body tag itself is ignored, only its children will be inserted */ body.innerHTML = body_content; } I've documented the full solution at http://www.mobile-web-consulting.de/post/4720306582/jstestdriver-html-injection-from-separate-file
Malcolm McRoberts

Physician Quality Reporting System - Centers for Medicare & Medicaid Services - 0 views

  • rting System  >  Physician Quality Reporting System Physician Quality Reporting System Spotlight How To Get Started CMS Sponsored Calls Statute Regulations Program Instructions ICD-10 Section Measures Codes Registry Reporting Electronic Health Record Reporting CMS-Certified Survey Vendor Qualified Clinical Data Registry Reporting Group Practice Reporting Option GPRO Web Interface Maintenance of Certification Program Incentive Analysis and Payment Payment Adjustment Information Educational Resources Help Desk Support 2011 Physician Quality Reporting System 2012 Physician Quality Reporting System 2013 Physician Quality Reporting System Physician Quality Reporting System Physician Quality Reporting System (Physician Quality Reporting or PQRS) formerly known as the Physician Quality Reporting Initiative (PQRI)
Malcolm McRoberts

Apache JMeter - Apache JMeter™ - 0 views

  • The Apache JMeter™ desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions
Malcolm McRoberts

The RDF Data Cube Vocabulary - 0 views

  • publish multi-dimensional data, such as statistics, on the web in such a way that it can be linked to related data sets and concepts.
Malcolm McRoberts

Integrating R with Cloudera Impala for Real-Time Queries on Hadoop | BigHadoop - 0 views

  • R is one of the most popular open source statistical computing and graphical software. It can work with various data sources from comma separated files to web contents referred by URLs to relational databases to NoSQL (e.g. MongoDB or Cassandra) and Hadoop.
Malcolm McRoberts

How-to: Do Statistical Analysis with Impala and R | Cloudera Developer Blog - 0 views

  • To meet that goal, we have created a new R package, RImpala, which connects Impala to R. RImpala enables querying the data residing in HDFS and Apache HBase from R, which can be further processed as an R object using R functions. RImpala is now available for download from the Comprehensive R Archive Network (CRAN) under GNU General Public License (GPL3).
Malcolm McRoberts

selenium 2.42.1 : Python Package Index - 0 views

  • Selenium WebDriver is often used as a basis for testing web applications. Here is a simple example uisng Python's standard unittest library: import unittest class GoogleTestCase(unittest.TestCase): def setUp(self): self.browser = webdriver.Firefox() self.addCleanup(self.browser.quit) def testPageTitle(self): self.browser.get('http://www.google.com') self.assertIn('Google', self.browser.title) if __name__ == '__main__': unittest.main(verbosity=2)
Malcolm McRoberts

JavaScript API - 0 views

  • With Tableau's JavaScript API you can integrate Tableau visualizations into your own web applications. The API lets you tightly control your users' interactions and combine functionality that otherwise couldn't be combined. For example, you can code a single control that filters a group of marks, selects some of those marks, and presents their data for download
Malcolm McRoberts

PhantomJS | PhantomJS - 0 views

  • PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
  • Page Automation Access and manipulate webpages with the standard DOM API, or with usual libraries like jQuery. Learn more
  • Headless Website Testing Run functional tests with frameworks such as Jasmine, QUnit, Mocha, Capybara, WebDriver, and many others. Learn more
1 - 19 of 19
Showing 20 items per page