{"id":26690308,"url":"https://github.com/shaunbennett/cs343","last_synced_at":"2026-02-21T05:50:13.444Z","repository":{"id":100147021,"uuid":"116286111","full_name":"shaunbennett/cs343","owner":"shaunbennett","description":"Docker setup for CS343: Concurrent and Parallel Programming","archived":false,"fork":false,"pushed_at":"2018-01-09T00:45:59.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-20T04:49:21.815Z","etag":null,"topics":["cs343","docker-setup"],"latest_commit_sha":null,"homepage":null,"language":null,"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/shaunbennett.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,"zenodo":null}},"created_at":"2018-01-04T17:04:36.000Z","updated_at":"2020-09-23T16:58:38.000Z","dependencies_parsed_at":"2023-04-20T09:59:16.623Z","dependency_job_id":null,"html_url":"https://github.com/shaunbennett/cs343","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shaunbennett/cs343","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaunbennett%2Fcs343","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaunbennett%2Fcs343/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaunbennett%2Fcs343/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaunbennett%2Fcs343/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaunbennett","download_url":"https://codeload.github.com/shaunbennett/cs343/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaunbennett%2Fcs343/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29674896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"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":["cs343","docker-setup"],"created_at":"2025-03-26T15:27:20.186Z","updated_at":"2026-02-21T05:50:13.438Z","avatar_url":"https://github.com/shaunbennett.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS343 Docker Setup\nThis is a quick setup for compiling and running CS343 code on Windows or macOS using Docker.\n\n### Setup\nFirst, make sure you have [docker](https://www.docker.com/) installed! There are two options to get started:\n\n#### Option 1: Use this repository\nThis repository is setup to make it as easy as possible to start working on CS343 assignments without much configuration. First clone this repository and cd into it\n```\ngit clone https://github.com/shaunbennett/cs343.git \u0026\u0026 cd cs343\n```\nNext, create an assignments folder. This folder will be shared with the container, so you can write code locally and then compile and run in the container.\n```\nmkdir assignments\n```\nNow build the container with `docker-compose`\n```\ndocker-compose build\n```\nFinally, run the container. It should open the bash shell inside the root home folder, everything should be setup for you!\n```\ndocker-compose run cs343\n```\n\n#### Option 2: Pull the image\nAn alternative approach is to simply pull the image from Docker Hub.\n```\ndocker pull phinary/cs343\n```\n\n### Usage\nAlmost everything should be setup already, you can compile u++ code with the `u++` command. Note that the Ubuntu docker image is pretty bare, if you need additional packages installed you will probably need to install them yourself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaunbennett%2Fcs343","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaunbennett%2Fcs343","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaunbennett%2Fcs343/lists"}