summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/avatar/avatar.go24
-rw-r--r--modules/bindata/bindata.go4
-rw-r--r--modules/git/repo_tag.go18
-rw-r--r--modules/identicon/block.go405
-rw-r--r--modules/identicon/doc.go39
-rw-r--r--modules/identicon/identicon.go147
-rw-r--r--modules/identicon/identicon_test.go114
-rw-r--r--modules/identicon/polygon.go69
8 files changed, 809 insertions, 11 deletions
diff --git a/modules/avatar/avatar.go b/modules/avatar/avatar.go
index 73daa213c9..49a501bf96 100644
--- a/modules/avatar/avatar.go
+++ b/modules/avatar/avatar.go
@@ -19,9 +19,11 @@ import (
"errors"
"fmt"
"image"
+ "image/color/palette"
"image/jpeg"
"image/png"
"io"
+ "math/rand"
"net/http"
"net/url"
"os"
@@ -32,6 +34,7 @@ import (
"github.com/nfnt/resize"
+ "github.com/gogits/gogs/modules/identicon"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/setting"
)
@@ -59,6 +62,27 @@ func HashEmail(email string) string {
return hex.EncodeToString(h.Sum(nil))
}
+const _RANDOM_AVATAR_SIZE = 200
+
+// RandomImage generates and returns a random avatar image.
+func RandomImage(data []byte) (image.Image, error) {
+ randExtent := len(palette.WebSafe) - 32
+ rand.Seed(time.Now().UnixNano())
+ colorIndex := rand.Intn(randExtent)
+ backColorIndex := colorIndex - 1
+ if backColorIndex < 0 {
+ backColorIndex = randExtent - 1
+ }
+
+ // Size, background, forecolor
+ imgMaker, err := identicon.New(_RANDOM_AVATAR_SIZE,
+ palette.WebSafe[backColorIndex], palette.WebSafe[colorIndex:colorIndex+32]...)
+ if err != nil {
+ return nil, err
+ }
+ return imgMaker.Make(data), nil
+}
+
// Avatar represents the avatar object.
type Avatar struct {
Hash string
diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go
index e754870466..680a639590 100644
--- a/modules/bindata/bindata.go
+++ b/modules/bindata/bindata.go
@@ -772,7 +772,7 @@ func confLocaleLocale_deDeIni() (*asset, error) {
return a, nil
}
-var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xeb\x72\xdc\x46\xb2\xe6\x7f\x3c\x05\xac\x0d\xad\xec\x08\xaa\x15\xb6\x63\x2f\xe1\x90\xe4\xa5\x49\xeb\x32\x47\x14\x75\x44\x6a\x66\x67\x15\x0a\x0c\xba\x01\x76\x63\xd4\x0d\xb4\x71\x61\x9b\xf3\x6b\x5f\x63\x5f\x6f\x9f\x64\x33\xbf\xcc\xac\x0b\x80\xa6\xe4\x39\x27\xf6\xfc\x21\xab\xab\xb2\x6e\x59\x59\x59\x79\xab\x42\xbe\xdf\x67\x45\xd9\xad\xd2\x67\xe9\x69\xba\xcf\xab\x7a\x5b\x76\x5d\xda\x95\xdb\x9b\xc7\x9b\xa6\xeb\xcb\x22\x7d\x59\xf5\xf4\xbb\xbd\xad\x56\x65\x92\x6c\x9a\x5d\x49\xa0\xaf\xe8\x5f\x52\xe4\xdd\x66\xd9\xe4\x6d\x41\x19\xe7\x96\x4e\xca\xdf\xf7\xdb\xa6\x65\xa0\x5f\x25\x95\x6c\xca\xed\x9e\xeb\xd0\xbf\xa4\xab\xd6\x75\x56\xd5\xf4\xf3\x8a\x52\xe9\xeb\x3a\xe9\x9a\x55\x95\x6f\xb3\xa0\x00\x19\x56\xfe\x53\xfa\x43\x5d\xa4\x57\x7d\xb9\x4f\x9f\x76\xbb\x7c\xbb\x7d\x9e\x77\xa8\xd2\x97\x69\xbe\x5a\x35\x43\xdd\x3f\x7d\x22\x05\xd2\x78\x33\xf4\xd6\xfa\xe5\xd0\x4b\xde\xb0\xb7\xac\x0f\xfb\xa4\x2d\xd7\x15\x4d\xac\xa5\xac\xf7\x9a\x4c\x0e\xe5\xb2\xab\x7a\x1e\xf4\x5f\x24\x95\xdc\x96\x6d\x57\x35\x3c\x9e\x3f\x4b\x2a\xd9\xe7\x6b\x06\x78\x47\xff\x92\xbe\xdc\xed\xb7\x39\x2a\x5c\x6b\x32\xd9\xe6\xf5\x7a\x10\x98\x37\x9a\x4c\x92\x81\x30\x57\xe7\xc0\xd9\x07\x4d\x26\xe5\x2e\xaf\xb6\x8c\x9f\xc7\x9c\xa0\x76\xbb\xee\xd0\x00\x8b\xef\x34\x49\x63\xcc\xfa\xbb\x7d\x89\x21\x3e\xbe\xa6\x54\xb2\xca\xf7\xfd\x6a\x93\x53\xce\x99\xa4\x12\x02\xda\x37\x34\xd6\xa6\xbd\x03\x9c\xfd\x48\x9a\x76\x9d\xd7\xd5\x3f\xf2\x5e\xc6\x7f\x19\xfc\x4c\x76\x55\xdb\x36\x3c\xf5\x0b\x24\x92\xba\x3c\x64\xdc\x0e\xe5\xbc\x2d\x0f\x61\x2b\x5c\xb2\xab\xd6\xad\xcc\x92\x0b\x2f\xf0\x8b\x5b\xe1\xb2\x9b\xa6\xfd\xac\x05\x2f\x38\x39\xaa\x4a\x83\xd0\xd2\xb8\xff\xbc\x26\xbc\x68\xe9\x05\x7e\x44\x00\x5d\x92\x17\xbb\xaa\xce\xf6\x79\x5d\x32\x8e\x4e\xf9\x17\xe1\x85\x7e\x25\xba\xdc\x59\x57\xf6\x7d\x55\xaf\x3b\x2e\x96\xac\xf4\x4a\xb3\x92\xa0\xcc\xe5\xf1\x78\xba\xec\xa6\x2c\x0b\x19\x51\x97\xbe\xa0\x74\xb2\x1f\xb6\x5b\x9a\xfb\x6f\x43\xd9\xf5\x0c\xff\x8e\x7e\xd3\x2c\xe4\x77\x52\x75\x1d\x25\x28\xfb\x35\x12\x09\x2d\x40\xbd\xc2\x90\xce\x90\x48\x92\x8f\x5d\x99\xb7\xab\xcd\xa7\x44\xfe\xa3\x47\x4e\x2c\x16\x8b\xa3\x4b\xc3\xe4\xa0\xa4\x20\x3d\x58\x07\xc9\xaa\x29\xf8\xc7\x19\xfd\xa3\xa6\xab\xba\xeb\x89\xa4\x3f\x25\x9a\x60\x30\x49\x09\x1a\xfb\xaa\xdf\x96\x3e\x13\xfb\xa3\xe3\x75\x48\x5f\x54\x6d\xd7\x3f\xee\x2b\x22\xb9\xf7\x43\x9d\xf0\xfc\x88\x9c\xb3\x62\x69\xbb\xfc\x65\x43\xd8\x41\x76\x4b\xf3\xbb\xb8\xbb\xfa\xd7\x37\x27\xe9\x3b\xda\xea\xeb\xb6\xa4\x74\x4a\x6d\xd0\x3f\xaa\xf3\xe3\x22\xa1\x5a\xd6\xd3\x79\xde\xe7\xcb\xbc\x2b\x3d\x5a\xb9\x50\x68\xd4\x95\x81\x52\x99\x6d\x80\x45\x74\x7d\x34\xdf\x39\x3a\xa7\x36\x74\x77\xb8\x36\xde\xf2\x16\xa1\x7c\xe6\x1a\xa8\xfc\x6e\x5b\x72\x3e\x35\x95\xbe\x7e\xfb\xf6\xf2\xfc\x97\xb4\xac\xd7\x55\x5d\xa6\x87\xaa\xdf\xa4\x43\x7f\xf3\xdf\xb3\x75\x59\x97\x2d\x31\x91\x55\x95\xd2\xce\x68\x89\x08\x52\x22\x4f\x99\xdc\x22\xe9\xba\x6d\xb6\x13\xf4\x5e\x5d\xbd\x49\x2f\x18\xc5\xfb\xbc\xdf\x60\x20\xfd\x26\xe9\x7e\xdb\x32\x8a\x5c\x87\xd7\x9b\x32\xbd\xa9\x68\xd6\x00\x6a\x6e\x0c\x1f\x69\xa1\x63\x5c\x24\x65\xdb\x66\xb4\xef\xfb\xbb\x4c\x2b\x6b\x7b\x63\x48\x69\x82\x48\xa7\x6e\xfa\x74\x59\xa6\xa8\xb3\x48\x12\x1b\xb0\x61\xf7\x74\xbf\xdf\x56\x2b\xd9\xb1\x2f\xa5\xcc\x23\x9a\x59\xb4\x62\x29\x84\x03\xa2\xac\x2c\x40\x17\xf1\xbf\xbb\x66\x68\xd3\x88\x0d\xa0\xfe\xa6\x24\xbe\xbc\x19\x68\xcb\xe5\xc4\x53\xb7\xcd\x50\x7c\x03\x4a\xb5\xd1\x7b\x42\x4d\xdf\x37\x34\x60\x60\xc7\x01\xf8\x2e\x4e\x89\xe2\xf8\x54\x68\xcb\x5d\x43\xdc\xc1\x11\x7b\x45\x04\x75\xa8\xa8\x90\x66\xda\xe5\xb7\xb4\xdf\xfa\x26\xed\x37\x55\x97\x16\x44\x6c\x2b\x6e\x98\xb6\xc6\x40\xfc\x58\xc8\x82\x08\x54\x48\xc3\xf2\xe2\x35\x00\xd4\x6e\x20\x6a\xda\x50\x63\xcc\xed\xf9\x68\xa2\x26\xe7\xc6\x89\x29\x51\x3b\xa0\x6f\xa2\xdc\x86\x78\x2b\x73\xbf\x73\x24\xf4\x77\xd8\x3e\x8d\x2a\xbf\xb9\xa1\x51\x75\x44\x15\xaf\xd2\xd5\xb6\x21\x92\xfa\xf0\xfe\x0d\x55\xde\xf4\xfd\x3e\xdb\x37\x2d\xc8\xf8\xfa\xfa\x1d\x6d\x8f\xb6\xf7\xb9\x01\xae\x19\xa6\x1e\x76\x4b\xfa\x75\xd8\x54\xc4\x04\xf2\x60\x81\x80\x8a\x2d\x1f\x30\x75\xda\xd4\x0b\xac\xd5\xd0\x6e\x47\xcb\x48\x5d\x5a\xc9\x91\xe1\xf1\x10\x9e\xf0\x9f\x2b\x3f\x4a\x4c\xb7\xa3\x53\xf8\x80\x45\xa5\xa9\x96\x38\x4d\x88\xb6\x9a\x3d\xb7\x1b\x10\xd7\xa5\x66\x78\x8a\xc2\x09\xe4\xca\xe5\x1c\xa2\x52\x9c\xf1\x01\x2f\xdd\xd1\x84\x75\x37\x5f\x5d\x10\x1a\xb0\xa5\x91\x7b\xd3\x36\x3b\xca\x7d\x41\xff\x7c\x86\x1f\xfe\x05\xb7\x07\x98\xbc\x28\x88\xcd\x74\x27\xe9\xfb\x17\x67\xe9\x7f\xf9\xf1\x87\x1f\x16\xe9\xeb\x9e\x37\x04\xd3\xc8\xdf\x79\x6d\x29\x29\x07\xa2\x03\xa5\x9d\xdb\xd3\xf2\x3f\x60\x02\x7f\x90\x3e\x45\xe9\xff\x28\x7f\xcf\xe9\x9c\x2d\x17\xab\x66\xf7\x9c\x37\xf7\x2e\xef\x17\x09\x97\x10\xd5\x28\x39\x5d\x95\x75\x41\x09\x3d\x56\xb5\x2c\xe0\x3a\x5a\x1e\x1c\xb2\x72\xfa\x67\xab\xa6\xbe\xa9\x5a\x9e\xd0\xaf\x75\xbe\x24\x9c\x98\x5c\x40\xec\x18\x25\x76\x76\x11\xd2\x68\x23\x57\x37\x77\x1e\x14\x53\x7d\xcb\x99\xba\xa0\x09\xcb\x4a\xd4\xa8\x8a\x4c\x0e\xcb\x57\xc8\xc6\xba\x5d\xd2\xf4\x5a\xc3\x77\xe7\x11\xde\xdc\xdc\x6c\x89\xb1\x19\xb3\xd2\x1e\x2e\x25\x57\xf8\x56\x08\x42\xc4\xb8\x87\x64\x73\x5e\x75\x80\x3c\x3b\x7f\x9b\x96\xb7\x44\x6d\x44\x0e\xfb\xb6\x29\x86\x15\x28\x8c\x61\x4f\x52\x3e\x26\x08\xbf\xc4\x19\x56\xc2\xde\x82\xbd\xca\x43\x63\x86\xb0\x22\x20\xda\xa2\x85\xb4\x97\x09\x82\x5a\x13\x24\xac\x9b\x2b\x16\x0e\xc3\xb2\xd9\x0a\x93\xd1\x61\x95\xba\x71\x5d\x5a\xee\x7a\x7b\x97\xe2\xd4\x07\x5d\xac\xda\x32\x90\xed\xba\x45\xa2\x67\x95\x49\x88\xd9\x6d\x45\x42\x45\xb0\x54\x28\x35\x71\x91\xd9\xc3\x9f\x19\x80\xc5\xb4\x6e\xb6\xae\x1b\xd8\x25\x77\xcc\x25\x34\x77\xea\x9c\xc7\xd7\x61\x08\xe8\x81\xc5\x3d\x22\xc6\xdb\x0a\x9c\x46\x91\x85\xb1\x12\xc6\xd0\x35\x75\xd5\x95\x25\x5a\xa0\xfa\x4f\xa8\x4d\xd4\x59\xa8\x08\xa3\xa2\x88\x9d\xbb\x7f\x6d\x86\xb4\x68\x52\x3e\x08\xc0\xce\xa8\xb6\x4d\xb5\xd6\xe9\xeb\x9c\xd3\xb6\x5a\x6f\x88\xaf\x34\x87\x13\x41\xda\x61\xd3\x94\x4c\x3b\xaf\xcf\x9f\x7d\x2f\xe3\x58\x33\x73\x73\x95\x98\x2d\xe6\x43\xdf\x30\x9d\xea\x12\xca\x10\xdc\xf1\x02\xc8\x89\xb0\x24\x40\x63\xf1\xd4\x04\xb0\xe9\x69\xad\xfb\x24\x2c\xd3\x0d\xe2\x61\xa4\xf6\x48\xc4\x55\x29\x26\x5b\x37\x90\xcc\x4c\x6a\x61\x56\x4d\xa2\x74\xd7\x67\xeb\xaa\xcf\x6e\x78\xc3\x72\x9b\x2f\xb8\x2e\x9f\x1c\x54\x92\x3e\xa2\xa2\x47\x29\xed\x7a\x92\x1c\x8b\x9f\xd2\x87\xb7\x7a\x5c\xff\xc8\x3b\x31\xcb\x6f\x09\x16\x8b\x01\x04\xb7\x44\xe1\x22\x2d\x98\xf8\x5e\x34\x44\xe7\x8c\xf3\x6e\xd8\x83\xa3\xeb\x09\x7d\x92\xee\x05\xb0\x68\x0e\xf5\xb6\xc9\x0b\xb0\x1c\xda\x5d\x15\x94\x8f\x65\x55\xe7\x74\xba\x58\x2b\x60\x65\x0f\x89\x1a\xde\x5e\x5e\x03\x70\xdd\x2c\x87\x6a\x5b\x18\xc0\x82\x66\x78\x9b\x6f\xab\x82\xe5\x2c\x5d\xf7\x50\xa6\xb1\xac\x4a\xc6\xb2\x6a\x5a\x3e\x0e\x31\x1b\xab\x78\xe4\x1c\x6e\xf9\x7c\x43\x36\xd5\x55\x58\xd4\x73\x47\x26\xa3\x81\x16\x1e\x02\x28\x1f\xa8\xa0\x98\xaa\xab\x1f\xf5\x18\xe9\x6a\xa0\xbe\x68\xd1\x39\x9b\x2a\x76\xe9\xe3\xe7\xf4\x37\xe1\xe3\x59\xf8\xde\x7a\x8a\x78\x2e\x4c\xa5\x70\x90\x5d\x1a\x0d\x35\x22\x6f\x47\x5d\x46\xbc\xc1\x5c\xc3\xf1\x1a\x09\x74\x83\xd0\x2b\x6b\x5a\x5b\x5a\xd6\xf2\x1b\x4a\x3c\xa2\x0d\xbc\xde\x62\x11\x72\x48\x2f\x24\xc6\x35\x84\x37\x26\x90\x13\xd9\x2e\x37\x34\x35\xe6\x9d\x7d\xfe\x99\xc6\x96\xb7\x24\x84\x25\x1f\x59\x1b\xfd\x94\x0c\x22\x00\x35\xdb\xc2\x09\x9b\xa0\xe9\xa6\x1d\xab\x58\x1e\xc8\xd1\x6b\x47\x52\xe4\x6a\x93\x39\x5d\x96\x91\xd2\x97\xbf\xe3\xcc\x43\x91\x57\x6d\x99\xd8\xb9\x28\xd9\xdd\x61\xb9\x78\x12\x17\x77\x7e\xb5\x48\xfc\xa1\x2d\x42\x22\xfa\xb2\x61\xac\xdd\x96\x0e\xea\x2c\xcc\x8d\x2b\x50\x5b\x24\xa8\x69\x53\xb1\x26\x44\x45\xa2\xae\x69\xa9\xa8\x6c\xa4\x8a\x7c\x54\x1d\xfb\x53\x62\x1d\x44\x4d\x26\x1f\x89\x19\x90\x5e\x22\xec\x25\x63\x6d\xcc\x16\x87\x86\x22\x3c\x87\x15\x33\xe5\x07\xfe\x1c\xdc\x94\x7b\x3e\x32\x77\x1d\x56\x75\x4b\x90\xc5\x9d\xca\x5e\x6e\x7d\x7f\x16\x4e\x4b\x0b\x4e\xfc\xe9\x1b\xd3\xde\xff\x60\x13\xbf\x54\xb4\x92\xa8\x1f\x9f\x1c\x7c\x5e\xd3\x56\xdb\x03\xfb\xb4\x49\xee\x4e\xd2\xe8\x0c\xda\xe4\x1d\x71\x5f\x3a\xe0\xb4\x5a\xb1\x30\xed\x80\x57\x2d\x5f\x09\xc9\x43\x93\x07\x91\x4a\xcd\xa6\x1d\x1f\x69\x3c\x42\x61\x50\xda\x8b\x3b\xf0\x71\x9c\x87\xa7\xfe\x4c\x9f\x84\xb0\x5d\xc9\x32\x5f\xb6\x13\x0d\x5d\x7e\xa5\x17\x65\x42\x82\xc9\x9a\xf6\xa3\xd1\xdb\x33\x56\xc9\xd6\x90\x50\x95\xdc\x18\xa0\xec\x43\x0e\xaa\x10\x96\xf3\xb3\x59\x2c\x68\x63\x1f\xa0\xaf\xd2\xd6\x9c\xa0\x9f\xce\x1a\x2a\x5e\x18\x47\x96\x03\x17\xf2\x49\x47\x9b\xdd\x23\xf1\x34\xa5\xd5\x4f\x43\x28\x95\x13\xfd\xb4\xb8\x02\x6f\xfa\xa7\xcb\xe7\x0f\xbb\xa7\x4f\x96\xcf\x1d\x6b\x5c\x6d\xca\xd5\x67\xd1\x25\xaa\x7a\xd9\xfc\x0e\x85\x8b\x16\x9e\x71\x5c\xf3\x16\x79\x58\xa4\x1b\x2a\x85\x4c\x4e\x5b\x99\xaa\x11\xe2\xb9\x34\x5a\x34\x1a\x0c\xef\xf8\x85\xd9\x7e\xdc\xe1\x60\x84\x44\xb5\xd1\x89\x8c\x8c\xd4\x7c\xec\x1d\xce\x0a\xe8\xf6\x94\x73\x99\x72\xc1\xe6\x3d\xe9\x62\xbe\xdb\x6a\x57\xf5\x13\xd2\x61\x3e\x92\x2b\x09\xaa\x9e\x6f\xb8\x44\x5b\xc0\x06\xc6\x42\xdc\x98\x9a\xa1\x73\xd3\xc8\xe9\x90\x93\x7a\xf3\x63\x4a\x24\x34\xd0\x29\xc4\x73\xa2\x61\x12\x3b\xce\xf9\xe0\x25\x05\x21\xef\xb2\xa1\x56\xb4\x96\x85\x11\xd3\xab\x0a\x87\x04\xf7\x6b\x24\x1f\x40\x19\xe6\x55\xce\x4d\xbf\x75\x18\xff\x8e\x84\xe2\x1b\x57\x8d\x39\x37\x0f\xa8\x62\x99\x2c\x9f\x5d\x3c\xe2\x6c\x75\x29\xea\x15\x30\xc0\x70\xbc\xd0\xa4\x1c\xf8\xd5\x23\x0d\xe3\x33\xe5\x60\x41\x96\x43\xdf\x37\x2c\x73\x6f\x99\x6a\xa4\x8e\x8d\xfa\x0c\x80\x50\x23\x7c\x7b\x58\x90\x10\x4f\xb2\x36\xa5\xc9\xc0\x99\xb7\xc2\xa9\xb6\x32\x9a\x9d\x1e\x75\x0e\xac\x10\x75\x3d\xaf\xef\x8c\x94\x89\x20\x78\x14\xdc\x61\x3f\x3f\x96\x6f\xdb\xf2\x3b\x3f\x1a\xb7\x67\x50\xc3\x46\x24\xd5\x83\xfd\xf4\x1e\xa5\xa0\x12\xb7\xeb\xec\xe4\x52\x23\x8b\xa7\x8f\x36\x46\x2f\xca\x79\x67\x10\x83\x25\xb1\xb1\x00\xa2\x69\x16\xa8\xbd\x18\xf5\xe5\xd5\x9d\x29\x06\xfb\x78\xc8\xfe\x00\xea\x9b\x26\xeb\x36\xa2\x5a\xda\xf0\xd2\x6d\x59\xaf\x23\x33\x01\x6c\xb0\x20\xba\xff\xca\xc7\x1c\x09\xf0\xf9\xf6\x53\x72\x07\x7b\xd4\x5f\x89\xc3\xd7\xb0\xd7\x35\x09\x15\x88\x32\x72\x81\x04\x81\xb2\x66\xf4\x29\xe1\x23\xf0\xed\x48\xac\xe3\x23\x42\xf3\x02\xf9\x02\x45\xbf\x46\xd2\x9a\x2d\x61\xf2\x6e\x46\x04\x7c\x5f\x7a\xbb\x24\x52\x6e\x8a\xa4\x44\x5f\x9b\xaa\x43\xfa\xf4\xe7\x52\x1b\x7f\x45\x6a\x73\xf7\x01\x6a\xaf\xe8\xb0\xac\xf0\xbe\xcb\xef\x58\xe8\x92\x6c\xfd\x81\x82\xeb\x32\xdf\xe9\x28\x39\x29\x4d\x9c\xd2\x71\xa6\x99\x9c\xa4\x53\x2e\xb0\x6a\x24\x10\x3f\x6c\x0a\x22\x8b\xe8\xb1\xef\xc4\xff\x52\x8d\x9e\x7f\x9b\x98\x62\xfe\x96\xe4\xdb\xfd\x26\xc7\xf9\x1f\x80\xc1\xea\x40\x40\x58\xf8\x14\x20\xa0\x85\x61\x57\xb6\xd5\x8a\x93\x5c\xe1\xdb\xc7\xd9\x77\x30\x38\xd1\x46\x21\x41\x30\x6e\xac\xa0\x4d\xf2\x4f\x35\xc8\x69\x16\x12\xc3\x76\xbb\xea\x1f\x36\x8b\xa8\x39\xce\x27\x9e\x43\x10\x10\xc9\x3c\x94\x03\xc2\xc1\xc8\xe2\x59\x9f\x32\x5f\xe8\x59\x04\x8c\x9a\xde\xe5\xbf\x7f\xa9\xe2\xae\x99\xa9\x27\xac\xc0\x57\xb2\x0d\xaf\x53\x8c\xd9\x01\xc1\xb3\x7d\xe3\x28\x34\x2d\x3d\x83\xd4\x9f\xe9\x54\xab\x1d\xd8\x07\xf9\x9d\xe2\xf7\x4f\x66\x02\xa7\x23\x44\x05\xe8\xd4\x19\xc3\xe9\x70\x2e\x98\x6f\x42\x10\x5e\xf8\xed\x16\x0a\xc7\x8e\x9c\x59\x8c\x34\x95\xdf\x31\x0e\x92\x28\x45\x4f\x20\x92\x5a\x78\xbb\x7d\xc6\x67\x64\xc6\x42\x67\x1d\x8a\x96\xee\xf4\xb4\xf3\x05\x10\x62\xf7\xcd\xa6\xf5\x46\x1b\xee\x68\x75\x12\x05\x66\x6a\x5f\x4e\x0d\x79\x47\xea\xf7\xb4\x65\x66\x1a\x70\x3b\xe9\x68\x45\x59\x4c\x54\xa2\x99\x17\x13\x5e\x30\xad\xc8\x60\xa4\xf6\x6c\xb7\xe5\x9a\x4d\x4d\xd6\x71\xd4\x9b\x92\x10\x1d\x06\x02\x16\x12\x90\xc7\xb0\x5b\xac\x70\x5d\x43\x21\xde\xad\x51\xac\x3e\xd1\xa8\x49\x1c\xa7\x24\xd7\x0c\x94\x28\x1d\x86\x9e\xe4\x3b\xd6\x17\xba\x81\x59\x33\xeb\x16\x22\x9d\xc4\xab\xc1\x07\x2f\x9a\x2a\xd1\xc5\xf1\xe6\x89\x16\x59\xe1\xfa\x52\xfb\x00\xfb\x83\x4d\x87\xea\xf6\xb4\x61\x6d\xdc\x01\x1d\x6b\xd6\x29\x84\xe5\xef\x15\xcc\x76\x2f\x2b\x36\x07\x41\x25\x74\x9a\x30\xca\x16\xc9\x96\x98\x01\xab\x1e\x32\x2b\x91\x63\x9b\x5b\xd6\xdc\xb8\x3f\x2e\x95\x7a\x62\xc6\xd3\x49\xf1\x3a\xab\x72\x49\xca\x5c\x73\x28\x8b\x13\x3a\xe2\xb9\x06\x8d\x13\x6c\x23\xdf\x1e\xf2\xbb\x0e\x36\x12\xe3\x38\x6c\xb2\x94\xea\xcc\x4e\x48\x00\x58\x63\x54\xa1\x7d\x9a\x76\x9c\x61\xa2\x23\xde\xc9\x87\x87\x3b\xa6\x0f\x50\x0f\xc1\x2d\xd4\xea\x42\x5a\x37\x1f\x7b\x38\x62\xf5\xac\x61\xd5\x96\x15\x41\x96\xf1\xa5\x38\x68\x08\x2e\x0f\xe5\xfc\x33\x75\x4f\x58\x3c\xa2\x6e\x58\x58\x21\x7e\x2c\xb8\x26\xf9\x8f\x30\x8b\x21\x05\xb6\x82\x81\xda\x7f\x2c\x72\x71\x45\x38\x64\x3d\xcb\xab\xcf\x7c\x36\xd1\xaa\x98\x61\x57\xf2\xa1\xfc\x26\x5d\x4f\x5b\x80\x31\x6d\xce\xb6\xbf\x8a\x7c\xa5\x2a\x33\x97\x62\x8b\x01\x4d\xdd\xa6\xda\xa7\x0d\x8c\x85\x21\x0a\x3d\xd9\x06\x22\x26\x61\xa3\x28\x21\x77\xb3\xd5\xb4\xcd\xeb\xee\xa6\x84\xf9\x74\x97\xde\xb0\x27\x68\xa1\x5d\xb3\xc4\x2a\x4e\xb7\x23\x3d\x8b\x0e\x83\xae\xc3\xd3\x02\x6b\x17\x2c\x54\xdc\x35\xc1\xdc\xa2\x67\x1d\x03\xb0\xea\x5b\xea\x6c\x0c\x4c\x66\x13\x14\x40\x6a\x8c\x9c\x14\x36\x9a\xdb\x32\x44\xc4\xcd\x3f\x3b\xf3\x00\xeb\x6a\x21\x16\xb3\x7a\xbc\x4c\xd2\x29\xac\x15\xf0\x31\x2d\xef\xe2\xd9\x73\x55\x47\x01\xec\xf1\xb8\x2d\xb5\x17\xde\x18\xbc\x57\x46\x0d\xc2\x4a\xe1\x75\x85\xa4\xcf\xa1\xf2\x2d\x69\x88\xab\x4d\xb4\x3b\xaf\x51\x92\x4a\xc9\x64\x83\x26\x1f\xb9\x6b\x52\xe3\x37\x79\xbd\x2e\xd9\xd4\x45\x2d\xf1\x91\x87\xdf\x2a\xa1\x4b\x26\x0d\x78\xdd\x4a\x9a\x0d\xe4\x56\x65\x45\x1b\xb2\xd9\xdd\x5b\xb3\xaa\xcd\x60\xd3\x25\x7f\x6f\x48\x86\x80\xa5\xf7\x4f\x94\x62\xe9\xb7\x4e\x22\xdf\xce\xc8\xce\x00\xf5\xa0\xea\xef\xe0\x74\x5a\x92\x0c\x2c\x4a\x1a\xe5\x90\x9a\x0b\xee\x00\xcb\xc5\x0b\x4b\xd3\x7a\xe4\xcc\xf4\x78\x6b\x4b\x4a\xe1\xc4\x8c\xf4\xc2\xd2\x09\x6b\xc9\xbb\x05\x0e\x07\x16\xa6\x61\x9c\x0e\x8e\x84\x47\x0f\xbb\x47\xbc\x60\x56\xb6\x08\xe0\xf7\x79\x4f\x6c\xb1\x16\x15\x45\x38\x54\x58\x55\x8b\x5d\x13\xe0\x2a\x02\xb6\x80\x47\x57\x50\xf1\x29\x21\x5d\x12\x2e\x40\x9a\x9a\xa4\x66\xdd\x97\xca\x62\x3a\x95\x79\xff\x85\x92\x6a\x11\x49\x5d\x1c\x83\xaa\xaa\x70\xe3\x99\xd3\xa7\x8b\x7d\x40\x5d\xa2\x26\xa0\xd8\xfe\xa3\xe4\xfd\x2c\x3d\x97\x84\x29\xbd\x43\x85\x39\x55\x45\x92\xec\x81\xf7\x2c\x18\xad\x2c\x84\x1b\xb4\xfc\x0f\x6c\xd0\xed\xf8\x64\x27\x2c\x48\x2b\x20\x5c\x73\x09\x40\x0a\x60\x1f\x6a\xa0\xb0\xb1\x71\x15\x9a\x5c\x1d\xb8\x3b\x48\xdf\xe5\x7a\x0c\x76\x28\x97\x29\x9b\x3b\x89\x70\x48\x2f\xd2\x89\xee\x72\x52\xa9\x6e\xab\xdc\x59\x66\x68\xb5\xd8\xf1\xae\xa7\xe8\x0b\x76\xba\xc3\x93\x39\x0d\xc1\x60\x7f\x84\xba\x1e\xde\x68\x32\x19\xf6\x05\xdb\xb4\xfc\x84\x3f\x20\xc3\x4d\x38\x2e\x0f\xac\x8d\x98\xba\x55\x73\xd2\x8c\x80\x17\xa9\xc2\xf1\xc8\xee\x16\xb6\x7d\x66\x62\x37\x74\x0b\x15\x63\x90\xd0\xc8\x2f\x45\xaa\xb4\x1a\xc0\x42\x78\x0f\xd0\x2b\x7e\x3d\x20\x84\xce\xca\x74\xd3\x1c\xd2\x6d\x55\x7f\xee\x14\xbf\xce\x1e\x62\x7a\x72\x7a\x8e\x0c\x02\x16\x4b\x0d\x8b\x55\x55\x3d\x94\x3f\x27\x96\x12\x43\x3c\x92\xd3\x38\x85\x52\x4e\xc5\x31\x33\x50\xff\xc9\x19\xb2\xd3\x53\x64\xcf\xc2\x7a\x3d\x57\xab\xc0\xa3\xcb\xec\x57\x1d\x3b\x37\x25\x0b\xd8\x60\x87\x2f\x95\x0b\x11\x7e\x9a\xa6\x53\xdb\xa3\x67\x3f\x9c\x07\x43\x85\x42\xe9\x6a\x39\x08\x5d\x4c\x19\x8c\xf9\x29\x08\x8a\xd5\x43\x12\x96\x74\x3c\xd8\xdb\x59\xb5\x93\x58\x9b\x0f\x5a\x2a\x2e\x7b\xa7\x57\xa0\x78\x41\x9a\xf2\x68\x32\xa1\xc7\xe0\x2d\xe1\x52\xa6\x6f\x7c\xd4\x0a\x4f\x4c\x5c\x10\x84\xe0\xb0\x8f\x06\x3b\xa6\x2c\x6d\xc0\x8c\xdf\x5f\x20\x30\x23\x9f\xd0\x91\x22\xbc\xd9\xb1\x96\x66\x1b\x09\x85\x67\x6a\xc6\x77\xe5\x8c\xd9\xa0\xfc\x2d\x5c\x5e\x63\x6b\x43\xa4\x29\x69\x0b\x47\xa5\xe9\xd1\x98\x26\x7b\xc7\xea\x1d\x68\x6e\xe1\x74\x8c\xe0\x17\x42\xfd\x39\x2c\xc3\xe2\x15\x1b\x3a\x91\x27\xb9\x2b\xb8\xd4\xa4\x09\x42\x00\x14\x8e\xce\xeb\x19\xa7\xc2\x8d\xd8\x20\x2e\x11\x42\x0e\x40\x83\x84\x62\x7d\xb2\x34\x1f\x76\xc8\xd8\xf6\x2d\x2d\x3a\x1d\xbc\x23\x4b\xd4\x84\xa5\x45\xec\x0b\xdc\xab\x81\x43\xd6\x73\x2d\xd2\x20\xb5\x2d\xe6\xff\x48\x59\x8e\xb7\x5e\x96\x6c\xdd\xb2\x4e\x95\x59\xbb\x52\x61\xd9\x09\x8d\x01\x7b\xa0\x74\xe6\x89\x02\x98\x88\x87\x08\xb0\x10\xc4\x2c\xa1\x96\x9d\x45\x76\x5e\x58\x6c\xff\xc3\x6c\xbb\x51\x87\xce\xb6\xeb\x87\x3a\x22\x1b\x1e\xe3\xe8\xc4\x99\x10\x10\x15\xe0\xfc\xd5\xa5\x0f\x4e\x55\x5d\x7c\x77\xb8\x72\x37\x22\xd3\x33\x9a\x28\x0b\x47\xb0\x12\x01\x38\x2c\x0b\x78\x08\xba\x40\xe0\x8e\x08\xf8\xdd\xc4\x0c\x19\xf3\xd7\x53\x68\x30\x84\x15\x81\x65\x79\x80\x0f\x34\x91\xfe\x54\x23\xda\x31\x22\xc4\xed\xea\xe2\x50\xee\xc4\xe3\xe8\x45\xa2\x13\x55\x1b\x36\xd5\x7a\x43\xf3\xaa\x76\xec\x72\x04\xd7\x36\xbf\x96\xd7\xea\xf8\x17\x6d\xbc\x66\x5d\xb3\x0d\x87\x7b\x58\x60\x32\x8e\xdb\x3e\xed\xfa\xb6\xa9\xd7\xcf\xcf\x1b\x56\xb7\xd8\x12\xc2\x47\xc5\xcf\x4f\x9f\x68\x3e\xb1\x0c\x5e\x43\x8e\x77\x7c\x59\xf5\xaf\x86\xe5\xa3\x2e\x5d\x93\x6c\x80\x03\xe4\x69\x9e\x6e\xda\xf2\xe6\xd9\x83\x87\xdd\x83\xe7\xea\x67\x96\xa8\xa0\x43\xed\xd0\xf2\xf4\x49\xfe\x9c\xa5\xe7\xae\xd9\x92\x50\x1b\x57\x69\x76\x3b\x59\x5f\x62\x7f\x3b\x81\xc4\xf8\xe1\x9a\x2e\x6b\x60\xae\x6c\x15\x3f\xd4\xe0\xc2\xd1\xba\x5f\x1f\x5d\x36\x13\x93\x22\xfb\x82\x0a\x2a\x0c\x0c\x8f\x5b\xdd\x07\x4c\x93\x6d\x0b\xa9\xab\x86\x03\x76\x5a\x0d\x0b\xc9\xe6\x1a\x6f\xda\x30\xe3\x04\x24\x68\xb4\x61\xf5\xa9\x2a\x8d\x44\x24\x0d\xce\xb3\x3e\xe5\xe0\xa4\x94\x91\x56\x40\xbf\xcc\x53\xcd\x94\x09\x81\xd1\x1b\x41\x98\x60\x23\x1a\xfe\xc6\x18\x80\xcc\x3e\xd8\xfe\x90\x5f\x4e\x51\x81\xe4\x17\x68\xdd\x3a\x97\x37\xaa\x63\xa3\x80\x0e\xaa\x40\x9e\x7e\xdb\xa8\x4f\x22\xb5\x4c\x8c\x9a\x04\xe8\xbe\x8c\xc8\x9d\xbb\xa3\x7f\x68\x85\x68\x13\x6a\xfb\x7f\x4b\x0b\x52\xc1\xfd\x76\x32\x81\x54\x37\xd3\xa9\xdf\x0b\x63\x11\x55\xbd\x79\x47\xf7\x53\xb0\x8d\xb4\x55\x17\xa6\x21\xe6\x83\x12\x82\xe0\xb2\xaa\x0b\xd9\x36\x4a\xf5\x1a\xf7\xe0\xc8\x9d\x0e\xd3\x9a\x81\x60\xe3\xe3\x84\xfe\x0e\x90\x7f\x15\xb5\x1f\xd0\x06\x71\xab\xa1\x0e\xb8\x85\x6c\xc7\xac\x6f\xc4\xd6\xa5\x93\x7c\x47\xfa\x06\x62\x9e\x4e\xa5\xc1\x6b\x2e\xee\x34\xee\x4e\x9d\xa2\x56\xe5\xa5\x66\x62\xc1\x01\x98\xa0\xa8\x73\x88\xc0\x2f\xaf\x7a\x5a\x2b\xea\xaf\xd6\x68\x26\xac\x01\x6d\x3d\xe3\x0f\x1b\xf1\x5f\xa7\xa7\xef\x5e\x2f\x12\xd7\x9f\xb5\xf9\x6b\x4e\x32\x93\x8c\xe0\xe0\xb4\x5e\x26\xa5\x31\x7f\x71\xde\x12\xa9\x6e\x46\x36\xd4\x04\x39\xbb\x39\x4d\xe6\x23\x73\x89\xcb\x05\xc5\x65\x17\x58\x02\xa4\x37\x8c\x64\xcc\x99\xdd\x4c\xbf\x21\xc4\x3a\x7b\x14\x9f\x08\xfb\x3b\xe6\x75\x41\xa4\x4a\x2e\x08\x3a\x80\x5b\x8d\x42\x64\x08\x12\xda\x70\xca\xf2\x6d\xeb\xf6\x8a\x0d\x58\x77\x4b\x98\x1b\x50\x02\xc8\x70\x6f\xeb\x19\x8d\xd7\x1f\x74\xe1\xa0\x45\x49\x1f\xed\xcf\x54\xd8\xa8\xf8\x5f\x79\x5c\x22\x99\x29\x8e\x43\xd5\x8c\xda\x3c\x94\x5b\x8e\xa4\xd3\x01\x79\x27\xa4\x2a\x62\x91\x0b\x52\x81\x9c\xf3\x91\x23\x17\x9d\x24\x21\x6b\x1b\x5a\x47\xac\x31\x82\x20\x02\x86\xd7\x51\x34\x28\x63\xf7\x67\xa7\x6f\xdf\x5e\x5e\x7b\x2e\xcf\x94\x55\x17\x74\x16\x7d\xe3\xe2\x6f\x26\xe3\xb2\x28\x1c\x8c\x0f\x01\x59\x11\x84\x8f\x03\xd2\x1a\xc7\xe0\xc2\x8d\x6f\xad\x53\x72\xdd\x60\x37\x37\x3c\x16\xa9\x51\xc4\xe3\x2f\x8e\x29\x28\xc9\x47\x3e\x1e\x3f\x25\x66\x63\xbc\xe4\xff\x49\x68\xa6\x0d\x4c\xe3\xa0\x66\x6f\x41\xf7\xe1\xa6\x34\x80\xa6\x98\x98\x6d\xc1\xf6\x86\x1c\x12\x28\xe1\xbe\x01\x23\xbd\x49\xe1\x5d\x3b\x61\x2b\x54\xd3\x82\x06\x19\xb9\x43\x5d\xfd\x36\xe0\x7c\x67\xf9\x93\xe4\x15\x0e\xeb\x5a\x56\x5b\xe1\xb6\x7f\x76\x3f\x24\x9f\x53\xa3\x58\xcc\xa0\x73\xfa\xf5\xb4\xdb\x73\xa4\x1a\x71\xdb\xee\xd9\x83\xa1\x4a\xd9\xa8\xc1\x91\x21\x0f\x9e\x93\xb4\xc8\x5e\x6a\x5a\x3e\x82\x78\xce\x86\x89\xcf\x66\xef\x1a\x47\xc9\xa3\xcc\x02\x29\xb9\x0c\xd1\x94\xc8\x9d\x19\x85\xca\xd6\x62\xb0\xe8\xc5\xd2\x95\x06\xb3\x60\xee\xcc\xd4\xfd\xb9\x0c\x31\xa5\x1e\x09\x5d\xd7\x73\xfa\xd7\x56\x88\x06\x95\x7c\xbe\xb2\x90\x06\xd7\x15\x5c\xa6\xef\xf7\x8a\xd6\x7b\xc5\x0a\xd5\x62\x5d\xf5\x24\xd3\xf3\xd5\x0e\x68\xda\xb4\x61\x88\x29\xe2\xb6\x83\xa4\x2c\x67\xa6\xae\xc1\xa2\x62\x55\x57\x7d\xc6\xe7\xf4\x4e\x22\xd8\xa9\xd9\x7c\x2b\x32\x50\x8c\x68\x71\x18\xa7\xef\x7f\x3d\x3d\xbf\xf8\x75\xb1\x2b\x2c\xa0\x45\xf1\xa9\x91\x2c\x01\x46\x8b\xf2\x26\x1f\xb6\x66\x6a\xc3\x84\x91\x91\xfe\x82\x0c\xbd\xfc\x40\x5a\x11\xe1\xef\x56\x8e\x44\xb9\x0e\xf1\xda\x72\xbe\x65\x99\xf7\xbb\x23\x06\xa8\xb1\x17\xe7\x8f\xdb\xa1\xc6\x2d\xdc\x6f\x8e\x62\x17\x7f\xc6\xc6\xc5\x54\xc3\x40\x22\xe7\x67\xa2\x97\x33\x2c\x08\xdf\xdd\xce\x90\x28\xfc\xb0\xf4\x38\x2d\x9b\x6e\x94\xc7\x24\x4d\x3a\x70\xb9\x4d\xf1\xf7\xf1\x72\x3b\x94\x9a\x6c\xf3\xa2\x1a\x48\x38\x14\x3c\x1a\x8d\x5b\x4f\xba\x2c\x17\x7a\x67\x24\x58\x17\x85\x58\x20\x7a\x39\x33\x35\x80\xfd\xe6\x2c\x62\xab\xea\xe7\xa0\xcc\x11\x80\x70\x54\x0b\x89\x7b\x2d\x99\x12\xa3\x8a\x80\x38\xc8\xda\xb1\xcd\xd4\xdc\xf5\x79\x18\x6f\x9e\xc8\xa6\xb0\x9d\xa6\x5b\xe4\xc6\xed\x35\x44\x2e\x73\x58\x6a\xbc\xc9\x70\xbd\x25\xc0\x54\x18\x4c\xc2\xdc\xac\x60\x76\xbc\xbf\xcb\xd8\x72\x03\x0e\xbc\xbf\x4b\x10\x72\x41\xe7\x57\x86\xe3\x51\x32\xc1\x0f\xb7\xd5\x5e\x2e\x47\x51\x41\x55\x4a\xdc\x24\x12\x97\xff\x92\x08\x52\xdc\x0a\x61\xa1\x71\x63\x8a\x0b\x88\xef\xfe\x0c\xf6\xd4\xb3\x78\x2e\x96\xe4\x67\x0f\xb2\x25\xed\xd1\xcf\x0f\x02\x71\x9d\xef\x56\xb1\x8c\xfe\x0d\x09\x52\x07\xf5\x77\x7e\x90\x54\x62\xbf\xff\x82\x5f\x03\xc7\xe1\x89\x73\x95\x13\x89\xfe\x62\x83\x6c\xa2\x57\x7a\x98\x19\x25\x2c\x90\x2a\xdb\x20\x61\x34\xe4\x1c\xbf\x0d\x3c\x4b\xd1\x34\x9e\xa5\xff\xca\xbf\xd2\x97\xfc\x4b\xa7\xc2\xdb\xd8\xed\x51\xac\xf0\x68\x63\x87\x81\x69\xe0\x38\x1a\xdd\xe9\xf7\xb4\x44\xb3\x04\xd8\xd7\x30\x16\x03\xe4\x10\xe8\x64\x3f\xb0\xcb\x9e\xd7\xdd\x7a\x7b\x47\x39\x88\x27\xe7\x4c\x3e\xb2\x82\x16\x9c\xb5\x3e\x6a\x23\x71\xac\x42\x59\x44\xdf\x96\x10\xaf\xe8\x9f\x96\x65\x04\x9c\xf5\x39\xec\xb3\x02\x44\x24\xf7\x9f\xd3\x6b\xca\x51\x88\x32\x2c\x4a\x14\x14\xe5\xe3\x4b\x44\xd8\x46\x1d\x38\x2e\x27\x88\xe4\xb7\x65\xd7\x13\x8a\xa0\xeb\xba\x1f\x09\x8f\xb1\xea\x25\x72\x10\xa9\x44\xe3\x5a\xc5\x06\x2f\xc9\x04\x16\xce\x36\xe7\x28\xb1\xf7\xf9\x41\x7e\x12\xa6\xf5\xd6\xd1\x2b\x49\x49\x36\xe2\x9e\x05\x14\xd1\xd1\x0e\x1e\xc7\xb8\xd2\xf0\x3b\x4b\x27\x36\x80\xc5\x74\x20\x56\x32\xba\xf4\x94\xae\x46\xe5\x37\x22\xde\xbf\x60\xe1\xde\xf2\x72\xf0\xaf\xd4\xa2\x38\x5c\xfe\x8e\xb6\xbf\x18\xf3\x2e\x24\xe5\x4a\x0a\x09\x30\x3a\xe7\xfb\x75\x96\x67\x21\x9c\x97\xfc\xdf\xe5\x12\xc1\xe8\xfe\xa1\xff\x89\x62\x9e\x73\x55\x91\x93\x5b\x56\x9a\xad\x0a\xb1\xa3\xb7\xa8\x90\xc9\x52\x18\xa0\xd4\xc4\x5a\x4d\x0a\xb3\xfd\x36\x5f\x95\x2e\x9e\x14\x40\x60\xea\x7c\xfd\x4b\x81\x49\x0c\x64\x27\xfc\x92\xca\x1f\xd2\x5e\xa7\x5f\x6e\x00\x5b\xb6\x8e\xba\xa2\x33\xfe\x59\x58\x21\x2d\x0c\x47\x28\xda\x18\xa2\xfe\xc3\x32\x3a\x5c\x98\x71\x89\x79\xef\x2d\x4b\xda\x9c\xe6\x40\xfe\x99\x1a\x8e\xd4\x42\x4a\x3b\x06\x73\xb4\xe5\xdd\x91\x9a\x74\x6a\x70\x1c\x3d\x64\x4c\x4d\x8e\x20\xf4\x94\xc2\xd9\x34\x2d\x59\x70\x68\xb0\xdb\x2d\xa7\x70\xc8\x61\xc7\xcc\x81\x4a\x07\x1c\x4b\xc5\x41\x82\xbe\xcb\x42\x75\xa6\xb9\x4a\xb2\xe2\x45\xb6\xbc\xd3\x3a\xb2\xf2\x05\xbb\xfb\x8e\x54\xd9\xb1\x4f\x0f\x2c\x58\xab\x5c\xb8\x8c\xb0\x0a\x2f\x32\x1a\x26\x08\x49\xa7\x0f\x3f\x7e\xff\xa9\xe3\x96\x9d\x49\xe5\xc9\xc3\x8f\x3f\x7c\x22\x3e\x8d\x7f\xcc\xa8\xad\xf6\xbe\x2d\x6f\xab\x66\xc0\xfd\x43\x4d\x7a\x52\x43\x14\xf2\x5b\x8e\x38\xd6\x2c\x59\x76\x93\xe6\x3d\xcd\xc5\xe5\xab\x66\xdb\x78\x9a\xc4\xaf\x31\x80\xa8\x0d\x0f\x95\x54\xba\xb8\x18\x64\xeb\x16\xe3\x21\xdc\x39\xf5\x68\x41\x04\xb2\x2c\x2a\x6e\xe7\x57\xfa\x17\x17\x8c\x5c\x57\x71\xa1\x8b\x5a\x93\x01\x22\x76\xcd\x2e\xcf\x4c\x5b\x51\x07\x10\x40\x9d\xde\x32\x0b\xe6\xc5\x5c\x35\x56\xd2\xa9\x23\x9b\x08\x62\x8e\xfa\x6e\x99\x9d\x55\xb5\xdc\x20\xe2\xb6\xd9\xa2\x87\x52\xf1\x6d\x69\xcb\xc7\x7d\x2e\xf3\x5d\x7b\x75\x55\x46\xea\xa3\x86\x55\x5f\x8a\x8d\x45\xb8\x7c\x0a\xf6\xba\xcf\xdb\x32\x13\x0b\xba\xb2\x59\xce\x51\x77\x40\x37\x0f\x67\x13\x35\xe0\xfe\xd0\xa4\xee\x28\xe2\xb3\x0d\x56\xc6\x3c\xe5\xca\x16\xf9\x0a\xcb\xb7\xd6\x67\xe3\x89\x3b\x6c\x02\x1e\xe9\xf9\x42\x50\x3c\xc3\xc4\x82\xd2\x79\x46\x36\x06\x28\x44\x14\xe0\xc4\xc3\x2e\xea\x9b\x84\x8c\xa1\xcc\x94\xcd\x13\xa7\xa1\x5f\x29\x7e\x8d\x87\xc0\x0c\x7f\xae\x6f\x6b\x79\x34\x23\x5a\x90\xe5\x86\x84\x35\x89\xcf\x14\x2e\x1f\x9c\xb6\xb4\xa2\x1a\x79\xa0\x6a\xb9\xae\x6a\xd4\xfc\xe8\x90\x98\xc5\x8e\xed\x45\x84\x3e\x86\x05\x33\x2a\x57\x58\xea\x27\x7d\x4e\x33\xe6\xf3\x2d\xfd\xd6\x2e\xee\x7d\x17\x4f\xb2\x14\xe7\x19\xff\x0f\x0b\xdc\x8d\x13\x6d\x2a\x13\x92\xd6\x16\xd1\xb8\xe6\xf8\x9b\x18\x27\x2e\x70\xf0\xd1\x1d\x35\xf7\x78\xb7\x7b\x5c\x14\x8f\x66\x66\x1d\xd0\xb3\x9b\xf6\xc8\x06\xaa\x1c\x75\x44\xd8\x41\x4b\x01\x73\x98\xc7\x1d\x03\x44\xeb\xf4\x81\xc3\x2f\x4a\x56\x89\xd2\xc2\xe3\x0d\x94\x1b\xac\x5d\xd7\xa4\xfb\xb2\xd9\x13\xda\x9d\xad\x89\x0d\x23\x12\x90\x16\xce\x64\xe4\x08\x0d\x8a\x46\x71\xb3\xf7\x0e\xcf\xf0\xa0\x3b\x92\x15\xed\xdd\x11\x94\xc8\x9d\xd7\xa3\x08\x09\xd8\x99\x47\xaa\x63\x69\x33\x80\x73\x0c\xcd\xf7\xfd\xef\xc9\xd4\xe6\x3a\x9f\x23\x81\x2f\xb1\xb5\xb9\xeb\xf7\x96\xb7\x10\xfa\x46\x9c\x83\xa4\x7c\x51\x70\x6d\x06\xf8\x39\x0b\x7f\x7b\xb0\x4d\xd3\x7c\x96\xab\x43\x4b\x24\x7d\xc9\xba\xea\xad\x90\x6f\x26\xbf\x8a\x4b\x97\x79\x57\xad\xc2\x77\x03\x7e\xe1\x8c\x99\x21\x16\xbc\xc6\x6d\xf6\x0f\x91\x93\xce\xf1\x2b\xfd\x5f\x4c\x18\x0e\x44\x83\x14\x2e\xed\xaa\xd8\x15\x87\x2a\xb8\x52\x75\x12\x07\x5d\xa9\x4f\x7b\xda\x97\xfa\x5b\x59\x47\x99\xb7\x85\xb9\x60\x83\x63\x55\x8c\x3e\xc6\x66\x05\x36\xe3\x3a\xa7\xec\x24\xee\x60\x2e\xde\x20\x0e\x8b\xbc\x87\x50\xdc\x50\x5c\xc4\x15\x2b\x4b\x9a\xbc\xb4\xa0\xad\x29\x98\x33\x2d\xfa\x40\xad\xd8\x12\xc1\x86\xf3\x5a\xfc\xb0\x08\xd6\xe2\xa0\x2e\xce\x8a\x23\xc4\x88\xae\xe5\x9e\xb5\xbf\x63\x81\x80\x6f\xd8\xa1\xf9\x8a\x89\xf5\x8b\x27\x28\x10\xae\xc9\x91\x6f\x9d\x58\x72\x34\xec\x4c\x42\x10\xc4\x24\x99\xbb\x2b\x4a\xec\xe7\x18\x1b\x9f\x9c\x77\xc9\xdf\x33\x92\x18\x06\x1b\x2a\xca\x02\xf2\x19\x45\xec\x00\xf7\x81\x21\x64\x04\x68\x48\xb9\x24\xfe\x24\x7e\x12\xa9\x96\x47\x11\x6f\x12\x5c\x09\xeb\x90\x5a\x62\x97\xf9\xea\xb3\x1b\x11\xb3\xbf\xb2\xed\x11\x6b\x36\x45\x3b\xfb\xba\x57\x90\x2c\x9e\xee\x9f\x3f\x86\x81\x43\xae\xa5\x63\x16\xb2\xc1\xab\x9b\x00\x21\xf0\xf7\xb0\xff\xe6\xb6\x2a\x06\x22\x6f\x5e\x8c\xc5\xd3\x27\xfb\xe7\x71\x7d\xa2\x08\x18\xbd\x8e\xb6\x31\x5a\x38\x96\x4a\x2a\xdc\x71\xe1\x60\x4e\x44\x15\xde\xf8\x60\xd9\x0e\x3d\x1c\xdd\x45\x01\x2b\x0a\x48\xdd\xd8\xc9\x17\x62\x2d\xa6\x38\x31\x63\x34\x1e\x27\x81\x41\xda\xc1\xb0\xe0\x94\x05\xa4\x0d\xa7\x87\xd1\xec\x4c\x53\xe2\x4c\x19\x99\xf6\x7c\xec\xa2\x1b\x9a\x55\x68\x8f\x0f\x2f\x36\xee\xa7\x33\x46\x7d\x07\xca\x6e\x45\xcf\x31\x45\xa3\x2e\x0a\xcc\xe7\x2c\xc8\x3e\x5e\x61\xe4\xe4\x8c\xda\x8a\x9d\x9c\xc1\x00\xe5\xa8\x39\xd6\xce\xd9\x6c\x1b\xea\x8a\x09\x5a\x41\x88\x72\x85\x60\xd4\x4c\xef\xcd\x49\x78\x55\x3a\x8e\x06\xd5\xd2\xc3\xa6\x09\x6e\x6d\x88\xe7\x15\x9b\x35\x1c\xc8\x22\x9e\xeb\x41\xce\x07\xc5\x8b\x9e\x16\xa3\x63\xc4\x36\x9f\x9d\x25\xb8\x01\xb0\x1b\x88\xb7\x6c\x2b\x5a\x74\x1c\x19\xfa\xfa\xc3\xe5\xd5\x35\xee\xd5\x13\x2f\x24\x46\xb3\x66\x7a\x4d\xff\xb2\x21\x55\x8f\x63\x74\xf9\x11\x06\x0e\x9d\x58\xa7\xcd\x6a\xc5\x01\x13\x55\xad\xf7\x56\x0f\xa5\xb9\xf6\xea\x62\x2b\xc1\x13\x61\xe8\x89\xf1\x5d\xb1\xea\xa5\x78\x68\x81\x99\x40\xb7\x2f\x57\x24\x94\x2c\xd2\x37\x24\xa2\xf1\xed\x7d\x79\xdf\x01\x0c\xf3\x5e\x23\xa0\x9b\x09\xac\x71\xac\x65\x2e\xa6\x07\xa4\x7b\x06\xc6\x4e\x49\xcc\x7b\xcf\x01\x9a\xa2\x0d\x73\x01\x89\x13\xe5\xf6\x46\x82\x6d\xd9\xbb\x09\x51\x4e\xde\x0c\x60\x0f\x8b\x5c\xa5\x66\x3b\x25\x1a\xd0\xb0\x11\x38\x89\x71\xc3\x8c\x67\xb6\x2f\x5b\x16\x47\x2c\xc0\x2a\x8c\xad\x19\x8f\x09\x6a\xa4\x8d\xeb\xb5\xb0\x05\x2c\x1f\x04\x57\xb9\x0e\x78\xc2\xbc\x98\x65\x3e\x73\xdc\x9b\xe5\x7a\x2f\x57\x00\xf9\xa4\x23\x7c\x21\x7e\xdd\x40\xe4\xfc\xc0\x3d\x1f\x0e\xe4\x1e\x74\x39\x2c\x6c\x0d\x08\xe5\x7e\x66\x46\xa4\x07\x32\x23\x48\xdc\x52\x13\x08\x1f\x40\x00\x20\x8b\x22\x18\xb3\x30\x05\xf7\x72\xc0\xab\x88\x12\x75\x4f\xa1\xc5\xf0\x66\xb4\x90\xef\x3d\xdb\x28\xa0\xf2\xe8\x61\x1f\xcc\x50\x6f\x04\x3e\xe5\xeb\x6c\xcf\x99\x7a\x9f\x3e\x41\xd2\xe9\x82\x4a\x79\xfc\x8e\x48\x40\x71\xfc\x46\x44\x43\xf8\xc3\xd1\xd7\x96\xeb\xbc\x2d\xec\x3a\x80\x52\x3f\x7b\xbb\x41\xe5\x61\xb4\x57\xbe\x25\x89\x5c\x9b\xa0\xdd\x4a\x20\x9f\xd9\xf6\x47\x84\xc2\xaf\xe0\x98\x12\xc2\x9c\xbf\x90\xad\xc5\x81\x34\x44\xf0\xc3\x9e\xf7\x80\x6c\x28\xeb\x07\xd3\xfe\xf6\x4f\x57\x97\x6f\x4f\xd2\xdf\x1f\x1f\x0e\x87\xc7\x5c\xfd\xf1\xd0\x6e\x39\xe4\xa4\xe0\xeb\x06\xff\xf3\xe2\xcd\x49\x5a\xf6\xab\xef\x16\x24\xbd\x63\x6b\x78\xb1\x57\x3d\xf1\x37\x1c\x21\xc0\x64\xc9\x9a\xdd\x3f\xbf\x65\xf6\x72\x2f\x4d\xdf\x6c\x09\x6f\xa9\x85\x4c\x9b\x97\xdd\xac\x5b\x4a\x05\x62\xe5\xf2\x12\x63\x49\xba\x12\xee\xa5\x22\xe1\x0b\x80\x55\x5b\xbe\x0f\x8c\x0e\x11\x6e\x90\xdf\xb1\x27\x73\xd8\x16\x42\xa7\xc6\xd1\x68\x76\x8a\xb2\xb2\xf8\x79\xdc\x12\x2c\xe2\x78\xa2\xe2\x59\xfa\x27\x56\xf4\x18\xa5\x42\x05\x5c\x64\x54\x00\xe0\x90\x96\xb0\xc3\x52\xbd\x63\x5b\x8e\x0b\xbc\x6f\xe2\xbc\xec\x11\x94\x37\x47\x1b\x32\x72\x37\x36\xbf\x9a\xb6\x51\xe9\x5c\xa3\xc6\x5a\xe1\xde\xe2\x60\x8f\xa8\x79\xb4\x07\xf8\x5c\x3a\x8c\xf7\xc1\xf8\x48\xd2\x4d\xe6\xd9\xbd\x6e\xb2\x09\xc7\x57\xc0\x2f\xed\x33\x95\x20\x26\x12\x5d\xd0\x83\x4a\x76\x93\x1e\x24\x5c\x27\xd3\x59\x5a\xb4\x3c\x42\x78\xce\x5d\x5e\x7c\x04\x19\xd5\x80\x81\xc4\x24\xc3\x08\xe9\xb6\x24\xe6\x65\xe1\x0e\xe7\xc3\x2c\x8a\xd2\xba\x62\x10\xc4\x66\xb1\x4f\xd3\xfc\x7f\x93\xc8\xb4\x50\xcc\x90\x56\x2d\xf2\x42\x22\x44\x46\x85\xe3\xb7\x93\x46\xc5\xac\x59\xc8\xe3\x6c\x67\x92\x0a\xb1\xb5\xdf\x36\x77\x16\xbc\x77\x8e\x5f\x1a\x15\x1f\xce\xcc\x83\xe9\xa4\x3c\x64\x20\xc1\x37\x59\xdc\xdc\x5f\x83\xfb\xd1\x2a\x06\xd4\x77\xa9\xc0\xb0\x67\x3f\x14\xf5\x22\xab\xcc\xcc\xf0\x66\xe2\xbf\x1c\xd4\x38\x52\xed\xdc\xf5\x70\x24\x52\x2d\xae\x1a\x46\xab\x05\x55\xbf\x22\x5a\x2d\x46\xd2\x34\x16\xcd\x4f\xf5\x2b\xc2\xd1\xe6\x26\x1d\x18\x20\x94\x8c\xe7\x10\x3f\x53\x61\xce\x10\x51\x84\x73\xf3\x96\x88\xd0\xec\x20\xba\x01\x6d\x85\x9b\x66\xa2\xf0\x7d\x8d\x8e\x39\x37\x12\x8f\x92\x00\xb9\x5f\x32\x4b\x14\xd5\xcd\xcd\x62\xd9\x36\x87\x8e\xc3\xe1\xf0\x02\x12\x7b\xec\xf8\x77\x7a\x85\xdf\x02\xc2\xd6\x54\x10\x85\x24\x24\x53\x3c\x4c\x94\x29\x09\xc9\xe4\xa3\x6d\xf2\x02\xcd\x39\x95\xe0\xd1\x17\x7e\x10\x8a\xa3\xd8\xa5\x64\x21\x55\x88\x9d\x1f\x32\x4e\x21\x8c\x0f\x26\x12\x56\xc5\x51\xe9\x8a\x73\x14\x8c\x93\x86\x70\x0b\x0a\x62\xdb\xaa\xdd\x2b\x80\x1c\xe6\xe3\x83\x40\x58\x06\x47\x60\x44\x0c\x15\x04\x2d\x0f\x12\x86\x17\x11\x84\xe1\xd2\x43\x28\x82\xb0\xe9\x7f\x79\xfd\x56\x7e\xc2\x67\xa8\xb7\x2c\xe0\x34\x7c\xc1\xd1\x1b\xe6\x89\x5c\xcc\x79\x24\xad\x4c\x3c\xbb\xa2\x9f\xda\xc3\x92\xf8\xe5\x20\x8a\x36\xbf\x81\xad\x92\xff\xbb\x5c\x12\xe6\x7c\xb5\x77\x6d\xf9\x78\x5c\x8d\x90\x23\xa8\xbe\x42\xc2\xe5\xab\xad\x91\xff\xb9\xbc\x9c\xed\x8a\x01\x0e\x1f\x16\x1e\x23\xe6\xd7\x24\xba\x7b\x48\x07\x6d\xc5\x0a\xb8\x12\xe8\xa8\x43\x50\x87\x7f\x38\x00\xb4\x83\x47\x1a\x0d\xa2\xcf\xd7\x2e\x28\x2f\x5f\x8b\x3b\xc6\x97\x41\xb4\xb7\x9b\x5e\x51\x1d\xff\x7a\x80\x99\x14\xbc\xdf\x9a\xca\xf1\x0c\xda\x2a\x74\x87\x53\x26\xfb\xc1\x71\x59\xa7\xdb\x2c\xc6\x0b\xe1\xdc\x42\x8a\xb3\x14\xbf\x1d\x94\x49\x2a\x4c\x2e\xd9\xae\x08\x84\x15\x21\xa0\xf0\x58\xb9\xc8\xdb\xcf\xfc\x2e\x12\x1c\x55\xd6\xc0\xa1\xd5\xdb\x39\xfc\x3f\x5c\x31\x7d\x8f\xeb\x9d\xa4\x26\x1d\xc6\x7e\x52\xd4\x86\xce\x64\xcc\xd4\x55\x60\xe9\x4a\x6e\x82\xbd\x91\x94\x3c\xa4\x39\xa6\x8c\x69\x74\x2a\x95\x3d\x1e\xaf\x5b\x00\xef\x10\xfd\x97\xf2\xff\xfe\xef\xff\x43\xec\x69\xdf\xd0\x69\x89\xb8\x69\xbd\xb2\xeb\xd7\xdd\x82\x70\xfc\xeb\x69\x8f\xc1\xa3\x83\x81\x08\xfa\x53\x0d\x45\xa6\xd4\x84\x46\xf9\x69\x25\xa3\xef\x2b\xb6\x51\xc5\x44\x0e\x6d\xc7\x93\x39\xec\xe3\xe3\x36\x8c\xa8\x32\x3d\x23\xdc\x95\x41\x5b\x5c\x2c\x9a\x5c\xc4\x51\xa2\x9b\x3f\x52\x92\x8f\xa4\x53\x7f\xf2\x17\xcb\xdd\x42\x44\x97\xca\xa1\xe2\x78\x18\x43\xd8\x4b\x26\xbf\xe9\x3b\x92\xa2\x32\xca\x2b\x16\xf0\x36\x59\xa8\x9d\x5c\xf4\x94\x6b\x00\xae\x91\xb0\xa3\x47\x9d\xdd\x05\xd0\x07\x4e\x10\x6d\x3f\x73\x21\x23\xbc\x64\x40\x1a\xa3\x3a\x25\xe4\x02\xab\xba\x63\xa2\x67\x65\x11\x46\x62\xf6\x1f\x13\x03\x8b\x44\xfd\x04\x1c\xda\xc0\x09\xbe\x63\xcc\x8f\x75\x32\xf9\x89\x85\xf7\x35\x32\x68\x5f\x23\x03\xf7\xe7\x11\xbc\xc1\xff\x13\xdc\x5a\x54\x23\x05\xe7\x6a\x4a\xf3\x47\x37\x23\xdb\xe8\x15\x28\x1f\xe0\x82\x1b\xd3\xd1\xb3\x4b\xdc\x38\x10\x35\xe3\x22\x9a\xdc\xa3\xc7\xca\x20\xf7\x3e\xe8\x28\x4c\xf0\xd1\x16\x56\x3b\xbd\x76\xc3\x6d\x11\x97\x53\x67\xb6\x92\x0c\x6e\x71\xf3\x73\x27\x35\x3f\x60\x66\x58\x76\xdd\x04\x5b\x66\x23\xfe\x23\x5f\x8d\xd7\x2b\x5f\xd2\xe6\xf9\x59\xe0\x39\x80\xa4\xea\xba\x40\x48\x40\x1d\x9f\x9d\x6e\x49\x41\xd8\x46\xca\x0c\x1a\x62\x51\xee\xe7\x23\x91\x76\xd3\x17\x0f\xfe\x78\xac\xdd\xb4\x8d\xfb\xa3\xed\xfe\x59\xd7\xc5\xfc\x6d\x46\x57\x3c\xbd\xd6\xe8\x8a\xe6\xee\x37\xfe\x1b\x1c\x09\x44\x52\x3a\x8c\xc9\xde\x3e\xea\x49\xd0\x3a\xce\x10\x7d\xfc\xa5\x89\x3f\xee\x4f\x88\xee\xf7\x7f\x85\xb4\x17\xcf\x38\x10\xf4\xa2\x51\x39\x84\xb0\xc1\x2a\x8e\xfb\x3e\xa6\xbd\x79\xc1\x35\xe2\x19\x63\x1d\x6f\x12\xe6\x8d\x99\xde\x5b\x25\x0e\xfa\x0e\x87\xe9\xcc\x53\x3e\x4c\xda\xac\x38\x12\xee\x2d\xe6\xbc\x2f\xc7\x7c\x1f\xb1\x0f\xdf\x17\xfc\x3d\x1e\x25\xf3\x1a\xf7\x16\x6c\x38\xc8\x7b\x6b\x84\xc7\x6c\xec\x83\xf9\xb7\x04\x84\xcf\xdb\x60\x59\x07\x3c\x98\x29\x06\x87\xb2\xe1\xcf\x1b\x14\x58\x87\x30\x7c\x89\x92\xe1\x19\xae\xc7\xdc\x80\x27\x5e\xfb\xf1\xa0\x39\xe2\x41\xb8\xf7\x42\x2f\x3b\xdb\x55\xa2\x51\xbe\x67\x7d\x88\xa1\xd8\x4b\x38\xb7\x07\x92\xdf\x10\x77\x66\x4b\xc6\xf5\xe3\x3e\xe2\x30\x78\xcb\x75\x66\xf0\x0b\x24\x5c\x3e\x61\x6d\x55\x22\x4c\xf9\x4c\x52\xae\x44\x75\x2d\x7d\xb3\xc3\x0f\x42\xde\x63\x78\x06\x4b\xa8\xcf\xd5\x53\x4f\x71\xcd\x91\x9e\xb4\x28\x77\x7b\x5e\xc2\xdc\x5d\x50\xe6\x65\x12\x40\x15\x37\x75\x54\x90\x90\x7f\x1a\xb7\x25\x6f\xd3\xe9\xe9\xf9\xb6\x39\x24\x72\x74\x2e\xf8\x09\x81\x54\xde\x0f\xd0\x9c\x78\x48\x92\xc7\x32\x8a\xde\xdb\xc1\x1c\x48\x4c\x97\x6b\x3a\xd3\xf2\x51\xe8\x32\x4e\x0e\x17\xb4\x6c\xcf\x81\xb0\x00\x0a\xa9\x01\xd1\xa6\x2c\xd7\x87\xc4\xb1\xd0\x56\x21\xc0\xfa\x6e\x45\x12\x8d\xfa\x0d\x21\xbe\xa6\x63\x1e\xe7\xa4\xbb\x13\xb3\x6f\xe1\x76\x28\x47\xa4\x0a\x3f\xdc\xd9\x38\xe4\xf9\x4c\x37\x0e\xf7\x36\xab\x1f\x47\x08\xf1\x35\xe3\xe0\x5e\x9e\x20\xd8\x87\x17\xf1\xbe\xf1\x90\x72\xa8\x97\x5d\x43\xef\x49\x37\x1e\xa2\x8f\xfd\xbd\x0e\xce\x6b\x78\x20\x8b\x91\xfc\xc1\xe6\xcd\xe9\xc1\x29\x25\xe2\x08\x9b\x11\x11\xc4\x51\x3c\x7b\xe7\xe9\xcb\x5b\x9c\x57\x1a\x35\x1d\x68\xe0\x02\xf6\x60\x73\xa7\x90\x8e\xcb\x8b\x74\x90\xb1\x2e\x54\xae\x93\xc2\x2f\x1f\xbc\x02\x67\xb7\x95\x44\xbe\x0b\x8f\x0c\x08\x78\xb6\x92\x85\xbc\x8d\xe4\xf6\x38\xb3\xba\xa0\xd7\x69\x63\x8e\x55\x03\xca\xb1\xe8\x29\x9c\xf1\xce\x50\x3a\x0b\x8c\xad\xcc\x94\x4f\x4c\x66\x15\x6f\xab\x41\xed\xf2\xbb\xc8\x01\xcc\xb7\xb4\x58\x23\x8b\x76\xcd\xf1\x13\x7b\x3a\x14\x7f\x56\xcb\x83\x43\x8e\x60\x8e\x1a\x65\x16\xe1\x56\x9f\x12\x88\x27\xbb\x75\x9b\xb3\x2d\xdc\xd6\x9a\x99\x45\x40\x0a\x68\xf0\x27\x37\x4b\xf7\x78\xb3\xe7\x06\xf0\xb0\x51\x43\x8f\xee\x63\x0a\x7f\x60\x00\x60\x1b\xf7\x8f\x00\x6c\x41\x9e\x4d\xa2\x61\x04\x2c\xe0\xbe\x81\xe8\xab\xcb\x5f\x3f\x10\xf0\x8d\xaf\x1c\xc8\x89\x8d\x42\x1f\xeb\x28\x8a\xd9\xfd\x7f\xdf\xf8\x46\xea\x0e\x88\x33\x7a\x0d\x66\x44\xf0\xd1\x17\x30\x1c\xd1\x07\xb1\x10\xd6\x2c\x1c\x60\x1a\x9b\xa1\xc7\x99\x6f\xaa\xa6\x25\x84\x2a\x5b\xf7\x61\xfc\x46\x7c\x2f\x83\x23\x0a\xfa\xf6\x4e\x45\x12\x9e\x5c\x7c\x2d\xc4\x5f\x7a\x17\x25\x0c\xbe\x4c\x79\x21\xe8\x23\xd0\xfe\xe9\xc8\xa7\x6c\xe4\x45\x70\x71\x4f\x77\xd1\x67\x55\xa6\x8f\xb5\xdc\xfb\x50\x4e\xfc\x40\xd0\xf8\xa5\xa8\x4e\x2e\xf6\xad\x4d\x96\xb3\x47\x97\x13\x1f\xbc\x71\x75\x47\x38\xd8\xe1\x9d\xf9\x15\xbf\x91\xd0\xd4\x95\xf8\xfd\x2f\x24\xc5\xcf\x64\xb0\x29\x46\xed\x30\x7c\xdf\xd4\x07\x0f\xfb\xd9\xc1\xb8\xc8\x36\x26\x15\x04\x24\x1d\x94\x07\x0f\xb7\x20\xde\xb2\xb5\xa7\x68\x7c\x0b\x18\x09\x4c\x98\x43\x30\x32\x1d\x07\x1a\x1d\xba\xb9\x1e\x33\x76\xd4\xa5\xea\xa6\x74\xdf\xc7\x60\x26\xc1\xaf\x13\x14\xfc\x3a\x81\x3c\xc1\x7e\x12\x64\x44\x38\x0f\x0b\xf6\xee\x1e\x78\x94\x1d\x1f\x7c\x3e\x1f\x77\x60\xe2\x2c\xbe\xf8\x12\x65\xe4\xab\x49\x2f\x66\xc0\x0e\xf3\x24\x96\x2e\xcc\x61\x63\x22\x3b\xec\xa2\xd6\xe3\xeb\xd1\x61\x91\xbc\x79\x14\x65\xe9\x33\xcf\xf1\x4c\xc4\xa6\x1a\xe6\x6d\x9b\x35\xbf\xd7\x04\x23\x64\x3c\x3d\x95\x9d\xe3\x36\x2d\xa4\x2f\x6a\x02\xf1\xde\x61\x0e\xfc\x5a\x7d\xde\xc5\xb5\xb1\x05\xc3\x0c\xbd\x2e\x3b\x01\x24\x9d\x3a\x5f\x6d\x30\xff\xc5\x1c\x21\x99\x6a\xec\x88\x49\x3f\xf0\x32\x03\x29\x4f\x71\xa7\xf6\xf0\xf6\x2c\x0c\x7f\xe1\x03\xef\x9c\x07\xa5\x1c\x22\x5b\x67\x7a\x83\xbc\xd1\x0b\x73\x1c\x2f\xeb\x6e\x8b\xa7\x97\xd8\x71\xdd\xbd\x95\x82\x53\x8c\x2f\x20\xe8\x0d\x75\xad\x29\x12\xc7\x3d\xc7\x99\x6f\x59\x0f\x46\x8d\x5c\xc8\xbd\xae\xd6\x79\x39\x81\xa5\x1b\x0b\x6d\x70\x44\xf2\x55\x6d\x8c\x46\xe9\x21\x5c\x33\x7f\x7c\xa8\xb0\x9e\xf1\x2d\x1e\x58\xe4\xa2\x41\x46\x6c\xcd\x40\xbe\xd0\xc2\x68\x88\xb3\x4d\xfc\x81\x41\xf2\xb7\x01\xd6\x2b\xf7\x96\xfa\x39\x3f\xc3\xd1\x2e\xf9\xbe\x10\x9f\x61\xa5\x7c\xe3\xa2\xa9\x63\x0b\xdc\x7c\xf5\xfb\x46\x86\x01\xb1\xce\x3d\xd7\xfc\xb1\xb1\xb5\x65\x77\x57\xaf\x32\x3c\x6c\xdf\x6d\xd4\x51\xf9\xbe\x14\x5b\xf9\xa3\x05\xe5\x3d\xc9\xf5\xd2\x66\x09\x97\x5e\xf7\x48\xde\x29\xfa\x76\x45\xf9\x78\x58\x9f\x8e\xb8\xc7\xe0\x89\xa8\x6d\x02\x1c\x89\x67\xfd\x77\xf7\x76\x34\x9a\x4b\xc0\x10\x03\xdc\xb6\x18\x4a\x5f\x7e\xd5\x0c\x02\x27\x79\x38\x0d\x26\x03\xdd\xfd\xe0\x15\xe1\x83\x7c\x8c\xb8\x6f\xf9\x9e\x2a\x3f\xac\xc2\xef\x15\x6b\xb8\x8f\x1e\x68\xf6\xe1\x02\x35\x1e\x1d\x99\x50\xd8\xef\x3d\x2b\xf4\x28\x1a\xc5\x97\xe7\x18\x1e\x42\xf2\x49\x96\x61\x8f\xef\x62\xb9\x6f\xb1\x7c\xc0\xef\x90\x29\xc8\x1b\x49\xd9\xba\x69\x1b\x5a\x1e\x98\x88\xed\xdd\xa4\x97\x96\xd7\xcd\x54\x80\x09\xfc\x2e\x1b\xf4\x1a\x9b\xd5\xb9\x40\x36\xc9\x0f\x7c\xa7\xcd\xd7\xea\x9b\x3e\xdf\x5a\x1d\xb6\x40\xae\xd4\x6e\x7d\xcd\x05\x56\xeb\xd4\x0a\x82\x9a\x5a\xa7\x59\x72\xbc\x27\xaa\x28\xf0\xa5\xe6\x04\xb0\x70\x73\xf0\x5d\x31\x42\xd7\xb0\xcf\x78\xaa\xb8\x66\x24\xd9\xe9\x1b\x64\xa7\xd7\x9c\x3d\xed\xc1\x46\xe5\xaa\x8d\x06\x75\xac\xde\x4d\x5b\x4e\xea\xbc\xe0\x3b\x95\x63\x78\xc3\xdc\xa6\xcc\xf7\x13\xbc\xbd\xa2\xcc\x09\xd6\x00\x39\x45\x00\x60\x8f\x63\x21\xac\x55\x15\x50\xac\xc2\x1a\xaf\x29\xeb\x18\x34\x22\x00\xc6\xf0\xf8\x62\xd5\x91\x1a\x7a\x66\x8f\x47\xa5\x3e\x9b\xc9\xa8\x9a\xe5\xdf\xf1\x7d\x27\x85\xbe\x94\x9f\x01\xd4\xb2\x69\x7a\x7e\x46\x7f\xcf\xe2\xd6\xea\xb3\x43\xd3\x2f\x96\xcf\xe2\xd6\xea\xf3\x04\x53\x02\x3d\x45\x95\x40\x1f\xc7\xd5\x8e\x2f\x74\x53\x5f\xed\xb0\xea\x07\xda\xa0\xae\xc3\x8b\x2b\xbe\x1c\x7e\xe5\x0a\x26\x3d\x4e\x6a\x86\x14\x3a\xae\x3c\xd7\xf3\x8a\x84\x88\x72\xb6\xeb\x33\x2e\xb9\xb7\xef\x49\xdd\xb0\xf3\x49\xf5\xb9\x9d\x82\x67\x01\xd9\xe8\xbc\x1c\x56\x9f\xcb\x9e\x63\xc6\x37\x19\x3c\xcc\x61\x5b\xef\x0c\x2c\xfd\x05\x60\xe9\x2b\x02\x4b\xaf\xe5\x23\x4d\xd3\x56\xe9\xd0\xd9\x95\x7d\x8e\x48\x81\xa0\x95\x97\x67\xb4\x02\x9c\x5d\xe4\x73\xb5\x60\x9d\xc9\x54\xca\xd6\x5d\xc8\x82\x4f\xd0\x82\x7e\x3e\x4a\x04\xef\x53\x07\x32\xd7\x1a\xab\x01\x72\xfa\xad\xee\x56\xf2\xe6\x1d\x2b\x06\x34\x86\xf7\x92\x13\xc0\xe2\x69\x22\x82\x35\x1e\x09\xa7\x38\xde\x28\x22\xf0\xeb\x98\x51\x0a\x07\xf3\xc0\xc2\xb8\x08\xee\x5d\x3e\x74\xb3\x80\xfb\x5c\x36\xd3\x51\x48\xeb\xde\x00\xad\xe7\x31\x9c\x76\xda\x09\x2a\x85\xad\x88\xa6\x26\xb1\xc5\xfa\x2c\x90\x7d\x40\x12\xa1\xc5\xf6\x28\x10\x3e\x23\x29\xb0\x5f\xfc\x2a\x8a\x82\x89\xf4\x0a\x99\x55\x72\x4c\xde\xc2\x8b\xbf\x96\xb6\x32\x58\xa2\xd4\xa6\xa7\x79\xd1\x27\x5a\x34\xcf\xee\x4e\xb9\x6b\xa8\x9a\x1f\xde\xa7\xd4\x16\x21\x98\x5a\xc8\x4a\xfc\xfa\xbd\x46\xae\x08\xa0\x3c\x8c\x20\x9e\xa4\x6d\x58\x19\x4a\x83\xfb\x7e\x60\xd4\xc0\x1b\xe8\x13\xc1\xdc\x8e\xbe\x9e\x69\x0f\xc7\x7c\xe5\x03\x9a\x7e\x36\x01\x8e\xe1\xe8\x8e\xb1\x5b\x75\x59\x88\xce\xf1\xbb\x33\xf9\x08\xbd\x0c\xae\x18\x8e\x40\xe1\xf9\x0e\xbf\xf7\x12\xb8\x1f\x0d\xe5\x70\xf4\xe1\x3b\x53\x1a\xc8\x37\x69\x21\xa8\x13\x7c\x9c\x8b\xc3\xa1\xe5\xae\xd1\x1c\x8a\xbc\x75\xd0\x30\xe4\x1e\x22\x05\xf4\xbd\xae\xa5\x18\x17\xf3\xef\x23\xff\x7f\x79\x22\x3a\x1c\x80\x7f\x28\xfa\x48\xff\xff\x2e\x0f\x45\x8f\x2d\xb3\xee\xa5\x68\xbc\x84\xbb\xc0\xe5\x80\x78\x1f\x47\x8e\xab\x68\x3f\xa3\x46\xb8\x4f\x91\x11\xbb\xf2\x91\xe5\xcd\xbe\x66\xf1\x15\xab\x0d\xb6\xe8\xb8\xbf\xe0\x3e\x47\xd4\x9b\xd4\x98\xbe\x67\x14\x0f\x41\x72\xa6\xde\x22\xc9\x57\x6b\x44\xaa\x6f\x72\x94\x6a\x3d\x5a\xc0\x24\xa1\x2e\x1a\xcb\x9b\x7c\x87\x96\x37\xb5\x6e\xed\xd1\x90\xe3\xcd\x1d\x8d\x5a\x2a\xc9\x4d\x5f\xbb\x2a\x32\xcb\x4c\x14\x30\x98\x8a\xe4\x84\xd7\xf7\x25\x47\x5e\x46\xc5\xa7\x02\x24\xa5\xf9\xd3\x28\x8c\x60\xc4\xda\x4c\xdc\x75\xd0\x28\x80\x66\x79\x55\x30\x96\x71\x7c\xaa\xe4\x86\x9f\x9d\x95\x1c\xfd\x82\x27\x3e\xde\x29\x39\x4b\xc4\x0f\x21\xca\x8d\x8d\x4f\xe7\x6f\xad\xdb\xbe\x6f\xab\xe5\xd0\xcf\xbf\xf9\xeb\x4a\x27\xd0\xe6\xf6\x67\xda\x4d\xbf\x00\xdb\x0d\xd6\xf0\xd5\xf0\xa5\x76\x47\xdf\x63\x19\xc1\xc9\x23\x05\xa9\x7b\x7a\xe3\x05\x7e\x6b\xe1\x8e\x79\x64\xd6\xf1\x87\xa2\x2f\x88\xc5\x14\xe9\xd5\xa9\x96\xe0\x3b\x9d\x6a\x1d\xc1\xe7\x3c\x8f\xae\x02\x43\x4e\xbe\xfb\xe9\x8b\x14\xaf\x28\x0a\x90\xab\x6f\x07\xf7\xf2\xac\xab\xbc\x9b\x7b\xfd\xe6\x8a\x92\xab\xf6\x4e\x1c\x46\xba\x2e\xec\x31\xd0\xaf\x63\xda\xc7\x14\x4e\x2f\xdc\xf7\x47\x83\x95\xd6\x26\xf9\xdb\x86\x59\xf0\xd9\x6e\x6d\x9c\xc6\xdf\xe8\x97\xbb\xd4\x60\xaa\xb4\xca\x2f\xcf\x73\xf0\xef\xbe\xb3\x76\x82\xab\xc8\x23\xb2\xd7\x37\x86\x75\x05\x26\x87\x51\x6c\xb9\xc5\x41\xe3\x0e\xa5\x90\xde\xc3\xb3\x32\xea\xe0\x2b\x5f\x04\x0e\xdb\x0a\x0e\x95\x7b\xc6\x3a\x7b\xd7\x30\x7e\x21\x2a\x04\xcc\x64\xff\xd9\x43\x70\x51\xc3\xce\xc9\x34\xad\x10\xbd\x08\x17\x55\x9a\x0f\x03\xb8\xef\x2d\x38\x31\x0a\x98\x32\xee\x6c\xde\xaa\x8c\xc7\xa6\x6f\x85\xbd\xef\xd3\xc7\x01\xc8\xad\xb8\xd6\x02\x08\xfb\x68\x7b\x00\x34\xff\xe9\x5d\x05\x18\xf3\x14\xcd\x1e\x7d\x91\x35\xfa\x14\xab\xd5\xb4\x2f\xcb\x35\x83\x68\xdb\xf8\xf2\xa3\xde\x31\x7a\x8f\x4c\x16\xb4\x0c\x7c\xee\xf3\xc7\x41\x91\x76\xc4\x45\x61\x27\x38\xa1\xf8\x5b\x90\xf7\x7e\xaa\xd9\x10\xcc\x26\xf7\x55\x26\xcf\x03\x05\x75\x60\xf0\x5f\x21\x8c\x77\x5a\x89\xc6\x3d\xad\x41\xe3\x3e\x02\x2e\x4e\x60\xe3\xe7\x57\xf8\x25\x2c\xc4\x8d\x98\x43\xcb\x94\x8a\x6c\xc2\x92\x37\xfe\x50\x46\x88\x83\x62\xe9\x09\xc3\x7d\x3e\x73\x96\x34\xfc\xe7\xc7\xc3\x6e\xf9\xc3\xe1\xc1\x41\xe0\x73\xc3\x23\xcd\xe7\x86\xdf\x27\xf7\xb9\x73\x1f\x0c\x9f\x96\x7a\xcf\xfc\xb7\x1c\x9b\xf2\x60\x2f\xdf\x50\xef\x1e\xe0\x2b\xb1\xdf\x05\x35\xc2\x8f\x8d\xc7\xb9\xe3\x36\xf4\xdb\xa6\xa3\x26\x8c\x59\x46\x5b\xa6\x5a\x1d\x41\x8c\xfb\xc4\x61\xf4\x74\x34\xd0\x2f\x9f\xca\xd5\x63\x25\xfa\xb6\xf1\x98\x98\x3d\xb3\x75\xa4\x1c\x32\x5a\x1b\x18\x87\xb4\x47\x1f\xfd\xd5\x0f\xcd\x69\x6c\xbb\xfb\xac\xe2\x2f\xc8\xf6\x23\x9c\xfd\xa2\xef\xf8\x53\xbe\x1c\x74\x6e\x55\xe2\x6f\x2f\x4f\x3f\xba\xac\x60\xf6\x7e\x3d\x2c\x02\x93\xa7\xee\x61\x0a\xd0\x97\xee\x8d\x31\xc8\x15\x27\x8e\xef\xce\xb6\x6a\xfe\x96\x6b\x50\x88\xf2\x4e\xdf\xc0\xde\xed\xc6\x1d\x7d\xff\x2d\xaa\x24\x9f\x9d\x73\xdf\x98\x9a\x56\xb6\xdb\x7a\x6e\x11\xed\xf6\xd1\xec\x22\xfe\x36\x94\x03\x35\x2e\x1f\x86\xe3\x57\xd6\xe8\x67\xfa\x06\x3f\xdd\x5a\xc9\xb5\x22\x68\xc3\x1c\xcc\xfc\xcc\x2e\x1a\x41\x29\xa6\x1c\xb7\x4a\x9f\xab\x3d\x1f\xcb\xfa\x61\x1c\x5e\x1c\xca\xc1\xd9\xfc\x67\xe4\x84\x48\x0e\x39\xf3\x05\x7e\xcf\x0f\x50\x61\xa7\x52\x60\x5c\x6e\x04\x45\x74\xde\x04\xc4\xf4\xea\xd7\x37\x97\x23\xc8\x99\x0d\xaa\x25\x33\x1b\x3a\xfe\xf0\x77\xb8\x7d\xc5\x95\xe3\xa6\x00\xf7\xcd\xfc\x0c\x04\xf2\xe8\x04\x84\x86\xbc\x67\x16\xc4\x33\xdb\x90\x52\x5b\x91\xef\x65\xc7\x28\x9d\xc9\xef\x18\x28\x78\x7a\x52\xa0\xec\xe5\xc9\x49\xaf\x75\xd8\x67\x2d\x6e\x08\xcf\x0f\x24\x44\x20\xe0\x07\x12\x6a\x3b\x3b\x3c\x83\x26\x95\xf5\xb6\x2a\x54\x70\x14\xf8\x77\x9a\x65\xa0\x06\xe2\x5b\x36\x08\x6d\xda\x0d\x93\x08\xb7\x72\xd2\xdb\x19\x7e\x45\x4b\xa7\x1b\x91\xf7\x8b\xc0\xfa\x6d\xc8\x0f\xe7\x4b\x0d\x03\x5e\xaf\x1c\x62\xcc\xa0\xf4\xf2\xcc\x3f\xca\x09\xdb\xd3\x68\x32\xdb\xea\xa6\x74\x96\x2a\x9d\xcd\x1b\xca\x8b\x80\xf9\x8b\xfd\x9d\x5d\x88\x94\x8f\x0f\xf2\x37\xbf\x47\x93\x08\x9b\xd2\x99\x4c\x5a\xda\x57\xb0\x1e\x06\x78\x91\x8c\x79\x8c\x1b\xb4\xf2\xed\x00\x5c\x19\xf7\x98\xdd\xda\xc7\x7b\x82\x1d\xe2\xbf\xa4\xe1\xcf\x67\xd7\x3b\x9f\xcb\xb3\x3d\x33\x94\x9e\x5c\x0c\x83\x93\xcb\xa2\x05\x16\xab\x56\xde\x56\xe1\x7f\xd7\xec\xc7\x75\x25\xe1\xde\xb3\xbc\x8e\x68\xaf\x18\xe4\xb2\x8d\x26\x3d\xbc\x8f\x2e\x10\x34\x59\xc1\xcc\x73\x66\x31\x40\xf9\x7b\xb9\x1a\x02\xb7\xc2\xaf\xf2\x5b\xed\x78\xbe\x99\xc6\x82\x03\x87\x1a\x0f\xae\xbd\x93\x9c\x00\x66\xee\x81\x25\x1b\x3a\x42\x1c\x2d\xd4\xf1\x68\xff\xae\x7b\xa8\x3f\x0c\x65\x11\x17\x16\xe5\x20\x3f\xb3\xad\xdc\xbd\x18\x05\x61\x18\x6c\x28\x85\x84\x79\xd9\xf7\x91\x9c\xe6\xca\x66\x06\x6e\x45\x0d\x3e\x4b\xbf\x5f\x04\xb0\x10\xc5\x83\x67\xd1\x65\x0c\x52\xfe\xa5\x10\xab\xe4\xa3\xc4\x34\x7c\x1a\xbd\x9c\x6b\xe6\xc7\x20\x8c\x26\xba\xff\xf3\x50\x9e\xa8\x93\x4b\x52\x56\x89\x23\x88\xe4\x89\xbd\x00\xf6\x49\xd7\xae\x9e\x3c\x0c\x1f\xb6\x63\x8b\x90\x07\xe0\x87\xf0\xb8\xf0\x47\x7d\xf5\x4e\xc7\x01\xa3\x06\xb5\xf9\x37\x7d\x30\x4f\x7e\x87\xed\x8a\xd9\x43\x9a\xee\xfe\x93\x6b\xfd\x6f\x89\x06\x5b\xf8\x26\x34\x03\xaf\xe8\xff\x91\x86\xdc\x1b\x1e\x3a\x3f\xfb\x3d\xc2\x0b\xae\x4c\x33\x42\xe4\xee\xf4\xf8\xd3\x0a\x8a\x2a\xdc\xbc\xe6\x9b\x38\x1e\x4f\xf4\xe3\x7e\x44\x45\x4d\x4d\x10\xa5\x2f\xbe\xfd\x90\xf9\x27\x38\x71\x09\x4f\x0a\xaa\x4e\xdf\xc5\x92\xef\x56\xfc\xe0\x9e\xdf\x4c\x3e\xf6\x4d\xb3\xfd\x94\xe4\x6b\x9e\x13\xfd\x4d\xf0\xbe\xad\xc4\xeb\x22\x26\x8d\x92\x89\xfc\xe4\xd4\xf7\xdc\xf0\xf7\xa4\xa5\x12\x03\xc1\xe3\x6c\xdf\xef\x90\x21\x5f\x3e\x46\xc6\x06\x19\xfc\x30\x32\x7e\x16\xf8\x59\xe4\x77\xf8\x75\xc0\xaf\x43\x59\x7e\x96\xca\xe0\x30\x54\x9d\xb4\xbe\x0d\x72\xee\xf0\x9b\x5f\x1b\xc3\x67\xe7\xd1\x8f\x3e\x2b\x68\x3f\xf0\x24\x9c\x7c\x68\x19\xf9\xf6\x83\xf2\xe5\x13\x24\xcf\xfc\xd7\x48\x1e\xb2\x7f\xec\x4e\xb3\x90\xa2\x1c\xee\x5e\xb3\x24\xf9\x10\x6c\x82\x74\x59\x6d\x50\xd2\x94\xcb\xe3\xd0\x4c\x49\x52\x5e\x9b\x1f\x32\x3f\x2e\x4d\x21\xd7\x8f\x4a\x53\xc9\xff\x0b\x00\x00\xff\xff\x07\xcb\x21\xef\x2e\x8d\x00\x00")
+var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xeb\x72\xdc\x46\xb2\xe6\x7f\x3c\x05\xac\x0d\xad\xec\x08\xaa\x15\xb6\x63\x2f\xe1\x90\xe4\xa5\x49\xeb\x32\x47\x14\x75\x44\x6a\x66\x67\x15\x0a\x0c\xba\x01\x76\x63\xd4\x0d\xb4\x71\x61\x9b\xf3\x6b\x5f\x63\x5f\x6f\x9f\x64\x33\xbf\xcc\xac\x0b\x80\xa6\xe4\x39\x27\xf6\xfc\x21\xab\xab\xb2\x6e\x59\x59\x59\x79\xab\x42\xbe\xdf\x67\x45\xd9\xad\xd2\x67\xe9\x69\xba\xcf\xab\x7a\x5b\x76\x5d\xda\x95\xdb\x9b\xc7\x9b\xa6\xeb\xcb\x22\x7d\x59\xf5\xf4\xbb\xbd\xad\x56\x65\x92\x6c\x9a\x5d\x49\xa0\xaf\xe8\x5f\x52\xe4\xdd\x66\xd9\xe4\x6d\x41\x19\xe7\x96\x4e\xca\xdf\xf7\xdb\xa6\x65\xa0\x5f\x25\x95\x6c\xca\xed\x9e\xeb\xd0\xbf\xa4\xab\xd6\x75\x56\xd5\xf4\xf3\x8a\x52\xe9\xeb\x3a\xe9\x9a\x55\x95\x6f\xb3\xa0\x00\x19\x56\xfe\x53\xfa\x43\x5d\xa4\x57\x7d\xb9\x4f\x9f\x76\xbb\x7c\xbb\x7d\x9e\x77\xa8\xd2\x97\x69\xbe\x5a\x35\x43\xdd\x3f\x7d\x22\x05\xd2\x78\x33\xf4\xd6\xfa\xe5\xd0\x4b\xde\xb0\xb7\xac\x0f\xfb\xa4\x2d\xd7\x15\x4d\xac\xa5\xac\xf7\x9a\x4c\x0e\xe5\xb2\xab\x7a\x1e\xf4\x5f\x24\x95\xdc\x96\x6d\x57\x35\x3c\x9e\x3f\x4b\x2a\xd9\xe7\x6b\x06\x78\x47\xff\x92\xbe\xdc\xed\xb7\x39\x2a\x5c\x6b\x32\xd9\xe6\xf5\x7a\x10\x98\x37\x9a\x4c\x92\x81\x30\x57\xe7\xc0\xd9\x07\x4d\x26\xe5\x2e\xaf\xb6\x8c\x9f\xc7\x9c\xa0\x76\xbb\xee\xd0\x00\x8b\xef\x34\x49\x63\xcc\xfa\xbb\x7d\x89\x21\x3e\xbe\xa6\x54\xb2\xca\xf7\xfd\x6a\x93\x53\xce\x99\xa4\x12\x02\xda\x37\x34\xd6\xa6\xbd\x03\x9c\xfd\x48\x9a\x76\x9d\xd7\xd5\x3f\xf2\x5e\xc6\x7f\x19\xfc\x4c\x76\x55\xdb\x36\x3c\xf5\x0b\x24\x92\xba\x3c\x64\xdc\x0e\xe5\xbc\x2d\x0f\x61\x2b\x5c\xb2\xab\xd6\xad\xcc\x92\x0b\x2f\xf0\x8b\x5b\xe1\xb2\x9b\xa6\xfd\xac\x05\x2f\x38\x39\xaa\x4a\x83\xd0\xd2\xb8\xff\xbc\x26\xbc\x68\xe9\x05\x7e\x44\x00\x5d\x92\x17\xbb\xaa\xce\xf6\x79\x5d\x32\x8e\x4e\xf9\x17\xe1\x85\x7e\x25\xba\xdc\x59\x57\xf6\x7d\x55\xaf\x3b\x2e\x96\xac\xf4\x4a\xb3\x92\xa0\xcc\xe5\xf1\x78\xba\xec\xa6\x2c\x0b\x19\x51\x97\xbe\xa0\x74\xb2\x1f\xb6\x5b\x9a\xfb\x6f\x43\xd9\xf5\x0c\xff\x8e\x7e\xd3\x2c\xe4\x77\x52\x75\x1d\x25\x28\xfb\x35\x12\x09\x2d\x40\xbd\xc2\x90\xce\x90\x48\x92\x8f\x5d\x99\xb7\xab\xcd\xa7\x44\xfe\xa3\x47\x4e\x2c\x16\x8b\xa3\x4b\xc3\xe4\xa0\xa4\x20\x3d\x58\x07\xc9\xaa\x29\xf8\xc7\x19\xfd\xa3\xa6\xab\xba\xeb\x89\xa4\x3f\x25\x9a\x60\x30\x49\x09\x1a\xfb\xaa\xdf\x96\x3e\x13\xfb\xa3\xe3\x75\x48\x5f\x54\x6d\xd7\x3f\xee\x2b\x22\xb9\xf7\x43\x9d\xf0\xfc\x88\x9c\xb3\x62\x69\xbb\xfc\x65\x43\xd8\x41\x76\x4b\xf3\xbb\xb8\xbb\xfa\xd7\x37\x27\xe9\x3b\xda\xea\xeb\xb6\xa4\x74\x4a\x6d\xd0\x3f\xaa\xf3\xe3\x22\xa1\x5a\xd6\xd3\x79\xde\xe7\xcb\xbc\x2b\x3d\x5a\xb9\x50\x68\xd4\x95\x81\x52\x99\x6d\x80\x45\x74\x7d\x34\xdf\x39\x3a\xa7\x36\x74\x77\xb8\x36\xde\xf2\x16\xa1\x7c\xe6\x1a\xa8\xfc\x6e\x5b\x72\x3e\x35\x95\xbe\x7e\xfb\xf6\xf2\xfc\x97\xb4\xac\xd7\x55\x5d\xa6\x87\xaa\xdf\xa4\x43\x7f\xf3\xdf\xb3\x75\x59\x97\x2d\x31\x91\x55\x95\xd2\xce\x68\x89\x08\x52\x22\x4f\x99\xdc\x22\xe9\xba\x6d\xb6\x13\xf4\x5e\x5d\xbd\x49\x2f\x18\xc5\xfb\xbc\xdf\x60\x20\xfd\x26\xe9\x7e\xdb\x32\x8a\x5c\x87\xd7\x9b\x32\xbd\xa9\x68\xd6\x00\x6a\x6e\x0c\x1f\x69\xa1\x63\x5c\x24\x65\xdb\x66\xb4\xef\xfb\xbb\x4c\x2b\x6b\x7b\x63\x48\x69\x82\x48\xa7\x6e\xfa\x74\x59\xa6\xa8\xb3\x48\x12\x1b\xb0\x61\xf7\x74\xbf\xdf\x56\x2b\xd9\xb1\x2f\xa5\xcc\x23\x9a\x59\xb4\x62\x29\x84\x03\xa2\xac\x2c\x40\x17\xf1\xbf\xbb\x66\x68\xd3\x88\x0d\xa0\xfe\xa6\x24\xbe\xbc\x19\x68\xcb\xe5\xc4\x53\xb7\xcd\x50\x7c\x03\x4a\xb5\xd1\x7b\x42\x4d\xdf\x37\x34\x60\x60\xc7\x01\xf8\x2e\x4e\x89\xe2\xf8\x54\x68\xcb\x5d\x43\xdc\xc1\x11\x7b\x45\x04\x75\xa8\xa8\x90\x66\xda\xe5\xb7\xb4\xdf\xfa\x26\xed\x37\x55\x97\x16\x44\x6c\x2b\x6e\x98\xb6\xc6\x40\xfc\x58\xc8\x82\x08\x54\x48\xc3\xf2\xe2\x35\x00\xd4\x6e\x20\x6a\xda\x50\x63\xcc\xed\xf9\x68\xa2\x26\xe7\xc6\x89\x29\x51\x3b\xa0\x6f\xa2\xdc\x86\x78\x2b\x73\xbf\x73\x24\xf4\x77\xd8\x3e\x8d\x2a\xbf\xb9\xa1\x51\x75\x44\x15\xaf\xd2\xd5\xb6\x21\x92\xfa\xf0\xfe\x0d\x55\xde\xf4\xfd\x3e\xdb\x37\x2d\xc8\xf8\xfa\xfa\x1d\x6d\x8f\xb6\xf7\xb9\x01\xae\x19\xa6\x1e\x76\x4b\xfa\x75\xd8\x54\xc4\x04\xf2\x60\x81\x80\x8a\x2d\x1f\x30\x75\xda\xd4\x0b\xac\xd5\xd0\x6e\x47\xcb\x48\x5d\x5a\xc9\x91\xe1\xf1\x10\x9e\xf0\x9f\x2b\x3f\x4a\x4c\xb7\xa3\x53\xf8\x80\x45\xa5\xa9\x96\x38\x4d\x88\xb6\x9a\x3d\xb7\x1b\x10\xd7\xa5\x66\x78\x8a\xc2\x09\xe4\xca\xe5\x1c\xa2\x52\x9c\xf1\x01\x2f\xdd\xd1\x84\x75\x37\x5f\x5d\x10\x1a\xb0\xa5\x91\x7b\xd3\x36\x3b\xca\x7d\x41\xff\x7c\x86\x1f\xfe\x05\xb7\x07\x98\xbc\x28\x88\xcd\x74\x27\xe9\xfb\x17\x67\xe9\x7f\xf9\xf1\x87\x1f\x16\xe9\xeb\x9e\x37\x04\xd3\xc8\xdf\x79\x6d\x29\x29\x07\xa2\x03\xa5\x9d\xdb\xd3\xf2\x3f\x60\x02\x7f\x90\x3e\x45\xe9\xff\x28\x7f\xcf\xe9\x9c\x2d\x17\xab\x66\xf7\x9c\x37\xf7\x2e\xef\x17\x09\x97\x10\xd5\x28\x39\x5d\x95\x75\x41\x09\x3d\x56\xb5\x2c\xe0\x3a\x5a\x1e\x1c\xb2\x72\xfa\x67\xab\xa6\xbe\xa9\x5a\x9e\xd0\xaf\x75\xbe\x24\x9c\x98\x5c\x40\xec\x18\x25\x76\x76\x11\xd2\x68\x23\x57\x37\x77\x1e\x14\x53\x7d\xcb\x99\xba\xa0\x09\xcb\x4a\xd4\xa8\x8a\x4c\x0e\xcb\x57\xc8\xc6\xba\x5d\xd2\xf4\x5a\xc3\x77\xe7\x11\xde\xdc\xdc\x6c\x89\xb1\x19\xb3\xd2\x1e\x2e\x25\x57\xf8\x56\x08\x42\xc4\xb8\x87\x64\x73\x5e\x75\x80\x3c\x3b\x7f\x9b\x96\xb7\x44\x6d\x44\x0e\xfb\xb6\x29\x86\x15\x28\x8c\x61\x4f\x52\x3e\x26\x08\xbf\xc4\x19\x56\xc2\xde\x82\xbd\xca\x43\x63\x86\xb0\x22\x20\xda\xa2\x85\xb4\x97\x09\x82\x5a\x13\x24\xac\x9b\x2b\x16\x0e\xc3\xb2\xd9\x0a\x93\xd1\x61\x95\xba\x71\x5d\x5a\xee\x7a\x7b\x97\xe2\xd4\x07\x5d\xac\xda\x32\x90\xed\xba\x45\xa2\x67\x95\x49\x88\xd9\x6d\x45\x42\x45\xb0\x54\x28\x35\x71\x91\xd9\xc3\x9f\x19\x80\xc5\xb4\x6e\xb6\xae\x1b\xd8\x25\x77\xcc\x25\x34\x77\xea\x9c\xc7\xd7\x61\x08\xe8\x81\xc5\x3d\x22\xc6\xdb\x0a\x9c\x46\x91\x85\xb1\x12\xc6\xd0\x35\x75\xd5\x95\x25\x5a\xa0\xfa\x4f\xa8\x4d\xd4\x59\xa8\x08\xa3\xa2\x88\x9d\xbb\x7f\x6d\x86\xb4\x68\x52\x3e\x08\xc0\xce\xa8\xb6\x4d\xb5\xd6\xe9\xeb\x9c\xd3\xb6\x5a\x6f\x88\xaf\x34\x87\x13\x41\xda\x61\xd3\x94\x4c\x3b\xaf\xcf\x9f\x7d\x2f\xe3\x58\x33\x73\x73\x95\x98\x2d\xe6\x43\xdf\x30\x9d\xea\x12\xca\x10\xdc\xf1\x02\xc8\x89\xb0\x24\x40\x63\xf1\xd4\x04\xb0\xe9\x69\xad\xfb\x24\x2c\xd3\x0d\xe2\x61\xa4\xf6\x48\xc4\x55\x29\x26\x5b\x37\x90\xcc\x4c\x6a\x61\x56\x4d\xa2\x74\xd7\x67\xeb\xaa\xcf\x6e\x78\xc3\x72\x9b\x2f\xb8\x2e\x9f\x1c\x54\x92\x3e\xa2\xa2\x47\x29\xed\x7a\x92\x1c\x8b\x9f\xd2\x87\xb7\x7a\x5c\xff\xc8\x3b\x31\xcb\x6f\x09\x16\x8b\x01\x04\xb7\x44\xe1\x22\x2d\x98\xf8\x5e\x34\x44\xe7\x8c\xf3\x6e\xd8\x83\xa3\xeb\x09\x7d\x92\xee\x05\xb0\x68\x0e\xf5\xb6\xc9\x0b\xb0\x1c\xda\x5d\x15\x94\x8f\x65\x55\xe7\x74\xba\x58\x2b\x60\x65\x0f\x89\x1a\xde\x5e\x5e\x03\x70\xdd\x2c\x87\x6a\x5b\x18\xc0\x82\x66\x78\x9b\x6f\xab\x82\xe5\x2c\x5d\xf7\x50\xa6\xb1\xac\x4a\xc6\xb2\x6a\x5a\x3e\x0e\x31\x1b\xab\x78\xe4\x1c\x6e\xf9\x7c\x43\x36\xd5\x55\x58\xd4\x73\x47\x26\xa3\x81\x16\x1e\x02\x28\x1f\xa8\xa0\x98\xaa\xab\x1f\xf5\x18\xe9\x6a\xa0\xbe\x68\xd1\x39\x9b\x2a\x76\xe9\xe3\xe7\xf4\x37\xe1\xe3\x59\xf8\xde\x7a\x8a\x78\x2e\x4c\xa5\x70\x90\x5d\x1a\x0d\x35\x22\x6f\x47\x5d\x46\xbc\xc1\x5c\xc3\xf1\x1a\x09\x74\x83\xd0\x2b\x6b\x5a\x5b\x5a\xd6\xf2\x1b\x4a\x3c\xa2\x0d\xbc\xde\x62\x11\x72\x48\x2f\x24\xc6\x35\x84\x37\x26\x90\x13\xd9\x2e\x37\x34\x35\xe6\x9d\x7d\xfe\x99\xc6\x96\xb7\x24\x84\x25\x1f\x59\x1b\xfd\x94\x0c\x22\x00\x35\xdb\xc2\x09\x9b\xa0\xe9\xa6\x1d\xab\x58\x1e\xc8\xd1\x6b\x47\x52\xe4\x6a\x93\x39\x5d\x96\x91\xd2\x97\xbf\xe3\xcc\x43\x91\x57\x6d\x99\xd8\xb9\x28\xd9\xdd\x61\xb9\x78\x12\x17\x77\x7e\xb5\x48\xfc\xa1\x2d\x42\x22\xfa\xb2\x61\xac\xdd\x96\x0e\xea\x2c\xcc\x8d\x2b\x50\x5b\x24\xa8\x69\x53\xb1\x26\x44\x45\xa2\xae\x69\xa9\xa8\x6c\xa4\x8a\x7c\x54\x1d\xfb\x53\x62\x1d\x44\x4d\x26\x1f\x89\x19\x90\x5e\x22\xec\x25\x63\x6d\xcc\x16\x87\x86\x22\x3c\x87\x15\x33\xe5\x07\xfe\x1c\xdc\x94\x7b\x3e\x32\x77\x1d\x56\x75\x4b\x90\xc5\x9d\xca\x5e\x6e\x7d\x7f\x16\x4e\x4b\x0b\x4e\xfc\xe9\x1b\xd3\xde\xff\x60\x13\xbf\x54\xb4\x92\xa8\x1f\x9f\x1c\x7c\x5e\xd3\x56\xdb\x03\xfb\xb4\x49\xee\x4e\xd2\xe8\x0c\xda\xe4\x1d\x71\x5f\x3a\xe0\xb4\x5a\xb1\x30\xed\x80\x57\x2d\x5f\x09\xc9\x43\x93\x07\x91\x4a\xcd\xa6\x1d\x1f\x69\x3c\x42\x61\x50\xda\x8b\x3b\xf0\x71\x9c\x87\xa7\xfe\x4c\x9f\x84\xb0\x5d\xc9\x32\x5f\xb6\x13\x0d\x5d\x7e\xa5\x17\x65\x42\x82\xc9\x9a\xf6\xa3\xd1\xdb\x33\x56\xc9\xd6\x90\x50\x95\xdc\x18\xa0\xec\x43\x0e\xaa\x10\x96\xf3\xb3\x59\x2c\x68\x63\x1f\xa0\xaf\xd2\xd6\x9c\xa0\x9f\xce\x1a\x2a\x5e\x18\x47\x96\x03\x17\xf2\x49\x47\x9b\xdd\x23\xf1\x34\xa5\xd5\x4f\x43\x28\x95\x13\xfd\xb4\xb8\x02\x6f\xfa\xa7\xcb\xe7\x0f\xbb\xa7\x4f\x96\xcf\x1d\x6b\x5c\x6d\xca\xd5\x67\xd1\x25\xaa\x7a\xd9\xfc\x0e\x85\x8b\x16\x9e\x71\x5c\xf3\x16\x79\x58\xa4\x1b\x2a\x85\x4c\x4e\x5b\x99\xaa\x11\xe2\xb9\x34\x5a\x34\x1a\x0c\xef\xf8\x85\xd9\x7e\xdc\xe1\x60\x84\x44\xb5\xd1\x89\x8c\x8c\xd4\x7c\xec\x1d\xce\x0a\xe8\xf6\x94\x73\x99\x72\xc1\xe6\x3d\xe9\x62\xbe\xdb\x6a\x57\xf5\x13\xd2\x61\x3e\x92\x2b\x09\xaa\x9e\x6f\xb8\x44\x5b\xc0\x06\xc6\x42\xdc\x98\x9a\xa1\x73\xd3\xc8\xe9\x90\x93\x7a\xf3\x63\x4a\x24\x34\xd0\x29\xc4\x73\xa2\x61\x12\x3b\xce\xf9\xe0\x25\x05\x21\xef\xb2\xa1\x56\xb4\x96\x85\x11\xd3\xab\x0a\x87\x04\xf7\x6b\x24\x1f\x40\x19\xe6\x55\xce\x4d\xbf\x75\x18\xff\x8e\x84\xe2\x1b\x57\x8d\x39\x37\x0f\xa8\x62\x99\x2c\x9f\x5d\x3c\xe2\x6c\x75\x29\xea\x15\x30\xc0\x70\xbc\xd0\xa4\x1c\xf8\xd5\x23\x0d\xe3\x33\xe5\x60\x41\x96\x43\xdf\x37\x2c\x73\x6f\x99\x6a\xa4\x8e\x8d\xfa\x0c\x80\x50\x23\x7c\x7b\x58\x90\x10\x4f\xb2\x36\xa5\xc9\xc0\x99\xb7\xc2\xa9\xb6\x32\x9a\x9d\x1e\x75\x0e\xac\x10\x75\x3d\xaf\xef\x8c\x94\x89\x20\x78\x14\xdc\x61\x3f\x3f\x96\x6f\xdb\xf2\x3b\x3f\x1a\xb7\x67\x50\xc3\x46\x24\xd5\x83\xfd\xf4\x1e\xa5\xa0\x12\xb7\xeb\xec\xe4\x52\x23\x8b\xa7\x8f\x36\x46\x2f\xca\x79\x67\x10\x83\x25\xb1\xb1\x00\xa2\x69\x16\xa8\xbd\x18\xf5\xe5\xd5\x9d\x29\x06\xfb\x78\xc8\xfe\x00\xea\x9b\x26\xeb\x36\xa2\x5a\xda\xf0\xd2\x6d\x59\xaf\x23\x33\x01\x6c\xb0\x20\xba\xff\xca\xc7\x1c\x09\xf0\xf9\xf6\x53\x72\x07\x7b\xd4\x5f\x89\xc3\xd7\xb0\xd7\x35\x09\x15\x88\x32\x72\x81\x04\x81\xb2\x66\xf4\x29\xe1\x23\xf0\xed\x48\xac\xe3\x23\x42\xf3\x02\xf9\x02\x45\xbf\x46\xd2\x9a\x2d\x61\xf2\x6e\x46\x04\x7c\x5f\x7a\xbb\x24\x52\x6e\x8a\xa4\x44\x5f\x9b\xaa\x43\xfa\xf4\xe7\x52\x1b\x7f\x45\x6a\x73\xf7\x01\x6a\xaf\xe8\xb0\xac\xf0\xbe\xcb\xef\x58\xe8\x92\x6c\xfd\x81\x82\xeb\x32\xdf\xe9\x28\x39\x29\x4d\x9c\xd2\x71\xa6\x99\x9c\xa4\x53\x2e\xb0\x6a\x24\x10\x3f\x6c\x0a\x22\x8b\xe8\xb1\xef\xc4\xff\x52\x8d\x9e\x7f\x9b\x98\x62\xfe\x96\xe4\xdb\xfd\x26\xc7\xf9\x1f\x80\xc1\xea\x40\x40\x58\xf8\x14\x20\xa0\x85\x61\x57\xb6\xd5\x8a\x93\x5c\xe1\xdb\xc7\xd9\x77\x30\x38\xd1\x46\x21\x41\x30\x6e\xac\xa0\x4d\xf2\x4f\x35\xc8\x69\x16\x12\xc3\x76\xbb\xea\x1f\x36\x8b\xa8\x39\xce\x27\x9e\x43\x10\x10\xc9\x3c\x94\x03\xc2\xc1\xc8\xe2\x59\x9f\x32\x5f\xe8\x59\x04\x8c\x9a\xde\xe5\xbf\x7f\xa9\xe2\xae\x99\xa9\x27\xac\xc0\x57\xb2\x0d\xaf\x53\x8c\xd9\x01\xc1\xb3\x7d\xe3\x28\x34\x2d\x3d\x83\xd4\x9f\xe9\x54\xab\x1d\xd8\x07\xf9\x9d\xe2\xf7\x4f\x66\x02\xa7\x23\x44\x05\xe8\xd4\x19\xc3\xe9\x70\x2e\x98\x6f\x42\x10\x5e\xf8\xed\x16\x0a\xc7\x8e\x9c\x59\x8c\x34\x95\xdf\x31\x0e\x92\x28\x45\x4f\x20\x92\x5a\x78\xbb\x7d\xc6\x67\x64\xc6\x42\x67\x1d\x8a\x96\xee\xf4\xb4\xf3\x05\x10\x62\xf7\xcd\xa6\xf5\x46\x1b\xee\x68\x75\x12\x05\x66\x6a\x5f\x4e\x0d\x79\x47\xea\xf7\xb4\x65\x66\x1a\x70\x3b\xe9\x68\x45\x59\x4c\x54\xa2\x99\x17\x13\x5e\x30\xad\xc8\x60\xa4\xf6\x6c\xb7\xe5\x9a\x4d\x4d\xd6\x71\xd4\x9b\x92\x10\x1d\x06\x02\x16\x12\x90\xc7\xb0\x5b\xac\x70\x5d\x43\x21\xde\xad\x51\xac\x3e\xd1\xa8\x49\x1c\xa7\x24\xd7\x0c\x94\x28\x1d\x86\x9e\xe4\x3b\xd6\x17\xba\x81\x59\x33\xeb\x16\x22\x9d\xc4\xab\xc1\x07\x2f\x9a\x2a\xd1\xc5\xf1\xe6\x89\x16\x59\xe1\xfa\x52\xfb\x00\xfb\x83\x4d\x87\xea\xf6\xb4\x61\x6d\xdc\x01\x1d\x6b\xd6\x29\x84\xe5\xef\x15\xcc\x76\x2f\x2b\x36\x07\x41\x25\x74\x9a\x30\xca\x16\xc9\x96\x98\x01\xab\x1e\x32\x2b\x91\x63\x9b\x5b\xd6\xdc\xb8\x3f\x2e\x95\x7a\x62\xc6\xd3\x49\xf1\x3a\xab\x72\x49\xca\x5c\x73\x28\x8b\x13\x3a\xe2\xb9\x06\x8d\x13\x6c\x23\xdf\x1e\xf2\xbb\x0e\x36\x12\xe3\x38\x6c\xb2\x94\xea\xcc\x4e\x48\x00\x58\x63\x54\xa1\x7d\x9a\x76\x9c\x61\xa2\x23\xde\xc9\x87\x87\x3b\xa6\x0f\x50\x0f\xc1\x2d\xd4\xea\x42\x5a\x37\x1f\x7b\x38\x62\xf5\xac\x61\xd5\x96\x15\x41\x96\xf1\xa5\x38\x68\x08\x2e\x0f\xe5\xfc\x33\x75\x4f\x58\x3c\xa2\x6e\x58\x58\x21\x7e\x2c\xb8\x26\xf9\x8f\x30\x8b\x21\x05\xb6\x82\x81\xda\x7f\x2c\x72\x71\x45\x38\x64\x3d\xcb\xab\xcf\x7c\x36\xd1\xaa\x98\x61\x57\xf2\xa1\xfc\x26\x5d\x4f\x5b\x80\x31\x6d\xce\xb6\xbf\x8a\x7c\xa5\x2a\x33\x97\x62\x8b\x01\x4d\xdd\xa6\xda\xa7\x0d\x8c\x85\x21\x0a\x3d\xd9\x06\x22\x26\x61\xa3\x28\x21\x77\xb3\xd5\xb4\xcd\xeb\xee\xa6\x84\xf9\x74\x97\xde\xb0\x27\x68\xa1\x5d\xb3\xc4\x2a\x4e\xb7\x23\x3d\x8b\x0e\x83\xae\xc3\xd3\x02\x6b\x17\x2c\x54\xdc\x35\xc1\xdc\xa2\x67\x1d\x03\xb0\xea\x5b\xea\x6c\x0c\x4c\x66\x13\x14\x40\x6a\x8c\x9c\x14\x36\x9a\xdb\x32\x44\xc4\xcd\x3f\x3b\xf3\x00\xeb\x6a\x21\x16\xb3\x7a\xbc\x4c\xd2\x29\xac\x15\xf0\x31\x2d\xef\xe2\xd9\x73\x55\x47\x01\xec\xf1\xb8\x2d\xb5\x17\xde\x18\xbc\x57\x46\x0d\xc2\x4a\xe1\x75\x85\xa4\xcf\xa1\xf2\x2d\x69\x88\xab\x4d\xb4\x3b\xaf\x51\x92\x4a\xc9\x64\x83\x26\x1f\xb9\x6b\x52\xe3\x37\x79\xbd\x2e\xd9\xd4\x45\x2d\xf1\x91\x87\xdf\x2a\xa1\x4b\x26\x0d\x78\xdd\x4a\x9a\x0d\xe4\x56\x65\x45\x1b\xb2\xd9\xdd\x5b\xb3\xaa\xcd\x60\xd3\x25\x7f\x6f\x48\x86\x80\xa5\xf7\x4f\x94\x62\xe9\xb7\x4e\x22\xdf\xce\xc8\xce\x00\xf5\xa0\xea\xef\xe0\x74\x5a\x92\x0c\x2c\x4a\x1a\xe5\x90\x9a\x0b\xee\x00\xcb\xc5\x0b\x4b\xd3\x7a\xe4\xcc\xf4\x78\x6b\x4b\x4a\xe1\xc4\x8c\xf4\xc2\xd2\x09\x6b\xc9\xbb\x05\x0e\x07\x16\xa6\x61\x9c\x0e\x8e\x84\x47\x0f\xbb\x47\xbc\x60\x56\xb6\x08\xe0\xf7\x79\x4f\x6c\xb1\x16\x15\x45\x38\x54\x58\x55\x8b\x5d\x13\xe0\x2a\x02\xb6\x80\x47\x57\x50\xf1\x29\x21\x5d\x12\x2e\x40\x9a\x9a\xa4\x66\xdd\x97\xca\x62\x3a\x95\x79\xff\x85\x92\x6a\x11\x49\x5d\x1c\x83\xaa\xaa\x70\xe3\x99\xd3\xa7\x8b\x7d\x40\x5d\xa2\x26\xa0\xd8\xfe\xa3\xe4\xfd\x2c\x3d\x97\x84\x29\xbd\x43\x85\x39\x55\x45\x92\xec\x81\xf7\x2c\x18\xad\x2c\x84\x1b\xb4\xfc\x0f\x6c\xd0\xed\xf8\x64\x27\x2c\x48\x2b\x20\x5c\x73\x09\x40\x0a\x60\x1f\x6a\xa0\xb0\xb1\x71\x15\x9a\x5c\x1d\xb8\x3b\x48\xdf\xe5\x7a\x0c\x76\x28\x97\x29\x9b\x3b\x89\x70\x48\x2f\xd2\x89\xee\x72\x52\xa9\x6e\xab\xdc\x59\x66\x68\xb5\xd8\xf1\xae\xa7\xe8\x0b\x76\xba\xc3\x93\x39\x0d\xc1\x60\x7f\x84\xba\x1e\xde\x68\x32\x19\xf6\x05\xdb\xb4\xfc\x84\x3f\x20\xc3\x4d\x38\x2e\x0f\xac\x8d\x98\xba\x55\x73\xd2\x8c\x80\x17\xa9\xc2\xf1\xc8\xee\x16\xb6\x7d\x66\x62\x37\x74\x0b\x15\x63\x90\xd0\xc8\x2f\x45\xaa\xb4\x1a\xc0\x42\x78\x0f\xd0\x2b\x7e\x3d\x20\x84\xce\xca\x74\xd3\x1c\xd2\x6d\x55\x7f\xee\x14\xbf\xce\x1e\x62\x7a\x72\x7a\x8e\x0c\x02\x16\x4b\x0d\x8b\x55\x55\x3d\x94\x3f\x27\x96\x12\x43\x3c\x92\xd3\x38\x85\x52\x4e\xc5\x31\x33\x50\xff\xc9\x19\xb2\xd3\x53\x64\xcf\xc2\x7a\x3d\x57\xab\xc0\xa3\xcb\xec\x57\x1d\x3b\x37\x25\x0b\xd8\x60\x87\x2f\x95\x0b\x11\x7e\x9a\xa6\x53\xdb\xa3\x67\x3f\x9c\x07\x43\x85\x42\xe9\x6a\x39\x08\x5d\x4c\x19\x8c\xf9\x29\x08\x8a\xd5\x43\x12\x96\x74\x3c\xd8\xdb\x59\xb5\x93\x58\x9b\x0f\x5a\x2a\x2e\x7b\xa7\x57\xa0\x78\x41\x9a\xf2\x68\x32\xa1\xc7\xe0\x2d\xe1\x52\xa6\x6f\x7c\xd4\x0a\x4f\x4c\x5c\x10\x84\xe0\xb0\x8f\x06\x3b\xa6\x2c\x6d\xc0\x8c\xdf\x5f\x20\x30\x23\x9f\xd0\x91\x22\xbc\xd9\xb1\x96\x66\x1b\x09\x85\x67\x6a\xc6\x77\xe5\x8c\xd9\xa0\xfc\x2d\x5c\x5e\x63\x6b\x43\xa4\x29\x69\x0b\x47\xa5\xe9\xd1\x98\x26\x7b\xc7\xea\x1d\x68\x6e\xe1\x74\x8c\xe0\x17\x42\xfd\x39\x2c\xc3\xe2\x15\x1b\x3a\x91\x27\xb9\x2b\xb8\xd4\xa4\x09\x42\x00\x14\x8e\xce\xeb\x19\xa7\xc2\x8d\xd8\x20\x2e\x11\x42\x0e\x40\x83\x84\x62\x7d\xb2\x34\x1f\x76\xc8\xd8\xf6\x2d\x2d\x3a\x1d\xbc\x23\x4b\xd4\x84\xa5\x45\xec\x0b\xdc\xab\x81\x43\xd6\x73\x2d\xd2\x20\xb5\x2d\xe6\xff\x48\x59\x8e\xb7\x5e\x96\x6c\xdd\xb2\x4e\x95\x59\xbb\x52\x61\xd9\x09\x8d\x01\x7b\xa0\x74\xe6\x89\x02\x98\x88\x87\x08\xb0\x10\xc4\x2c\xa1\x96\x9d\x45\x76\x5e\x58\x6c\xff\xc3\x6c\xbb\x51\x87\xce\xb6\xeb\x87\x3a\x22\x1b\x1e\xe3\xe8\xc4\x99\x10\x10\x15\xe0\xfc\xd5\xa5\x0f\x4e\x55\x5d\x7c\x77\xb8\x72\x37\x22\xd3\x33\x9a\x28\x0b\x47\xb0\x12\x01\x38\x2c\x0b\x78\x08\xba\x40\xe0\x8e\x08\xf8\xdd\xc4\x0c\x19\xf3\xd7\x53\x68\x30\x84\x15\x81\x65\x79\x80\x0f\x34\x91\xfe\x54\x23\xda\x31\x22\xc4\xed\xea\xe2\x50\xee\xc4\xe3\xe8\x45\xa2\x13\x55\x1b\x36\xd5\x7a\x43\xf3\xaa\x76\xec\x72\x04\xd7\x36\xbf\x96\xd7\xea\xf8\x17\x6d\xbc\x66\x5d\xb3\x0d\x87\x7b\x58\x60\x32\x8e\xdb\x3e\xed\xfa\xb6\xa9\xd7\xcf\xcf\x1b\x56\xb7\xd8\x12\xc2\x47\xc5\xcf\x4f\x9f\x68\x3e\xb1\x0c\x5e\x43\x8e\x77\x7c\x59\xf5\xaf\x86\xe5\xa3\x2e\x5d\x93\x6c\x80\x03\xe4\x69\x9e\x6e\xda\xf2\xe6\xd9\x83\x87\xdd\x83\xe7\xea\x67\x96\xa8\xa0\x43\xed\xd0\xf2\xf4\x49\xfe\x9c\xa5\xe7\xae\xd9\x92\x50\x1b\x57\x69\x76\x3b\x59\x5f\x62\x7f\x3b\x81\xc4\xf8\xe1\x9a\x2e\x6b\x60\xae\x6c\x15\x3f\xd4\xe0\xc2\xd1\xba\x5f\x1f\x5d\x36\x13\x93\x22\xfb\x82\x0a\x2a\x0c\x0c\x8f\x5b\xdd\x07\x4c\x93\x6d\x0b\xa9\xab\x86\x03\x76\x5a\x0d\x0b\xc9\xe6\x1a\x6f\xda\x30\xe3\x04\x24\x68\xb4\x61\xf5\xa9\x2a\x8d\x44\x24\x0d\xce\xb3\x3e\xe5\xe0\xa4\x94\x91\x56\x40\xbf\xcc\x53\xcd\x94\x09\x81\xd1\x1b\x41\x98\x60\x23\x1a\xfe\xc6\x18\x80\xcc\x3e\xd8\xfe\x90\x5f\x4e\x51\x81\xe4\x17\x68\xdd\x3a\x97\x37\xaa\x63\xa3\x80\x0e\xaa\x40\x9e\x7e\xdb\xa8\x4f\x22\xb5\x4c\x8c\x9a\x04\xe8\xbe\x8c\xc8\x9d\xbb\xa3\x7f\x68\x85\x68\x13\x6a\xfb\x7f\x4b\x0b\x52\xc1\xfd\x76\x32\x81\x54\x37\xd3\xa9\xdf\x0b\x63\x11\x55\xbd\x79\x47\xf7\x53\xb0\x8d\xb4\x55\x17\xa6\x21\xe6\x83\x12\x82\xe0\xb2\xaa\x0b\xd9\x36\x4a\xf5\x1a\xf7\xe0\xc8\x9d\x0e\xd3\x9a\x81\x60\xe3\xe3\x84\xfe\x0e\x90\x7f\x15\xb5\x1f\xd0\x06\x71\xab\xa1\x0e\xb8\x85\x6c\xc7\xac\x6f\xc4\xd6\xa5\x93\x7c\x47\xfa\x06\x62\x9e\x4e\xa5\xc1\x6b\x2e\xee\x34\xee\x4e\x9d\xa2\x56\xe5\xa5\x66\x62\xc1\x01\x98\xa0\xa8\x73\x88\xc0\x2f\xaf\x7a\x5a\x2b\xea\xaf\xd6\x68\x26\xac\x01\x6d\x3d\xe3\x0f\x1b\xf1\x5f\xa7\xa7\xef\x5e\x2f\x12\xd7\x9f\xb5\xf9\x6b\x4e\x32\x93\x8c\xe0\xe0\xb4\x5e\x26\xa5\x31\x7f\x71\xde\x12\xa9\x6e\x46\x36\xd4\x04\x39\xbb\x39\x4d\xe6\x23\x73\x89\xcb\x05\xc5\x65\x17\x58\x02\xa4\x37\x8c\x64\xcc\x99\xdd\x4c\xbf\x21\xc4\x3a\x7b\x14\x9f\x08\xfb\x3b\xe6\x75\x41\xa4\x4a\x2e\x08\x3a\x80\x5b\x8d\x42\x64\x08\x12\xda\x70\xca\xf2\x6d\xeb\xf6\x8a\x0d\x58\x77\x4b\x98\x1b\x50\x02\xc8\x70\x6f\xeb\x19\x8d\xd7\x1f\x74\xe1\xa0\x45\x49\x1f\xed\xcf\x54\xd8\xa8\xf8\x5f\x79\x5c\x22\x99\x29\x8e\x43\xd5\x8c\xda\x3c\x94\x5b\x8e\xa4\xd3\x01\x79\x27\xa4\x2a\x62\x91\x0b\x52\x81\x9c\xf3\x91\x23\x17\x9d\x24\x21\x6b\x1b\x5a\x47\xac\x31\x82\x20\x02\x86\xd7\x51\x34\x28\x63\xf7\x67\xa7\x6f\xdf\x5e\x5e\x7b\x2e\xcf\x94\x55\x17\x74\x16\x7d\xe3\xe2\x6f\x26\xe3\xb2\x28\x1c\x8c\x0f\x01\x59\x11\x84\x8f\x03\xd2\x1a\xc7\xe0\xc2\x8d\x6f\xad\x53\x72\xdd\x60\x37\x37\x3c\x16\xa9\x51\xc4\xe3\x2f\x8e\x29\x28\xc9\x47\x3e\x1e\x3f\x25\x66\x63\xbc\xe4\xff\x49\x68\xa6\x0d\x4c\xe3\xa0\x66\x6f\x41\xf7\xe1\xa6\x34\x80\xa6\x98\x98\x6d\xc1\xf6\x86\x1c\x12\x28\xe1\xbe\x01\x23\xbd\x49\xe1\x5d\x3b\x61\x2b\x54\xd3\x82\x06\x19\xb9\x43\x5d\xfd\x36\xe0\x7c\x67\xf9\x93\xe4\x15\x0e\xeb\x5a\x56\x5b\xe1\xb6\x7f\x76\x3f\x24\x9f\x53\xa3\x58\xcc\xa0\x73\xfa\xf5\xb4\xdb\x73\xa4\x1a\x71\xdb\xee\xd9\x83\xa1\x4a\xd9\xa8\xc1\x91\x21\x0f\x9e\x93\xb4\xc8\x5e\x6a\x5a\x3e\x82\x78\xce\x86\x89\xcf\x66\xef\x1a\x47\xc9\xa3\xcc\x02\x29\xb9\x0c\xd1\x94\xc8\x9d\x19\x85\xca\xd6\x62\xb0\xe8\xc5\xd2\x95\x06\xb3\x60\xee\xcc\xd4\xfd\xb9\x0c\x31\xa5\x1e\x09\x5d\xd7\x73\xfa\xd7\x56\x88\x06\x95\x7c\xbe\xb2\x90\x06\xd7\x15\x5c\xa6\xef\xf7\x8a\xd6\x7b\xc5\x0a\xd5\x62\x5d\xf5\x24\xd3\xf3\xd5\x0e\x68\xda\xb4\x61\x88\x29\xe2\xb6\x83\xa4\x2c\x67\xa6\xae\xc1\xa2\x62\x55\x57\x7d\xc6\xe7\xf4\x4e\x22\xd8\xa9\xd9\x7c\x2b\x32\x50\x8c\x68\x71\x18\xa7\xef\x7f\x3d\x3d\xbf\xf8\x75\xb1\x2b\x2c\xa0\x45\xf1\xa9\x91\x2c\x01\x46\x8b\xf2\x26\x1f\xb6\x66\x6a\xc3\x84\x91\x91\xfe\x82\x0c\xbd\xfc\x40\x5a\x11\xe1\xef\x56\x8e\x44\xb9\x0e\xf1\xda\x72\xbe\x65\x99\xf7\xbb\x23\x06\xa8\xb1\x17\xe7\x8f\xdb\xa1\xc6\x2d\xdc\x6f\x8e\x62\x17\x7f\xc6\xc6\xc5\x54\xc3\x40\x22\xe7\x67\xa2\x97\x33\x2c\x08\xdf\xdd\xce\x90\x28\xfc\xb0\xf4\x38\x2d\x9b\x6e\x94\xc7\x24\x4d\x3a\x70\xb9\x4d\xf1\xf7\xf1\x72\x3b\x94\x9a\x6c\xf3\xa2\x1a\x48\x38\x14\x3c\x1a\x8d\x5b\x4f\xba\x2c\x17\x7a\x67\x24\x58\x17\x85\x58\x20\x7a\x39\x33\x35\x80\xfd\xe6\x2c\x62\xab\xea\xe7\xa0\xcc\x11\x80\x70\x54\x0b\x89\x7b\x2d\x99\x12\xa3\x8a\x80\x38\xc8\xda\xb1\xcd\xd4\xdc\xf5\x79\x18\x6f\x9e\xc8\xa6\xb0\x9d\xa6\x5b\xe4\xc6\xed\x35\x44\x2e\x73\x58\x6a\xbc\xc9\x70\xbd\x25\xc0\x54\x18\x4c\xc2\xdc\xac\x60\x76\xbc\xbf\xcb\xd8\x72\x03\x0e\xbc\xbf\x4b\x10\x72\x41\xe7\x57\x86\xe3\x51\x32\xc1\x0f\xb7\xd5\x5e\x2e\x47\x51\x41\x55\x4a\xdc\x24\x12\x97\xff\x92\x08\x52\xdc\x0a\x61\xa1\x71\x63\x8a\x0b\x88\xef\xfe\x0c\xf6\xd4\xb3\x78\x2e\x96\xe4\x67\x0f\xb2\x25\xed\xd1\xcf\x0f\x02\x71\x9d\xef\x56\xb1\x8c\xfe\x0d\x09\x52\x07\xf5\x77\x7e\x90\x54\x62\xbf\xff\x82\x5f\x03\xc7\xe1\x89\x73\x95\x13\x89\xfe\x62\x83\x6c\xa2\x57\x7a\x98\x19\x25\x2c\x90\x2a\xdb\x20\x61\x34\xe4\x1c\xbf\x0d\x3c\x4b\xd1\x34\x9e\xa5\xff\xca\xbf\xd2\x97\xfc\x4b\xa7\xc2\xdb\xd8\xed\x51\xac\xf0\x68\x63\x87\x81\x69\xe0\x38\x1a\xdd\xe9\xf7\xb4\x44\xb3\x04\xd8\xd7\x30\x16\x03\xe4\x10\xe8\x64\x3f\xb0\xcb\x9e\xd7\xdd\x7a\x7b\x47\x39\x88\x27\xe7\x4c\x3e\xb2\x82\x16\x9c\xb5\x3e\x6a\x23\x71\xac\x42\x59\x44\xdf\x96\x10\xaf\xe8\x9f\x96\x65\x04\x9c\xf5\x39\xec\xb3\x02\x44\x24\xf7\x9f\xd3\x6b\xca\x51\x88\x32\x2c\x4a\x14\x14\xe5\xe3\x4b\x44\xd8\x46\x1d\x38\x2e\x27\x88\xe4\xb7\x65\xd7\x13\x8a\xa0\xeb\xba\x1f\x09\x8f\xb1\xea\x25\x72\x10\xa9\x44\xe3\x5a\xc5\x06\x2f\xc9\x04\x16\xce\x36\xe7\x28\xb1\xf7\xf9\x41\x7e\x12\xa6\xf5\xd6\xd1\x2b\x49\x49\x36\xe2\x9e\x05\x14\xd1\xd1\x0e\x1e\xc7\xb8\xd2\xf0\x3b\x4b\x27\x36\x80\xc5\x74\x20\x56\x32\xba\xf4\x94\xae\x46\xe5\x37\x22\xde\xbf\x60\xe1\xde\xf2\x72\xf0\xaf\xd4\xa2\x38\x5c\xfe\x8e\xb6\xbf\x18\xf3\x2e\x24\xe5\x4a\x0a\x09\x30\x3a\xe7\xfb\x75\x96\x67\x21\x9c\x97\xfc\xdf\xe5\x12\xc1\xe8\xfe\xa1\xff\x89\x62\x9e\x73\x55\x91\x93\x5b\x56\x9a\xad\x0a\xb1\xa3\xb7\xa8\x90\xc9\x52\x18\xa0\xd4\xc4\x5a\x4d\x0a\xb3\xfd\x36\x5f\x95\x2e\x9e\x14\x40\x60\xea\x7c\xfd\x2b\xea\xc6\x35\xa6\x9d\x45\xed\x91\xa4\xc8\x7e\xfa\x25\x15\x3f\x24\x76\x40\xbf\x5c\xe5\x2d\x1b\x50\x5d\xd1\x19\xff\x2c\xac\x90\xd6\x8e\x83\x18\xad\xe5\xa8\xc9\xb0\x8c\xce\x1f\xe6\x6d\x62\x01\x7c\xcb\xc2\x38\xa7\x39\xd6\x7f\xa6\x86\xa3\xc6\x90\x18\x8f\xc1\x1c\x6d\x79\x77\xa4\x26\x1d\x2c\x1c\x6a\x0f\x31\x54\x93\x23\x08\x3d\xc8\x70\x7c\x4d\x4b\x16\x1c\x3d\xec\x36\xd4\x29\x7c\x76\xd8\x54\x73\xa0\xd2\x01\x87\x5b\x71\x1c\xa1\xef\xb2\x50\xb5\x6a\xae\x92\xac\x56\x91\x2d\xef\xb4\x8e\xac\x57\xc1\x1e\xc1\x23\x55\x76\xec\xf6\x03\x97\xd6\x2a\x17\x2e\x23\xac\xc2\x8b\x8c\x86\x09\x42\xd2\xe9\xc3\x8f\xdf\x7f\xea\xb8\x65\x67\x75\x79\xf2\xf0\xe3\x0f\x9f\x88\x95\xe3\x1f\xf3\x72\xab\xbd\x6f\xcb\xdb\xaa\x19\x70\x45\x51\x93\x9e\x1a\x11\xa8\xfc\x96\x83\x92\x35\x4b\x96\xdd\x04\x7e\x4f\x96\x71\xf9\xaa\xd9\x36\x9e\x6c\xf1\x6b\x0c\x20\x9a\xc5\x43\x25\x95\x2e\x2e\x06\xd9\xba\xc5\x78\x08\x8f\x4f\x3d\x5a\x10\x81\x2c\x8b\x8a\xdb\xf9\x95\xfe\xc5\x05\x23\xef\x56\x5c\xe8\x02\xdb\x64\x80\x08\x6f\xb3\xfb\x35\xd3\x56\xd4\x47\x04\x50\xa7\xda\xcc\x82\x79\x49\x58\xed\x99\x74\x30\xc9\x26\x82\x24\xa4\xee\x5d\xe6\x78\x55\x2d\x97\x8c\xb8\x6d\x36\xfa\xa1\x54\xdc\x5f\xda\xf2\x71\xb7\xcc\x7c\xd7\x5e\xa3\x95\x91\xfa\xc0\x62\x55\xa9\x62\x7b\x12\xee\xa7\x82\x03\xef\xf3\xb6\xcc\xc4\xc8\xae\x9c\x98\x73\xd4\x63\xd0\xcd\xc3\xd9\x44\x0d\xb8\x3f\x34\xa9\x3b\xad\xf8\xf8\x83\x21\x32\x4f\xb9\xb2\x05\xc7\xc2\x38\xae\xf5\xd9\xbe\xe2\xce\xa3\x80\x8d\x7a\xbe\x10\x14\xcf\x30\xb1\xa0\x74\x9e\x91\x8d\x01\x0a\x91\x16\x38\xf1\xb0\x8b\xfa\x26\x39\x64\x28\x33\x3d\x09\x88\xd3\xd0\xaf\x14\xbf\xc6\x43\xe0\x33\x61\xae\x6f\x6b\x79\x34\x23\x5a\x90\xe5\x86\xe4\x39\x09\xe1\x14\xde\x1c\x1c\xc8\xb4\xa2\x1a\x9c\xa0\x9a\xbb\xae\x6a\xd4\xfc\xe8\x1c\x99\xc5\x8e\xed\x45\x44\x47\x86\x05\x33\x5a\x59\x58\xea\x27\x7d\x4e\x33\xe6\x23\x30\xfd\xd6\xee\xf6\x7d\x17\x4f\xb2\x14\xff\x1a\xff\x0f\x0b\xdc\xa5\x14\x6d\x2a\x13\x92\xd6\x16\xd1\xb8\xe6\xf8\xcb\x1a\x27\x2e\xb6\xf0\xd1\x1d\x35\xf7\x78\xb7\x7b\x5c\x14\x8f\x66\x66\x1d\xd0\xb3\x9b\xf6\xc8\x4c\xaa\x1c\x75\x44\xd8\x41\x4b\x01\x73\x98\xc7\x1d\x03\x44\xeb\xf4\x81\x23\x34\x4a\xd6\x9a\xd2\xc2\xe3\x0d\x94\x1b\xac\x5d\xd7\xa4\xfb\xb2\xd9\x13\xda\x9d\x39\x8a\x6d\x27\x12\xb3\x16\xce\x64\xe4\x2b\x0d\x8a\x46\xa1\xb5\xf7\x0e\xcf\xf0\xa0\x3b\x92\x75\xf1\xdd\x11\x94\xc8\xb5\xd8\xa3\x08\x09\xd8\x99\x47\xaa\x63\x69\x33\x80\x73\x0c\xcd\xf7\xfd\xef\xc9\xd4\xe6\x3a\x9f\x23\x81\x2f\xb1\xb5\xb9\x1b\xfa\x96\xb7\x10\xfa\x46\x28\x84\xa4\x7c\x51\x70\xb3\x06\xf8\x39\x0b\x7f\x7b\xb0\x4d\xd3\x7c\x96\xdb\x45\x4b\x24\x7d\xc9\xba\xea\xad\x90\x2f\x2f\xbf\x8a\x4b\x97\x79\x57\xad\xc2\xa7\x05\x7e\xe1\x8c\x99\x21\x16\xbc\xc6\x6d\xf6\x0f\x91\x93\xce\xf1\x2b\xfd\x5f\x4c\x18\x0e\x44\xe3\x18\x2e\xed\x36\xd9\x15\x47\x33\xb8\x52\xf5\x23\x07\x5d\xa9\xdb\x7b\xda\x97\xba\x64\x59\x8d\x99\x37\x97\xb9\x78\x84\x63\x55\x8c\x3e\xc6\x96\x07\xb6\xf4\x3a\xbf\xed\x24\x34\x61\x2e\x24\x21\x8e\x9c\xbc\x87\x50\xdc\x50\x5c\x50\x16\xeb\x53\x9a\xbc\xb4\xb8\xae\x29\x98\xb3\x3e\xfa\x58\xae\xd8\x58\xc1\xb6\xf5\x5a\x5c\xb5\x88\xe7\xe2\xb8\x2f\xce\x8a\x83\xc8\x88\xae\xe5\x2a\xb6\xbf\x86\x81\x98\x70\x98\xaa\xf9\x16\x8a\xf5\x8b\x57\x2a\x10\xd1\xc9\xc1\x71\x9d\x18\x7b\x34\x32\x4d\xa2\x14\xc4\x6a\x99\xbb\x5b\x4c\xec\x0a\x19\xdb\xa7\x9c\x03\xca\x5f\x45\x92\x30\x07\x1b\x2a\xca\x02\xf2\x19\x05\xf5\x00\xf7\x81\xad\x64\x04\x68\x48\xb9\x24\xfe\x24\xae\x14\xa9\x96\x47\x41\x71\x12\x7f\x09\x03\x92\x1a\x6b\x97\xf9\xea\xb3\x1b\x11\xb3\xbf\xb2\xed\x11\x8e\x36\x45\x3b\xbb\xc3\x57\x90\x2c\x9e\xee\x9f\x3f\x86\x0d\x44\x6e\xae\x63\x16\xb2\xc1\xab\x9b\x00\x21\x70\x09\xb1\x8b\xe7\xb6\x2a\x06\x22\x6f\x5e\x8c\xc5\xd3\x27\xfb\xe7\x71\x7d\xa2\x08\xd8\xc5\x8e\xb6\x31\x5a\x38\x96\x4a\x2a\x5c\x83\xe1\x78\x4f\x04\x1e\xde\xf8\x78\xda\x0e\x3d\x1c\xdd\x45\x01\x2b\x0a\x48\xdd\xd8\xc9\x17\xc2\x31\xa6\x38\x31\x7b\x35\xde\x2f\x81\xcd\xda\xc1\xb0\xe0\x94\x05\xa4\x0d\xbf\x88\xd1\xec\x4c\x53\xe2\x6f\x19\x59\xff\x7c\x78\xa3\x1b\x9a\x55\x68\x8f\x0f\x2f\xb6\xff\xa7\x33\x76\x7f\x07\xca\x9e\x47\xcf\x31\x45\xe9\x2e\x0a\xcc\xe7\x2c\xc8\x3e\x5e\x61\xe4\x07\x8d\xda\x8a\xfd\xa0\xc1\x00\xe5\xa8\x39\xd6\xce\xd9\x6c\x1b\xea\xad\x09\x5a\x41\x14\x73\x85\x78\xd5\x4c\xaf\xd6\x49\x04\x56\x3a\x0e\x18\xd5\xd2\xc3\xa6\x09\x2e\x76\x88\x73\x16\x9b\x35\x1c\xc8\x22\x9e\xeb\x41\xce\x07\xc5\x8b\x9e\x16\xa3\x63\xc4\x36\x9f\x9d\x25\xb8\x24\xb0\x1b\x88\xb7\x6c\x2b\x5a\x74\x1c\x19\xfa\x40\xc4\xe5\xd5\x35\xae\xde\x13\x2f\x24\x46\xb3\x66\x7a\x4d\xff\xb2\x21\x55\x8f\xc3\x78\xf9\x9d\x06\x8e\xae\x58\xa7\xcd\x6a\xc5\x31\x15\x55\xad\x57\x5b\x0f\xa5\x79\xff\xea\x62\x2b\xf1\x15\x61\x74\x8a\xf1\x5d\x31\xfc\xa5\x78\x8b\x81\x99\x40\xb7\x2f\x57\x24\x94\x2c\xd2\x37\x24\xa2\xf1\x05\x7f\x79\x02\x02\x0c\xf3\x5e\x3b\xa1\x9b\x09\x0c\x76\xac\x65\x2e\xa6\x07\xa4\x7b\x29\xc6\x4e\x49\xcc\x7b\xcf\x31\x9c\xa2\x0d\x73\x01\x89\x13\xe5\xf6\x46\xe2\x71\xd9\x01\x0a\x51\x4e\x9e\x15\x60\x27\x8c\xdc\xb6\x66\x53\x26\x1a\xd0\xc8\x12\xf8\x91\x71\x09\x8d\x67\xb6\x2f\x5b\x16\x47\x2c\x06\x2b\x0c\xbf\x19\x8f\x09\x6a\xa4\x8d\xeb\xb5\xb0\x05\x2c\x1f\x04\x57\xb9\x31\x78\xc2\xbc\x98\x65\x3e\xf3\xed\x9b\x71\x7b\x2f\xb7\x04\xf9\xa4\x23\x7c\x21\xc4\xdd\x40\xe4\xfc\xc0\x55\x20\x8e\xf5\x1e\x74\x39\x2c\xb2\x0d\x08\xe5\x7e\x66\x46\xa4\x07\x32\x23\x48\x3c\x57\x13\x08\x1f\x63\x00\x20\x0b\x34\x18\xb3\x30\x05\xf7\x72\xc0\xab\x88\x12\x75\x4f\xa1\xc5\xf0\xf2\xb4\x90\xef\x3d\xdb\x28\xa0\xf2\xe8\xed\x1f\xcc\x50\x2f\x0d\x3e\xe5\x1b\x6f\xcf\x99\x7a\x9f\x3e\x41\xd2\xe9\x82\x4a\x79\xfc\xd4\x48\x40\x71\xfc\x8c\x44\x43\xf8\xc3\xd1\xd7\x96\xeb\xbc\x2d\xec\xc6\x80\x52\x3f\x3b\xc4\x41\xe5\x61\x40\x58\xbe\x25\x89\x5c\x9b\xa0\xdd\x4a\x20\x9f\xd9\x3c\x48\x84\xc2\x0f\xe5\x98\x12\xc2\x9c\xbf\x90\xad\xc5\xb1\x36\x44\xf0\xc3\x9e\xf7\x80\x6c\x28\xeb\x07\xd3\xfe\xf6\x4f\x57\x97\x6f\x4f\xd2\xdf\x1f\x1f\x0e\x87\xc7\x5c\xfd\xf1\xd0\x6e\x39\x2a\xa5\xe0\x1b\x09\xff\xf3\xe2\xcd\x49\x5a\xf6\xab\xef\x16\x24\xbd\x63\x6b\x78\xb1\x57\x9d\xf5\x37\x1c\x44\xc0\x64\xc9\x9a\xdd\x3f\xbf\x65\xf6\x72\x75\x4d\x9f\x75\x09\x2f\xb2\x85\x4c\x9b\x97\xdd\xac\x5b\x4a\x05\x62\xe5\xf2\x12\x63\x49\xba\x12\xae\xae\x22\xe1\x0b\x80\x55\x5b\xbe\x0f\x8c\x0e\x11\x6e\x90\xdf\xb1\xb3\x73\xd8\x16\x42\xa7\xc6\xd1\x68\x76\x8a\xb2\xb2\xf8\x79\xdc\x12\x8c\xe6\x78\xc5\xe2\x59\xfa\x27\x56\xf4\x18\xa5\x42\x05\x5c\x64\x54\x00\xe0\x90\x96\xb0\xc3\x52\xbd\x86\x5b\x8e\x0b\xbc\xfb\xe2\xbc\xec\x11\xb7\x37\x47\x1b\x32\x72\x37\x36\xbf\x9a\xb6\x51\xe9\x5c\xa3\xc6\x5a\xe1\xde\xe2\x83\x8f\xa8\x79\xb4\x07\xf8\x5c\x3a\x8c\xf7\xc1\xf8\x48\xd2\x4d\xe6\xd9\xbd\x6e\xb2\x09\xc7\x57\xc0\x2f\xed\x33\x95\x20\x26\x12\x5d\xd0\x83\x4a\x76\x93\x1e\x24\xa2\x27\xd3\x59\x5a\x40\x3d\xa2\x7c\xce\x5d\x5e\x7c\x04\x19\xd5\x80\x81\xc4\x24\xc3\x08\xe9\xb6\x24\xe6\x65\xe1\x0e\xe7\xc3\x2c\x0a\xe4\xba\x62\x10\x84\x6f\xb1\xdb\xd3\x5c\x84\x93\xe0\xb5\x50\xcc\x90\x56\x2d\x38\x43\x82\x48\x46\x85\xe3\xe7\x95\x46\xc5\xac\x59\xc8\xfb\x6d\x67\x92\x0a\xb1\xb5\xdf\x36\x77\x16\xdf\x77\x8e\x5f\x1a\x38\x1f\xce\xcc\x83\xe9\xa4\x3c\x64\x20\xc1\x37\x59\xdc\xdc\x5f\x83\x2b\xd4\x2a\x06\xd4\x77\xa9\xc0\xb0\xf3\x3f\x14\xf5\x22\xab\xcc\xcc\xf0\x66\x42\xc4\x1c\xd4\x38\x98\xed\xdc\xf5\x70\x24\x98\x2d\xae\x1a\x06\xb4\x05\x55\xbf\x22\xa0\x2d\x46\xd2\x34\x5c\xcd\x4f\xf5\x2b\x22\xd6\xe6\x26\x1d\x18\x20\x94\x8c\xe7\x10\x3f\x53\x61\xce\x10\x51\x84\x73\xf3\x96\x88\xd0\xec\x20\xba\x01\x6d\x85\x9b\x66\xa2\xf0\x7d\x8d\x8e\x39\x37\x12\x8f\x92\x00\xb9\x5f\x32\x4b\x14\xd5\xcd\xcd\x62\xd9\x36\x87\x8e\x23\xe6\xf0\x48\x12\x3b\xf5\xf8\x77\x7a\x85\xdf\x02\xc2\xd6\x54\x10\x85\x24\x24\x53\x9c\x50\x94\x29\x09\xc9\xe4\xa3\x6d\xf2\x48\xcd\x39\x95\xe0\x5d\x18\x7e\x33\x8a\x03\xdd\xa5\x64\x21\x55\x88\x9d\x1f\x32\x4e\x21\xd2\x0f\x26\x12\x56\xc5\x51\xe9\x8a\x73\x14\x8c\x93\x86\x70\x8b\x1b\x62\xdb\xaa\x5d\x3d\x80\x1c\xe6\x43\x88\x40\x58\x06\x47\x60\x44\x0c\x15\x04\x2d\x0f\x12\x46\x20\x11\x84\xe1\xd2\x43\x28\x82\xb0\xe9\x7f\x79\xfd\x56\x7e\xc2\xad\xa8\x17\x31\xe0\x57\x7c\xc1\x01\x1e\xe6\xac\x5c\xcc\x39\x2d\xad\x4c\x9c\xbf\xa2\x9f\xda\xdb\x93\xf8\xe5\x20\x8a\x36\xbf\x81\xad\x92\xff\xbb\x5c\x12\xe6\x7c\xb5\x77\x6d\xf9\x78\x5c\x8d\x90\x23\xa8\xbe\x42\xc2\xe5\xab\xad\x91\xff\xb9\xbc\x9c\xed\x8a\x01\x0e\x1f\x16\x1e\x23\xe6\xfa\x24\xba\x7b\x48\x07\x6d\xc5\x0a\xb8\x12\xe8\xa8\x43\x50\x87\x7f\x5b\x00\xb4\x83\x77\x1c\x0d\xa2\xcf\xd7\x2e\x6e\x2f\x5f\x8b\x3b\xc6\x97\x41\xb4\xb7\xcb\x60\x51\x1d\xff\xc0\x80\x99\x14\xbc\x6b\x9b\xca\xf1\x52\xda\x2a\xf4\x98\x53\x26\xbb\xca\x71\x9f\xa7\xdb\x2c\xc6\x0b\xe1\xdc\x42\x8a\xb3\x14\xbf\x1d\x94\x49\x2a\x4c\x2e\xd9\xae\x08\x84\x15\x21\xa0\xf0\x58\xb9\xc8\xdb\xcf\xfc\x74\x12\x1c\x55\xd6\xc0\xa1\xd5\x0b\x3c\xfc\x3f\x5c\x31\x7d\xb2\xeb\x9d\xa4\x26\x1d\xc6\xae\x54\xd4\x86\xce\x64\xcc\xd4\x55\x60\xe9\x4a\x2e\x8b\xbd\x91\x94\xbc\xb5\x39\xa6\x8c\x69\x00\x2b\x95\x3d\x1e\xaf\x5b\x00\xef\x10\xfd\x97\xf2\xff\xfe\xef\xff\x43\xec\x69\xdf\xd0\x69\x89\xd0\x6a\xbd\xd5\xeb\xd7\xdd\xe2\x74\xfc\x03\x6b\x8f\xc1\xa3\x83\x81\x08\xfa\x53\x8d\x56\xa6\xd4\x84\x46\xf9\xf5\x25\xa3\xef\x2b\xb6\x51\xc5\x44\x0e\x6d\xc7\x93\x39\xec\xe3\xe3\x36\x8c\xa8\x32\x3d\x23\xdc\xad\x42\x5b\x5c\x2c\x9a\xdc\xd5\x51\xa2\x9b\x3f\x52\x92\x8f\xa4\x53\x7f\xf2\x77\xcf\xdd\x42\x44\xf7\xce\xa1\xe2\x78\x18\x43\xd8\x4b\x26\xbf\xe9\x53\x93\xa2\x32\xca\x43\x17\xf0\x36\x59\x34\x9e\xdc\x05\x95\x9b\x02\xae\x91\xb0\xa3\x47\x9d\x5d\x17\xd0\x37\x50\x10\x90\x3f\x73\x67\x23\xbc\x87\x40\x1a\xa3\x3a\x25\xe4\x8e\xab\xba\x63\xa2\x97\x67\x11\x69\x62\xf6\x1f\x13\x03\x8b\x44\xfd\x04\x1c\xfd\xc0\x09\xbe\x86\xcc\xef\x79\x32\xf9\x89\x85\xf7\x35\x32\x68\x5f\x23\x03\x57\xec\x11\xdf\xc1\xff\x13\x5c\x6c\x54\x23\x05\xe7\x6a\x4a\xf3\x47\x97\x27\xdb\xe8\xa1\x28\x1f\x03\x83\x4b\xd5\xd1\xcb\x4c\xdc\x38\x10\x35\xe3\x22\x9a\x5c\xb5\xc7\xca\x20\xf7\x3e\xe8\x28\x92\xf0\xd1\x16\x56\x3b\xbd\x99\xc3\x6d\x11\x97\x53\x67\xb6\x92\x0c\x2e\x7a\xf3\x8b\x28\x35\xbf\x71\x66\x58\x76\xdd\x04\x5b\x66\x23\xfe\x23\x5f\x8d\xd7\x2b\x5f\xd2\xe6\xf9\x59\xe0\x39\xc6\xa4\xea\xba\x40\x48\x40\x1d\x9f\x9d\x6e\x49\x41\xd8\x46\xca\x0c\x1a\x62\x51\xee\xe7\x23\xc1\x78\xd3\x47\x11\xfe\x78\x38\xde\xb4\x8d\xfb\x03\xf2\xfe\x59\xd7\xc5\xfc\x85\x47\x57\x3c\xbd\xf9\xe8\x8a\xe6\xae\x40\xfe\x1b\x1c\x09\x44\x52\x3a\x8c\xc9\xde\x3e\xea\x49\xd0\x3a\xce\x10\x7d\xfc\x31\x8a\x3f\xee\x4f\x88\x9e\x00\xf8\x0a\x69\x2f\x9e\x71\x20\xe8\x45\xa3\x72\x08\x61\x83\x55\x1c\x1a\x7e\x4c\x7b\xf3\x82\x6b\xc4\x33\xc6\x3a\xde\x24\x12\x1c\x33\xbd\xb7\x4a\x1c\x17\x1e\x0e\xd3\x99\xa7\x7c\x24\xb5\x59\x71\x24\x22\x5c\xcc\x79\x5f\x0e\x0b\x3f\x62\x1f\xbe\x2f\x3e\x7c\x3c\x4a\xe6\x35\xee\xb9\xd8\x70\x90\xf7\xd6\x08\x8f\xd9\xd8\x07\xf3\x6f\x89\x19\x9f\xb7\xc1\xb2\x0e\x78\x30\x53\x0c\x0e\x65\xc3\x9f\x37\x28\xb0\x0e\x61\xf8\x12\x25\xc3\x33\x5c\x8f\xb9\x01\xaf\xc0\xf6\xe3\x41\x73\xc4\x83\x70\xef\x85\xde\x87\xb6\xdb\x46\xa3\x7c\xcf\xfa\x10\x43\xb1\x97\x88\x6f\x0f\x24\xbf\x21\xee\xcc\x96\x8c\xeb\xc7\x7d\xc4\x91\xf2\x96\xeb\xcc\xe0\x17\x48\xb8\x7c\xc2\xda\xaa\x44\x24\xf3\x99\xa4\x5c\x89\xea\x5a\xfa\xac\x87\x1f\x84\x3c\xd9\xf0\x0c\x96\x50\x9f\xab\xa7\x9e\xe2\x9a\x83\x41\x69\x51\xee\xf6\xbc\x84\xb9\xbb\xc3\xcc\xcb\x24\x80\x2a\x6e\xea\xa8\x20\x21\xff\x34\x6e\x4b\x9e\xaf\xd3\xd3\xf3\x6d\x73\x48\xe4\xe8\x5c\xf0\x2b\x03\xa9\x3c\x31\xa0\x39\xf1\x90\x24\x8f\x65\x14\xbd\xda\x83\x39\x90\x98\x2e\x37\x79\xa6\xe5\xa3\xe8\x66\x9c\x1c\x2e\xae\xd9\x5e\x0c\x61\x01\x14\x52\x03\x02\x52\x59\xae\x0f\x89\x63\xa1\xad\x42\x80\xf5\xdd\x8a\x24\x1a\xf5\x1b\x42\x7c\x4d\xc7\x3c\xce\x49\x77\x27\x66\xdf\xc2\x05\x52\x0e\x5a\x15\x7e\xb8\xb3\x71\xc8\x0b\x9b\x6e\x1c\xee\xf9\x56\x3f\x8e\x10\xe2\x6b\xc6\xc1\xbd\x3c\x41\xb0\x0f\x2f\xe2\x7d\xe3\x21\xe5\x50\xef\xc3\x86\xde\x93\x6e\x3c\x44\x1f\x1e\x7c\x1d\x9c\xd7\xf0\x40\x16\x23\xf9\x83\xcd\x9b\xd3\x83\x53\x4a\xc4\x11\x36\x23\x22\x88\xa3\x78\xf6\x5a\xd4\x97\xb7\x38\xaf\x34\x6a\x3a\xd0\xc0\x05\xec\xc1\xe6\x4e\x21\x1d\x97\x17\xe9\x20\x63\x5d\xa8\x5c\x27\x85\x5f\x3e\x78\x05\xce\x2e\x34\x89\x7c\x17\x1e\x19\x10\xf0\x6c\x25\x0b\x79\x3e\xc9\xed\x71\x66\x75\x41\xaf\xd3\xc6\x1c\xab\x06\x94\x63\xd1\x53\x38\xe3\x9d\xa1\x74\x16\x18\x5b\x99\x29\x9f\x98\xcc\x2a\xde\x56\x83\xda\xe5\x77\x91\x03\x98\x2f\x72\xb1\x46\x16\xed\x9a\xe3\x27\xf6\x74\x28\xfe\xac\x96\x37\x89\x1c\xc1\x1c\x35\xca\x2c\xc2\xad\x3e\x25\x10\x4f\x76\xeb\x36\x67\x5b\xb8\xad\x35\x33\x8b\x80\x14\xd0\xe0\x4f\x6e\x96\xee\x7d\x67\xcf\x0d\xe0\x61\xa3\x86\x1e\xdd\xc7\x14\xfe\xc0\x00\xc0\x36\xee\x1f\x01\xd8\x82\xbc\xac\x44\xc3\x08\x58\xc0\x7d\x03\xd1\x87\x99\xbf\x7e\x20\xe0\x1b\x5f\x39\x90\x13\x1b\x85\xbe\xe7\x51\x14\xb3\xfb\xff\xbe\xf1\x8d\xd4\x1d\x10\x67\xf4\x60\xcc\x88\xe0\xa3\x8f\x64\x38\xa2\x0f\x62\x21\xac\x59\x38\xc0\x34\x36\x43\x8f\x33\xdf\x54\x4d\x4b\x08\x55\xb6\xee\xc3\xf8\x8d\xf8\xea\x06\x47\x14\xf4\xed\x9d\x8a\x24\x3c\xb9\xf8\xe6\x88\xbf\x17\x2f\x4a\x18\x7c\x99\xf2\x88\xd0\x47\xa0\xfd\xd3\x91\xaf\xdd\xc8\xa3\xe1\xe2\x9e\xee\xa2\x2f\xaf\x4c\xdf\x73\xb9\xf7\x2d\x9d\xf8\x0d\xa1\xf1\x63\x52\x9d\xdc\xfd\x5b\x9b\x2c\x67\xef\x32\x27\x3e\x78\xe3\xea\x8e\x70\xb0\xc3\x53\xf4\x2b\x7e\x46\xa1\xa9\x2b\xf1\xfb\x5f\x48\x8a\x5f\xd2\x60\x53\x8c\xda\x61\xf8\x4a\xaa\x0f\x1e\xf6\xb3\x83\x71\x91\x6d\x4c\x2a\x08\x48\x3a\x28\x0f\xde\x76\x41\xbc\x65\x6b\xaf\xd5\xf8\x16\x30\x12\x98\x30\x87\x60\x64\x3a\x0e\x34\x3a\x74\x73\x3d\x66\xec\xa8\x4b\xd5\x4d\xe9\x3e\xa1\xc1\x4c\x82\x1f\x30\x28\xf8\x01\x03\x79\xa5\xfd\x24\xc8\x88\x70\x1e\x16\xec\xdd\x55\xf1\x28\x3b\x3e\xf8\x7c\x3e\xae\xc9\xc4\x59\x7c\x37\x26\xca\xc8\x57\x93\x5e\xcc\x80\x1d\xe6\x49\x2c\x5d\x98\xc3\xc6\x44\x76\xd8\x45\xad\xc7\x37\xa8\xc3\x22\x79\x16\x29\xca\xd2\x97\xa0\xe3\x99\x88\x4d\x35\xcc\xdb\x36\x6b\x7e\xd2\x09\x46\xc8\x78\x7a\x2a\x3b\xc7\x6d\x5a\x48\x5f\xd4\x04\xe2\xbd\xc3\x1c\xf8\xb5\xfa\xbc\x8b\x6b\x63\x0b\x86\x19\x7a\xa3\x76\x02\x48\x3a\x75\xbe\xda\x60\xfe\x8b\x39\x42\x32\xd5\xd8\x11\x93\x7e\x03\x66\x06\x52\x5e\xeb\x4e\xed\x6d\xee\x59\x18\xfe\x08\x08\x9e\x42\x0f\x4a\x39\x44\xb6\xce\xf4\x92\x79\xa3\x77\xea\x38\x5e\xd6\x5d\x28\x4f\x2f\xb1\xe3\xba\x7b\x2b\x05\xa7\x18\x5f\x40\xd0\x4b\xec\x5a\x53\x24\x8e\x7b\x8e\x33\xdf\xb2\x1e\x8c\x1a\xb9\x90\x7b\x5d\xad\xf3\x72\x02\x4b\x37\x16\xda\xe0\x88\xe4\xab\xda\x18\x8d\xd2\x43\xb8\x66\xfe\xf8\x50\x61\x3d\xe3\x8b\x3e\xb0\xc8\x45\x83\x8c\xd8\x9a\x81\x7c\xa1\x85\xd1\x10\x67\x9b\xf8\x03\x83\xe4\xcf\x07\xac\x57\xee\xb9\xf5\x73\x7e\xa9\xa3\x5d\xf2\x95\x22\x3e\xc3\x4a\xf9\x0c\x46\x53\xc7\x16\xb8\xf9\xea\xf7\x8d\x0c\x03\x62\x9d\x7b\xae\xf9\x63\x63\x6b\xcb\xee\xae\x5e\x65\x78\xfb\xbe\xdb\xa8\xa3\xf2\x7d\x29\xb6\xf2\x47\x0b\xca\x7b\x92\xeb\xbd\xce\x12\x2e\xbd\xee\x91\x3c\x65\xf4\xed\x8a\xf2\xf1\xf6\x3e\x1d\x71\x8f\xc1\x13\x51\xdb\x04\x38\x12\xcf\xfa\xef\xee\xed\x68\x34\x97\x80\x21\x06\xb8\x6d\x31\x94\xbe\xfc\xaa\x19\x04\x4e\xf2\x70\x1a\x4c\x06\xba\xfb\xc1\x2b\xc2\x37\xfb\x18\x71\xdf\xf2\x55\x56\x7e\x7b\x85\x9f\x34\xd6\x70\x1f\x3d\xd0\xec\xdb\x06\x6a\x3c\x3a\x32\xa1\xb0\xdf\x7b\x56\xe8\x51\x34\x8a\x2f\xcf\x31\x3c\x84\xe4\xab\x2d\xc3\x1e\x9f\xce\x72\x9f\x6b\xf9\x80\xdf\x21\x53\x90\x67\x94\xb2\x75\xd3\x36\xb4\x3c\x30\x11\xdb\xd3\x4a\x2f\x2d\xaf\x9b\xa9\x00\x13\xf8\x5d\x36\xe8\x4d\x37\xab\x73\x81\x6c\x92\x1f\xf8\xda\x9b\xaf\xd5\x37\x7d\xbe\xb5\x3a\x6c\x81\x5c\xa9\xdd\xfa\x9a\x0b\xac\xd6\xa9\x15\x04\x35\xb5\x4e\xb3\xe4\x78\x4f\x54\x51\xe0\x4b\xcd\x09\x60\xe1\xe6\xe0\xbb\x62\x84\xae\x61\x9f\xf1\x54\x71\xcd\x48\xb2\xd3\x37\xc8\x4e\xaf\x39\x7b\xda\x83\x8d\xca\x55\x1b\x0d\xea\x58\xbd\x9b\xb6\x9c\xd4\x79\xc1\xd7\x2e\xc7\xf0\x86\xb9\x4d\x99\xef\x27\x78\x7b\x45\x99\x13\xac\x01\x72\x8a\x00\xc0\x1e\xc7\x42\x58\xab\x2a\xa0\x58\x85\x35\x5e\x53\xd6\x31\x68\x44\x00\x8c\xe1\xf1\x51\xab\x23\x35\xf4\xcc\x1e\x8f\x4a\x7d\x36\x93\x51\x35\xcb\xbf\xe3\x13\x50\x0a\x7d\x29\x3f\x03\xa8\x65\xd3\xf4\xfc\xd2\xfe\x9e\xc5\xad\xd5\x67\x87\xa6\x5f\x2c\x9f\xc5\xad\xd5\xe7\x09\xa6\x04\x7a\x8a\x2a\x81\x3e\x8e\xab\x1d\xdf\xf9\xa6\xbe\xda\x61\xd5\x0f\xb4\x41\x5d\x87\x17\x57\x7c\x7f\xfc\xca\x15\x4c\x7a\x9c\xd4\x0c\x29\x74\x5c\x79\xae\xe7\x15\x09\x11\xe5\x6c\xd7\x67\x5c\x72\x6f\xdf\x93\xba\x61\xe7\x93\xea\x73\x3b\x05\x2f\x07\xb2\xd1\x79\x39\xac\x3e\x97\x3d\xc7\x8c\x6f\x32\x78\x98\xc3\xb6\xde\x19\x58\xfa\x0b\xc0\xd2\x57\x04\x96\x5e\xcb\x77\x9c\xa6\xad\xd2\xa1\xb3\x2b\xfb\x1c\x91\x02\x41\x2b\x2f\xcf\x68\x05\x38\xbb\xc8\xe7\x6a\xc1\x3a\x93\xa9\x94\xad\xbb\x90\x05\x9f\xa0\x05\xfd\xc2\x94\x08\xde\xa7\x0e\x64\xae\x35\x56\x03\xe4\xf4\x5b\xdd\xad\xe4\x59\x3c\x56\x0c\x68\x0c\xef\x25\x27\x80\xc5\xeb\x45\x04\x6b\x3c\x12\x4e\x71\x3c\x63\x44\xe0\xd7\x31\xa3\x14\x0e\xe6\x81\x85\x71\x11\xdc\xbb\x7c\xe8\x66\x01\xf7\xb9\x6c\xa6\xa3\x90\xd6\xbd\x01\x5a\xcf\x63\x38\xed\xb4\x13\x54\x0a\x5b\x11\x4d\x4d\x62\x8b\xf5\xe5\x20\xfb\xc6\x24\x42\x8b\xed\xdd\x20\x7c\x69\x52\x60\xbf\xf8\xe1\x14\x05\x13\xe9\x15\x32\xab\xe4\x98\xbc\x85\x47\x81\x2d\x6d\x65\xb0\x44\xa9\x4d\x4f\xf3\xa2\xaf\xb8\x68\x9e\xdd\x9d\x72\xd7\x50\x35\x3f\xbc\x4f\xa9\x2d\x42\x30\xb5\x90\x95\xf8\x81\x7c\x8d\x5c\x11\x40\x79\x3b\x41\x3c\x49\xdb\xb0\x32\x94\x06\xf7\x89\xc1\xa8\x81\x37\xd0\x27\x82\xb9\x1d\x7d\x60\xd3\xde\x96\xf9\xca\x37\x36\xfd\x6c\x02\x1c\xc3\xd1\x1d\x63\xb7\xea\xb2\x10\x9d\xe3\xa7\x69\xf2\x11\x7a\x19\x5c\x31\x1c\x81\xc2\xf3\x1d\x7e\x12\x26\x70\x3f\x1a\xca\xe1\xe8\xc3\xa7\xa8\x34\x90\x6f\xd2\x42\x50\x27\xf8\x7e\x17\x87\x43\xcb\x5d\xa3\x39\x14\x79\xeb\xa0\x61\xc8\xbd\x55\x0a\xe8\x7b\x5d\x4b\x31\x2e\xe6\x9f\x50\xfe\xff\xf2\x8a\x74\x38\x00\xff\x96\xf4\x91\xfe\xff\x5d\xde\x92\x1e\x5b\x66\xdd\x63\xd2\x78\x2c\x77\x81\xcb\x01\xf1\x3e\x8e\x1c\x57\xd1\x7e\x46\x8d\x70\x9f\x22\x23\x76\xe5\x23\xcb\x9b\x7d\xcd\xe2\x2b\x56\x1b\x6c\xd1\x71\x7f\xc1\x7d\x8e\xa8\x37\xa9\x31\x7d\xf2\x28\x1e\x82\xe4\x4c\xbd\x45\x92\xaf\xd6\x88\x54\x9f\xed\x28\xd5\x7a\xb4\x80\x49\x42\x5d\x34\x96\x37\xf9\x54\x2d\x6f\x6a\xdd\xda\xa3\x21\xc7\x9b\x3b\x1a\xb5\x54\x92\x9b\xbe\x76\x55\x64\x96\x99\x28\x60\x30\x15\xc9\x09\xaf\xef\x4b\x8e\x3c\x9e\x8a\xaf\x09\x48\x4a\xf3\xa7\x51\x18\xc1\x88\xb5\x99\xb8\xeb\xa0\x51\x00\xcd\xf2\xaa\x60\x2c\xe3\xf8\x54\xc9\x0d\xbf\x4c\x2b\x39\xfa\x91\x4f\x7c\xdf\x53\x72\x96\x88\x1f\x42\x94\x1b\x1b\x9f\xce\xdf\x5a\xb7\x7d\xdf\x56\xcb\xa1\x9f\x7f\x16\xd8\x95\x4e\xa0\xcd\xed\xcf\xb4\x9b\x7e\x01\xb6\x1b\xac\xe1\xab\xe1\x4b\xed\x8e\x3e\xd9\x32\x82\x93\x47\x0a\x52\xf7\x3a\xc7\x0b\xfc\xd6\xc2\x1d\xf3\xc8\xac\xe3\x6f\x49\x5f\x10\x8b\x29\xd2\xab\x53\x2d\xc1\xa7\x3c\xd5\x3a\x82\x2f\x7e\x1e\x5d\x05\x86\x9c\x7c\x1a\xd4\x17\x29\x5e\x51\x14\x20\x57\x9f\x17\xee\xe5\xe5\x57\x79\x5a\xf7\xfa\xcd\x15\x25\x57\xed\x9d\x38\x8c\x74\x5d\xd8\x63\xa0\x1f\xd0\xb4\xef\x2d\x9c\x5e\xb8\x4f\x94\x06\x2b\xad\x4d\xf2\xe7\x0f\xb3\xe0\xcb\xde\xda\x38\x8d\xbf\xd1\x8f\x7b\xa9\xc1\x54\x69\x95\x1f\xa7\xe7\xe0\xdf\x7d\x67\xed\x04\x57\x91\x47\x64\xaf\xcf\x10\xeb\x0a\x4c\x0e\xa3\xd8\x72\x8b\x83\xc6\x1d\x4a\x21\xbd\x87\x67\x65\xd4\xc1\x57\x3e\x1a\x1c\xb6\x15\x1c\x2a\xf7\x8c\x75\xf6\xae\x61\xfc\x88\x54\x08\x98\xc9\xfe\xb3\xb7\xe2\xa2\x86\x9d\x93\x69\x5a\x21\x7a\x34\x2e\xaa\x34\x1f\x06\x70\xdf\x73\x71\x62\x14\x30\x65\xdc\xd9\xbc\x55\x19\x8f\x4d\xdf\x0a\x7b\xdf\xd7\x91\x03\x90\x5b\x71\xad\x05\x10\xf6\x5d\xf7\x00\x68\xfe\xeb\xbc\x0a\x30\xe6\x29\x9a\x3d\xfa\x68\x6b\xf4\xb5\x56\xab\x69\x1f\x9f\x6b\x06\xd1\xb6\xf1\x71\x48\xbd\x63\xf4\x1e\x99\x2c\x68\x19\xf8\xdc\x17\x92\x83\x22\xed\x88\x8b\xc2\x4e\x70\x42\xf1\xe7\x22\xef\xfd\x9a\xb3\x21\x98\x4d\xee\xab\x4c\x5e\x10\x0a\xea\xc0\xe0\xbf\x42\x18\xef\xb4\x12\x8d\x7b\x5a\x83\xc6\x7d\x04\x5c\x9c\xc0\xc6\xcf\xaf\xf0\x4b\x58\x88\x1b\x31\x87\x96\x29\x15\xd9\x84\x25\x6f\xfc\x2d\x8d\x10\x07\xc5\xd2\x13\x86\xfb\xc2\xe6\x2c\x69\xf8\x2f\x94\x87\xdd\xf2\xb7\xc5\x83\x83\xc0\xe7\x86\x47\x9a\xcf\x0d\x3f\x61\xee\x73\xe7\xbe\x29\x3e\x2d\xf5\x9e\xf9\x6f\x39\x36\xe5\xc1\x5e\x3e\xb3\xde\x3d\xc0\x87\x64\xbf\x0b\x6a\x84\xdf\x23\x8f\x73\xc7\x6d\xe8\xe7\x4f\x47\x4d\x18\xb3\x8c\xb6\x4c\xb5\x3a\x82\x18\xf7\x15\xc4\xe8\x75\x69\xa0\x5f\xbe\xa6\xab\xc7\x4a\xf4\xf9\xe3\x31\x31\x7b\x66\xeb\x48\x39\x64\xb4\x36\x30\x0e\x69\x8f\xbe\x0b\xac\xdf\xa2\xd3\xd8\x76\xf7\xe5\xc5\x5f\x90\xed\x47\x38\xfb\xd1\xdf\xf1\xd7\x7e\x39\xe8\xdc\xaa\xc4\x9f\x67\x9e\x7e\x97\x59\xc1\xec\x89\x7b\x58\x04\x26\xaf\xe1\xc3\x14\xa0\x8f\xe1\x1b\x63\x90\x2b\x4e\x1c\xdf\x9d\x6d\xd5\xfc\x2d\xd7\xa0\x10\xe5\x9d\xbe\x81\xbd\xdb\x8d\x3b\xfa\x44\x5c\x54\x49\xbe\x4c\xe7\x3e\x43\x35\xad\x6c\xb7\xf5\xdc\x22\xda\xed\xa3\xd9\x45\xfc\x6d\x28\x07\x6a\x5c\xbe\x1d\xc7\x0f\xb1\xd1\xcf\xf4\x0d\x7e\xba\xb5\x92\x6b\x45\xd0\x86\x39\x98\xf9\x99\x5d\x34\x82\x52\x4c\x39\x6e\x95\x3e\x57\x7b\x3e\x96\xf5\xdb\x39\xbc\x38\x94\x83\xb3\xf9\xcf\xc8\x09\x91\x1c\x72\xe6\x0b\xfc\x9e\x1f\xa0\xc2\x4e\xa5\xc0\xb8\xdc\x08\x8a\xe8\xbc\x09\x88\xe9\xd5\xaf\x6f\x2e\x47\x90\x33\x1b\x54\x4b\x66\x36\x74\xfc\x6d\xf0\x70\xfb\x8a\x2b\xc7\x4d\x01\xee\x9b\xf9\x19\x08\xe4\xd1\x09\x08\x0d\x79\xcf\x2c\x88\x67\xb6\x21\xa5\xb6\x22\xdf\xcb\x8e\x51\x3a\x93\xdf\x31\x50\xf0\x3a\xa5\x40\xd9\xe3\x94\x93\x5e\xeb\xb0\xcf\x5a\xdc\x10\x9e\x1f\x48\x88\x40\xc0\x0f\x24\xd4\x76\x76\x78\x06\x4d\x2a\xeb\x6d\x55\xa8\xe0\x28\xf0\xef\x34\xcb\x40\x0d\xc4\xb7\x6c\x10\xda\xb4\x1b\x26\x11\x6e\xe5\xa4\xb7\x33\xfc\x8a\x96\x4e\x37\x22\xef\x17\x81\xf5\xdb\x90\xdf\xd6\x97\x1a\x06\xbc\x5e\x39\xc4\x98\x41\xe9\xe5\x99\x7f\xb7\x13\xb6\xa7\xd1\x64\xb6\xd5\x4d\xe9\x2c\x55\x3a\x9b\x37\x94\x17\x01\xf3\x47\xfd\x3b\xbb\x10\x29\xdf\x27\xe4\xcf\x82\x8f\x26\x11\x36\xa5\x33\x99\xb4\xb4\xaf\x60\x3d\x0c\xf0\x22\x19\xf3\x18\x37\x68\xe5\xdb\x01\xb8\x32\xee\x31\xbb\xb5\xef\xfb\x04\x3b\xc4\x7f\x6c\xc3\x9f\xcf\xae\x77\x3e\x97\x67\x7b\x66\x28\x3d\xb9\x18\x06\x27\x97\x45\x0b\x2c\x56\xad\xbc\xad\xc2\xff\xae\xd9\x8f\xeb\x4a\xc2\xbd\x67\x79\x1d\xd1\x5e\x31\xc8\x65\x1b\x4d\x7a\x78\x1f\x5d\x20\x68\xb2\x82\x99\xe7\xcc\x62\x80\xf2\xf7\x72\x35\x04\x6e\x85\x5f\xe5\xb7\xda\xf1\x7c\x33\x8d\x05\x07\x0e\x35\x1e\x5c\x7b\x27\x39\x01\xcc\xdc\x03\x4b\x36\x74\x84\x38\x5a\xa8\xe3\xd1\xfe\x5d\xf7\x50\x7f\x18\xca\x22\x2e\x2c\xca\x41\x7e\x66\x5b\xb9\x7b\x31\x0a\xc2\x30\xd8\x50\x0a\x09\xf3\xb2\xef\x23\x39\xcd\x95\xcd\x0c\xdc\x8a\x1a\x7c\xb9\x7e\xbf\x08\x60\x21\x8a\x07\x2f\xa7\xcb\x18\xa4\xfc\x4b\x21\x56\xc9\x47\x89\x69\xf8\x34\x7a\x5c\xd7\xcc\x8f\x41\x18\x4d\x74\xff\xe7\xa1\x3c\x51\x27\x97\xa4\xac\x12\x47\x10\xc9\x13\x7b\x01\xec\x93\xae\x5d\x3d\x79\x18\x3e\x6c\xc7\x16\x21\x0f\xc0\x0f\xe1\x71\xe1\x8f\xfa\xea\x9d\x8e\x03\x46\x0d\x6a\xf3\x6f\xfa\x60\x9e\xfc\x0e\xdb\x15\xb3\x87\x34\xdd\xfd\x27\xd7\xfa\xdf\x12\x0d\xb6\xf0\x4d\x68\x06\x1e\xda\xff\x23\x0d\xb9\x37\x3c\x74\x7e\xf6\x7b\x84\x17\x5c\x99\x66\x84\xc8\xdd\xe9\xf1\xd7\x17\x14\x55\xb8\x79\xcd\x37\x71\x3c\x9e\xe8\xc7\xfd\x88\x8a\x9a\x9a\x20\x4a\x5f\x7c\xfb\x21\xf3\xaf\x74\xe2\x12\x9e\x14\x54\x9d\xbe\x8b\x25\x9f\xb6\xf8\xc1\xbd\xd0\x99\x7c\xec\x9b\x66\xfb\x29\xc9\xd7\x3c\x27\xfa\x9b\xe0\x09\x5c\x89\xd7\x45\x4c\x1a\x25\x13\xf9\xc9\xa9\xef\xb9\xe1\xef\x49\x4b\x25\x06\x82\xc7\xd9\xbe\xdf\x21\x43\x3e\x8e\x8c\x8c\x0d\x32\xf8\xed\x64\xfc\x2c\xf0\xb3\xc8\xef\xf0\xeb\x80\x5f\x87\xb2\xfc\x2c\x95\xc1\x61\xa8\x3a\x69\x7d\x1b\xe4\xdc\xe1\x37\xbf\x36\x86\x2f\xd3\xa3\x1f\x7d\x56\xd0\x7e\xe0\x49\x38\xf9\x16\x33\xf2\xed\x07\xe5\xcb\x57\x4a\x9e\xf9\x0f\x96\x3c\x64\xff\xd8\x9d\x66\x21\x45\x39\xdc\xbd\x66\x49\xf2\x21\xd8\x04\xe9\xb2\xda\xa0\xa4\x29\x97\xc7\xa1\x99\x92\xa4\xbc\x36\x3f\x64\x7e\x5c\x9a\x42\xae\x1f\x95\xa6\x92\xff\x17\x00\x00\xff\xff\x71\xa3\x99\xa6\x51\x8d\x00\x00")
func confLocaleLocale_enUsIniBytes() ([]byte, error) {
return bindataRead(
@@ -787,7 +787,7 @@ func confLocaleLocale_enUsIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 36142, mode: os.FileMode(420), modTime: time.Unix(1439104292, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 36177, mode: os.FileMode(420), modTime: time.Unix(1439138135, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
diff --git a/modules/git/repo_tag.go b/modules/git/repo_tag.go
index 45a1df7083..8f37d31a2b 100644
--- a/modules/git/repo_tag.go
+++ b/modules/git/repo_tag.go
@@ -20,12 +20,8 @@ func (repo *Repository) IsTagExist(tagName string) bool {
return IsTagExist(repo.Path, tagName)
}
-// GetTags returns all tags of given repository.
-func (repo *Repository) GetTags() ([]string, error) {
- if gitVer.AtLeast(MustParseVersion("2.0.0")) {
- return repo.getTagsReversed()
- }
- stdout, stderr, err := com.ExecCmdDir(repo.Path, "git", "tag", "-l")
+func (repo *Repository) getTagsReversed() ([]string, error) {
+ stdout, stderr, err := com.ExecCmdDir(repo.Path, "git", "tag", "-l", "--sort=-v:refname")
if err != nil {
return nil, concatenateError(err, stderr)
}
@@ -33,10 +29,14 @@ func (repo *Repository) GetTags() ([]string, error) {
return tags[:len(tags)-1], nil
}
-func (repo *Repository) getTagsReversed() ([]string, error) {
- stdout, stderr, err := com.ExecCmdDir(repo.Path, "git", "tag", "-l", "--sort=-v:refname")
+// GetTags returns all tags of given repository.
+func (repo *Repository) GetTags() ([]string, error) {
+ if gitVer.AtLeast(MustParseVersion("2.0.0")) {
+ return repo.getTagsReversed()
+ }
+ stdout, stderr, err := com.ExecCmdDir(repo.Path, "git", "tag", "-l")
if err != nil {
- return nil, errors.New(stderr)
+ return nil, concatenateError(err, stderr)
}
tags := strings.Split(stdout, "\n")
return tags[:len(tags)-1], nil
diff --git a/modules/identicon/block.go b/modules/identicon/block.go
new file mode 100644
index 0000000000..f8a6c6a341
--- /dev/null
+++ b/modules/identicon/block.go
@@ -0,0 +1,405 @@
+// Copyright 2015 by caixw, All rights reserved
+// Use of this source code is governed by a MIT
+// license that can be found in the LICENSE file.
+
+package identicon
+
+import (
+ "image"
+)
+
+var (
+ // 可以出现在中间的方块,一般为了美观,都是对称图像。
+ centerBlocks = []blockFunc{b0, b1, b2, b3}
+
+ // 所有方块
+ blocks = []blockFunc{b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16}
+)
+
+// 所有block函数的类型
+type blockFunc func(img *image.Paletted, x, y, size float64, angle int)
+
+// 将多边形points旋转angle个角度,然后输出到img上,起点为x,y坐标
+func drawBlock(img *image.Paletted, x, y, size float64, angle int, points []float64) {
+ if angle > 0 { // 0角度不需要转换
+ // 中心坐标与x,y的距离,方便下面指定中心坐标(x+m,y+m),
+ // 0.5的偏移值不能少,否则坐靠右,非正中央
+ m := size/2 - 0.5
+ rotate(points, x+m, y+m, angle)
+ }
+
+ for i := x; i < x+size; i++ {
+ for j := y; j < y+size; j++ {
+ if pointInPolygon(i, j, points) {
+ img.SetColorIndex(int(i), int(j), 1)
+ }
+ }
+ }
+}
+
+// 全空白
+//
+// --------
+// | |
+// | |
+// | |
+// --------
+func b0(img *image.Paletted, x, y, size float64, angle int) {
+}
+
+// 全填充正方形
+//
+// --------
+// |######|
+// |######|
+// |######|
+// --------
+func b1(img *image.Paletted, x, y, size float64, angle int) {
+ isize := int(size)
+ ix := int(x)
+ iy := int(y)
+ for i := ix + 1; i < ix+isize; i++ {
+ for j := iy + 1; j < iy+isize; j++ {
+ img.SetColorIndex(i, j, 1)
+ }
+ }
+}
+
+// 中间小方块
+// ----------
+// | |
+// | #### |
+// | #### |
+// | |
+// ----------
+func b2(img *image.Paletted, x, y, size float64, angle int) {
+ l := size / 4
+ x = x + l
+ y = y + l
+
+ for i := x; i < x+2*l; i++ {
+ for j := y; j < y+2*l; j++ {
+ img.SetColorIndex(int(i), int(j), 1)
+ }
+ }
+}
+
+// 菱形
+//
+// ---------
+// | # |
+// | ### |
+// | ##### |
+// |#######|
+// | ##### |
+// | ### |
+// | # |
+// ---------
+func b3(img *image.Paletted, x, y, size float64, angle int) {
+ m := size / 2
+ points := []float64{}
+
+ drawBlock(img, x, y, size, 0, append(points,
+ x+m, y,
+ x+size, y+m,
+ x+m, y+size,
+ x, y+m,
+ x+m, y,
+ ))
+}
+
+// b4
+//
+// -------
+// |#####|
+// |#### |
+// |### |
+// |## |
+// |# |
+// |------
+func b4(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ drawBlock(img, x, y, size, angle, append(points,
+ x, y,
+ x+size, y,
+ x, y+size,
+ x, y,
+ ))
+}
+
+// b5
+//
+// ---------
+// | # |
+// | ### |
+// | ##### |
+// |#######|
+func b5(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x+m, y,
+ x+size,
+ y+size,
+ x, y+size,
+ x+m, y,
+ ))
+}
+
+// b6 矩形
+//
+// --------
+// |### |
+// |### |
+// |### |
+// --------
+func b6(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x, y,
+ x+m, y,
+ x+m, y+size,
+ x, y+size,
+ x, y,
+ ))
+}
+
+// b7 斜放的锥形
+//
+// ---------
+// | # |
+// | ## |
+// | #####|
+// | ####|
+// |--------
+func b7(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x, y,
+ x+size, y+m,
+ x+size, y+size,
+ x+m, y+size,
+ x, y,
+ ))
+}
+
+// b8 三个堆叠的三角形
+//
+// -----------
+// | # |
+// | ### |
+// | ##### |
+// | # # |
+// | ### ### |
+// |#########|
+// -----------
+func b8(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ mm := m / 2
+
+ // 顶部三角形
+ drawBlock(img, x, y, size, angle, append(points,
+ x+m, y,
+ x+3*mm, y+m,
+ x+mm, y+m,
+ x+m, y,
+ ))
+
+ // 底下左边
+ drawBlock(img, x, y, size, angle, append(points[:0],
+ x+mm, y+m,
+ x+m, y+size,
+ x, y+size,
+ x+mm, y+m,
+ ))
+
+ // 底下右边
+ drawBlock(img, x, y, size, angle, append(points[:0],
+ x+3*mm, y+m,
+ x+size, y+size,
+ x+m, y+size,
+ x+3*mm, y+m,
+ ))
+}
+
+// b9 斜靠的三角形
+//
+// ---------
+// |# |
+// | #### |
+// | #####|
+// | #### |
+// | # |
+// ---------
+func b9(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x, y,
+ x+size, y+m,
+ x+m, y+size,
+ x, y,
+ ))
+}
+
+// b10
+//
+// ----------
+// | ####|
+// | ### |
+// | ## |
+// | # |
+// |#### |
+// |### |
+// |## |
+// |# |
+// ----------
+func b10(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x+m, y,
+ x+size, y,
+ x+m, y+m,
+ x+m, y,
+ ))
+
+ drawBlock(img, x, y, size, angle, append(points[:0],
+ x, y+m,
+ x+m, y+m,
+ x, y+size,
+ x, y+m,
+ ))
+}
+
+// b11 左上角1/4大小的方块
+//
+// ----------
+// |#### |
+// |#### |
+// |#### |
+// | |
+// | |
+// ----------
+func b11(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x, y,
+ x+m, y,
+ x+m, y+m,
+ x, y+m,
+ x, y,
+ ))
+}
+
+// b12
+//
+// -----------
+// | |
+// | |
+// |#########|
+// | ##### |
+// | # |
+// -----------
+func b12(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x, y+m,
+ x+size, y+m,
+ x+m, y+size,
+ x, y+m,
+ ))
+}
+
+// b13
+//
+// -----------
+// | |
+// | |
+// | # |
+// | ##### |
+// |#########|
+// -----------
+func b13(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x+m, y+m,
+ x+size, y+size,
+ x, y+size,
+ x+m, y+m,
+ ))
+}
+
+// b14
+//
+// ---------
+// | # |
+// | ### |
+// |#### |
+// | |
+// | |
+// ---------
+func b14(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x+m, y,
+ x+m, y+m,
+ x, y+m,
+ x+m, y,
+ ))
+}
+
+// b15
+//
+// ----------
+// |##### |
+// |### |
+// |# |
+// | |
+// | |
+// ----------
+func b15(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x, y,
+ x+m, y,
+ x, y+m,
+ x, y,
+ ))
+}
+
+// b16
+//
+// ---------
+// | # |
+// | ##### |
+// |#######|
+// | # |
+// | ##### |
+// |#######|
+// ---------
+func b16(img *image.Paletted, x, y, size float64, angle int) {
+ points := []float64{}
+ m := size / 2
+ drawBlock(img, x, y, size, angle, append(points,
+ x+m, y,
+ x+size, y+m,
+ x, y+m,
+ x+m, y,
+ ))
+
+ drawBlock(img, x, y, size, angle, append(points[:0],
+ x+m, y+m,
+ x+size, y+size,
+ x, y+size,
+ x+m, y+m,
+ ))
+}
diff --git a/modules/identicon/doc.go b/modules/identicon/doc.go
new file mode 100644
index 0000000000..23a8e9b919
--- /dev/null
+++ b/modules/identicon/doc.go
@@ -0,0 +1,39 @@
+// Copyright 2015 by caixw, All rights reserved.
+// Use of this source code is governed by a MIT
+// license that can be found in the LICENSE file.
+
+// 一个基于hash值生成随机图像的包。
+//
+// 关于identicon并没有统一的标准,一般用于在用户注册时,
+// 取用户的邮箱或是访问IP等数据(也可以是其它任何数据),
+// 进行hash运算,之后根据hash数据,产生一张图像,
+// 这样即可以为用户产生一张独特的头像,又不会泄漏用户的隐藏。
+//
+// 在identicon中,把图像分成以下九个部分:
+// -------------
+// | 1 | 2 | 3 |
+// -------------
+// | 4 | 5 | 6 |
+// -------------
+// | 7 | 8 | 9 |
+// -------------
+// 其中1、3、9、7为不同角度(依次增加90度)的同一张图片,
+// 2、6、8、4也是如此,这样可以保持图像是对称的,比较美观。
+// 5则单独使用一张图片。
+//
+// // 根据用户访问的IP,为其生成一张头像
+// img, _ := identicon.Make(128, color.NRGBA{},color.NRGBA{}, []byte("192.168.1.1"))
+// fi, _ := os.Create("/tmp/u1.png")
+// png.Encode(fi, img)
+// fi.Close()
+//
+// // 或者
+// ii, _ := identicon.New(128, color.NRGBA{}, color.NRGBA{}, color.NRGBA{})
+// img := ii.Make([]byte("192.168.1.1"))
+// img = ii.Make([]byte("192.168.1.2"))
+//
+// NOTE: go test 会在当前目录的testdata文件夹下产生大量的随机图片。
+// 要运行测试,必须保证该文件夹是存在的,且有相应的写入权限。
+package identicon
+
+const Version = "0.2.6.150603"
diff --git a/modules/identicon/identicon.go b/modules/identicon/identicon.go
new file mode 100644
index 0000000000..c0b1db3b01
--- /dev/null
+++ b/modules/identicon/identicon.go
@@ -0,0 +1,147 @@
+// Copyright 2015 by caixw, All rights reserved.
+// Use of this source code is governed by a MIT
+// license that can be found in the LICENSE file.
+
+package identicon
+
+import (
+ "crypto/md5"
+ "fmt"
+ "image"
+ "image/color"
+)
+
+const (
+ minSize = 16 // 图片的最小尺寸
+ maxForeColors = 32 // 在New()函数中可以指定的最大颜色数量
+)
+
+// Identicon 用于产生统一尺寸的头像。
+// 可以根据用户提供的数据,经过一定的算法,自动产生相应的图案和颜色。
+type Identicon struct {
+ foreColors []color.Color
+ backColor color.Color
+ size int
+ rect image.Rectangle
+}
+
+// 声明一个Identicon实例。
+// size表示整个头像的大小。
+// back表示前景色。
+// fore表示所有可能的前景色,会为每个图像随机挑选一个作为其前景色。
+// NOTE:前景色不要与背景色太相近。
+func New(size int, back color.Color, fore ...color.Color) (*Identicon, error) {
+ if len(fore) == 0 || len(fore) > maxForeColors {
+ return nil, fmt.Errorf("前景色数量必须介于[1]~[%v]之间,当前为[%v]", maxForeColors, len(fore))
+ }
+
+ if size < minSize {
+ return nil, fmt.Errorf("参数size的值(%v)不能小于%v", size, minSize)
+ }
+
+ return &Identicon{
+ foreColors: fore,
+ backColor: back,
+ size: size,
+
+ // 画布坐标从0开始,其长度应该是size-1
+ rect: image.Rect(0, 0, size, size),
+ }, nil
+}
+
+// 根据data数据产生一张唯一性的头像图片。
+func (i *Identicon) Make(data []byte) image.Image {
+ h := md5.New()
+ h.Write(data)
+ sum := h.Sum(nil)
+
+ // 第一个方块
+ index := int(sum[0]+sum[1]+sum[2]+sum[3]) % len(blocks)
+ b1 := blocks[index]
+
+ // 第二个方块
+ index = int(sum[4]+sum[5]+sum[6]+sum[7]) % len(blocks)
+ b2 := blocks[index]
+
+ // 中间方块
+ index = int(sum[8]+sum[9]+sum[10]+sum[11]) % len(centerBlocks)
+ c := centerBlocks[index]
+
+ // 旋转角度
+ angle := int(sum[12]+sum[13]+sum[14]) % 4
+
+ // 根据最后一个字段,获取前景颜色
+ index = int(sum[15]) % len(i.foreColors)
+
+ p := image.NewPaletted(i.rect, []color.Color{i.backColor, i.foreColors[index]})
+ drawBlocks(p, i.size, c, b1, b2, angle)
+ return p
+}
+
+// 根据data数据产生一张唯一性的头像图片。
+// size 头像的大小。
+// back, fore头像的背景和前景色。
+func Make(size int, back, fore color.Color, data []byte) (image.Image, error) {
+ if size < minSize {
+ return nil, fmt.Errorf("参数size的值(%v)不能小于%v", size, minSize)
+ }
+
+ h := md5.New()
+ h.Write(data)
+ sum := h.Sum(nil)
+
+ // 第一个方块
+ index := int(sum[0]+sum[1]+sum[2]+sum[3]) % len(blocks)
+ b1 := blocks[index]
+
+ // 第二个方块
+ index = int(sum[4]+sum[5]+sum[6]+sum[7]) % len(blocks)
+ b2 := blocks[index]
+
+ // 中间方块
+ index = int(sum[8]+sum[9]+sum[10]+sum[11]) % len(centerBlocks)
+ c := centerBlocks[index]
+
+ // 旋转角度
+ angle := int(sum[12]+sum[13]+sum[14]+sum[15]) % 4
+
+ // 画布坐标从0开始,其长度应该是size-1
+ p := image.NewPaletted(image.Rect(0, 0, size, size), []color.Color{back, fore})
+ drawBlocks(p, size, c, b1, b2, angle)
+ return p, nil
+}
+
+// 将九个方格都填上内容。
+// p为画板。
+// c为中间方格的填充函数。
+// b1,b2为边上8格的填充函数。
+// angle为b1,b2的起始旋转角度。
+func drawBlocks(p *image.Paletted, size int, c, b1, b2 blockFunc, angle int) {
+ // 每个格子的长宽。先转换成float,再计算!
+ blockSize := float64(size) / 3
+ twoBlockSize := 2 * blockSize
+
+ incr := func() { // 增加angle的值,但不会大于3
+ angle++
+ if angle > 3 {
+ angle = 0
+ }
+ }
+
+ c(p, blockSize, blockSize, blockSize, 0)
+
+ b1(p, 0, 0, blockSize, angle)
+ b2(p, blockSize, 0, blockSize, angle)
+
+ incr()
+ b1(p, twoBlockSize, 0, blockSize, angle)
+ b2(p, twoBlockSize, blockSize, blockSize, angle)
+
+ incr()
+ b1(p, twoBlockSize, twoBlockSize, blockSize, angle)
+ b2(p, blockSize, twoBlockSize, blockSize, angle)
+
+ incr()
+ b1(p, 0, twoBlockSize, blockSize, angle)
+ b2(p, 0, blockSize, blockSize, angle)
+}
diff --git a/modules/identicon/identicon_test.go b/modules/identicon/identicon_test.go
new file mode 100644
index 0000000000..145a45bc0e
--- /dev/null
+++ b/modules/identicon/identicon_test.go
@@ -0,0 +1,114 @@
+// Copyright 2015 by caixw, All rights reserved.
+// Use of this source code is governed by a MIT
+// license that can be found in the LICENSE file.
+
+package identicon
+
+import (
+ "image"
+ "image/color"
+ "image/png"
+ "os"
+ "strconv"
+ "testing"
+
+ "github.com/issue9/assert"
+)
+
+var (
+ back = color.RGBA{255, 0, 0, 100}
+ fore = color.RGBA{0, 255, 255, 100}
+ fores = []color.Color{color.Black, color.RGBA{200, 2, 5, 100}, color.RGBA{2, 200, 5, 100}}
+ size = 128
+)
+
+// 依次画出各个网络的图像。
+func TestBlocks(t *testing.T) {
+ p := []color.Color{back, fore}
+
+ a := assert.New(t)
+
+ for k, v := range blocks {
+ img := image.NewPaletted(image.Rect(0, 0, size*4, size), p) // 横向4张图片大小
+
+ for i := 0; i < 4; i++ {
+ v(img, float64(i*size), 0, float64(size), i)
+ }
+
+ fi, err := os.Create("./testdata/block-" + strconv.Itoa(k) + ".png")
+ a.NotError(err).NotNil(fi)
+ a.NotError(png.Encode(fi, img))
+ a.NotError(fi.Close()) // 关闭文件
+ }
+}
+
+// 产生一组测试图片
+func TestDrawBlocks(t *testing.T) {
+ a := assert.New(t)
+
+ for i := 0; i < 20; i++ {
+ p := image.NewPaletted(image.Rect(0, 0, size, size), []color.Color{back, fore})
+ c := (i + 1) % len(centerBlocks)
+ b1 := (i + 2) % len(blocks)
+ b2 := (i + 3) % len(blocks)
+ drawBlocks(p, size, centerBlocks[c], blocks[b1], blocks[b2], 0)
+
+ fi, err := os.Create("./testdata/draw-" + strconv.Itoa(i) + ".png")
+ a.NotError(err).NotNil(fi)
+ a.NotError(png.Encode(fi, p))
+ a.NotError(fi.Close()) // 关闭文件
+ }
+}
+
+func TestMake(t *testing.T) {
+ a := assert.New(t)
+
+ for i := 0; i < 20; i++ {
+ img, err := Make(size, back, fore, []byte("make-"+strconv.Itoa(i)))
+ a.NotError(err).NotNil(img)
+
+ fi, err := os.Create("./testdata/make-" + strconv.Itoa(i) + ".png")
+ a.NotError(err).NotNil(fi)
+ a.NotError(png.Encode(fi, img))
+ a.NotError(fi.Close()) // 关闭文件
+ }
+}
+
+func TestIdenticon(t *testing.T) {
+ a := assert.New(t)
+
+ ii, err := New(size, back, fores...)
+ a.NotError(err).NotNil(ii)
+
+ for i := 0; i < 20; i++ {
+ img := ii.Make([]byte("identicon-" + strconv.Itoa(i)))
+ a.NotNil(img)
+
+ fi, err := os.Create("./testdata/identicon-" + strconv.Itoa(i) + ".png")
+ a.NotError(err).NotNil(fi)
+ a.NotError(png.Encode(fi, img))
+ a.NotError(fi.Close()) // 关闭文件
+ }
+}
+
+// BenchmarkMake 5000 229378 ns/op
+func BenchmarkMake(b *testing.B) {
+ a := assert.New(b)
+ for i := 0; i < b.N; i++ {
+ img, err := Make(size, back, fore, []byte("Make"))
+ a.NotError(err).NotNil(img)
+ }
+}
+
+// BenchmarkIdenticon_Make 10000 222127 ns/op
+func BenchmarkIdenticon_Make(b *testing.B) {
+ a := assert.New(b)
+
+ ii, err := New(size, back, fores...)
+ a.NotError(err).NotNil(ii)
+
+ for i := 0; i < b.N; i++ {
+ img := ii.Make([]byte("Make"))
+ a.NotNil(img)
+ }
+}
diff --git a/modules/identicon/polygon.go b/modules/identicon/polygon.go
new file mode 100644
index 0000000000..d4cd1e9fd0
--- /dev/null
+++ b/modules/identicon/polygon.go
@@ -0,0 +1,69 @@
+// Copyright 2015 by caixw, All rights reserved.
+// Use of this source code is governed by a MIT
+// license that can be found in the LICENSE file.
+
+package identicon
+
+var (
+ // 4个元素分别表示cos(0),cos(90),cos(180),cos(270)
+ cos = []float64{1, 0, -1, 0}
+
+ // 4个元素分别表示sin(0),sin(90),sin(180),sin(270)
+ sin = []float64{0, 1, 0, -1}
+)
+
+// 将points中的所有点,以x,y为原点旋转angle个角度。
+// angle取值只能是[0,1,2,3],分别表示[0,90,180,270]
+func rotate(points []float64, x, y float64, angle int) {
+ if angle > 3 {
+ panic("rotate:参数angle必须0,1,2,3三值之一")
+ }
+
+ for i := 0; i < len(points); i += 2 {
+ px := points[i] - x
+ py := points[i+1] - y
+ points[i] = px*cos[angle] - py*sin[angle] + x
+ points[i+1] = px*sin[angle] + py*cos[angle] + y
+ }
+}
+
+// 判断某个点是否在多边形之内,不包含构成多边形的线和点
+// x,y 需要判断的点坐标
+// points 组成多边形的所顶点,每两个元素表示一点顶点,其中最后一个顶点必须与第一个顶点相同。
+func pointInPolygon(x float64, y float64, points []float64) bool {
+ if len(points) < 8 { // 只有2个以上的点,才能组成闭合多边形
+ return false
+ }
+
+ // 大致算法如下:
+ // 把整个平面以给定的测试点为原点分两部分:
+ // - y>0,包含(x>0 && y==0)
+ // - y<0,包含(x<0 && y==0)
+ // 依次扫描每一个点,当该点与前一个点处于不同部分时(即一个在y>0区,一个在y<0区),
+ // 则判断从前一点到当前点是顺时针还是逆时针(以给定的测试点为原点),如果是顺时针r++,否则r--。
+ // 结果为:2==abs(r)。
+
+ r := 0
+ x1, y1 := points[0], points[1]
+ prev := (y1 > y) || ((x1 > x) && (y1 == y))
+ for i := 2; i < len(points); i += 2 {
+ x2, y2 := points[i], points[i+1]
+ curr := (y2 > y) || ((x2 > x) && (y2 == y))
+
+ if curr == prev {
+ x1, y1 = x2, y2
+ continue
+ }
+
+ mul := (x1-x)*(y2-y) - (x2-x)*(y1-y)
+ if mul > 0 {
+ r++
+ } else if mul < 0 {
+ r--
+ }
+ x1, y1 = x2, y2
+ prev = curr
+ }
+
+ return r == 2 || r == -2
+}