{"id":19041454,"url":"https://github.com/without-eyes/filesearcher","last_synced_at":"2026-04-13T20:32:15.141Z","repository":{"id":225479830,"uuid":"766082921","full_name":"without-eyes/FileSearcher","owner":"without-eyes","description":"[C/C++ GL BaseCamp] Qualifying Technical Test 2024","archived":false,"fork":false,"pushed_at":"2024-06-06T13:02:26.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T09:42:54.492Z","etag":null,"topics":["cpp","file-search","filesystem","linux","static-library","windows"],"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/without-eyes.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":"2024-03-02T09:42:03.000Z","updated_at":"2024-09-19T09:26:04.000Z","dependencies_parsed_at":"2024-11-08T22:29:38.343Z","dependency_job_id":"079ca4f2-30ef-4516-9d9e-34ce88fe55ce","html_url":"https://github.com/without-eyes/FileSearcher","commit_stats":null,"previous_names":["without-eyes/filesearcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/without-eyes/FileSearcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FFileSearcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FFileSearcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FFileSearcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FFileSearcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/without-eyes","download_url":"https://codeload.github.com/without-eyes/FileSearcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FFileSearcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: 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":["cpp","file-search","filesystem","linux","static-library","windows"],"created_at":"2024-11-08T22:29:24.109Z","updated_at":"2026-04-13T20:32:15.113Z","avatar_url":"https://github.com/without-eyes.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Application (App) to find file on Local Host - [C/C++ GL BaseCamp] Qualifying Technical Test 2024\n\n## Task conditions\n========================================================================================\n1. App has to find file by \"name\".\n\n2. Search has to be started from root \"/\" directory. (or Disk \"C:\\\" on Windows OS)\n \n3. To make this search faster - App creates new Searching Thread for each sub-directory in\nroot directory, but not more than 8 Execution Threads.\n\n5. Thread who will find needed file has to print Full Path to the file and has to notify all\nthe rest threads to stop searching.\n\n========================================================================================\n\n- Logic \"to search file\" has to be placed into static library.\n- Application just uses this library to find files in a fast way.\n- Static Library compilation has to be done separately from Application. \n- Compiler: GCC or G++.\n- Use Makefile for compilation/linking instructions.\n\n========================================================================================\n\nThings to Google: (Concurrency, Makefile, GCC, Static Library)\n\n## Prerequisites\nTo use this application, you need to have the these prerequisites:\n- g++\n- make\n\n## Installation and Usage\nTo install and use this application, you have to:\n\n1. Clone this repository:\n```\ngit clone without-eyes/FileSearcher\n```\n\n3. Use makefile to build application:\n```\nmake\n```\n\n3. Run the application:\n```\n./FileSearcher \u003cfile_name\u003e\n```\n`\u003cfile_name\u003e`: The name of the file you want to find.\n\n4. The application begins the file search from the root directory and display the full path to the first appearence of it. In case the file is not found, an appropriate message will be displayed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithout-eyes%2Ffilesearcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwithout-eyes%2Ffilesearcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithout-eyes%2Ffilesearcher/lists"}