{"id":15049054,"url":"https://github.com/ahmed-nirzar/c_programming","last_synced_at":"2026-02-17T01:01:18.599Z","repository":{"id":229885707,"uuid":"777912069","full_name":"Ahmed-Nirzar/C_programming","owner":"Ahmed-Nirzar","description":"Source code of some important programs in C","archived":false,"fork":false,"pushed_at":"2024-05-06T17:41:30.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T17:49:12.335Z","etag":null,"topics":["c","c-language","c-programming","c-programming-language","function","functions","small","small-project","small-projects"],"latest_commit_sha":null,"homepage":"","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/Ahmed-Nirzar.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":"2024-03-26T18:26:53.000Z","updated_at":"2024-05-06T17:41:33.000Z","dependencies_parsed_at":"2025-10-05T17:34:05.363Z","dependency_job_id":"373a896e-4c6f-4562-b455-fda5b33b005c","html_url":"https://github.com/Ahmed-Nirzar/C_programming","commit_stats":null,"previous_names":["ahmed-nirzar/c_programming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ahmed-Nirzar/C_programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmed-Nirzar%2FC_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmed-Nirzar%2FC_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmed-Nirzar%2FC_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmed-Nirzar%2FC_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ahmed-Nirzar","download_url":"https://codeload.github.com/Ahmed-Nirzar/C_programming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahmed-Nirzar%2FC_programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29528232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"ssl_error","status_checked_at":"2026-02-17T00:54:25.811Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["c","c-language","c-programming","c-programming-language","function","functions","small","small-project","small-projects"],"created_at":"2024-09-24T21:17:49.221Z","updated_at":"2026-02-17T01:01:18.552Z","avatar_url":"https://github.com/Ahmed-Nirzar.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C_programming\nSource code of some important programs in C  \nDescription of files are given below-  \n  \n  \n`organize_number.c  -`  Enter value to order number from least to greatest and vice versa.  \n`random_guess.c     -` Number guessing game.  \n`count_letters.c    -` This program counts each letters from A-Z.  \n`pnum_test.c        -` This program identifies prime numbers.   \n`time_funct0.c      -` This program demonstrates asctime() funcrtion uses.   \n`clock_funct.c      -` This program shows system clock cycles.   \n`local_time_funct.c -` This program shows local time of the system.   \n`gm_time.c          -` This program prints Coordinated Universal Time of the system.   \n`abort_funct.c      -` This abort() function can terminate the program.   \n`iscntrl_funct.c    -` This iscntrl() function can check control characters.   \n`isalpha_funct.c    -` This isalpha() function can check alphabets.   \n`isdigit_funct.c    -` This isdigit() function can check digits.    \n`isgraph_funct.c    -` This isgraph() function can check printable characters (without space).   \n`islower_funct.c    -` This islower() function can check lowercase characters.    \n`isupper_funct.c    -` This isupper() function can check uppercase characters.   \n`isprint_funct.c    -` This isprint() function can check printing characters (with space).    \n`ispunct_funct.c    -` This ispunct() function can check punctuations.       \n`isspace_funct.c    -` This isspace() function can check whitespace characters.   \n`isalnum_funct.c    -` This isalnum() function can check alphanumeric characters.    \n`isxdigit_funct.c   -` This isxdigit() function can check hexadecimal characters.    \n`character_funct.c  -` This program uses all type of character checking functions.    \n`qsort_funct.c      -` This qsort() function can sort integer values.       \n`strcmp_funct.c     -` This strcmp() function can compare strings and use as a password checker.     \n`tolower_funct.c    -` This tolower() function can convert uppercase letter to a lowercase letter.     \n`toupper_funct.c    -` This toupper() function can convert lowercase letter to a uppercase letter.      \n`difftime_funct.c   -` This difftime() function can count time the loop takes to complete.     \n`atoi_funct.c       -` This atoi() function converts char value to integer.     \n`atof_funct.c       -` This atof() function converts char value to float.      \n`atol_funct.c       -` This atol() function coverts char value to long integer.        \n`exit_funct.c       -` This exit() function used for immediate normal termination.        \n`rand_funct.c       -` This rand() function can display random numbers.        \n`strlen_funct.c     -` This strlen() function can measure length of a string.       \n`coin_toss.c        -` This is a simple coin toss program.      \n`pass_cmd.c         -` This program checks password in command-line.         \n`remove_funct.c     -` This function erase a value.         \n`access_struct.c    -` This program demonstrates some ways to access structure members.       \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed-nirzar%2Fc_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmed-nirzar%2Fc_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed-nirzar%2Fc_programming/lists"}