Skip to content

Instantly share code, notes, and snippets.

View mtds's full-sized avatar

Matteo Dessalvi mtds

View GitHub Profile
@mtds
mtds / spacy_intro.ipynb
Created February 21, 2018 14:26 — 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/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mtds
mtds / Chromebook.md
Last active July 30, 2023 08:31
Notes about my Chromebook

Chromebook

Just short notes and a bunch of references for my Chromebook:

  • Version 81.0.4044.103 (Official Build) (64-bit).

Useful Key combinations

  • CTRL + SHIFT + p: Access to 'Terminal Settings'.
  • CTRL + SHIFT +{c,v}: Copy/Paste between Linux(Crostini) and ChromeOS.
@mtds
mtds / lvn.md
Last active November 7, 2023 17:19
Linux Virtual Networking

Virtual Networking on Linux

In the Linux Kernel, support for networking hardware and the methods to interact with these devices is standardized by the socket API:

                +----------------+
                |   Socket API   |
                +-------+--------+
                        |
User space              |