{"id":20769362,"url":"https://github.com/bayars/timer","last_synced_at":"2026-05-25T06:03:01.390Z","repository":{"id":129318273,"uuid":"266573836","full_name":"bayars/Timer","owner":"bayars","description":"Basic Timer Program","archived":false,"fork":false,"pushed_at":"2020-06-17T19:50:17.000Z","size":851,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T18:47:49.400Z","etag":null,"topics":["chrono","cpp","gtest","timer"],"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/bayars.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":"2020-05-24T15:51:38.000Z","updated_at":"2021-03-09T20:21:00.000Z","dependencies_parsed_at":"2023-04-20T15:17:07.258Z","dependency_job_id":null,"html_url":"https://github.com/bayars/Timer","commit_stats":null,"previous_names":["bayars/timer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bayars/Timer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FTimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FTimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FTimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FTimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bayars","download_url":"https://codeload.github.com/bayars/Timer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FTimer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33462501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T02:24:28.008Z","status":"ssl_error","status_checked_at":"2026-05-25T02:23:23.339Z","response_time":57,"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":["chrono","cpp","gtest","timer"],"created_at":"2024-11-17T11:43:33.030Z","updated_at":"2026-05-25T06:03:01.362Z","avatar_url":"https://github.com/bayars.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timer\n\nThe program is a countdown program. Basically, takes a time with a special format and starts countdown with seconds.\n\nI used chrono, ctime, iomanip and thread libraries for this program.\n\n### Installation\n\n##### With g++\n\nProgram compile just with that;\n\n```\ng++ -Wall -pthread -std=c++2a main.cpp src/countdown.cpp -o Timer\n```\n\nYou can run with that command;\n\n```\n./Timer\n```\n\n##### With cmake\n\nFirst you need to get project. If you haven't git program, you have to install on your system.\n\n```\ngit clone https://github.com/rection/Timer\n```\n\nAfter that step, you can run this command.\n\n```\nmake timer\n```\n\nAnd you have a Timer program you can run with\n\n```\n./Timer\n```\n\n### Usage\n\nProgram running just in command line right now. I will set a graphical interface with QT5. Command line input like that;\n\n```\n1s =\u003e 1 second\n5s =\u003e 5 second\n1m =\u003e 1 minute\n5m =\u003e 5 minute\n1h =\u003e 1 hours\n5h =\u003e 5 hours\n```\n\n\n### Issues\n\n+ Add command line parser for takes verbose output limit and on that way, I can add description and usage.\n+ Set QT5 ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayars%2Ftimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbayars%2Ftimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayars%2Ftimer/lists"}