Skip to content

Instantly share code, notes, and snippets.

View benlipp's full-sized avatar

Ben Lippincott benlipp

  • Self-Employed
  • Akron, Ohio
View GitHub Profile
@benlipp
benlipp / loadtest-newhandler.json
Created May 24, 2017 19:52
artillery crash script
{
"config": {
"variables": {
"alarmID": 154
},
"target": "http://events.navigateprepared.com/connect/?mtid=5235&pa_id=2047485644&token=1d8665f2487a4720a64324c0ed70e-1495569573",
"phases": [
{ "duration": 60, "arrivalRate": 5, "name": "PHASE I: the warm-up" },
{ "duration": 180, "arrivalRate": 15, "name": "PHASE II: low stress" },
{ "duration": 180, "arrivalRate": 50, "name": "PHASE III: high stress" },
<body>
<div id="container">
<div id="inner">
<div class="RWBBorderLeft">
<img src="images/RWBBorder.png" width="650" height="650" alt=""/>
</div>
<div class="questionText"></div>
<a class="answerBtn"></a>
<div class="anchor0"><img src="images/Anchor0.png" width="600" height="600" alt=""/></div>
@benlipp
benlipp / _ide_helper.php
Created November 28, 2016 18:16
barryvdh/laravel-ide-helper for Laravel 5.3
<?php
/**
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel 5.3.24 on 2016-11-28.
*
* @author Barry vd. Heuvel <[email protected]>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {