{"id":20898943,"url":"https://github.com/rededge967/kb-converter","last_synced_at":"2025-12-27T17:20:45.110Z","repository":{"id":103044704,"uuid":"435213030","full_name":"RedEdge967/kb-converter","owner":"RedEdge967","description":"a simple C# program to convert Kilobytes to bytes and bits.","archived":false,"fork":false,"pushed_at":"2021-12-05T16:07:45.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-19T12:52:14.407Z","etag":null,"topics":["bits","bytes","csharp","kilobytes"],"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/RedEdge967.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}},"created_at":"2021-12-05T16:01:47.000Z","updated_at":"2022-02-01T13:37:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"f065faaf-f87c-4e23-bbcb-1576698bd144","html_url":"https://github.com/RedEdge967/kb-converter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedEdge967%2Fkb-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedEdge967%2Fkb-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedEdge967%2Fkb-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedEdge967%2Fkb-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedEdge967","download_url":"https://codeload.github.com/RedEdge967/kb-converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243285625,"owners_count":20266849,"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":["bits","bytes","csharp","kilobytes"],"created_at":"2024-11-18T11:12:43.734Z","updated_at":"2025-12-27T17:20:45.058Z","avatar_url":"https://github.com/RedEdge967.png","language":"C#","readme":"# kb-converter\n- This is a simple C# program that can convert kilobytes to bytes and bits.\n\n## How to?\n- Download and run the `kb-converter.cs`\n- Or copy the following code and paste it in a online C# compiler and run it.\n```csharp\nusing System;  \nclass JTP  \n{  \nstatic long bits(int kilobytes)  \n{  \n    long Bits;  \n    Bits = kilobytes * 8192;  \n    return Bits;  \n}  \nstatic long bytes(int kilobytes)  \n{  \n    long Bytes;  \n    Bytes = kilobytes * 1024;  \n    return Bytes;  \n}  \nstatic public void Main ()  \n{  \n    int kilobytes;  \n    Console.WriteLine(\"Enter the value of kilobytes: \");  \n    kilobytes = Convert.ToInt32(Console.ReadLine());  \n    Console.WriteLine (\"There are \" + bytes(kilobytes) + \" Bytes in \"+ kilobytes + \" kilobytes\");  \n    Console.WriteLine (\"There are \" + bits(kilobytes) + \" Bits in \"+ kilobytes + \" kilobytes\");  \n}  \n} \n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frededge967%2Fkb-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frededge967%2Fkb-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frededge967%2Fkb-converter/lists"}