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
new content |
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
new content |
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
families = ['- other', 'ABI3/VP1', 'AP2/EREBP', 'ARF', 'AT-Hook', | |
'bHLH', 'bZIP', 'C2C2(Zn) Dof', 'C2C2(Zn) GATA', 'C2C2(Zn)YABBY', | |
'C2H2(Zn)', 'CAMTA', 'CAMTA-like', 'E2F/DP', 'GARP', | |
'GARP/ARR-B', 'GATA', 'GRF', 'HD-HOX', 'HD-KNOTTED', | |
'HD-PHD', 'HD-ZIP', 'HSF', 'LFY', 'LOB/AS2', | |
'MADS', 'MIR', 'MYB', 'NAC', 'SBP', | |
'small RNAs', 'SRS', 'TCP', 'Trihelix', 'WRKY(Zn)' | |
] | |
// Shorthand for $( document ).ready() | |
$(function() { |
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
[ | |
{ | |
id:7, | |
date_created:"2017-06-04T14:12:45", | |
date_created_gmt:"2017-06-04T14:12:45", | |
date_modified:"2017-06-04T14:14:19", | |
date_modified_gmt:"2017-06-04T14:14:19", | |
email:"[email protected]", | |
first_name:"Test", | |
last_name:"test23", |
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
[ | |
{ | |
id:99, | |
name:"Woo Single #2", | |
slug:"woo-single-2", | |
permalink:"http://local.woocommerce.dev/product/woo-single-2/", | |
date_created:"2013-06-07T11:38:12", | |
date_created_gmt:"2013-06-07T11:38:12", | |
date_modified:"2013-06-07T11:38:12", | |
date_modified_gmt:"2013-06-07T11:38:12", |
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
[ | |
{ | |
id:1707, | |
parent_id:0, | |
number:"1707", | |
order_key:"wc_order_593415bb9cf31", | |
created_via:"checkout", | |
version:"3.0.7", | |
status:"processing", | |
currency:"BDT", |
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
// Setup basic express server | |
var os = require('os') | |
var bodyParser = require('body-parser'); | |
var express = require('express'); | |
var path = require('path'); | |
var config = require('./config'); | |
var app = express(); | |
app.use(bodyParser.json()); // for parsing application/json |
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 app = new Vue({ | |
el: "#app", | |
data: { | |
connection_status: null, | |
user_id: null, | |
server_hostname : null, | |
notification_count : 0, | |
}, | |
methods: { |
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 node:8 | |
WORKDIR /usr/src/app | |
COPY /public /usr/src/app/public | |
COPY package.json . | |
COPY config.js . | |
COPY server.js . | |
RUN npm install |
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: apps/v1 | |
kind: Deployment | |
metadata: | |
name: rtn-k8s-deployment | |
labels: | |
app: rtn-k8s | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: |
OlderNewer