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

Block or report frankIT

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. timenow timenow Public

    This is a checkout bot for Amazon Prime Now

    Python

  2. ofxstatement-fineco ofxstatement-fineco Public

    This is a parser for the statement file produced from the italian bank Fineco

    Python 8 4

  3. Play Counter Strike Global Offensive... Play Counter Strike Global Offensive in a triple display setup on linux
    1
    #!/bin/bash
    2
    
                  
    3
    
                  
    4
    # Display names
    5
    # xrandr | grep connected
  4. Uninstall vendor system packages thr... Uninstall vendor system packages through adb shell
    1
    #!/bin/bash
    2
    
                  
    3
    # Uninstall vendor system packages through adb shell.
    4
    
                  
    5
    # Stock ROM Samsung Galaxy J3 - J330F
  5. GotchaChinese GotchaChinese Public

    Forked from saghul/sipsimple-examples

    a dumb SIP client which ring someone up repeatedly like the chinese water torture

    Python

  6. last ride with compiz: build it on d... last ride with compiz: build it on debian jessie
    1
    #!/bin/bash
    2
    
                  
    3
    # http://wiki.compiz.org/C%2B%2BCompiling
    4
    # This is basically a script version of the official documentation above
    5
    # with a few fix needed to successfully compile on debian jessie