{"id":20238938,"url":"https://github.com/psebastiani2021/howmany","last_synced_at":"2026-05-03T15:35:27.145Z","repository":{"id":177719213,"uuid":"660643647","full_name":"psebastiani2021/howmany","owner":"psebastiani2021","description":"A C# application to measure number-related statistics, with simple and understandable documentation.","archived":false,"fork":false,"pushed_at":"2024-05-05T18:54:58.000Z","size":59,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-11T08:20:42.192Z","etag":null,"topics":["csharp","csharp-app","dotnet","powershell","ps1","windows-forms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psebastiani2021.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":"2023-06-30T13:33:54.000Z","updated_at":"2024-05-05T18:57:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"21fbafb9-95ca-4b22-9523-6588fdaa7a1f","html_url":"https://github.com/psebastiani2021/howmany","commit_stats":null,"previous_names":["psebastiani2021/howmany"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psebastiani2021/howmany","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psebastiani2021%2Fhowmany","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psebastiani2021%2Fhowmany/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psebastiani2021%2Fhowmany/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psebastiani2021%2Fhowmany/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psebastiani2021","download_url":"https://codeload.github.com/psebastiani2021/howmany/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psebastiani2021%2Fhowmany/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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","csharp-app","dotnet","powershell","ps1","windows-forms"],"created_at":"2024-11-14T08:36:12.178Z","updated_at":"2026-05-03T15:35:27.123Z","avatar_url":"https://github.com/psebastiani2021.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"**NOTE: The code here is for the console version howmany. A Windows Forms app is being developed (#1).**\n## What is howmany?\nhowmany (or howMany) is a console application that is able to measure a variety of things related to your personal information, text length, and more \u0026mdash; everything with simple C# code.\n## Instructions to run\nTo run howMany in a console, you can use .NET for Visual Studio Code ([you can install the framework here](https://dotnet.microsoft.com/en-us/download)). After finishing the .NET Installation Wizard, enter Visual Studio Code and import the .cs file you'd like to try. Then, click \u003cb\u003eRun\u003c/b\u003e \u003e \u003ci\u003eStart Debugging\u003c/i\u003e. A dropdown list will appear, and pick the .NET version you installed.\n\nIf you don't have or can't install this framework, you can try online C# compilers or interpreters - you can run them by copying the program's code. Here are some links to C# playgrounds:\n - [try.dot.net](https://try.dot.net)\n - [Sololearn](https://https://www.sololearn.com/compiler-playground/csharp)\n - [Dotnetfiddle](https://dotnetfiddle.net/srx9kM) (requires public statements)\n\n### Additional compiling resources\nIf you can't access none of the three online C# compilers, you can open Microsoft PowerShell (used in Windows) and write a continuation prompt without nothing in the initial. Remember that for every line of code, you should open a new continuation prompt. ([see an example here](https://github.com/psebastiani2021/howmany/blob/main/interop/running.ps1))\n```shell\n$id = Get-Random\n$code = @\"\nusing System;\nnamespace PowerShell {\n   public class Program$id {\n\tpublic static void Main(){\n\t Console.WriteLine(\"C# in .ps1\");\n  }\n }\n}\n\"@\n\nAdd-Type -TypeDefinition $code -Language CSharp\t\niex \"[PowerShell.Program$id]::Main()\"\n```\nThis example simply outputs a \"Hello World!\" in the PowerShell console.\n## Contributing\nIf you found an error in a code, update it, or you would like to share some ideas, feel free to do it through pull requests or issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsebastiani2021%2Fhowmany","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsebastiani2021%2Fhowmany","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsebastiani2021%2Fhowmany/lists"}