Skip to content
View bb441db's full-sized avatar

Organizations

@owowagency
Block or Report

Block or report bb441db

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. ktor-client-codegen ktor-client-codegen Public

    Generate HTTP request calls for ktor-client using annotation processing

    Kotlin 1

  2. chromium chromium Public

    Forked from chromium/chromium

    The official GitHub mirror of the Chromium source

  3. compose-strings-plugin compose-strings-plugin Public

    Generate Type-Safe Composable Functions for Android String Resources

    Kotlin 1

  4. Capture screenshot using ADB and sav... Capture screenshot using ADB and save it on host
    1
    if ! [ -x "$(command -v adb)" ]; then
    2
      echo "adb is not installed" >&2
    3
      exit 1
    4
    fi
    5