[CODE] Detecting if a VPN connection is active programmatically (Jan/2017)
This method of programatic detection works as of January 24, 2017 with the latest versions of Express VPN and PIA…
This method of programatic detection works as of January 24, 2017 with the latest versions of Express VPN and PIA…
I was solving problems at HackerRank to teach a friend how to code in Java and to process the input…
Here’s my “Hello World” on Arduino. A 4-bit binary counter for arduino. If you add another LED on the 5th…
Some times you just want to output the image created by your $graph object without having to create a separate…
TL;DR; git checkout master git reset --hard fixed-master-branch git push origin master -f Sometimes someone may pollute the ‘master’ branch…