{"id":16805227,"url":"https://github.com/onyb/cis198","last_synced_at":"2025-04-11T00:45:27.174Z","repository":{"id":88704707,"uuid":"240886229","full_name":"onyb/cis198","owner":"onyb","description":"CIS 198: Rust Programming","archived":false,"fork":false,"pushed_at":"2020-02-16T17:46:57.000Z","size":10,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T00:45:17.549Z","etag":null,"topics":["cis198","rust","upenn"],"latest_commit_sha":null,"homepage":"","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/onyb.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":"2020-02-16T12:18:50.000Z","updated_at":"2024-01-21T13:18:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f87e15a-8371-46f9-b3e0-661da8fc435d","html_url":"https://github.com/onyb/cis198","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/onyb%2Fcis198","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyb%2Fcis198/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyb%2Fcis198/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyb%2Fcis198/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onyb","download_url":"https://codeload.github.com/onyb/cis198/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322604,"owners_count":21084336,"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":["cis198","rust","upenn"],"created_at":"2024-10-13T09:47:31.726Z","updated_at":"2025-04-11T00:45:27.167Z","avatar_url":"https://github.com/onyb.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg height=\"100\" src=\"https://logonoid.com/images/university-of-pennsylvania-logo.png\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg height=\"100\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Rust_programming_language_black_logo.svg/1024px-Rust_programming_language_black_logo.svg.png\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## CIS 198: Rust Programming\n\nContains solutions to homework assignments. Click [here](https://dhole.github.io/rust-slides/schedule/) to visit the course homepage.\n\n\n### Progress report\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003cth\u003eWeek\u003c/th\u003e\n      \u003cth\u003eLecture\u003c/th\u003e\n      \u003cth align=\"center\"\u003eStatus\u003c/th\u003e\n      \u003cth align=\"center\"\u003eAssignments\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e1\u003c/td\u003e\n      \u003ctd\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            \u003ca href=\"https://dhole.github.io/rust-slides/00\"\u003e00 - Course Introduction\u003c/a\u003e\n          \u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            Coursework → 💯\n          \u003c/li\u003e\n          \u003cli\u003e\n            Homework → ⏳\n          \u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cul\u003e\n          \u003cli\u003e\u003ca href=\"hw01/src/problem1.rs\"\u003eVector \u0026 Slice Manipulation\u003c/a\u003e → :green_apple: \u003c/li\u003e\n          \u003cli\u003e\u003ca href=\"hw01/src/problem2.rs\"\u003eMatrix Multiplication\u003c/a\u003e → :green_apple:\u003c/li\u003e\n          \u003cli\u003eSieve of Eratosthenes → :tomato: \u003c/li\u003e\n          \u003cli\u003eTowers of Hanoi → :tomato: \u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e2\u003c/td\u003e\n      \u003ctd\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            \u003ca href=\"https://dhole.github.io/rust-slides/01\"\u003e01 - Ownership\u003c/a\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\n            \u003ca href=\"https://dhole.github.io/rust-slides/02\"\u003e02 - Structured Data\u003c/a\u003e\n          \u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            Coursework → ❓\n          \u003c/li\u003e\n          \u003cli\u003e\n            Homework → ❓\n          \u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cul\u003e\n          \u003cli\u003eBinary Search Tree → :tomato: \u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyb%2Fcis198","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonyb%2Fcis198","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyb%2Fcis198/lists"}