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
@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
@adamawolf
adamawolf / Apple_mobile_device_types.txt
Last active October 11, 2025 06:19
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S
@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,