{"id":15047861,"url":"https://github.com/ayaanqui/uic-campus-map","last_synced_at":"2026-04-02T01:37:51.521Z","repository":{"id":70948556,"uuid":"259527660","full_name":"ayaanqui/uic-campus-map","owner":"ayaanqui","description":"C++ Console project based on OpenStreetMap","archived":false,"fork":false,"pushed_at":"2020-11-17T19:17:32.000Z","size":1266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T21:43:38.794Z","etag":null,"topics":["cplusplus","cplusplus-11","cpp","cpp11","openstreetmap","tinyxml"],"latest_commit_sha":null,"homepage":"","language":"C++","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/ayaanqui.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-04-28T04:05:37.000Z","updated_at":"2020-11-17T19:17:35.000Z","dependencies_parsed_at":"2023-04-13T15:01:38.347Z","dependency_job_id":null,"html_url":"https://github.com/ayaanqui/uic-campus-map","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayaanqui/uic-campus-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaanqui%2Fuic-campus-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaanqui%2Fuic-campus-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaanqui%2Fuic-campus-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaanqui%2Fuic-campus-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayaanqui","download_url":"https://codeload.github.com/ayaanqui/uic-campus-map/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayaanqui%2Fuic-campus-map/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:05:07.454Z","status":"ssl_error","status_checked_at":"2026-04-02T00:56:46.496Z","response_time":53,"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":["cplusplus","cplusplus-11","cpp","cpp11","openstreetmap","tinyxml"],"created_at":"2024-09-24T21:05:23.309Z","updated_at":"2026-04-02T01:37:51.515Z","avatar_url":"https://github.com/ayaanqui.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CampusMap\n\n##### _This project is part of the UIC's [CS 251](https://www.cs.uic.edu/~i251/) (Data Structures) class, by [Professor Joseph Hummel](https://cs.uic.edu/profiles/joe-hummel/)._\n\nCampusMap is a console app that helps the user navigate UIC's campus. The project uses Dijkstra’s algorithm to find the shortest weighted path from a given starting location to a given ending location. This project is based on [OpenStreetMap](https://www.openstreetmap.org/) to navigate through the UIC campus, and uses [TinyXML](http://www.grinninglizard.com/tinyxml/) to parse the `.xml` files.\n\n## Working with the project\n\n### Clone the project\n\n```\ngit clone https://github.com/ayaanqui/uic-campus-map.git\n```\n\n### Compile the project\n\n#### Linux and Mac\n\n```\nmake build\n```\n\n#### Windows\n\n```\ng++ -O2 -std=c++11 -Wall main.cpp dist.cpp osm.cpp tinyxml2.cpp -o program.exe\n```\n\n_Ignore warnings._ This will create a new file in your local project directory, named `program.exe`\n\n### Run program\n\n#### Linux and Mac\n\n```\nmake run\n```\n\n#### Windows\n\n```\n.\\program.exe\n```\n\nOnce the program starts input `map.osm` as the file name\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayaanqui%2Fuic-campus-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayaanqui%2Fuic-campus-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayaanqui%2Fuic-campus-map/lists"}