Skip to content

Instantly share code, notes, and snippets.

View SwaroopAkkineni's full-sized avatar

swaroopakkineni SwaroopAkkineni

View GitHub Profile
@SwaroopAkkineni
SwaroopAkkineni / understanding-word-vectors.ipynb
Created March 2, 2018 14:14 — 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.
@SwaroopAkkineni
SwaroopAkkineni / EmTag Phone app for Hackathon
Created November 29, 2014 21:00
EmtTag SmartWatch and Phone app for Hackathon
package com.example.swaroop_sa2004.app;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.TextView;