I hereby claim:
- I am beriberikix on github.
- I am jonathanberi (https://keybase.io/jonathanberi) on keybase.
- I have a public key ASAwpcbuRFqezDsD1tdQzkfzzsG0F_84iykAuzvKOt4PRAo
To claim this, I am signing this object:
coreapi: 0.0.0 #!OAS | |
servers: | |
- url: '{scheme}://example.com' | |
variables: | |
scheme: | |
enum: | |
- 'coap' | |
- 'coaps' | |
- 'coap+tcp' | |
- 'coaps+tcp' |
export KNATIVE_VERSION="0.13.0" | |
# Not sure the minimum but this works for helloworld | |
minikube start --cpus=4 --memory=4096 --addons=ingress | |
# Install Knative Serving | |
kubectl apply --filename "https://github.com/knative/serving/releases/download/v$KNATIVE_VERSION/serving-crds.yaml" | |
kubectl apply --filename "https://github.com/knative/serving/releases/download/v$KNATIVE_VERSION/serving-core.yaml" | |
# Configure the magic xip.io DNS name |
import UIKit | |
import WebKit | |
class ViewController: UIViewController, WKUIDelegate { | |
var webView: WKWebView! | |
override func loadView() { | |
let webConfiguration = WKWebViewConfiguration() | |
webView = WKWebView(frame: .zero, configuration: webConfiguration) | |
webView.uiDelegate = self |
# Run the "hello world" app: | |
# cd apps/helloworld/ | |
# make menuconfig | |
# Go to "Platform Configuration" and select `Linux user space` | |
# Go to "Library Configuration" and select `ukschedcoop` and Save | |
# `make` to build and `./build/helloworld_linuxu-x86_64` to run | |
FROM ubuntu:latest | |
RUN apt-get update && \ |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
</head> | |
<body> | |
Well hey there!!! | |
</body> | |
</html> |
const { app, BrowserWindow } = require('electron'); | |
// Handle creating/removing shortcuts on Windows when installing/uninstalling. | |
if (require('electron-squirrel-startup')) { // eslint-disable-line global-require | |
app.quit(); | |
} | |
// Keep a global reference of the window object, if you don't, the window will | |
// be closed automatically when the JavaScript object is garbage collected. | |
let mainWindow; |
{ | |
"name": "electron-tldr", | |
"productName": "electron-tldr", | |
"version": "1.0.0", | |
"description": "My Electron application description", | |
"main": "src/index.js", | |
"scripts": { | |
"start": "electron-forge start", | |
"package": "electron-forge package", | |
"make": "electron-forge make", |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug Main Process", | |
"type": "node", | |
"request": "launch", | |
"cwd": "${workspaceRoot}", | |
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron", | |
"windows": { |
import _ from 'lodash'; | |
import printMe from './print.js'; | |
import './style.css'; | |
import Icon from './icon.png'; | |
function component() { | |
let element = document.createElement('div'); | |
var btn = document.createElement('button'); | |
element.innerHTML = _.join(['Hello', 'webpack'], ' '); |
I hereby claim:
To claim this, I am signing this object: