{"id":21928515,"url":"https://github.com/matthewelse/bumps-tools","last_synced_at":"2025-03-22T12:24:15.284Z","repository":{"id":72082947,"uuid":"377307653","full_name":"matthewelse/bumps-tools","owner":"matthewelse","description":"Tools for extracting data from \"The Bumps\" book CD-ROM","archived":false,"fork":false,"pushed_at":"2023-06-18T18:47:21.000Z","size":1746,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T11:49:47.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matthewelse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-15T22:25:12.000Z","updated_at":"2023-06-18T15:51:36.000Z","dependencies_parsed_at":"2024-11-28T22:27:43.775Z","dependency_job_id":"be3787b7-1f04-4dd1-a962-9094f279507e","html_url":"https://github.com/matthewelse/bumps-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fbumps-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fbumps-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fbumps-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewelse%2Fbumps-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewelse","download_url":"https://codeload.github.com/matthewelse/bumps-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244954812,"owners_count":20537834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T22:26:24.982Z","updated_at":"2025-03-22T12:24:15.257Z","avatar_url":"https://github.com/matthewelse.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Bumps Tools\n\nA set of tools for extracting data from the (now dated) bumps CD-ROM. To use\nthese tools, you need to start with a copy of the CD-ROM.\n\n## Extracting data files from the install CD\n\n1. Install [unshield](https://github.com/twogood/unshield). On MacOS, `brew\n   install unshield` should work.\n2. Extract the data files from the installer CD.\n\n```bash\n$ cd $CD_PATH\n$ mkdir -p data\n$ unshield x -d data INSTALL/data1.cab\n$ ls data\nData_Files  Help_Files  Program_Executable_Files  Text_Files\n```\n\nThe `Data_Files` directory contains a number of .dat files, which are encrypted\nusing a simple algorithm, described in `src/decode.rs`.\n\n## Decoding data files\n\nUse the `decode` tool.\n\n```bash\n$ cd $THIS_REPO_PATH\n$ cargo run -q -- decode --file $CD_PATH/data/Data_Files/Data/Colleges.dat\n!\n! NAME\t\t\t\tFILE\n!\n\n[1st Trinity]\n29\t1\t158\n1st Trinity Black Prince\tblackp\n1st Trinity\t\t\t1trin\n1st Trinity 2\t\t\t1trin2\n1st Trinity 3\t\t\t1trin3\n...\n```\n\n## Querying results\n\nUse the `query` tool.\n\n```bash\n$ cd $THIS_REPO_PATH\n$ cargo run -q -- query --competition men-mays --crew kings --year 1998 --data-dir $CD_PATH/data/Data_Files\nyear: 1998\ncrew name: King's 3\ncrew alias: kings3\nresults: [78, 79, 80, 81, 81]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewelse%2Fbumps-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewelse%2Fbumps-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewelse%2Fbumps-tools/lists"}