Skip to content
View naoppy's full-sized avatar
💭
Study at School
💭
Study at School
  • AKARI Inc.
  • Kita-Ku, Tokyo, Japan
  • X @naoppyj
Block or Report

Block or report naoppy

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

Pinned Loading

  1. tjsif tjsif Public

    The surveillance camera system using edge TPU

    Python 1

  2. CompetitiveProgrammingWithKotlin CompetitiveProgrammingWithKotlin Public

    my library for competitive programming

    Kotlin

  3. BinarySearch.kt BinarySearch.kt
    1
    package algorithms.search
    2
    
                  
    3
    /**
    4
     * elementをキーとして、キー以上の要素の中で最も小さい位置のインデックスを返す。
    5
     * 検索範囲は[fromIndex, toIndex)
  4. Procon29 Procon29 Public

    競技部門のためのレポジトリ

    Java 4 1

  5. mp3-wav-converter mp3-wav-converter Public

    convert wav to mp3 by the way of keeping metadata

    Python

  6. QTree.cpp QTree.cpp
    1
    #include "QTree.h"
    2
    #include <random>
    3
    #include <climits>
    4
    
                  
    5
    int BitSeparate16(int n)