Skip to content

Instantly share code, notes, and snippets.

View diver-in-sky's full-sized avatar

Andrey Tereskin diver-in-sky

View GitHub Profile
@diver-in-sky
diver-in-sky / 0_embed_vis.ipynb
Last active January 3, 2017 15:31
Coursera Neural Networks – week 5 – embeddings visualization (t-SNE, MDS)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@diver-in-sky
diver-in-sky / install-r15b.sh
Created July 6, 2012 16:36 — forked from rkmax/install-r15b.sh
Script to install Erlang R15B (tested on a fresh Ubuntu 11.10 install)
# You will need to make this file executable (chmod u+x) and run it with sudo
apt-get -y install build-essential m4 libncurses5-dev libssh-dev unixodbc-dev libgmp3-dev libwxgtk2.8-dev libglu1-mesa-dev fop xsltproc default-jdk
mkdir -p /src/erlang
cd /src/erlang
wget http://www.erlang.org/download/otp_src_R15B.tar.gz
tar -xvzf otp_src_R15B.tar.gz
chmod -R 777 otp_src_R15B
cd otp_src_R15B
./configure
make
@diver-in-sky
diver-in-sky / graphite.md
Created July 5, 2012 12:32
Installing Graphite on OS X Lion

Install Python 2.7.3 (if needed)

brew install python

Install cairo & py2cairo

brew install cairo
brew install py2cairo