Skip to content

Instantly share code, notes, and snippets.

View bentosilva's full-sized avatar

Bento Silva bentosilva

  • Araraquara, SP, Brazil
View GitHub Profile
@bentosilva
bentosilva / understanding-word-vectors.ipynb
Created July 5, 2019 22:08 — 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/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bentosilva
bentosilva / l10n_IETF_Language_tags.md
Created January 18, 2019 16:11 — forked from traysr/l10n_IETF_Language_tags.md
Commonly used IETF language tags
@bentosilva
bentosilva / rm_mysql.md
Last active December 15, 2018 18:25 — forked from vitorbritto/rm_mysql.md
Remove MySQL completely from Mac OSX

Remove MySQL completely

  1. Open the Terminal

  2. Use mysqldump to backup your databases

  3. Check for MySQL processes with: ps -ax | grep mysql

  4. Stop and kill any MySQL processes

  5. Analyze MySQL on HomeBrew:

brew remove mysql