Skip to content

Instantly share code, notes, and snippets.

View LimeShep's full-sized avatar

BlueSheep LimeShep

View GitHub Profile
@LimeShep
LimeShep / .md
Last active February 26, 2024 10:01 — forked from KonradowyPL/.md
Cisco Binary Game Cheats

Cisco Binary Game

Play at https://learningcontent.cisco.com/games/binary/index.html

Paste code below in site's console and then type run() to automatically solve binary problems. To stop type stop() in the console and press enter. The code:

// maps numbers to button idx on calculator
const calculatorMap = [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13];
var listinerId = 0;