I use this so I don’t need to check what is my iPhone IP address every time or disable VPN to connect properly with SSH over network. For Mac it’s relatively easy follow this link: http://iphonedevwiki.net/index.php/SSH_Over_USB For Windows I tried this morning had some issues but finally resolved it and here’s how I do it. […]
Category: Programming / database
Kompas developer test
Sy dapat share dari group tentang lowongan kompas sebagai berikut: Berikut adalah coding python yang saya gunakan jika ada code yang lebih efisien mohon diinfo Berikut adalah contoh dari output:
Crazy Stone analyzed game to SGF format
I will not talking about how to analyze using Crazy Stone (either 2013 or Deep Learning) you can visit and learn about it at: http://www.lifein19x19.com/forum/viewtopic.php?f=18&t=13210&sid=b5d619005250b8ddd6df5411c04f2f58 There is a reply as well to use this github project https://github.com/lightvector/crazystone_analysis_to_sgf/ and I am going to show you how to do it step-by-step. First please download the project on […]
Actual Nights
So real case scenario, I was asked to calculate real nights in a month. Below are the sample scenarios: If guest checked in at 2016-04-23, checked out at 2016-05-01, actual nights for May 2016 = 0 night If guest checked in at 2016-04-23, checked out at 2016-05-05, actual nights for May 2016 = 4 nights […]
Export data to CSV from SQL using batch file (My Workaround)
For this trick you will need to download sed (streams editor) for win32 more about sed here To generate data from SQL you can use SQLCMD, for example below: In case you don’t know. is the query that we can to get the record from is to omit message “xx rows affected” at the end […]