Skip to content

Instantly share code, notes, and snippets.

View cameronbrill's full-sized avatar
🙃
having fun

Cameron Brill cameronbrill

🙃
having fun
View GitHub Profile
TypeScript 2 hrs 33 mins ████▊░░░░░░░░░░░░░░░░ 22.9%
JSON 1 hr 45 mins ███▎░░░░░░░░░░░░░░░░░ 15.7%
Python 1 hr 42 mins ███▏░░░░░░░░░░░░░░░░░ 15.4%
JavaScript 1 hr 30 mins ██▊░░░░░░░░░░░░░░░░░░ 13.5%
TOML 1 hr 23 mins ██▋░░░░░░░░░░░░░░░░░░ 12.6%
@cameronbrill
cameronbrill / quizlet.js
Last active April 19, 2021 03:43
get total number of quizlet cards made by user
z=0;
document.getElementsByClassName("SetPreview-cardBylineTermsCount").forEach(val => {z+=parseInt(val.innerText.split()[0])});
console.log(z);
@cameronbrill
cameronbrill / README-Template.md
Created October 2, 2018 03:33 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites