{"id":22181018,"url":"https://github.com/easygithdev/filediff","last_synced_at":"2025-03-24T19:16:27.199Z","repository":{"id":152648848,"uuid":"469419787","full_name":"EasyGithDev/FileDiff","owner":"EasyGithDev","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-13T16:53:29.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T23:30:17.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/EasyGithDev.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":"2022-03-13T15:58:31.000Z","updated_at":"2022-03-13T16:34:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5b23a0c-f20b-49c3-af6d-dab075f57265","html_url":"https://github.com/EasyGithDev/FileDiff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyGithDev%2FFileDiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyGithDev%2FFileDiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyGithDev%2FFileDiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyGithDev%2FFileDiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyGithDev","download_url":"https://codeload.github.com/EasyGithDev/FileDiff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245334914,"owners_count":20598389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-12-02T09:21:35.827Z","updated_at":"2025-03-24T19:16:27.193Z","avatar_url":"https://github.com/EasyGithDev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FileDiff\n\n## Project display\n\nSimple PHP script to implement a difference between two files.\n\nConsider a file \"A\" and a file \"B\" sorted. \nA \"C\" file will contain the new lines. \nA \"D\" file will contain the deleted lines.\n\nFor example in file A :\n\n```\nA\nC\nD\nH\nJ\n```\n\nIn file B\n\n```\nB\nC\nD\nH\nI\nJ\nK\nL\nM\n```\n\nThe result will be in file C\n\n```\nB\nI\nK\nL\nM\n```\n\nIn file D\n\n```\nA\n```\n\n## Project execution\n\n```sh\nphp diff.php \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasygithdev%2Ffilediff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasygithdev%2Ffilediff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasygithdev%2Ffilediff/lists"}