Skip to content

Instantly share code, notes, and snippets.

View asifm's full-sized avatar

Asif Mehedi asifm

  • Charlottesville, VA, USA
  • 15:20 (UTC -04:00)
View GitHub Profile
@asifm
asifm / index.html
Created June 21, 2022 19:51 — forked from zgazak/index.html
Wineries in the USA
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Leaflet + Open Street Map</title>
<!-- Leaflet + d3 libraries -->
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<!-- Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@asifm
asifm / understanding-word-vectors.ipynb
Created February 23, 2020 22:01 — 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.