{"id":20095127,"url":"https://github.com/patilyashh/leap-year","last_synced_at":"2026-06-08T19:32:03.761Z","repository":{"id":224386155,"uuid":"763128196","full_name":"PATILYASHH/leap-year","owner":"PATILYASHH","description":"Day 15 of 75 Days C programing challenge || #15 ||","archived":false,"fork":false,"pushed_at":"2024-02-25T16:31:08.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:22:15.032Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PATILYASHH.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}},"created_at":"2024-02-25T16:25:49.000Z","updated_at":"2024-09-24T04:14:50.000Z","dependencies_parsed_at":"2024-02-25T17:49:47.389Z","dependency_job_id":null,"html_url":"https://github.com/PATILYASHH/leap-year","commit_stats":null,"previous_names":["patilyashh/leap-year"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PATILYASHH/leap-year","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fleap-year","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fleap-year/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fleap-year/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fleap-year/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PATILYASHH","download_url":"https://codeload.github.com/PATILYASHH/leap-year/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fleap-year/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34078019,"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-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-11-13T16:54:10.065Z","updated_at":"2026-06-08T19:32:03.739Z","avatar_url":"https://github.com/PATILYASHH.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leap Year Checker\n\nThis is a simple C program that checks whether a given year is a leap year or not.\n\n## How to Use\n\n1. **Compile**: Compile the program using a C compiler. For example, if you're using gcc, you can compile it with the command:\n    ```\n    gcc leap_year_checker.c -o leap_year_checker\n    ```\n2. **Run**: Run the compiled program and follow the instructions to enter a year.\n    ```\n    ./leap_year_checker\n    ```\n3. **Input**: Enter a year when prompted.\n\n4. **Output**: The program will then output whether the entered year is a leap year or not.\n\n## Logic\n\nThe program checks whether the input year is divisible by 4 but not divisible by 100 unless it's also divisible by 400. This logic follows the rules for determining leap years.\n\n## Example\n\nEnter Your Year : 2024\n\n2024 is a Leap Year\n\n\n## Contributing\n\nFeel free to contribute to this project by submitting bug reports, suggestions, or enhancements through GitHub issues or by creating a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Fleap-year","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilyashh%2Fleap-year","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Fleap-year/lists"}