Skip to content

Instantly share code, notes, and snippets.

View simoneau's full-sized avatar

Matthew Simoneau simoneau

View GitHub Profile
date,vendor,version,count
2020-07-01 04:19:15.133 +0000 UTC,urbana,359,948
2020-07-01 01:40:22.441 +0000 UTC,viator,325,264429
2020-06-30 22:21:06.219 +0000 UTC,klookx,288,1586
2020-06-30 21:27:05.516 +0000 UTC,rezdyx,392,294
2020-06-30 20:53:22.128 +0000 UTC,museme,341,8422
2020-06-30 20:27:10.196 +0000 UTC,viator,324,264429
2020-06-30 19:24:10.833 +0000 UTC,tiqets,322,3889
2020-06-30 19:12:32.824 +0000 UTC,eatwit,356,979
2020-06-30 18:49:34.504 +0000 UTC,museme,340,8433
@simoneau
simoneau / BUILD.bazel
Created February 4, 2020 18:17
Wrong version of dependency
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
load("@bazel_gazelle//:def.bzl", "gazelle")
# gazelle:prefix example.com/testo
gazelle(name = "gazelle")
go_library(
name = "go_default_library",
srcs = ["main.go"],
importpath = "example.com/testo",
@simoneau
simoneau / imgur-reddit-https.user.js
Created October 8, 2014 16:38
A user script to rewrite links to imgur.com on https://www.reddit.com to use HTTPS. Note that you may need to reload the page if you are flipping through images.
// ==UserScript==
// @name HTTPS for reddit.com on imgur.com
// @description Rewrite links to use HTTPS for reddit.com on imgur.com.
// @author Matthew Simoneau
// @namespace http://www.matthewsim.com/
// @version 0.1
// @include https://imgur.com/*
// ==/UserScript==
var a = document.getElementsByTagName('a');
@simoneau
simoneau / reddit-imgur-https.user.js
Last active August 16, 2016 01:27
A user script to rewrite links to imgur.com on https://www.reddit.com to use HTTPS
// ==UserScript==
// @name HTTPS for imgur.com on reddit.com
// @description Rewrite links to use HTTPS for imgur.com on reddit.com.
// @author Matthew Simoneau
// @namespace http://www.matthewsim.com/
// @version 0.1
// @include https://www.reddit.com/*
// ==/UserScript==
var a = document.getElementsByTagName('a');
@simoneau
simoneau / SaveAndNext.ahk
Created September 8, 2011 00:09
Automatically Download an Album From Snapfish Using Google Chrome and AutoHotKey
#SingleInstance force
#a::
Loop, 32 {
Click right 938,639
Sleep, 1000
Send {Down}
Send {Enter}
WinWaitActive, Save As
pic := A_Index+0