{"id":13640476,"url":"https://github.com/atesgoral/hrm-solutions","last_synced_at":"2025-05-15T07:07:18.357Z","repository":{"id":1778426,"uuid":"44489109","full_name":"atesgoral/hrm-solutions","owner":"atesgoral","description":"Human Resource Machine solutions and size/speed hacks ","archived":false,"fork":false,"pushed_at":"2025-03-02T16:09:34.000Z","size":4497,"stargazers_count":439,"open_issues_count":11,"forks_count":179,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-04-14T13:01:29.820Z","etag":null,"topics":["assembly","benchmarking","game","human-resource-machine"],"latest_commit_sha":null,"homepage":"http://atesgoral.github.io/hrm-solutions/","language":"Assembly","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/atesgoral.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":"2015-10-18T17:47:31.000Z","updated_at":"2025-04-13T20:58:46.000Z","dependencies_parsed_at":"2023-12-29T16:27:56.309Z","dependency_job_id":"618ef6f3-aa2b-4f95-8ec8-7cf3a21f608f","html_url":"https://github.com/atesgoral/hrm-solutions","commit_stats":{"total_commits":880,"total_committers":89,"mean_commits":9.887640449438202,"dds":0.7420454545454546,"last_synced_commit":"cae12484c7dede667af1d7e14eb76b1879893d4c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atesgoral%2Fhrm-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atesgoral%2Fhrm-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atesgoral%2Fhrm-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atesgoral%2Fhrm-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atesgoral","download_url":"https://codeload.github.com/atesgoral/hrm-solutions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292042,"owners_count":22046426,"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":["assembly","benchmarking","game","human-resource-machine"],"created_at":"2024-08-02T01:01:11.574Z","updated_at":"2025-05-15T07:07:13.327Z","avatar_url":"https://github.com/atesgoral.png","language":"Assembly","funding_links":[],"categories":["Assembly"],"sub_categories":[],"readme":"[![Build and Deploy](https://github.com/atesgoral/hrm-solutions/actions/workflows/build-and-deploy.yml/badge.svg)][1]\n\n[1]: https://github.com/atesgoral/hrm-solutions/actions/workflows/build-and-deploy.yml\n\n# Human Resource Machine solutions\n\nThis repo contains working solutions, in hopes of exchanging ideas to collaboratively come up with the most/size.speed optimized solutions (or simply to help those out there who are stuck). Even though the programs are created through a drag-and-drop interface within the game, copy/paste from/to the clipboard works as assembly source code seen in this repo.\n\n[Top Scores and more info.](https://atesgoral.github.io/hrm-solutions/)\n\n## File Naming Convention\n\nThe file naming convention used is:\n\nUnder the `solutions` folder, inside a subfolder called `\u003clevel\u003e-\u003clevel name\u003e-\u003csize par\u003e.\u003cspeed par\u003e`, `\u003csize\u003e.\u003cspeed\u003e[.\u003ctype\u003e]-\u003cauthor\u003e.asm`\n\nWhere `size` and `speed` are the number of commands and steps of the solution, which is deemed by the game as size and speed optimized if they are equal to or less than the par numbers in its folder's name.\n\nThe optional `type` field is a descriptor for the type of solution (e.g. the algorithm used, whether it's an exploit etc.)\n\n`author` is the GitHub username of the author of the solution.\n\nFor example, `solutions/07-Zero-Exterminator-4.23/4.23-atesgoral.asm` means the solution is both size and speed optimized and is by user atesgoral.\n\n## Contributing\n\nPlease issue a pull request while keeping in mind:\n\n- The file naming convention is met\n- If you're a new contributor, edit the contributors.yml file to add yourself\n- Make sure your new solution passes tests (see below)\n\n## Testing\n\nYou need Node.js 18+ and Yarn to be installed.\n\n`yarn` to install all dependencies\n\n`yarn test` to run tests.\n\n## Tools Used\n\nThe tests involve the static/runtime analysis and benchmarking of each solution by utilizing:\n\n- [hrm-parser](https://github.com/nrkn/hrm-parser) by [@nrkn](https://github.com/nrkn) for static analysis of programs\n- [hrm-cpu](https://github.com/nrkn/hrm-cpu) by [@nrkn](https://github.com/nrkn) for running programs and runtime analytics\n- [hrm-level-data](https://github.com/atesgoral/hrm-level-data) by [@atesgoral](https://github.com/atesgoral) for level metadata for providing level constraints\n- [hrm-level-inbox-generator](https://github.com/atesgoral/hrm-level-inbox-generator) by [@atesgoral](https://github.com/atesgoral) for randomly generating level-appropriate inboxes for benchmarking\n- [hrm-level-outbox-generator](https://github.com/atesgoral/hrm-level-outbox-generator) by [@atesgoral](https://github.com/atesgoral) for determining the expected outboxes for given level + inbox for benchmarking\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatesgoral%2Fhrm-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatesgoral%2Fhrm-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatesgoral%2Fhrm-solutions/lists"}