{"id":18418133,"url":"https://github.com/ishaansathaye/cpe203-oop","last_synced_at":"2025-04-13T05:53:52.568Z","repository":{"id":141544525,"uuid":"475056888","full_name":"ishaansathaye/CPE203-OOP","owner":"ishaansathaye","description":"Cal Poly CPE 203 Project Based Object-Oriented Programming and Design","archived":false,"fork":false,"pushed_at":"2022-06-03T16:57:34.000Z","size":2975,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T05:53:49.361Z","etag":null,"topics":["cal-poly","computer-science","java","oop"],"latest_commit_sha":null,"homepage":"","language":"Java","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/ishaansathaye.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":"2022-03-28T15:11:23.000Z","updated_at":"2023-10-15T15:14:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"401d172f-abcc-4794-8371-ebf85afb9227","html_url":"https://github.com/ishaansathaye/CPE203-OOP","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/ishaansathaye%2FCPE203-OOP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaansathaye%2FCPE203-OOP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaansathaye%2FCPE203-OOP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaansathaye%2FCPE203-OOP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishaansathaye","download_url":"https://codeload.github.com/ishaansathaye/CPE203-OOP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670502,"owners_count":21142901,"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":["cal-poly","computer-science","java","oop"],"created_at":"2024-11-06T04:12:39.406Z","updated_at":"2025-04-13T05:53:52.546Z","avatar_url":"https://github.com/ishaansathaye.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CPE 203 - Project Based Object-Oriented Programming and Design\n\n## Lecture Notes\n- ### [Lecture 1 and 2: Python to Java](./Lectures/PythontoJava.md)\n- ### [Lecture 3: ArrayLists, Maps, Simple Classes, and UML](./Lectures/ClassesUML.md)\n- ### [Lecture 4 and 5: Maps, Simple Classes, OOP vs Procedural](./Lectures/MapsClassesOOPvProced.md)\n- ### [Lecture 6: Is-A Relationships and Overloading](./Lectures/IsARelationships.md)\n- ### [Lecture 7: Nim, Scanners, and Overriding toString](./Lectures/NimSannersParentMethods.md)\n- ### [Lecture 8: Overriding toString and Equals, Casting, Compile-time vs Runtime, and Debugging](./Lectures/CastingCompileDebugging.md)\n- ### [Lecture 9: Interfaces, Polymorphism, Cohesion, Coupling, and P2](./Lectures/InterfacesPolymorph.md)\n- ### [Lecture 10: Cohesion / Coupling, P2 Intro, Compiler Rules](./Lectures/CohesionCouplingP2CompilerRules.md)\n- ### [Lecture 11: Compiler and Interface Rules, Factory Design Pattern, Debugging Hints](./Lectures/CompilerInterfaceRulesFactoryDesign.md)\n- ### [Lecture 12: P2 Hints and HashCode / Equals](./Lectures/P2HashCodeEquals.md)\n- ### [Lecture 13: Hash Code, Equals with Null, Inheritance](./Lectures/HashCodeEqualsNullInheritance.md)\n- ### [Lecture 14: Inheritance cont., Overriding Parent Methods (equals and toString)](./Lectures/InheritanceParentMethods.md)\n- ### [Lecture 15: Abstract Classes and Inheritance Practice](./Lectures/AbstractClassesInheritance.md)\n- ### [Lecture 16: Inheritance Review, Abstract Classes, P3 Checkpoints](./Lectures/InheritanceReviewAbstractClassesP3.md)\n- ### [Lecture 17: Abstract Helper Methods (P3/Lab 5), Comparable / Sorting](./Lectures/AbstractHelperMethodsP3Lab5.md)\n- ### [Lecture 18: Comparable / Comparators](./Lectures/ComparableComparators.md)\n- ### [Lecture 19: Other Functional Interfaces, Lambdas, Key Extractors, Method Reference Operators](./Lectures/LambdasKeyExtractorsMethodReferenceOperators.md)\n- ### [Lecture 20: Lambda Review, Strategy Design Pattern, P4 Checkpoints, DFS Search](./Lectures/LambdaReviewStrategyDesignP4.md)\n- ### [Lecture 21: Strategy Pattern and P4 Intro, DFS](./Lectures/StrategyPatternP4IntroDFS.md)\n- ### [Lecture 22: DFS vs BFS, A* Intro](./Lectures/DFSvsBFS_AStar.md)\n- ### [Lecture 23: Checkpoints, A* Tracing, and Streams](./Lectures/CheckpointsAStarTracingStreams.md)\n- ### [Lecture 24: Streams, A* Testing, Polymorphism Worksheet](./Lectures/StreamsAStarTestingPolymorphismWorksheet.md)\n- ### [Lecture 25: Polymorphism Practice and P5 Intro](./Lectures/PolymorphismPracticeP5Intro.md)\n- ### [Lecture 26: Guest Lecture and P5 Intro](./Lectures/GuestLectureP5Intro.md)\n- ### [Lecture 27: Polymorphism Practice and Project 5 Hints](./Lectures/PolymorphismPracticeP5Hints.md)\n\n## Labs\n- ### [Lab 0: Python to Java (types)](https://github.com/ishaansathaye/CPE203-OOP/tree/main/Code/Lab0)\n- ### [Lab 1: Loops and Lists](http://users.csc.calpoly.edu/~klmork/203/labs/lab1.html)\n    - [Part 1](https://github.com/ishaansathaye/part1)\n    - [Part 2](https://github.com/ishaansathaye/part2)\n- ### [Lab 2: Static vs Instance Methods](http://users.csc.calpoly.edu/~klmork/203/labs/lab2.html)\n    - [Part 1](https://github.com/ishaansathaye/CPE203Lab2-1)\n    - [Part 2](https://github.com/ishaansathaye/CPE203Lab2-2)\n- ### [Lab 3: Interfaces](https://github.com/ishaansathaye/CPE203Lab3)\n- ### [Lab 4: Interacting Classes](https://github.com/ishaansathaye/CPE203Lab4)\n- ### [Lab 5: Inheritance](https://github.com/ishaansathaye/CPE203Lab5)\n- ### [Lab 6: Sorting, Comparisons, and Lambda](https://github.com/ishaansathaye/CPE203Lab6)\n- ### [Lab 7: Depth-First Search](https://github.com/ishaansathaye/CPE203Lab7)\n- ### [Lab 8: Streams](https://github.com/ishaansathaye/CPE203Lab8)\n\n## Project\n- ### [Quarter Long Project](https://github.com/cpe203/quarter-long-project-ishaansathaye)\n    - [Project 1](https://users.csc.calpoly.edu/~klmork/203/proj/assignment1.html)\n    - [Project 2](https://users.csc.calpoly.edu/~klmork/203/proj/assignment2.html)\n    - [Project 3](https://users.csc.calpoly.edu/~klmork/203/proj/assignment3.html)\n    - [Project 4](https://users.csc.calpoly.edu/~klmork/203/proj/assignment4.html)\n    - [Project 5](https://users.csc.calpoly.edu/~klmork/203/proj/assignment5.html)\n        - [Collaboration Repo](https://github.com/ishaansathaye/cpe203-p5)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishaansathaye%2Fcpe203-oop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishaansathaye%2Fcpe203-oop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishaansathaye%2Fcpe203-oop/lists"}