Skip to content

Instantly share code, notes, and snippets.

View AtharvaVaidya's full-sized avatar
🎯
Focusing

Atharva Vaidya AtharvaVaidya

🎯
Focusing
  • Lufthaven
  • Europe
View GitHub Profile
@AtharvaVaidya
AtharvaVaidya / instawhen.js
Created December 31, 2015 04:57 — forked from albertstartup/instawhen.js
know exactly when a photo was instagramed
// the page url must be instagram.com/p/
var node = document.getElementsByClassName("_379kp")[0]
var date = new Date(node.attributes["datetime"].value)
node.innerText = date.toLocaleString()
@AtharvaVaidya
AtharvaVaidya / presentation.md
Created October 16, 2015 03:49 — forked from chriseidhof/presentation.md
MobileOptimized Presentation

[fit] Functional Programming in

[fit] Swift

Chris Eidhof - objc.io - June 28, Minsk



//
// SMetadata.swift
// SimpleMusic
//
// Created by Atharva Vaidya on 09/08/15.
// Copyright (c) 2015 Atharva Vaidya. All rights reserved.
//
import Cocoa
import AVFoundation