Are you programming, or are you still playing like you did at the beginning?

Regarding Python, I have extensive experience with MicroPython, Django, Matplotlib, Pandas, and so on. However, in the last few years, I have focused on Ruby on Rails and Ruby and miss using Jupyter. That said, with Ruby, you have tools like IRB, Rails console, Pry, RSpec, and all these amazing tools, so you don’t necessarily … Continue reading Are you programming, or are you still playing like you did at the beginning?

Compartiendo mi Docker ggerman/games

#docker @docker Este container contiene algunos de los juevos viejos que a mi me apasionaban de chico. Para empaquetarlo utilize este tutorial: http://www.jamescoyle.net/how-to/1512-export-and-import-a-docker-image-between-nodes Para ser mas especifico esta linea: docker save ggerman/games > docker-games.tar Github ayuda: https://github.com/ggerman/docker-games https://github.com/ggerman/docker-games.git # bzip2 -d docker-games.tar.bz2 Para recuperarlo luego de bajarlo es con esta linea: (previa instalación de http://docs.docker.com/mac/started/ ) docker load … Continue reading Compartiendo mi Docker ggerman/games