{"id":22153196,"url":"https://github.com/dpetrosy/saed_visitors_program","last_synced_at":"2025-08-19T04:44:06.216Z","repository":{"id":213260038,"uuid":"469862132","full_name":"dpetrosy/SAED_visitors_program","owner":"dpetrosy","description":"In this repository, I store my course project \"Visits and visitors program\", which I've done during my university education.","archived":false,"fork":false,"pushed_at":"2024-02-05T13:31:06.000Z","size":694,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T13:45:23.847Z","etag":null,"topics":["algorithm","console-application","course-work","cpp","cpp11","data-structures","problem-solving","university-project"],"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/dpetrosy.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":"2022-03-14T18:41:18.000Z","updated_at":"2024-02-05T13:34:51.000Z","dependencies_parsed_at":"2023-12-19T12:15:20.757Z","dependency_job_id":"95e68d94-3a7d-4da6-85fa-f0a13a2e46fd","html_url":"https://github.com/dpetrosy/SAED_visitors_program","commit_stats":null,"previous_names":["dpetrosy/visitors_program","dpetrosy/saed_visitors_program"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpetrosy/SAED_visitors_program","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpetrosy%2FSAED_visitors_program","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpetrosy%2FSAED_visitors_program/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpetrosy%2FSAED_visitors_program/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpetrosy%2FSAED_visitors_program/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpetrosy","download_url":"https://codeload.github.com/dpetrosy/SAED_visitors_program/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpetrosy%2FSAED_visitors_program/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271102972,"owners_count":24699637,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"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":["algorithm","console-application","course-work","cpp","cpp11","data-structures","problem-solving","university-project"],"created_at":"2024-12-02T01:17:29.782Z","updated_at":"2025-08-19T04:44:06.179Z","avatar_url":"https://github.com/dpetrosy.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 📜 About Project\n\n**SAED** stands for Synopsys Armenia Educational Department, the university where I received my bachelor's degree. \\\nThis project is course work that I have done during SAED's C++ course, from Feb/2022 to May/2022. The program has a section for registration and stores the personal information of each user.\nUsers can \"log in\" and \"log out\" of a custom system (for example, a sports complex or a bank), and the program saves this information and allows the user to view the history of their actions.\n\n## 🎮 Controls\n\n* Move up with keys:\n\u0026nbsp;\u0026nbsp; \u003ccode\u003e\u003cstrong\u003earrow_up, w\u003c/strong\u003e\u003c/code\u003e\n* Move down with keys: \n\u0026nbsp;\u0026nbsp; \u003ccode\u003e\u003cstrong\u003earrow_down, s\u003c/strong\u003e\u003c/code\u003e\n* Select a section in the menu with the keys: \n\u0026nbsp;\u0026nbsp; \u003ccode\u003e\u003cstrong\u003earrow_right, d\u003c/strong\u003e\u003c/code\u003e\n* Quit from the current menu with the keys:\n\u0026nbsp;\u0026nbsp; \u003ccode\u003e\u003cstrong\u003earrow_left, a, q\u003c/strong\u003e\u003c/code\u003e\n\nIn the sign-up menu, after you input your personal information, press **`\"enter\"`** to confirm your input and move on. \\\nIn the home➜my_profile➜edit_profile menu, press **`\"enter\"`** in the section you want to change and input your new information. Be careful while solving CAPTCHA :))\n\n\u003e [!Note]\n\u003e Be careful, ***passwords will not be displayed*** during typing like sudo password in Linux.\n\n## 👨‍💻 Getting Started\n1. Start by updating the packages list: \u0026nbsp;`sudo apt update`\n2. Install the G++ compiler if you don't have: \u0026nbsp;`sudo apt install build-essential`\n3. Check installation with the command: \u0026nbsp;`g++ --version`\n4. Make must be installed with the build-essential package; check it: \u0026nbsp;`make --version`\n5. Install the make package if you don't have: \u0026nbsp;`sudo apt install make`\n6. Clone this repo: \u0026nbsp;`git clone https://github.com/dpetrosy/SAED_visitors_program.git`\n7. Go to directory: \u0026nbsp;`cd SAED_visitors_program`\n8. Run the make and build program: \u0026nbsp;`make`\n9. Run executable: \u0026nbsp;`./program.exe`\n10. Congrats! Now you can test my program functionality :)\n\nThe second program, where you can \"log in\" and \"log out\" from system also compiles like this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpetrosy%2Fsaed_visitors_program","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpetrosy%2Fsaed_visitors_program","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpetrosy%2Fsaed_visitors_program/lists"}