Skip to content

Instantly share code, notes, and snippets.

@aakashtyg
aakashtyg / gist:58f94b088296278d391fa5ba6dc8aa21
Last active July 22, 2026 07:50
Add checkboxes as the first column in markdown tables rendered on Github
// ==UserScript==
// @name GitHub README table checkboxes
// @namespace local
// @match https://github.com/*
// @grant none
// ==/UserScript==
(() => {
// --- storage key: one bucket per repo + markdown file -----------------
function storageKey() {
public class CalculatorApp {
public static void main (String[] args) {
Calculator calculator = new Calculator();
System.out.println("======== Welcome to the calculator app =========");
String choice = "y";
while (choice.equalsIgnoreCase("y")) {
CalculatorApp.displayMenu();