{"id":27876762,"url":"https://github.com/ayubamini/stringcompression","last_synced_at":"2026-04-28T18:08:27.195Z","repository":{"id":193746031,"uuid":"397426597","full_name":"ayubamini/StringCompression","owner":"ayubamini","description":"A simple program that compresses an alphabetical string","archived":false,"fork":false,"pushed_at":"2021-08-18T00:40:32.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T02:54:14.563Z","etag":null,"topics":["csharp","dotnet","string"],"latest_commit_sha":null,"homepage":"","language":"C#","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/ayubamini.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}},"created_at":"2021-08-18T00:31:59.000Z","updated_at":"2021-08-18T17:03:21.000Z","dependencies_parsed_at":"2023-09-09T19:43:10.923Z","dependency_job_id":null,"html_url":"https://github.com/ayubamini/StringCompression","commit_stats":null,"previous_names":["ayubamini/stringcompression"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayubamini/StringCompression","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayubamini%2FStringCompression","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayubamini%2FStringCompression/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayubamini%2FStringCompression/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayubamini%2FStringCompression/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayubamini","download_url":"https://codeload.github.com/ayubamini/StringCompression/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayubamini%2FStringCompression/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["csharp","dotnet","string"],"created_at":"2025-05-05T02:52:10.724Z","updated_at":"2026-04-28T18:08:27.155Z","avatar_url":"https://github.com/ayubamini.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StringCompression\nA simple program in .NET 5.0 and unit testing that compresses an alphabetical string by collapsing consecutive characters. The rules\nof the compression algorithm are defined by the test cases below.\n\n# Test cases:\n    1. Input: aaabccccdd\n       Output : a3bc4d2\n\n    2. Input: yyyyyzzzzzzzzzz\n       Output: y5z10\n\n    3. Input: abcd\n       Output: abcd (note: not a1b1c1d1)\n\n    4. Input: hhhccchhhccc\n       Output: h3c3h3c3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayubamini%2Fstringcompression","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayubamini%2Fstringcompression","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayubamini%2Fstringcompression/lists"}