Skip to content
View tangjin0418's full-sized avatar

Block or report tangjin0418

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

who.md

This is TangJin.

Who is he? He is the following, introduced with some random code...

Human TangJin = new Human("TangJin", Gender.MALE);

TangJin.setFrom(Country.TAIWAN.withRegion(City.HSINCHU));
TangJin.addWork(Career.SOFTWARE_ENGINEER.withLanguage("Kotlin", "Java", "JavaScript", "HTML", "CSS", "Python", "PHP", "C++", "C#", "Python"));
TangJin.addWork(Career.INVESTOR);

TangJin.addHobby(Hobby.CODING);
TangJin.addHobby(Hobby.TRAVELLING);
TangJin.addHobby(Hobby.BIKING);
TangJin.addHobby(Hobby.MOUNTAIN_CLIMBING);
TangJin.addHobby(Hobby.ALGORITHM_RESEARCH);
TangJin.addHobby(Hobby.SELF_EXPLORING);

TangJin.setWorks(List.of(new MinecraftPlugin("BungeeCord"), new MinecraftPlugin("Spigot"), new MinecraftPlugin("Velocity"), new Group("TJService")));

TangJin.think("I will never give up, though there is still a far way to reach home.");
TangJin.go("https://tjdev.org/");

Popular repositories Loading

  1. tangjin0418 tangjin0418 Public

    A self-introduction.

  2. panel panel Public

    Forked from pterodactyl/panel

    Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while…

    PHP

  3. BlockNBTKeep BlockNBTKeep Public

    Breaking a block drops the same item you used to place it.

    Java