{"id":20800646,"url":"https://github.com/neelkamath/ue18cs331","last_synced_at":"2026-05-27T18:32:33.252Z","repository":{"id":103987097,"uuid":"366724194","full_name":"neelkamath/ue18cs331","owner":"neelkamath","description":"🖥️ My assignments for PESU's UE18CS331 (Generic Programming) course","archived":false,"fork":false,"pushed_at":"2021-05-15T15:24:57.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T02:44:27.440Z","etag":null,"topics":["cpp","generic-programming"],"latest_commit_sha":null,"homepage":"","language":"C++","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/neelkamath.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":"2021-05-12T13:25:19.000Z","updated_at":"2021-05-15T15:24:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"29440acb-838d-4e32-ad06-615b29501a6a","html_url":"https://github.com/neelkamath/ue18cs331","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neelkamath/ue18cs331","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelkamath%2Fue18cs331","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelkamath%2Fue18cs331/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelkamath%2Fue18cs331/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelkamath%2Fue18cs331/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neelkamath","download_url":"https://codeload.github.com/neelkamath/ue18cs331/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelkamath%2Fue18cs331/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33579665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cpp","generic-programming"],"created_at":"2024-11-17T18:14:45.759Z","updated_at":"2026-05-27T18:32:33.237Z","avatar_url":"https://github.com/neelkamath.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UE18CS331\n\nThese are my assignments for [PESU](https://pes.edu/)'s UE18CS331 (Generic Programming) course. If you're using Windows, use WSL to run the commands.\n\n## Installation\n\n1. Install either g++ or [Docker](https://docs.docker.com/get-docker/).\n1. Clone the repo using one of the following methods:\n    - SSH: `git clone git@github.com:neelkamath/ue18cs331.git`\n    - HTTPS: `git clone https://github.com/neelkamath/ue18cs331.git`\n1. If you're using Docker, run `cd ue18cs331 \u0026\u0026 docker build -t ue18cs331 .`\n\n## Usage\n\n1. If you're using Docker instead of a local g++ installation, run:\n    ```\n    docker run --rm -it --mount type=bind,src=$PWD,dst=/app ue18cs331\n    ```\n1. Run the programs in the `src` directory using C++20. For example:\n    ```\n    cd src/unit-2/assignment-1/question-2 \u0026\u0026 g++ -std=c++2a *.cpp \u0026\u0026 ./a.out\n    ```\n1. If you're using Docker, and have finished running the programs, run `exit`.\n\n## Contributing\n\nThe `src` directory uses the format `unit-\u003cUNIT_NUMBER\u003e/assignment-\u003cASSIGNMENT_NUMBER\u003e/question-\u003cQUESTION_NUMBER\u003e` (e.g., `unit-1/assignment-1/question-1`). Each question must have a `main.cpp` file with the question at the top of the file in a comment.\n\n## License\n\nThis project is under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelkamath%2Fue18cs331","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneelkamath%2Fue18cs331","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelkamath%2Fue18cs331/lists"}