I hereby claim:
- I am underscorenygren on github.
- I am underscorenygren (https://keybase.io/underscorenygren) on keybase.
- I have a public key ASArLWwMjx0jAHKPZL6TwhyoIIkuwMXsJbkMiEsXtVvj6Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
package tracing | |
import ( | |
"context" | |
"encoding/json" | |
"fmt" | |
"os" | |
"github.com/aws/aws-lambda-go/events" | |
"github.com/aws/aws-sdk-go/aws/session" |
input { | |
http { | |
port => 8080 | |
} | |
} | |
filter { | |
if [headers][request_path] == "/liveness" { | |
drop {} |
double val = doc['connection_duration'].value; | |
return val / (60.0 * 60.0); |
###What it is
The Met Sniper script is a simple way to get access to rush tickets from the Metropolitan Opera. It is a script you install, which will run on the rush tickets page, constantly reloading until it sees that tickets are available, and navigate you to the page where you can claim them.
This should give you enough time to complete the purchase flow.
###How it works
Look at LSB init scripts for more information.
Modified to work with Chef
template "/etc/init.d/[NAME]" do
(function () { | |
var reg = /\[(\d+)\]/, | |
elems = document.getElementsByClassName('task-row-text-input'), | |
total = 0, elem, | |
i, il; |
(function () { | |
var reg = /\[(\d+)\]/, | |
elems = document.getElementsByClassName('task-row-text-input'), | |
total = 0, elem, | |
i, il; | |
for (i = 0; i < il; i++) { | |
elem = elems[i]; | |
val = elem.value; | |
mat = reg.match(val); | |
if (mat) { |