Skip to content

Instantly share code, notes, and snippets.

View ShivamRawat0l's full-sized avatar
🎣
I am a little rusty

Shivam Rawat ShivamRawat0l

🎣
I am a little rusty
View GitHub Profile
@ShivamRawat0l
ShivamRawat0l / init.vim
Created March 30, 2022 06:17
Neovim configuration
:set number
:set autoindent
:set tabstop=4
:set shiftwidth=4
:set smarttab
:set softtabstop=4
:set mouse=a
call plug#begin()
# Hacker-CheatSheet
This repo contains cheatsheet for hackers
Open Url Redirects
> \/yoururl.com
> \/\/yoururl.com
@ShivamRawat0l
ShivamRawat0l / understanding-word-vectors.ipynb
Created February 4, 2020 17:42 — 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.