Skip to content

Instantly share code, notes, and snippets.

View BowenYin's full-sized avatar

Bowen Yin BowenYin

View GitHub Profile
@BowenYin
BowenYin / Schoology Lookup.js
Last active September 6, 2020 23:18
Schoology course enrollment lookup script
// Get your API credentials at https://app.schoology.com/api and insert them below.
// Go to https://api.schoology.com/404 to avoid CORS problems.
// Paste the script in console, wait for "Ready," then call the function searchSection(sectionId).
const CONSUMER_KEY = ">>>YOUR_API_KEY<<<";
const CONSUMER_SECRET = ">>>YOUR_API_SECRET<<<";
var users = [], userCourses = [], matches = [];
async function fetchUsers() {
users = [];
let numUsers = 1000;
@BowenYin
BowenYin / Material Design 2 Colors.md
Last active June 24, 2020 00:41
Material Design 2 Colors: Colors found in Google's updated take on material design (2018 and later)

Material Design 2 Colors

Number of "•"s = number of occurrences across Google products


FAEAF0 •

FCE8E6 •••

FAD2CF

@BowenYin
BowenYin / Fluent Design Colors.md
Last active June 24, 2020 00:41
Fluent Design Colors: Colors found in Microsoft's most recent iterations of Fluent Design (2019 and later)

Fluent Design Colors

"*" = appears in dark mode


E8467C (Delve/Stream logo)

D23062 (Delve logo)

C30052 (Stream pri text)