Skip to content

Instantly share code, notes, and snippets.

View mach6's full-sized avatar

Doug Simmons mach6

View GitHub Profile
@mach6
mach6 / keybase.md
Created April 30, 2019 16:45
keybase proof

Keybase proof

I hereby claim:

  • I am mach6 on github.
  • I am dsimmons (https://keybase.io/dsimmons) on keybase.
  • I have a public key ASCXWODF391UNjHJbfdnmwvy75_BxrliYbWPth9DUXH3Lgo

To claim this, I am signing this object:

@mach6
mach6 / elastic-node.sh
Created May 3, 2017 18:40
Script for dynamically adding dockerized Selenium nodes to a running SeLion-Grid enhanced Selenium hub
#!/bin/bash
# ---------------------------------------------------------------------------------------------------------------------\
# Copyright (C) 2016 Doug Simmons |
# |
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance |
# with the License. |
# |
# You may obtain a copy of the License at |
# |
# http://www.apache.org/licenses/LICE
@mach6
mach6 / build.gradle
Created May 3, 2017 18:26
Sample build.gradle with SeLion's Maven MOJO Code Generator
apply plugin: 'java'
apply plugin: 'maven'
group = 'net.mach6'
version = '1.0.0-SNAPSHOT'
description = "MySeLionProject"
sourceCompatibility = 1.7
targetCompatibility = 1.7
@mach6
mach6 / start.sh
Last active August 16, 2017 07:44
docker (v1.11.1) quickstart terminal start.sh for hyper-v host
#!/bin/bash
# ---------------------------------------------------------------------------------------------------------------------\
# Copyright (C) 2016 Doug Simmons |
# |
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance |
# with the License. |
# |
# You may obtain a copy of the License at |
# |
# http://www.apache.org/licenses/LICE