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
find . -name 'Icon*' -type f -delete |
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
{ | |
totalCourses: 10, | |
totalVideos: 1, | |
courses: [], | |
videos: [] | |
} |
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
'{ "steps": { "00:09": { "itemId": "79", "time": "9000", "title_pt": "1 pêra", "title_en": "1 pear" }, "00:10": { "itemId": "2", "time": "1000", "title_pt": "½ maçã", "title_en": "½ maçã" }, "00:13": { "itemId": "11", "time": "13500", "title_pt": "100g mirtilos congelados", "title_en": "100g frozen blueberries" }, "00:16": { "itemId": "56", "time": "16500", "title_pt": "Suco de 1 limão", "title_en": "Juice of 1 lime" }, "00:18": { "itemId": "62", "time": "18000", "title_pt": "Folhas de hortelã", "title_en": "Fresh mint leaves" } } }' |
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
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer |
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 win = Ti.UI.createWindow({ backgroundColor: '#fff' }); | |
var rotate = Ti.UI.create2DMatrix().rotate(90); | |
var counterRotate = rotate.rotate(-180); | |
var scrollView = Titanium.UI.createScrollableView({ | |
views:[ | |
Titanium.UI.createImageView({ image:'default_app_logo.png', transform: counterRotate }), | |
Titanium.UI.createImageView({ image:'KS_nav_ui.png', transform: counterRotate }), | |
Titanium.UI.createImageView({ image:'KS_nav_views.png', transform: counterRotate }) |
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
open /Applications/Google\ Chrome.app --args --allow-file-access-from-files |
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
FULL NAME | |
var reg = /^(?:[\u00c0-\u01ffa-zA-Z'-]){2,}(?:\s[\u00c0-\u01ffa-zA-Z'-]{2,})+$/i; | |
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; | |
MAX CHARS | |
var reg = /^.{8,50}$/; | |
CEP |
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
<property name="ti.android.bug2373.disableDetection" type="bool">true</property> | |
<property name="ti.android.bug2373.restartDelay" type="int">500</property> | |
<property name="ti.android.bug2373.finishDelay" type="int">0</property> | |
<property name="ti.android.bug2373.skipAlert" type="bool">true</property> | |
<property name="ti.android.bug2373.message"/>Initializing</property> | |
<property name="ti.android.bug2373.title">Restart Required</property> | |
<property name="ti.android.bug2373.buttonText">Continue</property> | |
<property name="ti.android.bug2373.finishfalseroot" type="bool">true</property> |