This file contains 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
// Guide: | |
// 1. Pergi ke simaster > kkn > rpp | |
// 2. Buka salah satu rpp proker sehingga terlihat proker bantu | |
// 3. Tekan F12 untuk memunculkan console, lalu paste script di bawah ini | |
// - Jika script tidak berjalan, bisa ketik: `allow pasting` terlebih dahulu (terkhusus untuk chrome) | |
(function payingkeyen() { | |
// change this when the ui is updated | |
const TABLE_JAM_BANTU = $("#subcontent-element > div:nth-child(8) > div.panel-body > div > table"); |
This file contains 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
""" | |
auto-edom -- automatically fill your lecturer evaluation questionnaires | |
on SIMASTER UGM | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2023 Faiz Jazadi <[email protected]> |
This file contains 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
import queue | |
from pyqtgraph.Qt import QtGui, QtCore | |
import numpy as np | |
import pyqtgraph as pg | |
import multiprocessing | |
import time | |
# This function is responsible for displaying the data | |
# it is run in its own process to liberate main process |