{"id":24015938,"url":"https://github.com/devritter/stringspector","last_synced_at":"2026-04-28T10:36:07.849Z","repository":{"id":270756454,"uuid":"911275148","full_name":"devritter/Stringspector","owner":"devritter","description":"Analyze strings (and numbers) with developer relevant aspects","archived":false,"fork":false,"pushed_at":"2025-01-02T21:14:02.000Z","size":9091,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T06:05:25.303Z","etag":null,"topics":["analyze","blazor","blazor-wasm","decode","inspect"],"latest_commit_sha":null,"homepage":"https://devritter.github.io/Stringspector/","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/devritter.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":"2025-01-02T16:30:42.000Z","updated_at":"2025-01-02T21:18:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"6363d013-2d7a-4630-95ab-2f1a0ed47008","html_url":"https://github.com/devritter/Stringspector","commit_stats":null,"previous_names":["devritter/stringspector"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devritter/Stringspector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devritter%2FStringspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devritter%2FStringspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devritter%2FStringspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devritter%2FStringspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devritter","download_url":"https://codeload.github.com/devritter/Stringspector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devritter%2FStringspector/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262885449,"owners_count":23379602,"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","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":["analyze","blazor","blazor-wasm","decode","inspect"],"created_at":"2025-01-08T08:23:12.866Z","updated_at":"2026-04-28T10:36:07.776Z","avatar_url":"https://github.com/devritter.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stringspector\n\nA little tool that analyzes a given string in multiple ways.\n\n* general inspections\n    * what's the length of the string?\n    * is it trimmable? If so, what is its length? And which characters are trimmed away?\n    * how many lines do we have?\n    * how many white-space characters do we have?\n    * are there any non-ASCII characters?\n* single character inspections\n    * what's the ASCII-int-value? or ASCII-hex-value?\n    * for non-ASCII characters: the UTF8 byte count?\n* number inspections\n    * what is the hex value of it?\n    * what is the ASCII character?\n    * what's the time, if the number represents milliseconds since unix epoch?\n* list inspections\n    * what's the most likely separator?\n    * how many items do we have in total?\n    * how many distinct items do we have?\n    * if they are all numbers, what's min/avg/max/sum?\n* magic numbers\n    * some time relevant values like 1440, 3600, 86400\n    * min/max values of datatypes like int16, uint32\n    * what's the text for HTTP status code 418?\n* encodings\n    * is it a valid Base64 string? What is it's decoded text?\n    * what is the text if I HTML-decode it?\n    * what is the text if I URL-decode it?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevritter%2Fstringspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevritter%2Fstringspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevritter%2Fstringspector/lists"}