{"id":28350056,"url":"https://github.com/bravotic/string-analyzer","last_synced_at":"2025-08-01T04:33:07.557Z","repository":{"id":175962542,"uuid":"235918835","full_name":"Bravotic/string-analyzer","owner":"Bravotic","description":"A tech demo of a string analyzer written in X86 Linux Assembly","archived":false,"fork":false,"pushed_at":"2020-01-24T01:24:01.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T08:44:02.506Z","etag":null,"topics":["string","string-analysis","x86-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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bravotic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2020-01-24T01:16:17.000Z","updated_at":"2020-01-24T01:25:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"90f15102-788b-4abb-bfc1-cab85766b0be","html_url":"https://github.com/Bravotic/string-analyzer","commit_stats":null,"previous_names":["bravotic/string-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bravotic/string-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bravotic%2Fstring-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bravotic%2Fstring-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bravotic%2Fstring-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bravotic%2Fstring-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bravotic","download_url":"https://codeload.github.com/Bravotic/string-analyzer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bravotic%2Fstring-analyzer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268171000,"owners_count":24207406,"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-08-01T02:00:08.611Z","response_time":67,"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":["string","string-analysis","x86-assembly"],"created_at":"2025-05-27T20:41:35.866Z","updated_at":"2025-08-01T04:33:07.545Z","avatar_url":"https://github.com/Bravotic.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# String analyzer\n\nCreated as part of a challenge, the original challenge can be found below\n\n```\nmake a program that will accept a string and:\n* output how many characters the string is\n* convert all characters to uppercase\n* convert all characters to lowercase\n\nYOU CANNOT USE ANY STRING LIBRARIES (std::string, String, etc)\n```\n\nThe program is written in only x86 assembly for Linux, and is heavily commented for others who want to learn.\n\nTo build the string analyzer, simply type `make`, to build for debug you can type `make debug`, and as always `make clean` to clean the workspace.  Requires both `nasm` and `ld` to be installed for building, although they may already be installed, they are rather common build tools.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbravotic%2Fstring-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbravotic%2Fstring-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbravotic%2Fstring-analyzer/lists"}