Skip to content
View alphapokedex's full-sized avatar
Block or Report

Block or report alphapokedex

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. singleton_pattern singleton_pattern Public template

    Sinlgeton pattern template in flutter. Firebase included (setup using flutterfire_cli)

    Dart 3 1

  2. ble_scanner ble_scanner Public

    Kotlin 1

  3. trivia_base trivia_base Public

    An internship task for making a trivia application using the open trivia database API.

    Dart 2

  4. ssh-keygen.sh ssh-keygen.sh
    1
    #!/bin/bash
    2
    
                  
    3
    read -s -p "$(date --utc +'%FT%T.%3NZ'): Enter Password: " SSH_KEY_PASSWORD
    4
    
                  
    5
    #OPTS="-q -C ${SSH_COMMENT} -P ${SSH_KEY_PASSWORD}"