Tools for bulk processing and classification of Apple II disk images
Go to file
kris 6a4706d6b0 Build a JSON graph of the levenshtein distances between pairs of boot1
sectors and visualize it as a D3 force-directed graph.  This is pretty
cool

There are two thresholds to control the graph size and connectivity
- limit to boot1 images that are represented in at least 10 disks
- only render links for distances < 200 bits

Needs improvements, e.g.

- use human-readable names for the boot1 images
- potentially add controls for dynamically changing those thresholds
  and other D3 params
- display list of associated disks to each image
2017-05-11 23:54:59 +01:00
LICENSE Initial commit 2017-05-04 20:57:22 +01:00
README.md Initial commit 2017-05-04 20:57:22 +01:00
apple2.schema Initial schema for disk metadata 2017-05-04 21:25:33 +01:00
boot1_levenshtein.py Compute levenshtein distance between all pairs of boot1 sectors in the 2017-05-04 21:28:46 +01:00
build_levenshtein_graph.py Build a JSON graph of the levenshtein distances between pairs of boot1 2017-05-11 23:54:59 +01:00
insert_disks.py Add check for disk length not aligned to sector boundary 2017-05-04 21:31:55 +01:00
render.html Build a JSON graph of the levenshtein distances between pairs of boot1 2017-05-11 23:54:59 +01:00

README.md

bigapple

Tools for bulk processing and classification of Apple II disk images