Jason's test project to modify a hubot script to do releases for Mobify's progressive-web-sdk.
TypeScript definitions for istanbul-lib-coverage
TypeScript definitions for json-schema
TypeScript definitions for istanbul-lib-report
TypeScript definitions for eslint
@intlify/shared
TypeScript definitions for body-parser
TypeScript definitions for node-fetch
TypeScript definitions for conventional-commits-parser
TypeScript definitions for xml2js
TypeScript definitions for pngjs
TypeScript definitions for inquirer
TypeScript definitions for react-table
TypeScript definitions for jest
TypeScript definitions for paypal-checkout-components
TypeScript definitions for styled-components
TypeScript definitions for css-tree
Clone a git repository
A small and fast library for validating parsing and resolving URIs and IRIs
TypeScript definitions for source-map-support
TypeScript definitions for madge
TypeScript definitions for chrome
WebDriver/Selenium 2 node.js client
Render syntax-highlighted JSON data using React. Lightweight.
DeepTest runs tests in multiple processes.
Kloutbg - Fork of Jason Torres and updated to recent Klout API. No testing. Now using httparty like Eddy Parris.
The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!This version contains modifications by Jason Woods to workeven better on OS X. Mostly an alpha test as tests need updating!Further contributions to help get this stable for merge will be welcome!
GuerrillaRotate ============== This plugin lets you have multiple view pages for the one action, so that you can rotate through different views in order to test which one is the most effective. This is known as A/B testing, split testing or side-by-side testing. It will automatically switch between the different views for different web requests (uses .rand so is pseudo random, not round-robin or anything). The particular view is sticky for a (rails) session, so that once that view has been chosen for that visitor they will see the same, consistent view each time. It integrates automagically into [Rubaidh::GoogleAnalytics](http://github.com/rubaidh/google_analytics) by setting the override_trackpageview to the name of the unique view file (instead of the action-based URL) so you can track it easily in Google Analytics. Without that you'll want to track it by putting different tracking codes in each of your view templates. Example ------- So, in your views you will create some new templates with something (can be anything including nothing) between the template name and the first part of the extension. So you might have the following files for the products/index action: app/views/products/index.html.erb app/views/products/index_alt.html.erb app/views/products/index_new.html.erb Then all you need to do is tell your controller to rotate for that action: ### app/controllers/products_controller.rb class ProductsController < ApplicationController guerrilla_rotate :index, :show # etc.. end NB: guerrilla_rotate is also aliased as guerilla_rotate for the alternative spelling and typos. Copyright © 2009 Jason King, released under the MIT license
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.