{"id":16565183,"url":"https://github.com/shonharsh/uipath-fizzbuzz","last_synced_at":"2026-05-05T14:33:29.402Z","repository":{"id":242133562,"uuid":"808772547","full_name":"ShonHarsh/UiPath-FizzBuzz","owner":"ShonHarsh","description":"This project is a UiPath C# implementation of FizzBuzz in UiPath.","archived":false,"fork":false,"pushed_at":"2024-06-15T19:25:16.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T22:38:34.921Z","etag":null,"topics":["academic","academy","artificial-intelligence","atom","automation","config","csharp","education","git","guide","learning","markdown","process","robot","rpa","studio","training-materials","trending","uipath","windows"],"latest_commit_sha":null,"homepage":"","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/ShonHarsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-05-31T19:33:31.000Z","updated_at":"2024-06-15T19:24:34.000Z","dependencies_parsed_at":"2024-05-31T20:52:35.905Z","dependency_job_id":"47a49400-5f21-4484-9e7e-77881474ec30","html_url":"https://github.com/ShonHarsh/UiPath-FizzBuzz","commit_stats":null,"previous_names":["shonharsh/uipath-fizzbuzz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShonHarsh/UiPath-FizzBuzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShonHarsh%2FUiPath-FizzBuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShonHarsh%2FUiPath-FizzBuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShonHarsh%2FUiPath-FizzBuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShonHarsh%2FUiPath-FizzBuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShonHarsh","download_url":"https://codeload.github.com/ShonHarsh/UiPath-FizzBuzz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShonHarsh%2FUiPath-FizzBuzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["academic","academy","artificial-intelligence","atom","automation","config","csharp","education","git","guide","learning","markdown","process","robot","rpa","studio","training-materials","trending","uipath","windows"],"created_at":"2024-10-11T20:46:22.151Z","updated_at":"2026-05-05T14:33:29.374Z","avatar_url":"https://github.com/ShonHarsh.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://shonharsh.github.io/curriculum-vitae/Images/uipath-logo.png)\n\n#  FizzBuzz\n\n## About\n\nThis project is a C# implementation of FizzBuzz in UiPath.\n\nFizz buzz is a group word game for children to teach them about division. Players take turns to count incrementally, replacing any number divisible by three with the word \"fizz\", and any number divisible by five with the word \"buzz\", and any number divisible by both three and five with the word \"fizzbuzz\" -Wikipedia\n\n### Getting Started\n\nAfter making a pull request or downloading the project, open the Main.xaml in UiPath Studio.  The robot can be run with the play button in the ribbon and the result can be seen in output panel.\n\n### Details\n\n**Practice:** [FizzBuzz](https://en.wikipedia.org/wiki/Fizz_buzz)\n\n**Project Format:** Windows, C#\n\n**GitHub:** https://github.com/ShonHarsh/FizzBuzz\n\n### Sample Output\r\n\r\n```sh\n05/13/2024 19:22:11 =\u003e [Info] FizzBuzz execution started\n05/13/2024 19:22:11 =\u003e [Info] FizzBuzz.Main.Begin;\n05/13/2024 19:22:14 =\u003e [Info] 1 2 Fizz 4 Buzz Fizz 7 8 Fizz Buzz 11 Fizz 13 14 FizzBuzz 16 17 Fizz 19 Buzz\n05/13/2024 19:22:14 =\u003e [Info] FizzBuzz.Main.End;\n05/13/2024 19:22:14 =\u003e [Info] FizzBuzz execution ended in: 00:00:03\r\n```\n\n### Architecture Requirements\n\nA standard UiPath, Studio to Orchestrator cloud setup is the base of operation.  It is easy to setup and free.\n1. An Orchestrator connection - Visit https://cloud.uipath.com/ and authenticate or sign up.\n2. [UiPath Studio](https://www.uipath.com/product/studio) is used to run the robot.  Note that Studio Web can be used directly in Orchestrator but I recommend installing the Studio IDE application.\r\n\r\n[![UiPath Setup Guide](https://shonharsh.github.io/curriculum-vitae/Images/Title-UiPath-Setup-Guide.png)](https://github.com/ShonHarsh/UiPath-SetupGuide)\n\n### Git Notes\n\nClone the project to develop or change it.\r\n\r\n```sh\r\ngit clone https://github.com/ShonHarsh/FizzBuzz\n```\n\n### Links\n- [UiPath Automation Platform](https://www.uipath.com/)\n- [UiPath Studio](https://www.uipath.com/product/studio)\r- [Pulsar](https://pulsar-edit.dev/) (Atom Successor) - Used for all my README.md files\n- [Shon Harsh Website 127.0.0.1](https://shonharsh.github.io/curriculum-vitae/index.html)\n- [This.GitHub](https://github.com/shonharsh)\n- [LinkedIn](https://www.linkedin.com/in/shonharsh/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshonharsh%2Fuipath-fizzbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshonharsh%2Fuipath-fizzbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshonharsh%2Fuipath-fizzbuzz/lists"}