{"id":22886331,"url":"https://github.com/xezoless/csps","last_synced_at":"2026-05-07T13:36:27.051Z","repository":{"id":266632014,"uuid":"898884413","full_name":"XezolesS/CSPS","owner":"XezolesS","description":"The .NET C# workspace setup for Visual Studio Code to solve problems from online judge platforms like Codeforces, AtCoder, Baekjoon Online Judge, etc.","archived":false,"fork":false,"pushed_at":"2025-03-30T14:29:25.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T15:28:23.014Z","etag":null,"topics":["c-sharp","dotnet","problem-solving","visual-studio-code","vscode","workspace"],"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/XezolesS.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":"2024-12-05T08:11:27.000Z","updated_at":"2025-03-30T14:29:29.000Z","dependencies_parsed_at":"2025-03-30T15:34:26.408Z","dependency_job_id":null,"html_url":"https://github.com/XezolesS/CSPS","commit_stats":null,"previous_names":["xezoless/csps"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XezolesS%2FCSPS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XezolesS%2FCSPS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XezolesS%2FCSPS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XezolesS%2FCSPS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XezolesS","download_url":"https://codeload.github.com/XezolesS/CSPS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246522664,"owners_count":20791374,"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":["c-sharp","dotnet","problem-solving","visual-studio-code","vscode","workspace"],"created_at":"2024-12-13T20:17:48.312Z","updated_at":"2026-05-07T13:36:26.998Z","avatar_url":"https://github.com/XezolesS.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align='center'\u003e\n    CSPS - C# Problem Solving\n\u003c/h1\u003e\n\n\u003cp align='center'\u003e\n    \u003cimg src='https://img.shields.io/badge/VSCode-0078D4?style=for-the-badge\u0026logo=visual%20studio%20code\u0026logoColor=white' /\u003e\n    \u003cimg src='https://img.shields.io/badge/C%23-239120?style=for-the-badge\u0026logo=csharp\u0026logoColor=white' /\u003e\n    \u003cimg src='https://img.shields.io/badge/.NET-512BD4?style=for-the-badge\u0026logo=dotnet\u0026logoColor=white' /\u003e\n\u003c/p\u003e\n\n\u003cp align='center'\u003e\n    The .NET C# workspace setup for \u003ca href='https://code.visualstudio.com/'\u003eVisual Studio Code\u003c/a\u003e to solve problems from online judge platforms like \u003ca href='https://codeforces.com/'\u003eCodeforces\u003c/a\u003e, \u003ca href='https://atcoder.jp/'\u003eAtCoder\u003c/a\u003e, \u003ca href='https://www.acmicpc.net/'\u003eBaekjoon Online Judge\u003c/a\u003e, etc.\n\u003c/p\u003e\n\n\u003cp align='center'\u003e\n    It is intended to provide useful configurations and snippets for problem solving in C#.\n\u003c/p\u003e\n\n\u003cp align='center'\u003e\nSince .NET cannot compile or run single *.cs file \u003cspan style='font-size:11px'\u003e(there are workarounds but not suitable for PS)\u003c/span\u003e, it is annoying to build with multiple source files in the same workspace directory. With this workspace setup, you can easily disable/archive source files and compiling a single source file.\n\u003c/p\u003e\n\n## Usage\n*Instructions will be added later.*\n### Basics\n### Compiling and Running\n### Disabling Sources\nPut source files(`*.cs`) under `./Disabled`.  \nThe files under `./Disabled` will not be recognized by the project(`CSPS.csproj`).\n\n### Archiving Sources\nPut source files(`*.cs`) under `./ProblemCodes`.  \nThe files under `./ProblemCodes` will not be recognized by the project(`CSPS.csproj`).\n\n## Requirements\n- [.NET 6.0 SDK](https://dotnet.microsoft.com/ko-kr/download/dotnet/6.0)\n- [Visual Studio Code](https://code.visualstudio.com/)\n\n## Recommended VSCode Extensions\n- [**C#**](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) for basic language support for C#, such as IntelliSense.\n- [**Competitive Programming Helper**](https://marketplace.visualstudio.com/items?itemName=DivyanshuAgrawal.competitive-programming-helper) for running test cases easily.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxezoless%2Fcsps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxezoless%2Fcsps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxezoless%2Fcsps/lists"}