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
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-input/core-input.html"> | |
<link rel="import" href="../paper-input/paper-input.html"> | |
<link rel="import" href="../paper-tabs/paper-tabs.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> | |
<polymer-element name="my-element"> | |
<template> |
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
module.exports = function(grunt) { | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
TASKNAME: { | |
options:{}, | |
dev:{} | |
}, | |
}); |
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
index.js | |
node_modules/ | |
- ui-button/ | |
- styles.less | |
- img/ | |
- icon1.png | |
- icon2.png | |
- ui-checkbox/ |
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
node_modules | |
| | |
+ ui-button | |
| | | |
| + index.js | |
| + styles.less | |
| | |
+ ui-checkbox | |
| | | |
| + index.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
var dbus = require('dbus-native'); | |
var sessionBus = dbus.sessionBus(); | |
var svc = sessionBus.getService('im.pidgin.purple.PurpleService'); | |
svc.getInterface('/im/pidgin/purple/PurpleObject', 'im.pidgin.purple.PurpleInterface', function (err, purple) { | |
if(err) { | |
console.error('Could not get interface'); | |
console.error(err); | |
return process.exit(1); |
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
<!-- copy this to YOUR_THEME.tmTheme--> | |
<dict> | |
<key>name</key> | |
<string>diff: deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EAE3CA</string> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://earth.google.com/kml/2.1"> | |
<Placemark> | |
<name>Геленджик</name> | |
<description><![CDATA[<p>Геленджик, Краснодарский край, Россия.</p>Город | |
располагается по&nbsp;берегам Геленджикской бухты, | |
но&nbsp;не&nbsp;равномерно (восточный берег исторически | |
более населён).]]></description> | |
<LookAt id="khLookAt540_copy0"> | |
<longitude>38.0576198113139</longitude> |
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
var app = require('./modules/default/boot'); | |
app.useModule(require('./modules/convict/')); | |
app.useModule(require('./modules/convict-mongo/')); | |
app.useModule(require('./modules/default/')); | |
app.useModule(require('./modules/browserify/')); | |
app.useModule(require('./modules/less/')); | |
app.useModule(require('./modules/passport/')); | |
app.useModule(require('./modules/passport-vkontakte/')); | |
app.useModule(require('./modules/passport-twitter/')); |
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
var opt = new Option({ | |
field: 'decorations' | |
trigger: 'Рюшечки 2Б', | |
calc: function() { | |
var razv = this.getOption('razv'); | |
var price = 30 * (razv + 1); | |
return price; | |
}, | |
validate: function () { | |
var mat = this.getOption('material'); |
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
[{ | |
type: 'modern', | |
format: '20x20', | |
print: 'glance', | |
price: 100 | |
}, { | |
type: 'modern', | |
format: '20x20', | |
print: 'mat', | |
price: 200 |
NewerOlder