extremecoders-re / punch-reader

A punched card reader in javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Punch Reader

This is a small web application designed to read punched card images generated by kloth.net. The inspiration for developing this web app comes from trying to solve a problem in the EKTOPARTY CTF where the task was to decode a large number of punched card images.

The images must have an exact size of 588 x 264 or else this tool won't work. For an example try clicking on one of the sample images provided.

View the live demo at https://extremecoders-re.github.io/punch-reader/

About

A punched card reader in javascript.

License:MIT License


Languages

Language:JavaScript 55.7%Language:HTML 44.3%