{"id":16431415,"url":"https://github.com/vrom911/asm","last_synced_at":"2025-07-23T00:34:06.695Z","repository":{"id":82584719,"uuid":"112221065","full_name":"vrom911/asm","owner":"vrom911","description":"Assembly task","archived":false,"fork":false,"pushed_at":"2017-12-11T14:29:47.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T18:16:00.054Z","etag":null,"topics":["assembly","binary-search","mergesort","nasm","nasm-assembly"],"latest_commit_sha":null,"homepage":null,"language":"Assembly","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/vrom911.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-11-27T16:34:48.000Z","updated_at":"2024-10-20T16:05:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"51a89a5a-560d-4004-8608-265b6aa238fb","html_url":"https://github.com/vrom911/asm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vrom911/asm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrom911%2Fasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrom911%2Fasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrom911%2Fasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrom911%2Fasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrom911","download_url":"https://codeload.github.com/vrom911/asm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrom911%2Fasm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266596995,"owners_count":23953894,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["assembly","binary-search","mergesort","nasm","nasm-assembly"],"created_at":"2024-10-11T08:30:05.129Z","updated_at":"2025-07-23T00:34:06.668Z","avatar_url":"https://github.com/vrom911.png","language":"Assembly","readme":"# Task description\n\nThe program `task` accepts the pairs of words `A B` from file `input.txt`, makes a merge sort,\nand then let you find by `A` (inputed from `stdin`) the `B` with the help of binary search.\n\n\n## Usage\n\nTo run the task you can use the following command\n```bash\n$ make\n```\nthen you'll be asked to enter the key. If the corresponding value is found it would be printed in the output, if it's not — the error message will appear, after the response you'll be able to continue making key-queries.\n\nHere is example of work:\n```bash\n$ make\nEnter the key: jj\nval5\nEnter the key: \n\nEnter the key: jk\nKey wasn't found: jk\nEnter the key: \n...\n\n```\n\n## Errors handling\n\nThe program reports about errors. It could be one of the following situation:\n\n * The file `input.txt` doesn't exist\n * The file `input.txt` is empty\n * The file parsing errors — right file format: each line should contain the key followed by one space and the value after it. Example:\n      ```\n       K1 V1\n       \n       K2 V2\n       \n       ```\n * The corresponding key was not found\n \n \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrom911%2Fasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrom911%2Fasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrom911%2Fasm/lists"}