This file contains 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
atom-sync-settings |
This file contains 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
app.LocalizationBehavior = { | |
properties: { | |
locale: { | |
type: String, | |
reflectToAttribute: true | |
}, | |
/*localized: { | |
type: Boolean, | |
value: false | |
},*/ |
This file contains 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
<dom-module id='x-datepicker'> | |
<template> | |
<style> | |
:host { | |
min-height: 67px; | |
} | |
.mdl-layout { | |
align-items: center; | |
justify-content: center; |
This file contains 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
<i18n datepicker$="{{locale}}.{{id}}">{{title}}</i18n> |
This file contains 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
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install node | |
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share} | |
npm install -g nativescript | |
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer | |
# to install wine see: | |
# 1. https://www.davidbaumgold.com/tutorials/wine-mac/ | |
# 2. http://stackoverflow.com/questions/41918405/libtiff-dependancy-fails-when-installing-wine-with-homebrew-osx-10-12-3 |
This file contains 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
npm -g install yo bower grunt grunt-cli grunt-bowercopy grunt-oraclejet load-grunt-config oraclejet-tooling generator-oraclejet npm-check-updates cordova | |
--yo oraclejet FixItFast --template=http://www.oracle.com/webfolder/technetwork/jet/public_samples/FixItFast.zip | |
yo oraclejet:add-sass | |
yo oraclejet:add-theme extranet | |
npm-check-updates -u | |
npm install | |
grunt build --theme=extranet --platform=web |
This file contains 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
Russian | |
https://geekbrains.ru/topics/3358 |