{"id":22415212,"url":"https://github.com/gmartinezramirez-old/file-splitter","last_synced_at":"2026-02-10T21:04:13.411Z","repository":{"id":85546144,"uuid":"88315784","full_name":"gmartinezramirez-old/File-Splitter","owner":"gmartinezramirez-old","description":":scissors: [Finished] File splitter and recover using pipes. Based on the functioning of RAID 5. Coursework: Operating Systems","archived":false,"fork":false,"pushed_at":"2017-05-30T07:10:26.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T10:38:50.222Z","etag":null,"topics":["file-recovery","file-split","filesystem","raid5","xor"],"latest_commit_sha":null,"homepage":"","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/gmartinezramirez-old.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":"2017-04-15T01:36:42.000Z","updated_at":"2024-08-19T04:48:56.000Z","dependencies_parsed_at":"2023-03-03T14:30:19.584Z","dependency_job_id":null,"html_url":"https://github.com/gmartinezramirez-old/File-Splitter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gmartinezramirez-old/File-Splitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmartinezramirez-old%2FFile-Splitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmartinezramirez-old%2FFile-Splitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmartinezramirez-old%2FFile-Splitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmartinezramirez-old%2FFile-Splitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmartinezramirez-old","download_url":"https://codeload.github.com/gmartinezramirez-old/File-Splitter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmartinezramirez-old%2FFile-Splitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29316451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"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":["file-recovery","file-split","filesystem","raid5","xor"],"created_at":"2024-12-05T15:11:39.186Z","updated_at":"2026-02-10T21:04:13.391Z","avatar_url":"https://github.com/gmartinezramirez-old.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Splitter and joiner\n\n## Compilation\n\n* Execute makefile, to compile the 3 executables: main, CUT and JOIN. The object code will be compiled in the \"build / obj\" folder and the executables in the \"build /\" folder.\n\n```\n$ make\n```\n\n## Execution\n\n* Go to `build/' directory.\n* For execution you must run the main program __`main`__ next to the Options __` - cut N \u003cinput\u003e `__ if you want to cut the _input_ file in _N_ parts, or with __` - join \u003coriginal-file\u003e `__ if you want to restore the original file.\n* The JOIN program will retrieve the missing part - if any - and unite all the parts to restore the original program.\n\n```\n$ ./main --cut N file.extension\n```\n\n```\n$ ./main --join file.extension\n```\n\n## Example\n\n```\n$ ./main --cut 6 doc.pdf\n```\n\n```\n$ ./main --join doc.pdf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmartinezramirez-old%2Ffile-splitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmartinezramirez-old%2Ffile-splitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmartinezramirez-old%2Ffile-splitter/lists"}