Sabtu, 24 Februari 2018

App ID and App Secret From Facebook Graph API

https://developers.facebook.com
pengaturan dasar

Rabu, 21 Februari 2018

7zip Folders With Bash

for i in */; do 7z a -t7z "${i%/}.7z" "$i"; done

Selasa, 20 Februari 2018

Performous : no playback devices

https://github.com/performous/performous/wiki/Audio-configuration

Senin, 19 Februari 2018

Install Matplotlib on Python 2.7

https://stackoverflow.com/questions/47179433/python-2-7-functools-lru-cache-does-not-import-although-installed

Jumat, 09 Februari 2018

Install Bot at Discordapp

https://www.devdungeon.com/content/chatty-cathy

Build Android APK From Kivy

buildozer init
buildozer android debug deploy
http://buildozer.readthedocs.io/en/latest/installation.html
https://github.com/kivy/kivy/issues/5327
https://github.com/kivy/buildozer/issues/312