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
{ | |
"ecmaVersion": 6, | |
"libs": [ | |
], | |
"plugins": { | |
"node": {} | |
} | |
} |
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
########################## | |
# Application specfic | |
########################## | |
# config/config.js | |
########################## | |
# General | |
########################## | |
##### |
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
{ | |
"rules": { | |
"no-console": 0, | |
"indent": 2, | |
"quotes": [ | |
2, | |
"single" | |
], | |
"linebreak-style": [ | |
2, |
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
for (;;);{"error":null,"payload":{"dialog":"\u003cform method=\"POST\" class=\"aphront-dialog-view aphront-exception-dialog aphront-dialog-view-standalone\" data-sigil=\"jx-dialog\"\u003e\u003cinput type=\"hidden\" name=\"__csrf__\" value=\"B@etmnwjvq6c2763befeef4872\" \/\u003e\u003cinput type=\"hidden\" name=\"__form__\" value=\"1\" \/\u003e\u003cinput type=\"hidden\" name=\"__dialog__\" value=\"1\" \/\u003e\u003cdiv class=\"aphront-dialog-head\"\u003e\u003cdiv class=\"phui-header-shell \"\u003e\u003ch1 class=\"phui-header-view\"\u003e\u003cdiv class=\"phui-header-row\"\u003e\u003cdiv class=\"phui-header-col2\"\u003e\u003cspan class=\"phui-header-header\"\u003eUnhandled Exception ("AphrontSchemaQueryException")\u003c\/span\u003e\u003c\/div\u003e\u003cdiv class=\"phui-header-col3\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/h1\u003e\u003c\/div\u003e\u003c\/div\u003e\u003cdiv class=\"aphront-dialog-body phabricator-remarkup grouped\"\u003e\u003cdiv class=\"aphront-unhandled-exception\"\u003e\u003 |
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
package main | |
import ( | |
"bufio" | |
"fmt" | |
"io" | |
) | |
func main() { | |
r, w := io.Pipe() |
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 Users = function() { | |
console.log('Users Initiated'); | |
} | |
Users.prototype.find = function(username) { | |
console.log(username); | |
}; | |
module.exports = Users; |
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
Users.js | |
var Users = (function() { | |
Users.prototype.users = false; | |
function Users() { | |
} | |
Users.prototype.create = function(userData) { | |
}; | |
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
diff --git a/dist/index.html b/dist/index.html | |
index 5af095a..caf4ef0 100644 | |
--- a/dist/index.html | |
+++ b/dist/index.html | |
@@ -47,7 +47,8 @@ | |
onFailure: function(data) { | |
log("Unable to Load SwaggerUI"); | |
}, | |
- docExpansion: "none" | |
+ docExpansion: "none", |
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
[root@00-0c-29-fb-5a-03 ~]# cat /zones/zone.json | |
{ | |
"brand": "joyent", | |
"dataset_uuid": "81223438-7874-11e3-9edf-8f1e15269924", | |
"nics": [{ | |
"nic_tag": "admin", | |
"ip": "192.168.1.197", | |
"netmask": "255.255.255.0", | |
"gateway": "192.168.1.1" | |
}] |
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
greendragonbungay.co.uk|master⚡ ⇒ npm install grunt-contrib-uglify --save-dev | |
npm WARN package.json [email protected] No README.md file found! | |
npm http GET https://registry.npmjs.org/grunt-contrib-uglify | |
npm http 304 https://registry.npmjs.org/grunt-contrib-uglify | |
npm http GET https://registry.npmjs.org/maxmin | |
npm http GET https://registry.npmjs.org/uglify-js | |
npm http GET https://registry.npmjs.org/chalk | |
npm http 304 https://registry.npmjs.org/maxmin | |
npm http 304 https://registry.npmjs.org/uglify-js | |
npm ERR! Error: No compatible version found: maxmin@'^0.1.0' |