Skip to content

Instantly share code, notes, and snippets.

View tkunic's full-sized avatar

Toni Kunic tkunic

  • Lassonde School of Engineering
  • Toronto
View GitHub Profile
@rajiteh
rajiteh / gpa_calculator.js
Created January 25, 2015 02:34
York University GPA Calculator
// Get JQuery Injector for chrome : https://chrome.google.com/webstore/detail/jquery-injector/indebdooekgjhkncmgbkeopjebofdoid?hl=en
// 1. Login to PPY and go to URL: https://wrem.sis.yorku.ca/Apps/WebObjects/ydml.woa/wa/DirectAction/document?name=CourseListv1
// 2. Inject jQuery and paste this in the console.
// 3. ????
// 4. Get depressed.
var grades = {};
var grade_points = {
"F": 0,
"E": 1,
"D": 2,