{"id":50862751,"url":"https://github.com/smmariquit/cmsc21-tutorial","last_synced_at":"2026-06-14T22:06:05.047Z","repository":{"id":361194407,"uuid":"1209098100","full_name":"smmariquit/cmsc21-tutorial","owner":"smmariquit","description":"Private tutoring materials and example C programs (arrays, pointers, strings, pass-by-reference) for CMSC 21 — Problem Solving with Computer Programming at UPLB.","archived":false,"fork":false,"pushed_at":"2026-05-29T14:15:52.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T16:09:48.756Z","etag":null,"topics":["c","cmsc-21","coursework","programming-fundamentals","teaching","tutoring","uplb"],"latest_commit_sha":null,"homepage":null,"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/smmariquit.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-13T05:02:30.000Z","updated_at":"2026-05-29T14:16:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/smmariquit/cmsc21-tutorial","commit_stats":null,"previous_names":["smmariquit/cmsc21-tutorial"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/smmariquit/cmsc21-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fcmsc21-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fcmsc21-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fcmsc21-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fcmsc21-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smmariquit","download_url":"https://codeload.github.com/smmariquit/cmsc21-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fcmsc21-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34339276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["c","cmsc-21","coursework","programming-fundamentals","teaching","tutoring","uplb"],"created_at":"2026-06-14T22:06:03.792Z","updated_at":"2026-06-14T22:06:05.029Z","avatar_url":"https://github.com/smmariquit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CMSC 21 Tutorial 💻\n\n![C](https://img.shields.io/badge/C-00599C?style=for-the-badge\u0026logo=c\u0026logoColor=white)\n\nA collection of C language tutorials, exercises, and examples used for learning the fundamentals of systems programming in CMSC 21.\n\n## 📝 Contents\n\nThis repository includes examples demonstrating core C concepts:\n- **Pointers \u0026 Pass-by-Reference**: (`pass_by_reference.c`)\n- **Arrays**: Working with 1D and multidimensional arrays (`array.c`)\n- **Strings**: String manipulation and character arrays (`string.c`)\n- **Master Exercises**: Combined concepts (`master.c`)\n\n## 🛠️ Usage\n\nTo compile and run any of these examples, you will need `gcc` installed on your system.\n\n```bash\n# Compile a specific file\ngcc array.c -o array_test\n\n# Run the compiled executable\n./array_test\n```\n\n## 📚 About CMSC 21\n\nCMSC 21 (Fundamentals of Machine Learning \u0026 Systems Programming) covers the low-level mechanics of computing, memory management, and structured programming in C.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmmariquit%2Fcmsc21-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmmariquit%2Fcmsc21-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmmariquit%2Fcmsc21-tutorial/lists"}