Skip to content
View RukiaOvO's full-sized avatar
  • Fuzhou University
  • Japan, Shidoshima

Block or report RukiaOvO

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RukiaOvO/README.md
@SneakyThrows
@Override
public void onReadMe(@NonNull ReadMeSession session)
{
    log.info("Someone is reading README.md.");
    if(session.getWannaOrNot().equals("not")) {return;}
        
    CompletableFuture.runAsync(() -> musicPlayer.On("On My Own - Blitz kids"), executor);
    RukiaOvO me = new RukiaOvO.builder()
                            .programmingLanguage(List.of("Java", "Go"))
                            .country("China/PRC")
                            .languages(new HashMap<String, Proficiency>() {{
                                put("Chinese", Proficiency.NATIVE);
                                put("English", Proficiency.UNDERSTANDING);
                            }})
                            .selfDescription("A noob in learning Java/Go.")
                            .build();
    session.sendReadMeMsg(JSON.toJSONString(me));
}

Pinned Loading

  1. Kg4se Kg4se Public

    Multi-modal Knowledge Graph incremental construction platform for the Software Engineering course

    Python 1

  2. bigTQQbot bigTQQbot Public

    基于NapCatQQ框架,遵循OneBot11协议,用go语言编写的一个简单QQbot机器人demo

    Go 2

  3. FzuCreatureCatalog FzuCreatureCatalog Public

    The backend of app "FzuCreatureCatalog"

    Java

  4. Takagi3-QQ-Bot Takagi3-QQ-Bot Public

    基于LLOneBot, Shiro框架,使用springboot搭建的简单QQ机器人

    Java 1