This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const EXAM_WEIGHT = 0.65; | |
const EXERCISE_WEIGHT = 0.35; | |
const generateClassRecordSummary = students => { | |
let studentGrades = generateStudentGrades(students); | |
let examSummaries = generateExamSummaries(students); | |
return { studentGrades: studentGrades, exams: examSummaries }; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function vkbeautify(){ // line 83 of vkbeautify.2.0.js | |
// change the string below to 2 spaces instead of 4: | |
this.step = ' '; // 4 spaces | |
this.shift = createShiftArr(this.step); | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***/ function(module, exports) { // line 105955 in 'requester.js' | |
"use strict"; | |
ace.define("ace/theme/monokai", ["require", "exports", "module", "ace/lib/dom"], function (acequire, exports, module) { | |
exports.isDark = true; | |
exports.cssClass = "ace-monokai"; | |
// this is the string you want to change (line 105963 in 'requester.js'): | |
exports.cssText = ".ace-monokai .ace_gutter {\ |