Skip to content

Instantly share code, notes, and snippets.

View a-bx's full-sized avatar
I may be slow to respond.

Abraham Barrera a-bx

I may be slow to respond.
  • Migrante
  • Chile
View GitHub Profile
@a-bx
a-bx / gist:1297512
Created October 19, 2011 05:11
Uso Módulo Titanium
var elmodulo = require('org.adamantio.mimodulo');
elmodulo.hacer_algo();
@a-bx
a-bx / gist:1297458
Created October 19, 2011 04:08
Titanium Coffe
Test_titanium.App.tabGroup = Ti.UI.createTabGroup()
sampleWindow = Test_titanium.Views.Sample.createMainWindow
title: 'Sample'
id: 'sampleWindow'
orientationModes: Test_titanium.Helpers.Application.createOrientiationModes
Test_titanium.App.sampleWindow = Ti.UI.createTab
id: 'sampleTab'
className: 'tabElement'
@a-bx
a-bx / gist:1297197
Created October 19, 2011 00:44
Setup Rhodes
$ gem install rhodes
$ rhodes app test_rhodes http://localhost:3000
$ rake run:iphone