Comisión de Comunicaciones, Transporte y Obras Públicas Congreso de la República Guatemala, C. A.
Aprobada 20/11/12
DECRETO NÚMERO…
EL CONGRESO DE LA REPÚBLICA DE GUATEMALA
This is a list of the features we're planning, so you can get an idea of what's coming next. If you have any feedback or feature requests, please reach out to [email protected]! | |
## Week of May 27 | |
- New topics | |
- Streaks | |
## Week of June 3 | |
- Android | |
- Friends |
require 'foursquare2' # https://github.com/mattmueller/foursquare2 | |
file = 'foursquare_categories.json' | |
client_id = 'client_id' | |
client_secret = 'client_secret' | |
client = Foursquare2::Client.new(:client_id => client_id, :client_secret => client_secret) | |
File.open(file, 'w') { |file| file.write(JSON.pretty_generate(client.venue_categories)) } |
Comisión de Comunicaciones, Transporte y Obras Públicas Congreso de la República Guatemala, C. A.
Aprobada 20/11/12
DECRETO NÚMERO…
EL CONGRESO DE LA REPÚBLICA DE GUATEMALA
# (This is CoffeeScript. The compiled JavaScript is below.) | |
# Pull to Refresh in a TableView on Appcelerator Titanium | |
# Create an instance of the PullToRefresh class and set it as the table's pullView | |
# This class is based on code from http://developer.appcelerator.com/blog/2010/05/how-to-create-a-tweetie-like-pull-to-refresh-table.html | |
# Appcelerator Titanium SDK version 2.1.0.GA, tested only with iOS | |
class PullToRefresh | |
constructor: -> | |
@render() |