http://www.stanford.edu/class/cs276/
http://cs224d.stanford.edu/syllabus.html
http://www.erogol.com/large-set-machine-learning-resources-beginners-mavens/
| { | |
| "metadata": { | |
| "name": "", | |
| "signature": "sha256:a45893b2413cbc4e3bbfe588a3fee6010c22663dbcb717f576a0d9bea722754d" | |
| }, | |
| "nbformat": 3, | |
| "nbformat_minor": 0, | |
| "worksheets": [ | |
| { | |
| "cells": [ |
| ### Keybase proof | |
| I hereby claim: | |
| * I am ricardocabral on github. | |
| * I am rnc (https://keybase.io/rnc) on keybase. | |
| * I have a public key whose fingerprint is 5303 9C33 32DD 4511 9CA0 5BFA E716 5CA3 7560 D35C | |
| To claim this, I am signing this object: |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import simplejson, pandas | |
| data = simplejson.loads(open('f877UwgO.json').read()) | |
| data2=[] | |
| to_del = ['attachments', | |
| 'badges', | |
| 'checkItemStates', |
| setopt prompt_subst | |
| export LSCOLORS=ExGxFxDxCxHxHxCbCeEbEb | |
| ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[blue]%}git%{$reset_color%}:" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
| ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}+" | |
| ZSH_THEME_GIT_PROMPT_BRANCH="" | |
| ZSH_THEME_GIT_PROMPT_SEPARATOR="" | |
| ZSH_THEME_GIT_PROMPT_CLEAN="" |
| sudo su | |
| apt-get install zsh -y && curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh | |
| wget https://gist.github.com/ricardocabral/0d431a9b78363b9457363df72f047eef/raw/219b0dabb56662a56ff749ae1c3e7020c0051001/mitsuhiko.zsh-theme -P ~/.oh-my-zsh/themes | |
| sed -ri 's/robbyrussell/mitsuhiko/' ~/.zshrc |
| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "1337 Color Scheme", | |
| "Advanced CSV", | |
| "AlignTab", |
| #!/bin/bash | |
| # Credentials | |
| ## inspired by: https://github.com/guttertec/lftp-sync/blob/master/sync.sh | |
| ## inspired by: http://www.torrent-invites.com/showthread.php?t=132965&s=a5f6146c4e37fbcce4529ecd93c1989e | |
| ## inspired by: http://sourceserver.info/wiki/tutorial/root/abgleich_ftp | |
| ## lftp manpage: http://lftp.yar.ru/lftp-man.html | |
| # Check if sync.cfg can be found and no parameters are missing | |
| if [ ! sync.cfg ]; then echo "sync.cfg could not be found."; exit; fi |
| #!/bin/bash | |
| ## brief: trigger a downstream travis build | |
| ## see: travis API documentation | |
| ## forked from https://raw.githubusercontent.com/stephanmg/travis-dependent-builds/master/trigger-travis.sh | |
| # variables | |
| USER=$1 | |
| REPO=$2 | |
| TRAVIS_ACCESS_TOKEN=$3 | |
| BRANCH=$4 |
This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
The conversion process requires the following command-line tools: