Skip to content

Instantly share code, notes, and snippets.

View tblancog's full-sized avatar

Tony Blanco tblancog

  • Buenos Aires, AR
View GitHub Profile
@tblancog
tblancog / bash
Created December 24, 2021 16:27
Dockerized mysql
docker run --name database-name-mysql -v /my/local/path:/var/lib/mysql -p 3306:3306 -e MYSQL_USER=db_dbuser -e MYSQL_PASSWORD=SOMEPASSWORD -e MYSQL_DATABASE=DATABASE-NAME -e MYSQL_ROOT_PASSWORD=root-password -d mysql:5.7
@tblancog
tblancog / max-consecutive-ones.markdown
Created January 21, 2017 01:24
Max Consecutive Ones