{"id":22457737,"url":"https://github.com/kaydvc/course-scheduler","last_synced_at":"2025-06-17T20:37:52.685Z","repository":{"id":188193110,"uuid":"678247932","full_name":"KayDVC/Course-Scheduler","owner":"KayDVC","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-16T05:05:37.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T13:43:58.976Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KayDVC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-08-14T05:32:03.000Z","updated_at":"2023-08-14T06:46:16.000Z","dependencies_parsed_at":"2025-03-27T13:39:57.825Z","dependency_job_id":"71c635c4-fb34-4960-a5a6-520eed129125","html_url":"https://github.com/KayDVC/Course-Scheduler","commit_stats":null,"previous_names":["kaydvc/course-scheduler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KayDVC/Course-Scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayDVC%2FCourse-Scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayDVC%2FCourse-Scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayDVC%2FCourse-Scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayDVC%2FCourse-Scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KayDVC","download_url":"https://codeload.github.com/KayDVC/Course-Scheduler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayDVC%2FCourse-Scheduler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260438905,"owners_count":23009268,"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-12-06T08:09:19.131Z","updated_at":"2025-06-17T20:37:47.671Z","avatar_url":"https://github.com/KayDVC.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Table of Contents\n1. [Objective](#objective)\n2. [Use](#use)\n    * [Input Files](#input-files)\n    * [Example Run](#example-run)\n3. [Additional Considerations](#additional-considerations)\n\n\n## Objective\n\nThe objective of this project utilize linked lists to develop a simple, but useful application. This was completed in 2021 as an assignment.\n\nBeing that it was around the time to schedule my classes for the next semester, I figured what better do I have to do than make an app to help with the mental slog of scheduling classes.\n\n- _Note_ : The imported from Eclipse 🤢 to a much, much, much, much better IDE; Comments might be a bit wonky.\n\n\n## Use\n\nRequires Java. Tested using `openjdk 17.0.8`.\n\n### Input Files\n\nThe app requires the use of an input text file. The expected format is \n`course_name1 \u003cd\u003e\u003cd\u003e\u003cd\u003e\u003c24h_time\u003e`. For example:\n\n```\nCSE2010 MWF1200 TR1400 MWF1100\nCOM1101 MWF0900 MWF1000 MWF1100\n```\n\n_See more examples in `samples/input`_\n\n### Example Run\n\n```bash\ncd src\njavac App.java\njava App ../samples/input/One.txt\n\n---Course Schedule---\nCSE4301 MWF0900\nMTH2001 MWF1500\nCOM2223 MWF1100\n\n---Courses With a Time Conflict---\nPHY1001 MWF1500 \n```\n\nDon't degrade yourself by using Eclipse; [here's a tutorial](https://code.visualstudio.com/docs/java/java-tutorial) on how to setup VS Code for Java. Basic, but at least you'll be able to sleep at night with dignity and self-respect.\n\n## Additional Considerations\n\nThis project was not meant to be used casually. It doesn't take multiple, common scenarios in to account. \n\nFor example, there is no way to specify the duration of a course.\n\nIf I was to recreate the app, I would include more robust functionality to make the program ideal for casual use. A somewhat similar mockup of an updated version can be found in [the sample recreation](SampleRecreation.ipynb).\n\nIf used as \"inspiration,\" please link back to this repo.\n\nThanks,\n\n\\- Kay\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaydvc%2Fcourse-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaydvc%2Fcourse-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaydvc%2Fcourse-scheduler/lists"}