This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import std; | |
import web; | |
Map<String, String> routes_get; | |
Int registerGet(String url, String callback) { | |
routes_get.insert(url, callback); | |
} | |
Int checkRoutes() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ti.include('overrideTabs.js'); | |
/* | |
This is a typical new project -- a tab group with three tabs. | |
*/ | |
var tabGroup = Ti.UI.createTabGroup(); | |
/* | |
Tab 1. |