Skip to content

Instantly share code, notes, and snippets.

View mrintegrity's full-sized avatar

Alan McGinlay mrintegrity

View GitHub Profile
@mrintegrity
mrintegrity / DanskeBank.php
Created January 31, 2012 21:48 — forked from fasmide/DanskeBank.php
Danske Bank console app and php class
<?
class DanskeBank {
private $_magicKey;
private $_curlHandle;
public function __construct()
{
$this->_curlHandle = curl_init();
$data = array(
'os' => 'Android', //hmmf tried with php_uname('s') but then the service rejects logins
'model' => php_uname('m'),
@mrintegrity
mrintegrity / dumpoverssh.sh
Created September 26, 2012 08:15 — forked from kirkegaard/dumpoverssh.sh
pipe a mysql dump through gzip and send it over ssh
mysqldump -u MYSQL_USERNAME -p YOUR_DATABASE | gzip -c | ssh USERNAME@YOUR_TO_HOST 'cat > ~/dump.sql.gz'
@mrintegrity
mrintegrity / README.md
Created January 23, 2018 12:57 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed