Skip to content

Instantly share code, notes, and snippets.

@azizasm
azizasm / mbb.js
Last active March 29, 2018 04:20
Casperjs script to extract / automate maybank2u transaction view
/*==============================================================================*/
/* Casperjs script to extract / automate maybank2u transaction view */
/* Requiremnt : Install casperjs from http://casperjs.org/ and PhantomJS */
/* Requiremnt : Update maybank2u username and password below */
/* To run : casperjs test mbb.js */
/*==============================================================================*/
var fs = require('fs');
@azizasm
azizasm / docker-compose.yml
Last active February 4, 2018 07:54
Tensorflow docker
# run tensorflow from dockers - play-with-docker.com
# to run : http://play-with-docker.com/?stack=https://gist.githubusercontent.com/azizasm/2e8ba3c81a3ba1811f17d48275d6d2b8/raw/docker-compose.yml
# Use root/example as user/password credentials
version: '3.1'
services:
tensorflow:
restart: always
@azizasm
azizasm / docker-compose.yml
Last active January 30, 2018 10:14
Openemr dockers - play-with-docker.com
# run openemr from dockers - play-with-docker.com
# to run : http://play-with-docker.com/?stack=https://gist.githubusercontent.com/azizasm/a20ed88c2ce078417d167264908f1f3d/raw/1152b4083089cd1c8065538d81be3e58c52eaaa5/docker-compose.yml
# Use root/example as user/password credentials
version: '3.1'
services:
mysql:
restart: always
image: mysql