Skip to content

Instantly share code, notes, and snippets.

View nandajavarma's full-sized avatar
🐌
Snailing

Nandaja Varma nandajavarma

🐌
Snailing
View GitHub Profile
@aparrish
aparrish / understanding-word-vectors.ipynb
Last active July 27, 2024 14:45
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.
@milmazz
milmazz / imposter-handbook-links.md
Last active July 27, 2024 22:46
Useful links found in The Imposter's Handbook by Rob Conery
@jimfulton
jimfulton / svn2git.py
Created January 31, 2013 15:56
Here's a Python script I wrote to convert subverstion projects to git. I wrote it after I had some problems with the Ruby svn2git program. Like the Ruby svn2git program, it's a fairly thin wrapper over the git svn plugin, which does most of the heavy lifting. This isn't "finished", but it's good enough for most cases and I doubt I'll do any more…
##############################################################################
#
# Copyright (c) 2012 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS