View projector1.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Name: projector1 1.1.1 | |
Author: Rob Wunderlich | |
Original Atom One Dark Theme | |
*/ | |
/* basic */ | |
.CodeMirror pre { | |
line-height: 22px; | |
} |
View RunRegressionTest.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#=== Configure the following variables for your environment ==== | |
# Directory where scenario json files are found | |
$scenarioDir="C:\QS-ScalabilityTools\scenario" | |
# Root directory of the QS Scalability tools | |
$scalabilityToolsDir = "C:\QS-scalabilitytools-5.0.0" | |
# SDK Exerciser version to use -- it's a subdirectory of SDKExerciser directory. | |
$SDKExerciserVersion = "Jun2018" | |
#=== End of local environment configuration === | |
$app = $args[0].trim() |
View gist:6ebf2e8e3a935c4ce76fecbb376a966a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
='DROP FIELD' | |
& chr(10) | |
& concat({<[Field Is Used]={N}>} DISTINCT '[' & FieldName & ']', ',' & chr(10)) | |
& chr(10) & ';' |