Pagekite.py is tool using reverse proxy to create a tunnel to your localhost which is then publicly accessible from outside your networks, and this is also known as localhost tunneling which is especially useful when you want to quickly test or access a local running web app behind NAT and firewall from outside of your networks and don't want to go through the complicated processes such as: buying a cloud-based server like vps for dns configuration with public static ip, or deployment to cloud based instances like aws ec2, and etc.
A script to convert mysql to sqlite.
How to use python dict as data source for mysql insert-into statement.
Java generates base64 encoded hmac with sha256.
Java Executors ThreadPool example with Callable and Future.
Java sort HashMap by key.
How to iterate maps in Java.
Noticed in latest jenkins build (e.g. 2.19.2), the css style of html report published by html-publisher-plugin is not working.
PyMySQL is a pure-Python MySQL client library which allows you to easily connect to MySQL db and perform db operations in pythonic way.
How to reset mysql root password.