{"id":28205938,"url":"https://github.com/mattiadane/production-scheduler","last_synced_at":"2025-08-02T04:07:59.374Z","repository":{"id":286997449,"uuid":"823671992","full_name":"mattiadane/Production-Scheduler","owner":"mattiadane","description":"Assembly scheduler for orders","archived":false,"fork":false,"pushed_at":"2025-04-09T11:17:13.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T14:44:21.766Z","etag":null,"topics":["assembly","edf","file","hpf","makefile"],"latest_commit_sha":null,"homepage":"","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/mattiadane.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":"2024-07-03T13:35:48.000Z","updated_at":"2025-04-09T11:17:17.000Z","dependencies_parsed_at":"2025-04-09T12:33:57.330Z","dependency_job_id":null,"html_url":"https://github.com/mattiadane/Production-Scheduler","commit_stats":null,"previous_names":["mattiadane/production-scheduler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattiadane/Production-Scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattiadane%2FProduction-Scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattiadane%2FProduction-Scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattiadane%2FProduction-Scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattiadane%2FProduction-Scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattiadane","download_url":"https://codeload.github.com/mattiadane/Production-Scheduler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattiadane%2FProduction-Scheduler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334093,"owners_count":24233782,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","edf","file","hpf","makefile"],"created_at":"2025-05-17T10:08:44.254Z","updated_at":"2025-08-02T04:07:59.347Z","avatar_url":"https://github.com/mattiadane.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Production-Scheduler\nThis is a University project in which we had to create a scheduler of orders.\nIn this case, a specific company gives a text file in which stores the orders to schedule.\n\nEvery file in the Ordini directory is composed in this way:\n```id,production_time,deadline,priority```\n\n## How we store and order the data\nEvery time we store a data in the Stack, we have this column for each order:\n|Stack|\n|--------|\n|........|\n|Priority|\n|Deadline|\n|Production time|\n|ID Order|\n\nAt this point, we have all the four data near to each other, so we can easily manage them during the scheduling process.\n\n### HPF Algorithm\nThe first algoritm we use is the ```High Priority First``` and in case two orders have the same priority, we check the deadline and put first which one has the lower deadline.\n\n### EDF Algorithm\nThe second algoritm we use is the ```Earliest Deadline First``` and in case two orders have the same deadline, we check the priority and put first which one has the higher priority\n\n## How to use\nOpen a terminal and run these 3 commands:\n```bash\nmkdir obj\nmkdir bin\nmake\n```\nAt this point, all objects and executable files are created.\n\n## How to run\nIn order to run this project, run this command:\n```bash\n./bin/pianificatore Ordini/orders_file\n```\n\n## Collaborators\n- [Alessandro De Carli](https://github.com/Aledpl5)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattiadane%2Fproduction-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattiadane%2Fproduction-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattiadane%2Fproduction-scheduler/lists"}