Skip to content

Instantly share code, notes, and snippets.

View 96chan's full-sized avatar

Chan Kim 96chan

View GitHub Profile
@96chan
96chan / TED_video_Stats
Created May 17, 2013 23:16
General Statistics of TED and TEDx videos from YouTube
{
"metadata": {
"name": "Datamining_TEDstats"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@96chan
96chan / gist:5501063
Created May 2, 2013 09:02
Preparation for visualizing about TEDx 1) Trends of TEDx over past 5 years 2) Comparison between TEDx and TED
{
"metadata": {
"name": "Visualization"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@96chan
96chan / All about TEDx
Last active December 16, 2015 13:09
TED is a nonprofit devoted to Ideas Worth Spreading. It started out (in 1984) as a conference bringing together people from three worlds: Technology, Entertainment, Design. The TED Open Translation Project brings TED Talks beyond the English-speaking world by offering subtitles, interactive transcripts and the ability for any talk to be translat…
{
"metadata": {
"name": "All About TEDx"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@96chan
96chan / gist:4712723
Created February 5, 2013 06:47
Get Date, Latitude and Longitude from EXIF using PIL and save them as an Excel file
import xlwt
import glob
from PIL import Image
from PIL.ExifTags import TAGS, GPSTAGS
ezxf =xlwt.easyxf
def isApple(fn):
flag= False
i = Image.open(fn)
info = i._getexif()