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
| [ | |
| { | |
| "name":"Masala Dosa", | |
| "cat":"dosa", | |
| "cost": 49, | |
| "qty":0, | |
| "description":"Crispy south indian masala dosa", | |
| "imageUrl":"http://www.ndtv.com/cooks/images/mysore-masala-dosa_article.jpg" | |
| }, | |
| { |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <script id="jsbin-javascript"> | |
| var appScope=["email"]; |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <script id="jsbin-javascript"> | |
| var clientId="25145069285-6utbehcltjgnn5ohcj4a5r5jf7v58252.apps.googleusercontent.com"; |
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 analytics={ | |
| hostUrl:null, | |
| appKey:null, | |
| appSecret:null, | |
| logs:[], | |
| identity:null, | |
| identify:function(key,obj){ | |
| this.identity={ | |
| key:key, | |
| atts:obj |
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
| to build , test, deploy faster i would like to build a paas based on docker / mesos / marathon | |
| -> Developer pushes code to git | |
| -> Jenkins picksup build | |
| -> perform test via DIND | |
| -> Deploy to mesos cloud | |
| -> setup autoscaling | |
| -> Scale on demand via UI |
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
| { | |
| "from":"9chakri@gmail.com", | |
| "appName":"time2tiffin", | |
| "appVersion":"0.2.9", | |
| "deviceAttributes":{ | |
| }, | |
| "rating":5, | |
| "message":"Facing issue with Login", | |
| "feedbackType":"ISSUE" |
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
| from setuptools import setup, find_packages | |
| setup ( | |
| name = "sample:api", | |
| version = "0.1", | |
| description = "Example application to be deployed.", | |
| packages = find_packages(), | |
| install_requires = ["gunicorn"], | |
| ) |
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 ReactD3Core=function(modules){function __webpack_require__(moduleId){if(installedModules[moduleId])return installedModules[moduleId].exports;var module=installedModules[moduleId]={exports:{},id:moduleId,loaded:!1};return modules[moduleId].call(module.exports,module,module.exports,__webpack_require__),module.loaded=!0,module.exports}var installedModules={};return __webpack_require__.m=modules,__webpack_require__.c=installedModules,__webpack_require__.p="",__webpack_require__(0)}([function(module,exports,__webpack_require__){"use strict";function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{"default":obj}}Object.defineProperty(exports,"__esModule",{value:!0});var _svg=__webpack_require__(1);Object.defineProperty(exports,"Svg",{enumerable:!0,get:function(){return _interopRequireDefault(_svg)["default"]}});var _title=__webpack_require__(64);Object.defineProperty(exports,"Title",{enumerable:!0,get:function(){return _interopRequireDefault(_title)["default"]}});var _chartContainer=__webpack_requir |
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
| [ | |
| { | |
| "NAME": "Alex", | |
| "AGE": "29" | |
| }, | |
| { | |
| "NAME": "John", | |
| "AGE": "25" | |
| }, | |
| { |
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
| apiVersion: v1 | |
| kind: DeploymentConfig | |
| metadata: | |
| name: app6 | |
| namespace: istio | |
| selfLink: /oapi/v1/namespaces/istio/deploymentconfigs/app6 | |
| uid: 9881aae4-5229-11e7-87f1-2cc2600c3cc4 | |
| resourceVersion: '32858' | |
| generation: 8 | |
| creationTimestamp: '2017-06-16T00:20:26Z' |