Skip to content
View virtuaspectro's full-sized avatar

Block or report virtuaspectro

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
virtuaspectro/README.md

Pinned Loading

  1. react-native-add-image-to-pdf react-native-add-image-to-pdf Public

    Add image to PDF file and save it on device filesystem

    Kotlin 1

  2. Bash JSON parser by key Bash JSON parser by key
    1
    KEY=$1
    2
    num=$2
    3
    awk -F"[,:}]" '{for(i=1;i<=NF;i++){if($i~/'$KEY'\042/){print $(i+1)}}}' | tr -d '"' | sed -n ${num}p
  3. virtuaspectro virtuaspectro Public

  4. vision-camera-base64 vision-camera-base64 Public

    Forked from yasintorun/vision-camera-base64

    Vision Camera Frame Processor plugin. Convert the frame to base64 image data

    Java