{"id":48723190,"url":"https://github.com/michaelprocha/multiplication-table-simulator","last_synced_at":"2026-04-11T20:26:57.097Z","repository":{"id":304002241,"uuid":"1017422727","full_name":"michaelprocha/multiplication-table-simulator","owner":"michaelprocha","description":"multiplication table simulator in c in the terminal","archived":false,"fork":false,"pushed_at":"2025-07-10T15:19:56.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-10T21:52:42.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/michaelprocha.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,"zenodo":null}},"created_at":"2025-07-10T14:04:42.000Z","updated_at":"2025-07-10T15:16:08.000Z","dependencies_parsed_at":"2025-07-10T21:52:44.561Z","dependency_job_id":"b20b5c11-85bd-4f4f-a824-3e466b3d56df","html_url":"https://github.com/michaelprocha/multiplication-table-simulator","commit_stats":null,"previous_names":["michaelprocha/multiplication-table-simulator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/michaelprocha/multiplication-table-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelprocha%2Fmultiplication-table-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelprocha%2Fmultiplication-table-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelprocha%2Fmultiplication-table-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelprocha%2Fmultiplication-table-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelprocha","download_url":"https://codeload.github.com/michaelprocha/multiplication-table-simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelprocha%2Fmultiplication-table-simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31694804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T20:18:30.949Z","status":"ssl_error","status_checked_at":"2026-04-11T20:18:29.982Z","response_time":54,"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":[],"created_at":"2026-04-11T20:26:55.155Z","updated_at":"2026-04-11T20:26:57.076Z","avatar_url":"https://github.com/michaelprocha.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multiplication Table in Terminal C\n\nThis is a simple program developed in C language that displays the multiplication table of a number, multiplying it from 1 to 10.\nThe program prompts the user for an integer and prints the multiplication table of that number to the terminal.\n\n---\n\n## 📘 Usage example\n```\n----- Multiplication Table -----\nEnter a number: 2\n\n2 x 1 = 2\n2 x 2 = 4\n...\n2 x 10 = 20\n```\n\n---\n\n## 🔖 Features\n\n- Type a number and the multiplication table of the number will be displayed.\n\n---\n\n## 📌 Requirements\nC compiler (like GCC)\n\n---\n\n## 📦 How to compile and run\n\n### How to compile: Linux / Mac / Git Bash / Windows:\n```bash\ngcc functions.c main.c -o main\n```\n\n### How to run: Linux / Mac / Git Bash:\n```bash\n./main\n```\n\n### How to run: Windows (CMD ou PowerShell):\n```cmd\nmain.exe\n```\n\n---\n\n## 📄 License\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\n---\n\n## 👨‍💻 Author\nMade by Michael Rocha","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelprocha%2Fmultiplication-table-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelprocha%2Fmultiplication-table-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelprocha%2Fmultiplication-table-simulator/lists"}