Skip to content

Instantly share code, notes, and snippets.

View d4n13lbc's full-sized avatar
🎯
Focusing

Daniel Barragán Calderón d4n13lbc

🎯
Focusing
View GitHub Profile
@jhamrick
jhamrick / Dockerfile
Last active April 11, 2020 16:27
nbgrader docker image
FROM jupyter/notebook
# Install nbgrader
RUN pip2 install nbgrader && pip3 install nbgrader
# Add any other dependencies you might want, e.g. numpy, scipy, etc.
#RUN pip2 install numpy scipy matplotlib
#RUN pip3 install numpy scipy matplotlib
# Configure grader user
@mjuarez
mjuarez / containercamp15.md
Last active September 27, 2017 05:55
Container Camp '15 Notes

Container Camp 2015

Presentations

Building and scaling container driven cloud infrastructure - Bryan Cantrill

Bryan Cantrill, CTO of Joyent. My god did he talk stupidly fast. People mentioned that he apparently beat some record.

Bryan did an excellent recap of how LXC containers, and eventually Docker came to be. Also brought us up to speed with what Joyent has been doing to basically allow inherently Linux based LXC containers to run under "Solaris."

@alotaiba
alotaiba / google_text2speech.md
Created February 3, 2012 07:31
Google Text to Speech API

Google Text to Speech API

Base URL: http://translate.google.com/translate_tts
It converts written words into audio. It accepts GET requests.

GET

q
The query string to convert to audio

tl
Translation language, for example, ar for Arabic, or en-us for English