Skip to content

Instantly share code, notes, and snippets.

View mukul09's full-sized avatar

Mukul Agrawal mukul09

  • Boston, United States
View GitHub Profile
@mukul09
mukul09 / list.md
Created March 2, 2023 02:36 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@mukul09
mukul09 / understanding-word-vectors.ipynb
Created February 5, 2019 03:41 — 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.
@mukul09
mukul09 / index.html
Last active October 20, 2018 10:44
Wikipedia Viewer
<link href="https://fonts.googleapis.com/css?family=Acme" rel="stylesheet">
<div id="main" class="marg text-center">
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/8/80/Wikipedia-logo-v2.svg/1200px-Wikipedia-logo-v2.svg.png" width="170px" >
<h1> Wikipedia Viewer</h1>
<div class="text-center">
<input type="text" id="search" placeholder="search here">
</div>
<a class="btn btn-default" id="randombtn" href="https://en.wikipedia.org/wiki/Special:Random" target="_blank">Random View</a>