Skip to content
View whitipet's full-sized avatar
👨‍💻
Code Every Day
👨‍💻
Code Every Day

Organizations

@Headway-Dev

Block or report whitipet

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. Smart ADB over WiFi connectorSmart ADB over WiFi connector
    1
    #!/usr/bin/env bash
    2
    # adbw — smart ADB over WiFi connector.
    3
    #
    4
    # Setup:
    5
    # 1) Set DEVICE_MAC below (optional, helps with auto-detection).
  2. vaservaga-androidvaservaga-androidPublic

    A smallest bubble level android app.

    Java 3 2

  3. project-template-androidproject-template-androidPublic template

    Project template with basic configuration

    Kotlin 1

  4. droid-island-androiddroid-island-androidPublic

    Kotlin 2

  5. Position tracker for android media3 ...Position tracker for android media3 Player
    1
    privateconstvalMIN_UPDATE_INTERVAL_MS:Long=200
    2
    privateconstvalMAX_UPDATE_INTERVAL_MS:Long=1000
    3
    4
    classPlayerPositionTracker {
    5
  6. Get all possible sums with indexes f...Get all possible sums with indexes from array
    1
    importjava.util.ArrayList;
    2
    importjava.util.List;
    3
    4
    publicclassPossibleSums {
    5