Skip to content

Instantly share code, notes, and snippets.

View MChromiak's full-sized avatar

Michał Chromiak MChromiak

View GitHub Profile
@MChromiak
MChromiak / understanding-word-vectors.ipynb
Created June 22, 2019 11:37 — forked from aparrish/understanding-word-vectors.ipynb
Understanding word vectors: A tutorial for "Reading and Writing Electronic Text," a class I teach at ITP. (Python 2.7) 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.
@MChromiak
MChromiak / multiple_ssh_setting.md
Created May 2, 2018 08:09 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"