Skip to content
View charlesganza's full-sized avatar
  • Elevate Technologies Ltd.
  • Kigali, Rwanda

Block or report charlesganza

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. ADB-Batch-Package-Manager ADB-Batch-Package-Manager Public

    ADB Windows Batch utilities

    Batchfile

  2. android-common-build-errors-and-solutions android-common-build-errors-and-solutions Public

    A repo to provide a quick and easy way to solve common Android and Gradle build issues that often make one question their will to live.

  3. houses-api houses-api Public

    HTML

  4. houses-frontend houses-frontend Public

    TypeScript

  5. ADB wireless connection. The command... ADB wireless connection. The commands below allow you to connect to your device wirelessly.
    1
    //for this to work, you have to first connect your device to the computer
    2
    //your pc and device must be on the same network, no internet connectivity is required.
    3
    > adb usb //restart adb in usb mode
    4
    > adb tcpip 5555 //create port to connect to
    5
    > adb connect 192.168.0.1:5555 //[your device's ip address]:[port]
  6. javafx-md5-hash-calc-kotlin-coroutines javafx-md5-hash-calc-kotlin-coroutines Public

    A JavaFX MD5 file hash calculator using Kotlin and coroutines.

    Kotlin