Skip to content

Instantly share code, notes, and snippets.

View JogoShugh's full-sized avatar

Josh Gough JogoShugh

View GitHub Profile
param (
[Int]
$clusterSize,
[string]
$VMName,
[Int]
$nodeNumber,
[Int]
$IntIp,
[Int]
@JogoShugh
JogoShugh / fiddle.css
Created February 18, 2013 19:52 — forked from zalun/fiddle.css
body {
font-family: Helvetica, Verdana
}
p {
padding: 7px 10px;
}
#demo {
border: 1px solid #999;
}