csl Wi-Fi Hot Spot in HKUST
- AMI: CoreOS beta 835.4.0
- Type: t2.micro
- Storage: 8GB gp2
$ ./pr.rb wantedly/paus-frontend | |
- [#1 説明書きの変更](https://github.com/wantedly/paus-frontend/pull/1) | |
- [#2 Delete ssh/config](https://github.com/wantedly/paus-frontend/pull/2) | |
- [#3 Add tutorial](https://github.com/wantedly/paus-frontend/pull/3) | |
- [#4 Add message](https://github.com/wantedly/paus-frontend/pull/4) | |
- [#5 Add username](https://github.com/wantedly/paus-frontend/pull/5) | |
- [#6 URL一覧ページの追加](https://github.com/wantedly/paus-frontend/pull/6) | |
- [#7 UsernameでURLを絞り込めるようにした](https://github.com/wantedly/paus-frontend/pull/7) | |
- [#8 Fix typo](https://github.com/wantedly/paus-frontend/pull/8) | |
- [#9 Add target attribute](https://github.com/wantedly/paus-frontend/pull/9) |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>weboauth</title> | |
</head> | |
<body> | |
<h1>weboauth</h1> | |
{{ if .logged_in }} |
client.describe_log_groups | |
client.describe_log_streams(log_group_name: "/aws/lambda/hello-world") | |
events = client.get_log_events(log_group_name: "/aws/lambda/hello-world", log_stream_name: "2015/11/06/[$LATEST]EXAMPLEf01b14a6d9588993a9EXAMPLE") | |
puts events.map(&:message).join |
I hereby claim:
To claim this, I am signing this object:
The following instructions require you have access to a Kubernetes 1.7.3 or newer cluster with RBAC (Role-Based Access Control) enabled. You will also need kubectl 1.7.3 or newer installed. If you wish to enable automatic injection of sidecar, you need to turn on Kubernetes alpha features in your cluster.
FROM ubuntu:18.04 | |
RUN apt-get update \ | |
&& apt-get install -y \ | |
bison \ | |
curl \ | |
gcc \ | |
make \ | |
pkg-config \ | |
ruby \ |
package main | |
import ( | |
"context" | |
"log" | |
"time" | |
"google.golang.org/api/iam/v1" | |
) |