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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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.withRegions(
        City.HSINCHU,
        County.HSINCHU,
        City.TAIPEI
    )
);

TangJin.addWork(
    Career.SOFTWARE_ENGINEER.withSkills(
        "Kotlin", "Java", "JavaScript", "HTML", "CSS",
        "Python", "PHP", "C", "C++", "C#",
        "React", "SQL", "Linux"
    )
);
TangJin.addWork(Career.INVESTOR);

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

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

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

Popular repositories Loading

  1. PickupControlPlus PickupControlPlus Public

    Control what you can pickup.

    Java 1

  2. tangjin0418 tangjin0418 Public

    A self-introduction.

  3. BlockNBTKeep BlockNBTKeep Public

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

    Java

  4. GlobalPlaceholders GlobalPlaceholders Public

    Java

  5. Folia-DecentHolograms Folia-DecentHolograms Public

    Forked from mickas/DecentHolograms

    A rough revision of DecentHolograms to support folia.

    Java

  6. Folia-MoneyFromMobs Folia-MoneyFromMobs Public

    Forked from chocolf/MoneyFromMobs

    A rough revision of MoneyFromMobs to support folia.

    Java 1