Skip to content

Instantly share code, notes, and snippets.

View acmh's full-sized avatar

Artur Montenegro acmh

  • Tempest Security Intelligence
  • Recife
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@acmh
acmh / data_stats.ipynb
Last active August 29, 2019 13:55
Data Stats
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@acmh
acmh / data_stats.ipynb
Created August 24, 2019 15:25
Data Stats
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@acmh
acmh / compareTables.php
Created April 13, 2016 20:45
Compare two databases in mysql
/*
* Author: Artur Montenegro
* Codigo para comparar o banco de testes e o banco de producao
*/
<?php
$dbhost = '';
$dbuser = '';
$dbpass = '';
$query = null;