Skip to content

Instantly share code, notes, and snippets.

View pedrofaria's full-sized avatar
🇧🇷
Eu sou o Pedro

Pedro Faria pedrofaria

🇧🇷
Eu sou o Pedro
View GitHub Profile
@pellegrino
pellegrino / gist:4066065
Last active October 31, 2023 01:56
Médicos e dentistas brasileiros em berlin
Clínica geral:
Marcus Thuma. Kant Praxis
Centro para medicina interna
Cardiologia, Gastroenterologia, Clínica Geral
Kurfürstendamm 42
10719 Berlim
Tel: (030) 88 71 44 60
Fax: (030) 88 71 44 619
E-mail: info@kantpraxis.de
import std;
import web;
Map<String, String> routes_get;
Int registerGet(String url, String callback) {
routes_get.insert(url, callback);
}
Int checkRoutes() {
@dawsontoth
dawsontoth / app.js
Created March 4, 2011 00:44
Customize the look of the tab bar in iOS Appcelerator Titanium
Ti.include('overrideTabs.js');
/*
This is a typical new project -- a tab group with three tabs.
*/
var tabGroup = Ti.UI.createTabGroup();
/*
Tab 1.