Selasa, 29 Mei 2018

exfat not supported in Ubuntu

sudo apt-get install exfat-utils exfat-fuse

Senin, 21 Mei 2018

Sejarah Aliran Nichiren Shoshu

http://melawanpetang.blogspot.co.id/2013/12/aliran-nichiren-shoshu-dan-sejarah.html

Jumat, 18 Mei 2018

Remove Audio from Video File

https://superuser.com/questions/268985/remove-audio-from-video-file-with-ffmpeg

Kamis, 10 Mei 2018

Selenium Python Find Element By XPath with Contains

https://stackoverflow.com/questions/1390568/how-can-i-match-on-an-attribute-that-contains-a-certain-string

Set Global Variables in Python

https://stackoverflow.com/questions/35309042/python-how-to-set-global-variables-in-flask

Source Code Beautifier

http://hilite.me/

Using Python Selenium to Scrape Saldo and Tokocash from Tokopedia


1
2
3
 browser = webdriver.Firefox('/home/vish/.mozilla/firefox/default',executable_path=r'geckodriver')
 browser.get("https://www.tokopedia.com")
 result = browser.find_element_by_class_name("deposit-notif-container").text