{"id":26728705,"url":"https://github.com/cserajdeep/c-file-handling-examples","last_synced_at":"2026-05-17T17:03:20.726Z","repository":{"id":165428887,"uuid":"412614879","full_name":"cserajdeep/C-File-Handling-Examples","owner":"cserajdeep","description":"C-File-Handling-Tutorial","archived":false,"fork":false,"pushed_at":"2021-10-01T21:04:03.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T21:06:42.510Z","etag":null,"topics":["c","colab-notebook","file","file-handling"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/cserajdeep.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":"2021-10-01T20:56:52.000Z","updated_at":"2021-10-01T21:04:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"9698ae23-4d70-4a20-9f0c-e881923350e0","html_url":"https://github.com/cserajdeep/C-File-Handling-Examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cserajdeep/C-File-Handling-Examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FC-File-Handling-Examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FC-File-Handling-Examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FC-File-Handling-Examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FC-File-Handling-Examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cserajdeep","download_url":"https://codeload.github.com/cserajdeep/C-File-Handling-Examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FC-File-Handling-Examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33147339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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","colab-notebook","file","file-handling"],"created_at":"2025-03-27T22:36:25.351Z","updated_at":"2026-05-17T17:03:20.721Z","avatar_url":"https://github.com/cserajdeep.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"```ruby\nchar ch; \n  FILE *f = fopen(\"file1.txt\", \"w\");\n  do{\n  ch = getchar();\n  if((ch!='q') \u0026\u0026 (ch!='Q'))\n    fputc(ch, f);\n  else\n    break;\n\n  }while(1);\n\n  fclose(f);\n```\n\n# File Handling Examples using C\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcserajdeep%2Fc-file-handling-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcserajdeep%2Fc-file-handling-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcserajdeep%2Fc-file-handling-examples/lists"}