Skip to content

Instantly share code, notes, and snippets.

View adammagana's full-sized avatar
🏖️
Working on Marco Polo :)

Adam Magaña adammagana

🏖️
Working on Marco Polo :)
View GitHub Profile
@tzmartin
tzmartin / video.thumbnail.js
Created July 10, 2012 17:46
Create Thumbnail Image From Video File, Titanium Mobile
/**
Create Thumbnail of Video File
This snippet captures a thumbnail JPG image, based on a frame @ 2 second time-lapse.
Titanium Mobile
*/
var movie = Titanium.Media.createVideoPlayer({
contentURL:FILENAME,
@michaelhelmick
michaelhelmick / grab_ya_tweets.py
Created February 21, 2012 01:45
Scan your Twitter timeline for all of your tweets
#!/usr/bin/env python
'''
This script originated at http://pastebin.com/zK3ZYaS8
I've modified it... just a `little` bit. ;P
I only reached to page 161 and Twitter stopped giving me
tweets. :( Let me know if you get further!
- Mike Helmick