Skip to content

Instantly share code, notes, and snippets.

View KonradowyPL's full-sized avatar

KonradowyPL

  • Poland
  • 16:20 (UTC +02:00)
View GitHub Profile
@KonradowyPL
KonradowyPL / .md
Last active April 11, 2024 16:46
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;