Skip to content

Instantly share code, notes, and snippets.

View pwichmann's full-sized avatar

pwichmann

View GitHub Profile
@pwichmann
pwichmann / zeromq.sh
Created January 29, 2017 22:15 — forked from mnlcandelaria/zeromq.sh
How to install ZeroMQ on Ubuntu
# run in sudo
# Before installing, make sure you have installed all the needed packages
sudo apt-get install libtool pkg-config build-essential autoconf automake
sudo apt-get install libzmq-dev
# Install libsodium
git clone git://github.com/jedisct1/libsodium.git
cd libsodium
./autogen.sh
./configure && make check
@pwichmann
pwichmann / zeromq_install.sh
Last active January 29, 2017 22:29 — forked from cdjhlee/zeromq_install.sh
install zeromq in ubuntu 14.04
#!/usr/bin/bash
##############################################
#from http://zeromq.org/intro:get-the-software
##############################################
#get zeromq
wget https://archive.org/download/zeromq_4.1.4/zeromq-4.1.4.tar.gz
#unpack tarball package
@pwichmann
pwichmann / spacy_intro.ipynb
Created February 21, 2018 15:48 — forked from aparrish/spacy_intro.ipynb
NLP Concepts with spaCy. Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.