Skip to content

Instantly share code, notes, and snippets.

View BlueBeret's full-sized avatar
⚰️
dead

click_here BlueBeret

⚰️
dead
View GitHub Profile
@refeed
refeed / jam_bantu_simaster_kkn.js
Last active January 18, 2024 14:13
hitung jam bantu simaster
// 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");
@lc-at
lc-at / auto_edom.py
Created January 19, 2023 07:41
auto-edom -- automatically fill your lecturer evaluation questionnaires on SIMASTER UGM
"""
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]>
@spewil
spewil / pyqt_mp_test.py
Created February 27, 2020 13:09
Pyqtgraph multiprocessing coordination example
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