Skip to content
Avatar
:octocat:
Mendacium plana sit vera scientia.
:octocat:
Mendacium plana sit vera scientia.

Achievements

Achievements

Highlights

Block or Report

Block or report KevinZonda

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.

Report abuse

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

Report abuse
KevinZonda/README.md

using ADT;
using System.Linq;

public static class KevinZonda
{
    public static BasicInfo BasicInfo => new()
    {
        Name        = "Kevin CHEN",
        PGP         = "867C 7D44 DFDF 603A C971 8505 6FF4 CDC2 D404 9C0A",
        Gender      = Gender.Male,
        Location    = "Brighton, East Sussex, United Kingdom",
        Languages   = new[] { "zh-CN", "en-GB" },
        ContactInfo = new()
        {
            Emails = new[]
            {
                "realkevin#tutanota.com",
                "kevin#fastgit.org",
                "kevin#v2fly.org",
                "kevin#alumni.hmuniversity.org",
                "kevin#is-rbq.com"
            }.Select(x => x.Replace("#", "@")).ToArray(),
            Others = new()
            {
                { "Telegram", new[] { "KevinZonda"  } }, // https://t.me/KevinZonda
                { "Twitter" , new[] { "FailedWaste" } }  // https://twitter.com/FailedWaste
            }
        }
    };

    public static DevInfo DevInfo => new()
    {
        Environments = new[] { "Windows10x64", "Debian10x64" },
        Tools        = new[] { "IDEA", "Rider", "Visual Studio 2017", "Visual Studio Code" },
        Languages    = new[] { "C#", "Go", "Java" },
        Projects     = new[] { "FastGit UK", "PassCore" }
    };
}

Pinned

  1. 1
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    2
    
                  
    3
    mQINBF/8u8kBEADEVj3c9qLTs2/jrfC4gGCq3lwI2SGDNWH/2ntYyTBVyuXDAQNc
    4
    UskQ4KS7N43KZgiYLynGQQGPgna8R8hmgYYb1JG/HwgQBO7t8hMgkAY6Guj+uTQS
    5
    oTSpMtdAm/+Mhod/fIdPjYHm2v/+f3EzQfJSwcFn8CVp5BBJ3HlCylu7eLOzU6Ql
  2. 🔧 A go-written tool to do git operation with fastgit easily

    Go 58 6

  3. 🏳️‍🌈 中国的性少数群体一直渴望着自由平等

    304 63

  4. Core Part of PassCore

    C# 1

Contribution activity

September 2021

Created a pull request in mdn/translated-content that received 5 comments

add code to make it more elegant

+1 −1 5 comments
Opened 11 other pull requests in 3 repositories
mdn/translated-content 1 open 8 merged
Hancheng-Bi/Inference-of-infection-fatality-rate-using-serosurvey 1 open
AkaraChen/parentgenerator 1 merged
Reviewed 1 pull request in 1 repository
KevinZonda/KevinZonda 1 pull request

Created an issue in FastGitORG/uptime that received 1 comment

🛑 FastGit Raw is down

In 2fd08a8, FastGit Raw (https://raw.fastgit.org) was down: HTTP code: 403 Response time: 204 ms

1 comment
Opened 3 other issues in 2 repositories
FastGitORG/uptime 2 closed
FastGitORG/Sponsors 1 open

Seeing something unexpected? Take a look at the GitHub profile guide.