Skip to content

Instantly share code, notes, and snippets.

View aflag's full-sized avatar

Rafael C. de Almeida aflag

View GitHub Profile
{ "_id" : "XTVadL", "name" : "", "state" : "scoring", "playerIds" : [ "rafael", "marina", "opa", "thais" ], "stacks" : [ [ { "type" : "description", "value" : "Barco pirata" }, { "type" : "drawing", "value" : "{\"aspectRatio\":1.7804154302670623,\"strokes\":[{\"points\":[{\"x\":0.175,\"y\":0.4896142433234421},{\"x\":0.175,\"y\":0.49554896142433236},{\"x\":0.175,\"y\":0.5014836795252225},{\"x\":0.175,\"y\":0.5103857566765578},{\"x\":0.175,\"y\":0.516320474777448},{\"x\":0.175,\"y\":0.5281899109792285},{\"x\":0.175,\"y\":0.5341246290801187},{\"x\":0.175,\"y\":0.5400593471810089},{\"x\":0.175,\"y\":0.5489614243323442},{\"x\":0.175,\"y\":0.5578635014836796},{\"x\":0.175,\"y\":0.5608308605341247},{\"x\":0.175,\"y\":0.5667655786350149},{\"x\":0.175,\"y\":0.56973293768546},{\"x\":0.175,\"y\":0.5727002967359051},{\"x\":0.175,\"y\":0.5786350148367952},{\"x\":0.17666666666666667,\"y\":0.5816023738872403},{\"x\":0.17666666666666667,\"y\":0.5845697329376854},{\"x\":0.17833333333333334,\"y\":0.5905044510385756},{\"x\":0.1
class Foo(object):
def __init__(self):
self._x = 0
@property
def x(self):
return 1 / self._x
try:
{
"origin": {
"id": "3DJIVvfEeINpIyGiNmsXPfve-pQ6rl7ebmDB55",
"revision": "a3630b3a-3d03-11e5-8bad-06af63cbddca"
},
"productionStage": "published",
"thumbnailAssetId": "DD0H97clzCKLuQXSe9cLEHgrH5KI9Q-1Yy8aNLD2e3PA",
"lessonObjectives": null,
"searchable": true,
"vocabulary": [],
package main
import (
"fmt"
"time"
)
type field struct {
name string
}
@aflag
aflag / Output
Last active August 29, 2015 14:24
0x7ffeb58bf080 1
1 13
package main
import (
"fmt"
)
type A struct {
}
func (a *A) Magic() {
-- Logs begin at Tue 2015-02-24 15:27:58 UTC, end at Mon 2015-06-29 02:41:45 UTC. --
Jun 29 02:28:46 kubernetes-minion-1 systemd[1]: Starting Kubernetes Kube-Proxy Server...
Jun 29 02:28:46 kubernetes-minion-1 systemd[1]: Started Kubernetes Kube-Proxy Server.
Jun 29 02:28:46 kubernetes-minion-1 kube-proxy[3364]: I0629 02:28:46.900283 3364 server.go:88] Running in resource-only container "/kube-proxy"
Jun 29 02:28:46 kubernetes-minion-1 kube-proxy[3364]: I0629 02:28:46.904727 3364 proxier.go:121] Setting proxy IP to 10.0.2.15 and initializing iptables
Jun 29 02:28:47 kubernetes-minion-1 kube-proxy[3364]: E0629 02:28:47.212576 3364 api.go:108] Unable to load services: Get https://10.245.1.2:6443/api/v1/services: x509: certificate signed by unknown authority
Jun 29 02:28:47 kubernetes-minion-1 kube-proxy[3364]: E0629 02:28:47.213223 3364 api.go:180] Unable to load endpoints: Get https://10.245.1.2:6443/api/v1/endpoints: x509: certificate signed by unknown authority
Jun 29 02:30:07 kubernetes-minion-1