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 5 hrs 44 mins ██████████████▍░░░░░░ 68.5%
Python 1 hr 37 mins ████░░░░░░░░░░░░░░░░░ 19.4%
JSON 27 mins █▏░░░░░░░░░░░░░░░░░░░ 5.5%
Bash 13 mins ▌░░░░░░░░░░░░░░░░░░░░ 2.6%
Markdown 12 mins ▌░░░░░░░░░░░░░░░░░░░░ 2.5%
@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