I hereby claim:
- I am maurizi on github.
- I am mmaurizi (https://keybase.io/mmaurizi) on keybase.
- I have a public key whose fingerprint is F954 20B1 44B0 435A F52A A974 0859 FFBA 6097 9039
To claim this, I am signing this object:
import Benchmark from "benchmark"; | |
import S3 from "aws-sdk/clients/s3.js"; | |
import Pbf from "pbf"; | |
import { decode } from "topobuf"; | |
import { deserialize } from "v8"; | |
const s3 = new S3(); | |
async function run(region) { | |
const v8response = await s3 |
// ==UserScript== | |
// @name 538 polls plus | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Improves the Trump approval rating polls page on fivethirtyeight.com | |
// @author [email protected] | |
// @match https://projects.fivethirtyeight.com/trump-approval-ratings/* | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Hide old news | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Hides old articles on Hacker News | |
// @author Mike M | |
// @match https://news.ycombinator.com/ | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Mike's timesheet improvements | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Add plus time buttons to the new GetMyTime | |
// @author Michael Maurizi | |
// @match https://app.getmytime.com/timesheet.aspx | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Turn Github Branch names into links | |
// @namespace maurizi.org | |
// @include https://github.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
var i; | |
var elems = document.querySelectorAll('.commit-ref.current-branch'); |
// ==UserScript== | |
// @name Swipe to Archive for Inbox | |
// @namespace maurizi.org | |
// @description Swipe to Archive for Google's Inbox | |
// @include https://inbox.google.com/ | |
// @include https://inbox.google.com/u/0/ | |
// @include https://inbox.google.com/u/1/ | |
// @include https://inbox.google.com/u/2/ | |
// @include https://inbox.google.com/u/3/ | |
// @include https://inbox.google.com/u/4/ |
I hereby claim:
To claim this, I am signing this object:
@echo off | |
cygwin-shim.bat /bin/ansible-galaxy %* |