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
JavaScript 4 hrs 9 mins █████▏░░░░░░░░░░░░░░░ 24.7%
TypeScript 3 hrs 37 mins ████▌░░░░░░░░░░░░░░░░ 21.6%
TOML 3 hrs 32 mins ████▍░░░░░░░░░░░░░░░░ 21.1%
JSON 1 hr 59 mins ██▍░░░░░░░░░░░░░░░░░░ 11.8%
Python 1 hr 48 mins ██▎░░░░░░░░░░░░░░░░░░ 10.7%
@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