Skip to content

Instantly share code, notes, and snippets.

View EddM's full-sized avatar
🦆

Edd Morgan EddM

🦆
View GitHub Profile
@bishboria
bishboria / springer-free-maths-books.md
Last active April 25, 2024 06:27
Springer made a bunch of books available for free, these were the direct links
@harperreed
harperreed / electric_objects.py
Last active August 11, 2022 10:02
Electric objects simple API wrapper
import requests
import urllib
import requests
import json
import random
"""
here is a wrapper for the *unreleased* electric objects API
Built by Harper Reed (harper@nata2.org) - @harper
@frdmn
frdmn / osx-10-10-virtualbox.md
Last active February 22, 2022 08:39
Install OS X 10.10 Yosemite in VirtualBox
@jeshuamorrissey
jeshuamorrissey / wanikani-sentences.user.js
Last active November 9, 2017 18:03
WaniKani Sentences
// ==UserScript==
// @name WaniKani Example Sentences
// @version 2.1
// @description Displays additional examples sentences for the given vocabulary.
// @match *://www.wanikani.com/*vocabulary/*
// @match *://www.wanikani.com/review/session*
// @match *://www.wanikani.com/lesson/session*
// @copyright 2014 jeshuam
// @require //ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// @grant GM_getValue