Skip to content
View FerdinandSu's full-sized avatar
🍋
🍋

Highlights

  • Pro

Block or report FerdinandSu

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
FerdinandSu/README.md

Ferdinand Su

Program.cs

using System;
using System.Linq;

namespace FerdinandSu;

var summary = 
    @"Undergraduate student in an 'Institute of Technology' 
      which is in the northeast of a country.";
var languages = new [] {
  "C#", // The world's best language.
  "TypeScript", // Frontend developer, using Angular.
  "C", // Most of undergraduate students should have learned.
  "python", // Most of undergraduate students should have learned.
  "Visual BASIC", // My first programming language.
  "C++", // Most of undergraduate students should have learned, but too difficult.
  "Java", // Most of undergraduate students should have learned, but I dislike this.
  "JavaScript" // Hardly used, but I did learn that ...
  //, "HTML" // Oh please, HTML is not a programming language !!!
};
var favoriteLanguage = languages.First(); // C# is the best!
var fieldsOfWork = new [] {
  "Service Computing", // My director's major.
  "Distributed System & Metaverse", // Future.
  "NLP" // My undergraduate major.
};

Console.WriteLine("Hello, my friends!");

Major Projects

Languages

csharp csharp csharp csharp

My Stats

Pinned Loading

  1. HIT-ReFreSH/JMobileSuit HIT-ReFreSH/JMobileSuit Public

    Light weight Mobile Suit for Java.

    Java 4 21

  2. HIT-ReFreSH/MobileSuit HIT-ReFreSH/MobileSuit Public

    Powerful tool to quickly build a ConsoleApp

    C# 8 3

  3. HIT-ReFreSH/WebLedger HIT-ReFreSH/WebLedger Public

    A Ledger App over http with NO UI

    C# 2 3

  4. HIT-ReFreSH/ScheduleServer HIT-ReFreSH/ScheduleServer Public

    适用于哈尔滨工业大学本科/研究生的课程表服务,可以使用docker部署到您的服务器上。

    C# 3 1