Skip to content
View flymrc's full-sized avatar
🙈
On vacation
🙈
On vacation
Block or Report

Block or report flymrc

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. Generate-QRCode Generate-QRCode Public

    Generate QRCode By Kotlin

    Kotlin

  2. Demo BlazeFace model. Demo BlazeFace model.
    1
    import cv2
    2
    import time
    3
    import math
    4
    import numpy as np
    5
    import tensorflow as tf
  3. Run your flask app under twisted wsg... Run your flask app under twisted wsgi, ALWAYS.
    1
    if __name__ == "__main__":
    2
        reactor_args = {}
    3
        
    4
        def run_twisted_wsgi():
    5
            from twisted.internet import reactor
  4. Kotlin AES Encryption and Decryption Kotlin AES Encryption and Decryption
    1
    // ref: https://www.baeldung.com/java-aes-encryption-decryption
    2
    
                  
    3
    import java.util.*
    4
    import javax.crypto.Cipher
    5
    import javax.crypto.spec.IvParameterSpec