Skip to content

Instantly share code, notes, and snippets.

View RobinBoers's full-sized avatar
curious

Robin RobinBoers

curious
View GitHub Profile
@RobinBoers
RobinBoers / fastasfuck.js
Created March 13, 2025 14:22
Tampermonkey script that disables wait time on wiskunde-examens.nl
// ==UserScript==
// @name Fast as fuck
// @namespace http://tampermonkey.net/
// @version 2025-03-13
// @description Disables wait time on wiskunde-examens.nl
// @author Robijntje
// @match https://www.wiskunde-examens.nl/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=wiskunde-examens.nl
// @grant none
// ==/UserScript==
@RobinBoers
RobinBoers / pong.py
Created March 15, 2025 13:58
Pong in 85 lines of Python :)
#!/usr/bin/python3
import pygame
s = 80
v = 5
w = 50
h = 300
d = 40