GNU Octave is a high-level interpreted language, primarily intended for numerical computations.
(via GNU Octave)
- not equal
~= - logical AND
&&
| // Copyright © 2017 NAME HERE <EMAIL ADDRESS> | |
| // | |
| // Licensed under the Apache License, Version 2.0 (the "License"); | |
| // you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // | |
| // http://www.apache.org/licenses/LICENSE-2.0 | |
| // | |
| // Unless required by applicable law or agreed to in writing, software | |
| // distributed under the License is distributed on an "AS IS" BASIS, |
| // Copyright © 2017 NAME HERE <EMAIL ADDRESS> | |
| // | |
| // Licensed under the Apache License, Version 2.0 (the "License"); | |
| // you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // | |
| // http://www.apache.org/licenses/LICENSE-2.0 | |
| // | |
| // Unless required by applicable law or agreed to in writing, software | |
| // distributed under the License is distributed on an "AS IS" BASIS, |
| FROM openjdk | |
| COPY ./scripts/bin/ /usr/local/bin | |
| RUN apt-get update && apt-get install -y wget \ | |
| && mkdir -p /.android/cache && chmod 777 /.android/cache \ | |
| && cd / && pwd && ls -al | |
| WORKDIR /opt/install |
| FROM openjdk | |
| COPY ./scripts/bin/ /usr/local/bin | |
| RUN apt-get update && apt-get install -y wget \ | |
| && mkdir -p /.android/cache && chmod 777 /.android/cache \ | |
| && cd / && pwd && ls -al | |
| WORKDIR /opt/install |
| package template | |
| import ( | |
| "github.com/pkg/errors" | |
| kapi "k8s.io/kubernetes/pkg/api" | |
| kapi1 "k8s.io/kubernetes/pkg/api/v1" | |
| "k8s.io/kubernetes/pkg/runtime" | |
| "io/ioutil" |
GNU Octave is a high-level interpreted language, primarily intended for numerical computations.
(via GNU Octave)
~=&&| package main | |
| import ( | |
| "log" | |
| "net/http" | |
| ) | |
| func main() { | |
| h := http.FileServer(http.Dir("/Users/kelly/work/go/src/github.com/maleck13/restnode/app/swagger")) | |
| h = handler(h) |
| nil channels block | |
| closed channels don't block |
| [ | |
| { | |
| "metadata": { | |
| "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
| "publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe", | |
| "publisherDisplayName": "Shan Khan" | |
| }, | |
| "name": "code-settings-sync", | |
| "publisher": "Shan", | |
| "version": "1.6.3" |
| install package control | |
| https://github.com/ironcladlou/GoTools |