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
( | |
{ | |
properties = { | |
height = 70; | |
selectionStyle = 0; | |
}; | |
title = { | |
text = Houston; | |
}; | |
}, |
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
2016-10-14T02:05:26.859Z | TRACE | set environment to {"registry":"https://software.appcelerator.com","security":"https://security.appcelerator.com","baseurl":"https://platform.appcelerator.com"} | |
2016-10-14T02:05:26.862Z | TRACE | checking credentials for existing session | |
2016-10-14T02:05:27.119Z | TRACE | Attempting to load session info from config file | |
2016-10-14T02:05:27.125Z | TRACE | check if session is invalidated | |
2016-10-14T02:05:27.830Z | TRACE | registry result 401 application/json false undefined false undefined | |
2016-10-14T02:05:27.841Z | TRACE | registry returned { id: 'com.appcelerator.api.unauthorized', | |
message: 'Unauthorized', | |
success: false } | |
2016-10-14T02:05:27.842Z | TRACE | session expiry 1476978726752 false | |
2016-10-14T02:05:27.843Z | TRACE | Arrow Cloud config file: /Users/torlanco/.acs |
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
[ERROR] : Error details: Bundle identifier is missing. Gritalo doesn't have a bundle identifier for the Release build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor. | |
[ERROR] : Error details: Code signing is required for product type 'Application' in SDK 'iOS 10.0' |
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
1. Current State Innovation | |
* News clippings (making news) | |
* Fast Pay App | |
* Aditivos en Gasolina | |
2. Wave of innovation. Next Steps? | |
3. Hotspot / Beacons | |
4. Hotspots | |
* +40mins. stays | |
* free data | |
* new revenue stream |
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
var levelData = [ | |
{ | |
"title": "problema 1", | |
"help": "Mueve un bloque a la posición indicada para comenzar con la construcción del primer piso.", | |
"given": { "one": 1, "five": 0, "ten": 0, "twentyfive": 0, "fifty": 0, "solution": 1}, | |
"solution": "Mover 1/100 a recuadro correspondiente.", | |
"success": "Muy bien! Ya tenemos 1/100. Veamos qué más nos falta." | |
}, | |
{ | |
"title": "problema 2", |
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
PLEASE REMOVE THIS: | |
Parse.Push.send({ | |
channels: ['uc' + following.id], | |
data: { | |
message: request.user.get("username") + " started following you.", | |
} | |
}, { | |
success: function() { | |
// Push was successful | |
console.log('sent a push to ' + following.id); |
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
[ | |
{ | |
"id":"size", | |
"title":"Capacidad", | |
"type":"number" | |
}, | |
{ | |
"id":"sports", | |
"title":"Deportes que se Juegan", | |
"type":"text" |
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
{ | |
"ID":0, | |
"DependantID":0, | |
"DependantName":"{{randomFirstName}} {{randomLastName}}", | |
"Dependants":null, | |
"PickupID":0, | |
"PickupStreet":"ssss", | |
"PickupCityID":0, | |
"PickupCity":"Juncos", | |
"PickupState":"PR", |
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
{ | |
"ID": 0, | |
"DependantID": 0, | |
"DependantName":"{{randomFirstName}} {{randomLastName}}", | |
"Dependants": null, | |
"PickupID": 0, | |
"PickupAddress1": "1258 Calle Casino", | |
"PickupAddress2": "No se usa solo para future necesidad", | |
"PickupCityID": 0, | |
"PickupCity": "San Juan", |
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
{ | |
"ID": 1, | |
"DependantID": 0, | |
"DependantName": null, | |
"Dependants": null, | |
"PickupID": 0, | |
"PickupStreet": null, | |
"PickupCityID": 0, | |
"PickupCity": null, | |
"PickupState": null, |