This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am fython on github. | |
* I am fython (https://keybase.io/fython) on keybase. | |
* I have a public key ASDcJ07GUdW8bvJwulIGycvSRawEqddX8BaIGJWeUdItkAo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://fonts.googleapis.com/earlyaccess/notosanssc.css | |
https://fonts.googleapis.com/earlyaccess/notosanstc.css | |
https://fonts.googleapis.com/earlyaccess/notosansjp.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ext { | |
// Libraries version | |
androidSupportVersion = '27.1.1' | |
kotlinxCoroutinesVersion = '0.22.5' | |
okhttp3Version = '3.10.0' | |
retrofit2Version = '2.4.0' | |
materialPrefVersion = '2.2.3' | |
androidKtxVersion = '0.3' | |
glideVersion = '4.7.0' | |
butterKnifeVersion = '8.8.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* No Licenses. Use it in your favourite way. | |
*/ | |
import android.content.Context; | |
import android.os.Build; | |
import android.os.Handler; | |
import android.os.ParcelFileDescriptor; | |
import android.os.ProxyFileDescriptorCallback; | |
import android.os.storage.StorageManager; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This script is used to watch followers count of specific user in Bilibili. | |
* Please change the constant "CHECK_UID" to user id you want to watch. | |
* | |
* Before running this script, please install following dependencies to global: | |
* - axios | |
* - node-notifier | |
* | |
* For example, when you are using NPM as package manager, | |
* run this command in shell: |