Skip to content
View michpohl's full-sized avatar
🏁
undefined
🏁
undefined

Organizations

@tidal-engineering @squareup
Block or Report

Block or report michpohl

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

  1. expose-android-build.gradle-version-code-and-name expose-android-build.gradle-version-code-and-name Public

    Github action to expose the version code and version name in a build.gradle file as env vars

    TypeScript 5 5

  2. ktor-webserver-docker-rpi ktor-webserver-docker-rpi Public

    A Docker container to build and run a Ktor webserver on a Raspberry Pi

    Kotlin 5 1

  3. Loopy Loopy Public

    Android app written in Kotlin and C++ to manage and play audio loops using oboe

    Kotlin 20 5

  4. audio-scheduler audio-scheduler Public

    small python program to schedule playing of lists of audio files to multiple outputs on a Raspberry Pi

    Python

  5. Bash script to build vd-tool from An... Bash script to build vd-tool from Android sources to batch convert SVG to VectorDrawables via terminal
    1
    #!/bin/bash
    2
    
                  
    3
    # inspiration for this script comes from here: https://www.androiddesignpatterns.com/2018/11/android-studio-svg-to-vector-cli.html
    4
    DESIRED_PATH="$1"
    5
    
                  
  6. How to find information from an inst... How to find information from an installed Android app's SharedPreferences (if you have access to the keystore)
    1
    ## How to find information from an installed Android app's SharedPreferences (if you have access to the keystore) 
    2
    
                  
    3
    #### Prerequisite: Yes, you can gain some nice insights following this How-To, but you can only get to the end of it if you're legitimized to do so (you need to have the app's keyStore and the passwords to it!)
    4
    You should also have the [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb) installed as well as [Android Studio](https://developer.android.com/studio).
    5