{"id":19144020,"url":"https://github.com/sourlemonjuice/find-monkey-string","last_synced_at":"2026-06-18T22:32:09.910Z","repository":{"id":235590124,"uuid":"790934728","full_name":"SourLemonJuice/Find-Monkey-String","owner":"SourLemonJuice","description":"Find a specific string in a stream of random characters with Command Line","archived":false,"fork":false,"pushed_at":"2024-12-08T13:47:33.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T19:31:16.267Z","etag":null,"topics":["c","cli","command-line","kmp-algorithm"],"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/SourLemonJuice.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-04-23T19:43:41.000Z","updated_at":"2024-12-08T13:47:37.000Z","dependencies_parsed_at":"2024-04-23T23:09:02.453Z","dependency_job_id":"04e60018-9aed-47cb-9bd1-d32644857aee","html_url":"https://github.com/SourLemonJuice/Find-Monkey-String","commit_stats":null,"previous_names":["sourlemonjuice/find-monkey-string"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SourLemonJuice/Find-Monkey-String","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourLemonJuice%2FFind-Monkey-String","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourLemonJuice%2FFind-Monkey-String/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourLemonJuice%2FFind-Monkey-String/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourLemonJuice%2FFind-Monkey-String/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SourLemonJuice","download_url":"https://codeload.github.com/SourLemonJuice/Find-Monkey-String/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SourLemonJuice%2FFind-Monkey-String/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34510283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["c","cli","command-line","kmp-algorithm"],"created_at":"2024-11-09T07:33:17.615Z","updated_at":"2026-06-18T22:32:09.894Z","avatar_url":"https://github.com/SourLemonJuice.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Find-Monkey-String\n\n让一只猴子在打字机上随机地按键，当按键时间达到无穷时，几乎必然能够打出任何给定的文字，比如莎士比亚的全套著作。\\\n所以一个指定的字符串也可以呀\n\n这个功能虽说看起来很简单，写算法的都不屑一顾，但如果把它变成一个 CLI 程序的话...\\\n难道你不觉得很好玩吗\n\n## Features\n\nFind a specific string in a stream of random characters with Command Line.\\\nDefault target is `cc`\n\n## Build\n\nRun `make`, the compiler is `clang`. It and the library it uses are both standard C.\\\nExecutable file will be named `monkey-string`\n\n## Library\n\n- [ArgParseX](https://github.com/SourLemonJuice/ArgParseX) my command arguments parsing library. It's started from here.\n\n## Preview\n\n```text\n$ ./monkey-string c\nbmtstrjhzsizebifv ygliaezujdyffosnfkdosc\n======== [Summary] ========\nTarget string:  \"c\"\n\u003e Task success\nCycle counter:  40\n```\n\n## Flags/Arguments\n\nRun with `--help`.\\\nIt **May** like this:\n\n```text\nUsage: monkey-string [--help | -h] [--target-string \u003cstring\u003e] [--max-cycles \u003cnumber uint32_t\u003e] [--print-stream \u003ctrue/false\u003e] [--summary \u003ctrue/false\u003e] [\u003cTarget-String\u003e]\n```\n\nAnd some more of my words\n\n## Todo List\n\n- NULL\n\n## License\n\nPublished Under MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourlemonjuice%2Ffind-monkey-string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourlemonjuice%2Ffind-monkey-string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourlemonjuice%2Ffind-monkey-string/lists"}