I hereby claim:
- I am tmthrgd on github.
- I am tmthrgd (https://keybase.io/tmthrgd) on keybase.
- I have a public key whose fingerprint is 8A8E F43C 4DBF 7320 FA82 7AEA DBAB 7016 FF59 4180
To claim this, I am signing this object:
<!doctype html> | |
<html lang=en> | |
<!-- | |
(c) Tom Thorogood 2013 | |
https://tomthorogood.co.uk | |
Copyright 2013 Tom Thorogood. All rights reserved. | |
Use of this source code is governed by a | |
Modified BSD License license that can be found in | |
the LICENSE file. |
/* Sticky Footers, flexbox style! */ | |
/* | |
(c) Tom Thorogood 2013 | |
https://tomthorogood.co.uk | |
Copyright 2013 Tom Thorogood. All rights reserved. | |
Use of this source code is governed by a | |
Modified BSD License license that can be found in | |
the LICENSE file. |
I hereby claim:
To claim this, I am signing this object:
/* | |
(c) Tom Thorogood 2016 | |
https://tomthorogood.co.uk | |
Copyright 2016 Tom Thorogood. All rights reserved. | |
Use of this source code is governed by a | |
Modified BSD License license that can be found in | |
the LICENSE file. | |
*/ |
/* | |
(c) Tom Thorogood 2016 | |
https://tomthorogood.co.uk | |
Copyright 2016 Tom Thorogood. All rights reserved. | |
Use of this source code is governed by a | |
Modified BSD License license that can be found in | |
the LICENSE file. | |
*/ |
map $status $status_msg { | |
default "An error occured"; | |
100 Continue; | |
101 "Switching Protocols"; | |
102 Processing; # WebDAV; RFC 2518 | |
200 OK; | |
201 Created; | |
202 Accepted; | |
203 "Non-Authoritative Information"; | |
204 "No Content"; |
/* | |
(c) Tom Thorogood 2015 | |
https://tomthorogood.co.uk | |
Copyright 2015 Tom Thorogood. All rights reserved. | |
Use of this source code is governed by a | |
Modified BSD License license that can be found in | |
the LICENSE file. | |
*/ |
/* | |
template := x509.Certificate{ | |
... | |
} | |
*/ | |
addrs, err := net.InterfaceAddrs() | |
if err != nil { | |
panic(err) |
<!doctype html> | |
<html lang=en> | |
<!-- | |
(c) Tom Thorogood 2016 | |
https://tomthorogood.co.uk | |
Copyright 2016 Tom Thorogood. All rights reserved. | |
Use of this source code is governed by a | |
Modified BSD License license that can be found in | |
the LICENSE file. |