{"id":23134427,"url":"https://github.com/wangwilly/osu-cse-6341","last_synced_at":"2026-02-02T06:03:07.398Z","repository":{"id":254156068,"uuid":"845651035","full_name":"WangWilly/osu-cse-6341","owner":"WangWilly","description":"Labs for programming languages","archived":false,"fork":false,"pushed_at":"2024-11-23T03:15:09.000Z","size":3098,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T05:04:37.458Z","etag":null,"topics":["abstract-syntax-tree","bash","java","parser","runtime","runtime-verification","typechecker"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"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/WangWilly.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-08-21T16:55:25.000Z","updated_at":"2024-11-25T00:05:39.000Z","dependencies_parsed_at":"2024-12-17T12:10:51.986Z","dependency_job_id":"43023b87-260e-405a-bf6b-95b2b9925f65","html_url":"https://github.com/WangWilly/osu-cse-6341","commit_stats":null,"previous_names":["wangwilly/osu-cse-6341"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WangWilly/osu-cse-6341","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangWilly%2Fosu-cse-6341","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangWilly%2Fosu-cse-6341/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangWilly%2Fosu-cse-6341/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangWilly%2Fosu-cse-6341/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WangWilly","download_url":"https://codeload.github.com/WangWilly/osu-cse-6341/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangWilly%2Fosu-cse-6341/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["abstract-syntax-tree","bash","java","parser","runtime","runtime-verification","typechecker"],"created_at":"2024-12-17T12:10:39.159Z","updated_at":"2026-02-02T06:03:07.365Z","avatar_url":"https://github.com/WangWilly.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OSU - CSE6341\n\n\u003e CSE6341 [programming projects](https://sites.google.com/view/rountev/cse-6341/programming-projects)\n\n📌 Java environment:\n```bash\njava -version\n\n# (on MacOS)\n# java version \"21.0.4\" 2024-07-16 LTS\n# Java(TM) SE Runtime Environment (build 21.0.4+8-LTS-274)\n# Java HotSpot(TM) 64-Bit Server VM (build 21.0.4+8-LTS-274, mixed mode, sharing)\n\n# (on OSU coelinux)\n# openjdk version \"20.0.2\" 2023-07-18\n# OpenJDK Runtime Environment (build 20.0.2+9-78)\n# OpenJDK 64-Bit Server VM (build 20.0.2+9-78, mixed mode, sharing)\n```\n\n📌 Necessary environment variables:\n```bash\nJFLEX_DIR=\"\u003cpath-to-this-repo\u003e/proj/jflex-1.7.0\"\nCUP_DIR=\"\u003cpath-to-this-repo\u003e/proj/cup\"\n```\n\n## Notes\n\n### 🚩 Project 0\n\n- 📌 [Instructions](https://drive.google.com/file/d/1UNOdZTYtRG2C8e9sjWE1feOObPvSuTBU/view?usp=sharing)\n- 📌 [Dependent files](https://drive.google.com/drive/folders/1Cqnf5uVXdf0XAzXjrXIoilNs31VMRPrB?usp=sharing)\n- 📌 Test cases\n```bash\ncd proj/p1\nmake\n\n./plan t1\n./plan t2\n./plan t3\n```\n\n### 🚩 Project 1\n\n- 📌 [Instructions](https://drive.google.com/file/d/1WVeXnehwmU_DTfx1pdg_64emQX6lP3A5/view?usp=sharing)\n- 📌 [Dependent files](https://drive.google.com/drive/folders/1Cqnf5uVXdf0XAzXjrXIoilNs31VMRPrB?usp=sharing)\n- 📌 Test cases\n```bash\n./scripts/execHw1.sh t_ #  t1  -\u003e t5:  success\n./scripts/execHw1.sh s_ #  s1  -\u003e s5:  fail\n./scripts/execHw1.sh s_c # s1c -\u003e s5c: success\n```\n\n- 📌 Pack it up:\n```bash\n./scripts/packHw1.sh\n```\n\n### 🚩 Project 2\n\n- 📌 [Instructions](https://drive.google.com/file/d/1HC4W7WKcw8b7XV58Ag16YjAdsJV9ujIp/view?usp=sharing)\n- 📌 [Dependent files](https://drive.google.com/drive/folders/1Cqnf5uVXdf0XAzXjrXIoilNs31VMRPrB?usp=sharing)\n- 📌 Test cases\n```bash\ncd proj/p2\nmake\n\n./scripts/execHw2.sh t_ #  t1:  success\n./scripts/execHw2.sh s_ #  s1 -\u003e s2:  success\n```\n\n- 📌 Pack it up:\n```bash\n./scripts/packHw2.sh\n```\n\n### 🚩 Project 3\n\n- 📌 [Instructions](https://drive.google.com/file/d/14SI58ZKQvvlxwFbCHz_CgMkI5Oqv6zei/view?usp=sharing)\n- 📌 [Dependent files](https://drive.google.com/drive/folders/1Cqnf5uVXdf0XAzXjrXIoilNs31VMRPrB?usp=sharing)\n- 📌 Test cases\n```bash\n./scripts/makeHw3.sh\n\n./scripts/execHw3.sh s_ #  s1 -\u003e s7:  success\n```\n\n- 📌 Pack it up:\n```bash\n./scripts/packHw3.sh\n```\n\n### 🚩 Project 4\n\n- 📌 [Instructions](https://drive.google.com/file/d/1G8gKJ_SrWn38rkuugBQmffZaqYhN_VTc/view?usp=sharing)\n- 📌 [Dependent files](https://drive.google.com/drive/folders/1Cqnf5uVXdf0XAzXjrXIoilNs31VMRPrB?usp=sharing)\n- 📌 Test cases\n```bash\n./scripts/makeHw4.sh\n\n./scripts/execHw4.sh s_\n```\n\n- 📌 Pack it up:\n```bash\n./scripts/packHw4.sh\n```\n\n### 🚩 Project 5\n\n\n- 📌 [Instructions](https://drive.google.com/file/d/16fkNqLbkSGfZ4KhHmo1i32gBuS2IIylf/view?usp=sharing)\n- 📌 [Dependent files](https://drive.google.com/drive/folders/1Cqnf5uVXdf0XAzXjrXIoilNs31VMRPrB?usp=sharing)\n- 📌 Test cases\n```bash\n./scripts/makeHw5.sh\n\n./scripts/execHw5.sh s_\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangwilly%2Fosu-cse-6341","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwangwilly%2Fosu-cse-6341","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangwilly%2Fosu-cse-6341/lists"}