Skip to content

Instantly share code, notes, and snippets.

View mathdroid's full-sized avatar
☢️
not good, not terrible

Odi mathdroid

☢️
not good, not terrible
View GitHub Profile
@mathdroid
mathdroid / matrix.0.gif
Created May 25, 2019 10:10
Gist for matrix.0.gif. Generated by `crop-github-images-cli`.
matrix.0.gif
@mathdroid
mathdroid / matrix.4.gif
Created May 25, 2019 10:10
Gist for matrix.4.gif. Generated by `crop-github-images-cli`.
matrix.4.gif
@mathdroid
mathdroid / matrix.2.gif
Created May 25, 2019 10:10
Gist for matrix.2.gif. Generated by `crop-github-images-cli`.
matrix.2.gif
@mathdroid
mathdroid / rick.4.gif
Created May 11, 2019 00:24
Gist for rick.4.gif. Generated by `crop-github-images-cli`.
rick.4.gif
@mathdroid
mathdroid / rick.1.gif
Created May 11, 2019 00:24
Gist for rick.1.gif. Generated by `crop-github-images-cli`.
rick.1.gif
@mathdroid
mathdroid / rick.0.gif
Created May 11, 2019 00:24
Gist for rick.0.gif. Generated by `crop-github-images-cli`.
rick.0.gif
@mathdroid
mathdroid / rick.5.gif
Created May 11, 2019 00:24
Gist for rick.5.gif. Generated by `crop-github-images-cli`.
rick.5.gif
@mathdroid
mathdroid / rick.2.gif
Created May 11, 2019 00:24
Gist for rick.2.gif. Generated by `crop-github-images-cli`.
rick.2.gif
@mathdroid
mathdroid / rick.3.gif
Created May 11, 2019 00:24
Gist for rick.3.gif. Generated by `crop-github-images-cli`.
rick.3.gif
@mathdroid
mathdroid / del.js
Created April 15, 2019 04:25
Delete gists above specific date
const got = require("got");
const DONT_ERASE_BELOW = "2019-04-08T21:45:03Z";
const del = async () => {
const res = await got("gists", {
baseUrl: "https://api.github.com",
headers: {
Authorization: `token ${token}`
}