Skip to content
View szewa-polyu's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report szewa-polyu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. VS Code Settings VS Code Settings
    1
    {
    2
      "prettier.jsxSingleQuote": true,
    3
      "prettier.singleQuote": true,
    4
      "editor.tabSize": 2,
    5
      "editor.wordWrap": "on",
  2. FizzBuzz - C# Pattern Matching Public FizzBuzz - C# Pattern Matching Public
    1
    using System;
    2
    using System.Linq;
    3
    
                  
    4
    public class C 
    5
    {
  3. BeautyOfProgrammingTrial BeautyOfProgrammingTrial Public

    My trial of solving the programming problems in the book Beauty Of Programming 编程之美 https://book.douban.com/subject/3004255/

    C#

  4. electron-file-trial electron-file-trial Public

    Attempt to follow the "How to choose , read, save, delete or create a file with Electron Framework" tutorial: https://ourcodeworld.com/articles/read/106/how-to-choose-read-save-delete-or-create-a-f…

    JavaScript 1

  5. haskell-trial haskell-trial Public

    Haskell

  6. sorting-csharp sorting-csharp Public

    C#