This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package zebedee | |
import ( | |
"errors" | |
"fmt" | |
"io" | |
"io/ioutil" | |
"net/http" | |
"net/url" | |
"time" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
/* | |
// list of events | |
curl localhost:8080/events | |
// current state | |
curl localhost:8080/state | |
// increment counter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
/* | |
// list of events | |
curl localhost:8080/events | |
// current state | |
curl localhost:8080/state | |
// increment counter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"io/ioutil" | |
"net/http" | |
"github.com/gorilla/mux" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package log | |
import ( | |
"testing" | |
stdlog "log" | |
) | |
func BenchmarkLog(b *testing.B) { | |
HumanReadable = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
OlderNewer