Stash | ←→ | Workspace★ | ←→ | Index (or “Staging” or “Cache”) | ←→ | Local Repository | ←→ | Remote Repository |
italics | variable |
[brackets] | optional argument |
javascript: | |
(function(){ | |
/*@author Matt Vance (borrowing heavily from Pablo Cantero's pageChangesNotifier.js - https://gist.github.com/751586) */ | |
var xmlHttp=getXMLHttpObj(); | |
if(xmlHttp==null){ | |
alert('Failed to load XMLHTTP'); | |
return; | |
} | |
var actual=getPageContent(xmlHttp,window.location.href); | |
switch(actual){ |
#!/bin/bash | |
# Follow the steps below to configure Quickstart as a continuous integration appliance, complete with Jenkins, | |
# Selenium Builder, Selenium Server, PHPUnit, and Selenium Zoetrope. The script also configures and runs an | |
# example Jenkins test job for Quickstart's example6.dev site, including Simpletest module testing and | |
# Coder module checks. | |
# | |
# 1. Download Quickstart and follow the installation instructions: | |
# http://drupal.org/project/quickstart | |
# 2. Open a Terminal window (Applications > Accessories > Terminal) and run the following command: |
Stash | ←→ | Workspace★ | ←→ | Index (or “Staging” or “Cache”) | ←→ | Local Repository | ←→ | Remote Repository |
italics | variable |
[brackets] | optional argument |
<?php | |
// This script prepends the elapsed time for each entry of an Ansible log | |
// file (see: http://stackoverflow.com/q/34211898/147937 for inspiration and | |
// additional background information). This script is intended to be used | |
// only on the "TASK:" lines from the logs. For example: | |
// $ grep "TASK:" ansible.log | php ~/tansible.php | |
while(!feof(STDIN)) { | |
$line = fgets(STDIN); | |
$exploded_line = explode(' ', $line); | |
if (isset($exploded_line[1])) { |
Currently considering https://github.com/webdriverio/webdrivercss
Core Goals: