Skip to content

Instantly share code, notes, and snippets.

View kierajreed's full-sized avatar
:octocat:
Just plain existing.

Kiera Reed kierajreed

:octocat:
Just plain existing.
View GitHub Profile
@kierajreed
kierajreed / dominioneloleaders.js
Created December 19, 2021 01:17
Script to convert dominion.games leaderboard to Elo scale.
// ==UserScript==
// @name ELO Values
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Convert dominion online leaderboard to Elo scale.
// @author muenstercheese
// @match https://dominion.games/
// @icon https://www.google.com/s2/favicons?domain=dominion.games
// @grant none
// ==/UserScript==
#include <LiquidCrystal.h>
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
const int vrxPin = A0;
const int vryPin = A1;
const int btnPin = 8;
/*
* When the wires of the joystick are facing to the left,
* The X and Y values increase towards the top-left corner.
@kierajreed
kierajreed / links.md
Last active September 10, 2019 21:39
Funny Minecraft Modding Things