Skip to content
View NamiUni's full-sized avatar
Block or Report

Block or report NamiUni

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

Hi there 👋

I am a Japanese who enjoys Java programming.

IntPredicate fizz = (int num) -> num % 3 == 0;
IntPredicate buzz = (int num) -> num % 5 == 0;
IntStream.rangeClosed(1, 100)
    .mapToObj(i -> new StringBuilder()
        .append(fizz.test(i) ? "Fizz" : "")
        .append(buzz.test(i) ? "Buzz" : "")
        .append(!fizz.or(buzz).test(i) ? i : ""))
    .forEach(System.out::println);

Pinned Loading

  1. MoreFishRemake-WIP MoreFishRemake-WIP Public

    Forked from woodyn1002/more-fish

    A Bukkit Plugin that makes your fishing more fun.

    Java 3 1

  2. morinoparty/CarbonJapanizer morinoparty/CarbonJapanizer Public

    Java

  3. ModernExample ModernExample Public

    Java