Parsing MySQL's URL in Python3
Just add urllib.parse.uses_netloc.append("mysql") if you want to parse URL such as mysql://root:pass@localhost/demo.
Just add urllib.parse.uses_netloc.append("mysql") if you want to parse URL such as mysql://root:pass@localhost/demo.
Requirements Mac Terminal hub command (brew install hub) How to send pull-request Make a new branch. Editing source code and commit. Push to
I use Selenium to log into dmm.com because dmm.com requires JavaScript enabled browser. Here is a sample code. You can see Firefox is launched and aut
Information schema is metadata about MySQL. We can obtain useful information from it. For example, I get current auto increment values by following SQ
dotGo 2014 - Andrew Gerrand - 5 things I love Andrew Gerrand is a Googler and worked for Go. I watched this video just to learn English but it was goo
CPD (Copy Paste Detecor) Detecting duplicated code is a good way to make source code clean. Since I couldn't find how to detect duplicated code in Gol
I develop applications with Vagrant and VirtualBox and feel frustrated about slowness of VirtualBox. Since I found virtio(https://www.virtualbox.org/m
VirtualBox Builder (from an OVF/OVA) - Packer by HashiCorpwww.packer.io(https://
I've investegated a way to mock HTTP request and response when writing a code to access to a HTTP API with http.Client. Finally, I found that I can do