View Portfolio links
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 |
View install.everything.txt
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 |
View install.sh
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 |
View gist:ff632a478d7f5310eaea
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> |
View application.html
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; |
View i18n.js
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 | |
},*/ |
View 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
atom-sync-settings |