Skip to content

Instantly share code, notes, and snippets.

View gregoryfm's full-sized avatar

Gregory Menezes gregoryfm

  • Sydney, Australia
View GitHub Profile
@gregoryfm
gregoryfm / app.py
Created September 23, 2019 11:09
Check which countries an app is available in on AppStore
#!/usr/bin/python
# -*- coding: utf-8 -*-
import urllib2
import json
import sys
countrydict = {
'AE': 'United Arab Emirates',
'AG': 'Antigua and Barbuda',
@gregoryfm
gregoryfm / gist:1077218
Created July 12, 2011 01:36
Sample with text field and date picker
var textField = Titanium.UI.createTextField({
borderStyle: Titanium.UI.INPUT_BORDERSTYLE_ROUNDED,
top: 20,
right: 50,
width: 90,
height: 20,
touchEnabled: false
});
textField.addEventListener('singletap', function(){