{"id":16417180,"url":"https://github.com/simply-pouria/cs-archive","last_synced_at":"2026-02-23T09:36:29.964Z","repository":{"id":254739567,"uuid":"808889497","full_name":"simply-pouria/CS-Archive","owner":"simply-pouria","description":"an open archive for my university studies in computer science: projects and other resources, hopefully helping fellow students and enthusiasts.","archived":false,"fork":false,"pushed_at":"2025-10-31T16:16:58.000Z","size":10859,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-31T16:22:51.610Z","etag":null,"topics":["academic-project","archive","computer-science","university-course","university-project"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simply-pouria.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-01T04:42:14.000Z","updated_at":"2025-10-31T16:17:02.000Z","dependencies_parsed_at":"2024-12-30T13:22:19.548Z","dependency_job_id":"ed004e58-0c9b-404c-939e-2a042ae48a90","html_url":"https://github.com/simply-pouria/CS-Archive","commit_stats":{"total_commits":65,"total_committers":4,"mean_commits":16.25,"dds":0.3384615384615385,"last_synced_commit":"15677dd39042e37649c1b40b1c8094958fbfbdf4"},"previous_names":["simply-pouria/cs-archive"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simply-pouria/CS-Archive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simply-pouria%2FCS-Archive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simply-pouria%2FCS-Archive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simply-pouria%2FCS-Archive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simply-pouria%2FCS-Archive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simply-pouria","download_url":"https://codeload.github.com/simply-pouria/CS-Archive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simply-pouria%2FCS-Archive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29741139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: 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":["academic-project","archive","computer-science","university-course","university-project"],"created_at":"2024-10-11T07:11:14.111Z","updated_at":"2026-02-23T09:36:29.916Z","avatar_url":"https://github.com/simply-pouria.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository serves as an archive for my university projects and other resources. The goal is to hopefully help other people going this journey with or after me! \n\n# Courses and Their Related Projects\n\nList of the courses:\n- [Basic Programming](https://github.com/simply-pouria/CS-Archive?tab=readme-ov-file#basic-program)\n- [Advanced Programming](https://github.com/simply-pouria/CS-Archive?tab=readme-ov-file#advanced-programming)\n- [Data Structures And Algorithms](https://github.com/simply-pouria/CS-Archive?tab=readme-ov-file#data-structures-and-algorithms)\n\n\n## Basic Programming \nThe Project is not so basic though... \n\n(The algorithms used are not the most efficient ones available, but they get the job done *and this is not DSA*)\n- [Assignment Document](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Assignment%20Document.pdf)\n- [Project notes \u0026 Flowcharts](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Project-Notes.pdf)\n- [Question 1](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Question_01.py) - Prime Factorization\n- [Question 2](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Question_02.py) - Factorial Expansion\n- [Question 3](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Question_03.py) - calculating LCM\n- [Question 4](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Question_04.py) - Sorting teams according to the results of the games\n- [Question 5](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Question_05.py) - Calculating Integral using trapezoid method\n- [Question 6](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Question_06.py) - Dividing the city in the most optimized way (Voronoi Diagram modeling)\n- [Question 7](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Question_07.py) - Generating permutations for strings\n- [Question 8](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Question_08.py) - Suffix operation calculator\n- [Question 9](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Question_09.py) - Finding a golden age with the most scientists alive\n- [Question 10](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/Question_10.py) - Solving an N×N system of linear equations using determinants\n\n*if you have the repository (or just the directory) cloned on your PC, you can run all of the questions through a command line interface [here](https://github.com/simply-pouria/CS-Archive/blob/main/Basic%20Programming/RunInterface.py)*\n\n## Advanced Programming\n\n### File Handling Project\nAn object-oriented abstraction over python's built-in file handling tools.\n\n[Assignment Document](https://github.com/simply-pouria/CS-Archive/blob/main/Advanced%20Programming/AP%20-%20Project%201/AP-project-1-notes.pdf)\n\n[Project Directory](https://github.com/simply-pouria/CS-Archive/tree/main/Advanced%20Programming/AP%20-%20Project%201)\n\n### Mensch Ärgere Dich Nicht Game\nA very simplified version of the board game mensch ärgere dich nicht. using `Tkinter`. (has known issues)\n\n[Assignment Document](https://github.com/simply-pouria/CS-Archive/blob/main/Advanced%20Programming/AP%20-%20Project%202/AP-project-2-notes.pdf)\n\n[Project Directory](https://github.com/simply-pouria/CS-Archive/blob/main/Advanced%20Programming/AP%20-%20Project%202/AP-project-2-notes.pdf)\n\n### Virtual Library\nAn object-oriented system for handling books in a library. The GUI is in `Tkinter`.\n\n[Assignment Document](https://github.com/simply-pouria/CS-Archive/blob/main/Advanced%20Programming/AP%20-%20Project%203/AP-project-3-notes.pdf)\n\n[Project Directory](https://github.com/simply-pouria/CS-Archive/tree/main/Advanced%20Programming/AP%20-%20Project%203)\n\n### Data Handling Using Pandas\nA Pandas Dataframe exercise that reads texts and manages them in data frames, and an object-oriented abstraction over Panda's data frame handling.\n\n[Assignment Document](https://github.com/simply-pouria/CS-Archive/blob/main/Advanced%20Programming/AP%20-%20Project%204/AP-project-4-notes.pdf)(exercises 2 \u0026 3)\n\n[Project Directory](https://github.com/simply-pouria/CS-Archive/tree/main/Advanced%20Programming/AP%20-%20Project%204)\n\n## Data Structures And Algorithms\nThe textbook used here is *Introduction to Algorithms (CLRS)*\n\nHere are my answers to Course Assignments\n\n[Assignment 2](https://github.com/simply-pouria/CS-Archive/blob/main/Algorithm%20Design%20and%20Data%20Structures/DSA_EXC2.pdf) (in English)\n\n[Assignment 3](https://github.com/simply-pouria/CS-Archive/blob/main/Algorithm%20Design%20and%20Data%20Structures/DSA_EXC3.pdf) (in English)\n\n[Assignment 4](https://github.com/simply-pouria/CS-Archive/blob/main/Algorithm%20Design%20and%20Data%20Structures/DSA_EXC4.pdf) (in English)\n\n[Assignment 1](https://github.com/simply-pouria/CS-Archive/blob/main/Algorithm%20Design%20and%20Data%20Structures/DSA_EXC1.pdf) (in Persian)\n\n\n### Chapter 2\n[InsertionSort](https://github.com/simply-pouria/CS-Archive/blob/main/Data%20Structures%20and%20Algorithms/InsertionSort.py)\n\n[BubbleSort](https://github.com/simply-pouria/CS-Archive/blob/main/Data%20Structures%20and%20Algorithms/BubbleSort.py)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimply-pouria%2Fcs-archive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimply-pouria%2Fcs-archive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimply-pouria%2Fcs-archive/lists"}