Sunday, September 28, 2014

windows kill all processes named by

I played with selenium and its a nice api. but somehow if I use it under asp.net sometime processes does not die. so I need to kill their process trees.

 taskkill /T /F /IM chromedriver.exe

Thursday, September 25, 2014

android decompile

d2j-dex2jar.bat -f -o apk_jar.jar ../com.someapplication.apk

sonrasında java decompiler ile jar açılır

odd string diff

 https://leetcode.com/problems/odd-string-difference/ Beats 19.92% of users with Java   class Solution { public String oddString ( S...