Skip to content

Instantly share code, notes, and snippets.

@nguyendo24
nguyendo24 / docker-help.md
Created March 6, 2020 23:02 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@nguyendo24
nguyendo24 / python_snake_fb.py
Created November 28, 2019 19:24 — forked from fahdi/python_snake_fb.py
*Write function that takes two args: list of strings and a prefix (string). The function should iterate over the list and find all strings which start with the prefix, then return list of such strings
# https://www.facebook.com/groups/pythonsnake/
"""
Write function that takes two args: list of strings and a prefix (string).
The function should iterate over the list and find all strings which start
with the prefix, then return list of such strings
"""
def return_prefixed_strings(strings, prefix):
@nguyendo24
nguyendo24 / understanding-word-vectors.ipynb
Created February 13, 2019 20:32 — 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.