Skip to content
View tangjin0418's full-sized avatar
  • Taiwan
Block or Report

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?

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

TangJin.setFrom("Taiwan");
TangJin.addWork(Work.SOFTWARE_ENGINEER);

TangJin.addHobby("coding");
TangJin.addHobby("traveling");
TangJin.addHobby("biking");
TangJin.addHobby("mountain-climing");

TangJin.data.codingOn.addAll(List.of("Java", "JavaScript", "HTML", "CSS", "Python", "PHP", "C++", "C#", "Python"));

TangJin.works.addAll(List.of(new MinecraftServer("RainyNight"), new MinecraftPlugin("BungeeCord"), new MinecraftPlugin("Spigot"), new Group("TJService")));

TangJin.say("I will never give up though I still have 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. wings wings Public

    Forked from pterodactyl/wings

    The server control plane for Pterodactyl Panel. Written from the ground-up with security, speed, and stability in mind.

    Go

  4. MineDown MineDown Public

    Forked from Phoenix616/MineDown

    A MarkDown inspired markup library for Minecraft chat components

    Java