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
{ | |
"color_scheme": "Packages/Color Scheme - Default/LAZY.tmTheme", | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"line_padding_top": 5, | |
"line_padding_bottom": 5, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
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-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> |
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
return db({ | |
query: 'INSERT INTO usuario ( ' + | |
'email, ' + | |
'permissions, ' + | |
'__status__ ' + | |
') ' + | |
'VALUES ( ' + | |
'?, ' + | |
'?, ' + | |
'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
Pos,Name,Ct SYBR,Amount SYBR,Target SYBR | |
A1,,20.73,-, | |
A2,,19.66,-, | |
A3,,18.66,-, | |
A4,,17.64,-, | |
A5,,17.11,-, | |
A6,,29.74,-, | |
A7,,25.68,-, | |
A8,,24.6,-, | |
A9,,23.51,-, |
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 ERR! Failed to change folder ownership under npm cache for %s /root/tmp/tmp-58971bsn5now/npm-cache/_git-remotes/https-github-com-slacktracer-log-js-git-ee852af3 | |
npm ERR! Error: EPERM, chown '/root/tmp/tmp-58971bsn5now/npm-cache/_git-remotes/https-github-com-slacktracer-log-js-git-ee852af3/FETCH_HEAD' | |
npm ERR! { [Error: EPERM, chown '/root/tmp/tmp-58971bsn5now/npm-cache/_git-remotes/https-github-com-slacktracer-log-js-git-ee852af3/FETCH_HEAD'] | |
npm ERR! errno: 50, | |
npm ERR! code: 'EPERM', | |
npm ERR! path: '/root/tmp/tmp-58971bsn5now/npm-cache/_git-remotes/https-github-com-slacktracer-log-js-git-ee852af3/FETCH_HEAD', | |
npm ERR! parent: 'siga' } | |
npm ERR! | |
npm ERR! Please try running this command again as root/Administrator. |
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
info: Welcome to Nodejitsu jaywalking101 | |
info: jitsu v0.14.0, node v0.10.33 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in main.js | |
WARN package.json cookie-signature@1.0.1 No repository field. | |
WARN package.json range-parser@0.0.4 No repository field. | |
WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported. | |
WARN package.json Please pick one as the 'repository' field | |
info: Creating snapshot 0.0.2-25 |
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
background: linear-gradient(270deg, #51b49a, #e6a55a); | |
background-size: 400% 400%; | |
-webkit-animation: AnimationName 30s ease infinite; | |
-moz-animation: AnimationName 30s ease infinite; | |
animation: AnimationName 30s ease infinite; | |
@-webkit-keyframes AnimationName { | |
0%{background-position:0% 50%} | |
50%{background-position:100% 50%} |
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
Hello, World! | |
<a | |
data-ng-click="main.currentView = 'views/other.html'" | |
href="#" | |
> | |
Testing | |
</a> | |
// |
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
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: There was an error while attempting to deploy the app | |
error: | |
error: Error spawning drone | |
error: Script took too long to listen on a socket | |
error: | |
error: This type of error is usually a user error. | |
error: Error output from Haibu: | |
error: |
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
info: Welcome to Nodejitsu jaywalking101 | |
info: jitsu v0.12.10, node v0.8.22 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
warn: **WARNING** Do not use multiple level subdomains, they will be going away soon! | |
info: Analyzing application dependencies in app.js | |
warn: **WARNING** Do not use multiple level subdomains, they will be going away soon! | |
info: Creating snapshot 0.0.1-29 | |
info Uploading: [=============================] 100% | |
error: Error running command deploy |
OlderNewer