I hereby claim:
- I am ian-kent on github.
- I am iankent (https://keybase.io/iankent) on keybase.
- I have a public key whose fingerprint is 1B05 9770 DF07 6B2F DADB 42C4 4625 6A72 3651 FBC8
To claim this, I am signing this object:
| <html> | |
| <head><title>Test</title></head> | |
| <body> | |
| <iframe src="https://follow.companieshouse.gov.uk/company/00006400/follow?return_to=https://www.google.com"></iframe> | |
| </body> | |
| </html> |
| Species | Age | Colour | |
|---|---|---|---|
| Duck | 2 | Brown | |
| Cat | 7 | White | |
| Pig | 12 | Pink | |
| Cat | 3 | White | |
| Pig | 4 | Pink | |
| Horse | 4 | Black | |
| Cat | 19 | Ginger | |
| Horse | 12 | Brown | |
| Duck | 3 | Green |
| Time | Talk | Stage | |
|---|---|---|---|
| 10:30 - 10:50 | Amazon wants to talk to you | Centre Stage | |
| 11:15 - 11:40 | Coding the future | FullSTK | |
| 12:20 - 12:40 | You don’t need anyone’s permission to make something great | FullSTK | |
| 12:40 - 13:00 | Fantastic feasts and where to find them | PandaConf | |
| 13:20 - 13:45 | Smart cities for smart living | Future Societies | |
| 13:45 - 14:10 | The state of the web | Future Societies | |
| 14:10 - 14:35 | The future of work and income security | Future Societies | |
| 15:30 - 15:50 | Reinventing the web browser for modern computers | FullSTK | |
| 15:50 - 16:15 | Everybody code now: The new literacy | FullSTK |
| package log | |
| import ( | |
| "testing" | |
| stdlog "log" | |
| ) | |
| func BenchmarkLog(b *testing.B) { | |
| HumanReadable = false |
| package main | |
| import ( | |
| "encoding/json" | |
| "fmt" | |
| "io/ioutil" | |
| "net/http" | |
| "github.com/gorilla/mux" | |
| ) |
| package main | |
| /* | |
| // list of events | |
| curl localhost:8080/events | |
| // current state | |
| curl localhost:8080/state | |
| // increment counter |
| package main | |
| /* | |
| // list of events | |
| curl localhost:8080/events | |
| // current state | |
| curl localhost:8080/state | |
| // increment counter |
| package zebedee | |
| import ( | |
| "errors" | |
| "fmt" | |
| "io" | |
| "io/ioutil" | |
| "net/http" | |
| "net/url" | |
| "time" |
| package main | |
| import ( | |
| "fmt" | |
| "sync" | |
| ) | |
| func main() { | |
| m := new(sync.Mutex) |
I hereby claim:
To claim this, I am signing this object: