I hereby claim:
- I am beaudierman on github.
- I am beaudierman (https://keybase.io/beaudierman) on keybase.
- I have a public key whose fingerprint is F501 39AA D307 41ED 6293 9F41 1503 B071 252D E1B2
To claim this, I am signing this object:
import pip | |
from subprocess import call | |
packages = [dist.project_name for dist in pip.get_installed_distributions()] | |
call("pip2 install --upgrade " + ' '.join(packages), shell=True) |
// MySQL to Google Spreadsheet By Pradeep Bheron | |
// Support and contact at pradeepbheron.com | |
function myMySQLFetchData() { | |
var conn = Jdbc.getConnection('jdbc:mysql://127.0.0.1:3306/employee_db', 'username', 'pass'); // Change it as per your database credentials | |
var stmt = conn.createStatement(); | |
var start = new Date(); // Get script starting time | |
I hereby claim:
To claim this, I am signing this object: