diff --git a/expreduce/builtin.go b/expreduce/builtin.go index ebefd3f..977b3d3 100644 --- a/expreduce/builtin.go +++ b/expreduce/builtin.go @@ -19,9 +19,6 @@ type Definition struct { ExpreduceSpecific bool Details string - // Regular rules to define. This should never include a map, as maps have - // indeterminate iteration. - Rules []Rule // Map symbol to Eval() function legacyEvalFn (func(*Expression, *EvalState) Ex) SimpleExamples []TestInstruction diff --git a/expreduce/builtin_manip.go b/expreduce/builtin_manip.go index d87d02f..47eb5bc 100644 --- a/expreduce/builtin_manip.go +++ b/expreduce/builtin_manip.go @@ -37,9 +37,6 @@ func GetManipDefinitions() (defs []Definition) { }) defs = append(defs, Definition{ Name: "Distribute", - Rules: []Rule{ - {"Distribute[e_]", "Distribute[e, Plus]"}, - }, legacyEvalFn: func(this *Expression, es *EvalState) Ex { if len(this.Parts) != 3 { return this diff --git a/expreduce/builtin_power.go b/expreduce/builtin_power.go index 71bd140..1b90235 100644 --- a/expreduce/builtin_power.go +++ b/expreduce/builtin_power.go @@ -120,13 +120,6 @@ func GetPowerDefinitions() (defs []Definition) { // This function is not implemented to a satisfiable extent. Do not // document it yet. OmitDocumentation: true, - SimpleExamples: []TestInstruction{ - &TestComment{"`PowerExpand` can expand nested log expressions:"}, - &SameTest{"Log[a] + e (Log[b] + d Log[c])", "PowerExpand[Log[a (b c^d)^e]]"}, - }, - Rules: []Rule{ - {"PowerExpand[exp_]", "exp //. {Log[x_ y_]:>Log[x]+Log[y],Log[x_^k_]:>k Log[x]}"}, - }, }) defs = append(defs, Definition{Name: "Expand"}) defs = append(defs, Definition{ diff --git a/expreduce/evalstate.go b/expreduce/evalstate.go index 7901ff2..9cad2c0 100644 --- a/expreduce/evalstate.go +++ b/expreduce/evalstate.go @@ -32,16 +32,6 @@ func (this *EvalState) Load(def Definition) { def.Name = this.GetStringDef("System`$Context", "") + def.Name this.MarkSeen(def.Name) EvalInterp("$Context = \"Private`\"", this) - // TODO: do we really need SetDelayed here, or should we just write to - // downvalues directly? If we did this, we could potentially remove the - // "bootstrap" attribute that SetDelayed has. - for _, rule := range def.Rules { - (NewExpression([]Ex{ - NewSymbol("System`SetDelayed"), - Interp(rule.Lhs, this), - Interp(rule.Rhs, this), - })).Eval(this) - } if len(def.Usage) > 0 { (NewExpression([]Ex{ diff --git a/expreduce/resources.go b/expreduce/resources.go index b696413..8d146f5 100644 --- a/expreduce/resources.go +++ b/expreduce/resources.go @@ -198,7 +198,7 @@ func resourcesCalculusM() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "resources/calculus.m", size: 4954, mode: os.FileMode(420), modTime: time.Unix(1506497089, 0)} + info := bindataFileInfo{name: "resources/calculus.m", size: 4954, mode: os.FileMode(420), modTime: time.Unix(1514078627, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -343,7 +343,7 @@ func resourcesListM() (*asset, error) { return a, nil } -var _resourcesManipM = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd4\x5a\x6d\x6f\xdb\xc8\x11\xfe\xee\x5f\xb1\xbd\x00\x01\xdf\x64\x9e\x24\xdb\xd7\x8b\x9b\x5c\x82\xc4\xc1\xa5\x48\x7a\x89\xe3\xeb\x7d\x20\x28\x79\x49\xae\x2c\xa2\x14\xa9\x92\x94\xa2\xc0\xf1\x7f\xef\xcc\xec\x92\x5c\x4a\xa4\xa9\x1c\x0a\x14\x05\x2e\x16\x77\x77\xde\xe7\x99\xe1\xee\xf2\xae\x76\xeb\x5c\x44\x9b\x50\xbc\x89\x8b\x32\x8f\x83\x4d\x29\x3e\x6c\x92\x32\x5e\x27\x5f\x3d\x31\x77\xd8\x4a\x0e\xe2\x90\xa7\xd1\xdc\x67\xcf\x9e\xb3\x13\xc6\xde\x2d\xbc\x5f\x05\x8f\x3c\xe1\xb3\xe7\xcf\x9f\xb3\x8f\xc9\xa6\x70\x98\xf1\xc4\xd2\x89\x4d\xf6\x94\xb9\x2f\x99\x70\x98\x68\xcd\xfb\x97\x27\x27\x37\xd9\x9d\x28\x97\x22\x7f\xf6\x6c\x53\xf0\x3b\xc1\x9e\xb3\x1f\x6e\xab\x39\x10\x7a\xcb\x78\x59\x8a\xd5\xba\x2c\x58\x99\xb1\xf5\xa6\x64\xb0\xc0\x4a\x91\xaf\x0a\x16\xa7\xec\x56\xdc\xb2\x4d\x1a\x89\x9c\xa6\x0b\xbe\x12\x2c\x12\x69\xb6\x8a\x53\x5e\x66\xf9\xe9\x0f\xa0\xc0\xb0\xde\xf2\x10\x06\x2c\x03\xe6\x22\x03\x8a\x6c\x2d\x72\x5e\xc6\x59\x5a\x58\xe6\x49\xed\x74\xad\x94\xcf\xd1\x09\x2b\x90\x2e\x76\xac\xfb\x56\x70\xd9\xc1\x27\xe6\xb3\xf5\xfc\x97\x7f\x6c\x56\x81\xc8\x3f\xf5\xf0\x0a\x7f\xb6\x26\x9b\x3e\xe6\x59\x28\x8a\x82\xf1\xf4\xab\x6e\x71\xa7\x41\xe1\xfc\xd4\x1a\xbb\xd1\x9c\xd9\x2c\x17\x45\xd9\x67\x97\x11\xda\x30\x09\x61\xf5\x1e\x4b\x24\x4a\x70\x58\xe4\xfb\xa6\x8b\xf1\x37\xac\x6b\x0a\x05\x4f\x0a\xb6\xe4\xdb\x56\xf8\x30\xe4\xd9\x29\xab\x08\xda\x4b\x3c\x17\x90\x80\x52\xdc\x89\x1c\x12\x0e\x5a\x4f\xca\xe5\x06\xa6\x37\x65\xb6\x02\x86\x90\x27\x09\x78\x56\xeb\x8f\x20\x41\x79\xb6\xb9\x5b\x2a\x84\x14\x19\x4b\xe1\x3f\x01\x0b\x8b\x4c\x66\xaf\x21\x3e\x59\x6c\xd2\x10\x95\x9e\xf6\xc6\xa3\x32\xca\x4b\xe7\x0e\x82\x71\x28\x34\x2c\xad\x82\x83\x74\xe0\xbf\x74\xbf\x33\x8d\x24\x44\x5c\x9e\xec\x4f\xd5\xb4\x12\x50\xaf\x01\x40\x25\x4f\x4b\xaf\x2b\xcd\x28\xfb\x55\xa9\xfc\x29\xbc\x6a\x05\x8a\x84\xdd\xbf\x07\x47\x79\x90\x40\x39\x00\x0a\x4a\x11\x42\x74\x1e\x40\x1b\xd8\x55\xd4\xd0\x47\x3a\xa8\x2e\xc6\xae\x3e\xc7\xab\x75\x22\xae\x76\x1c\x7f\x0a\x8f\x26\xe5\x02\xa0\x1d\x99\x3c\xe3\xc2\xe6\xa6\x6b\x4c\x18\x37\x1d\x36\x76\x27\xf6\xd4\xe5\xae\x5b\xab\x74\xba\x58\x14\x99\x39\x0b\xa1\x5a\x9b\xc1\x10\x1b\x6a\x9a\x4d\x5c\xe3\x8c\xf1\xd9\xc4\xd4\x59\x27\x1a\x2b\x71\xfa\x0e\xbb\x22\x9f\x3a\x4d\x0e\x6d\xce\x22\x3b\x60\x11\xe4\x01\xe0\x63\x07\x76\xe8\x46\x43\xda\x89\xcc\x06\x16\x03\x1f\x4d\x66\xe0\x80\x7c\xa6\xb1\x0d\xbf\xb4\x7c\x8c\x98\x11\x38\x60\xc1\x5f\x16\x30\xe0\xa1\x51\x44\xa3\x41\xf1\xa3\xee\xe0\x1a\xd6\x6f\x29\x40\x1e\xd1\xfc\x65\x29\x52\xf6\x45\xc8\x82\x7a\xcd\xd3\x50\x24\xcf\x00\xc9\x0d\x65\x63\xcc\xc8\xe0\x90\x39\x88\x2a\xe8\x69\x3a\x8c\x6b\x8c\x60\xce\xc6\x18\xa3\x65\xda\xd0\xf7\x1d\x4d\x52\xdb\x29\x16\x9a\x6e\x00\xc1\x74\x31\x98\x03\x31\x40\xaf\x39\xf9\x8a\x1e\x43\x22\xb9\x6d\x90\x00\x98\x0a\x8e\x66\xa6\xd4\x29\xbe\x21\xa6\x76\xc6\xf5\xd2\xb4\x19\xb7\x22\xf8\x1b\x58\xb8\xe6\xf7\x22\xcf\x9e\xb0\xa0\xc6\xb9\x31\xb5\x39\x60\x0f\x26\x86\xb0\xce\xd1\x47\x41\x3e\xba\x40\x2e\x06\x4b\x63\x42\xe5\x74\xa6\xd4\x90\x79\x63\xf7\x6c\x58\x11\x16\x03\xa0\xe6\xc2\x5e\x64\x19\xbc\x25\x80\x1b\x99\xe5\xc0\x9a\xb8\x67\xc7\x14\x97\x56\xc6\xc0\x7b\x44\x21\xab\xbc\x1b\x00\x5d\x34\x37\xb4\x19\x79\x79\x1c\x9f\x8d\x81\xa9\x21\x10\xda\x42\x71\x0f\x26\x93\xea\xdf\x0a\xec\xe9\x05\x08\x19\x83\xc9\x88\x08\x2c\x28\x53\xf5\x06\x78\xd2\x93\x5c\xbb\x03\x8d\xc2\x0e\xdc\xb0\x3f\xc9\x5a\x82\x31\xf2\x10\xd1\x23\x7c\x61\x80\x78\x7a\x01\x00\x77\x28\x9d\xa1\x36\x8f\xa9\x03\x6d\x47\x38\x34\xb6\x39\x85\x83\x42\x69\x07\x5a\xd5\x0f\x96\xd2\xff\x0d\xb0\xb9\x4c\x91\x2d\x7b\x5e\x6d\x34\x84\x8f\x3c\xd5\x13\x86\xce\xa3\xe1\x26\xfc\x81\x9e\xe7\xf2\x1e\xe3\x9b\x3e\xe9\x48\x21\xc7\x37\xe0\x9e\x3e\x4e\x5a\x8f\xec\xe4\x63\x3d\x57\xc4\x78\x14\xea\x99\x60\x0b\x42\x3d\x62\x14\x83\x08\x60\xb5\x0d\x61\x2d\xfe\xeb\x6f\x8e\xce\x78\xa2\x6f\xf0\x03\xbb\xe2\x11\x7b\x2c\xae\x55\x4d\x8f\x5d\x0e\xf1\x18\x6c\xca\x68\x1b\xd9\xb4\xcf\x38\x8c\xe0\xb1\x8d\x45\xe3\x86\xc8\x82\xd9\x1e\x8a\xfa\xc4\x02\x96\x66\xbb\x71\x4c\xaf\xe9\xcc\x37\x56\x9d\x4c\x34\xf4\x04\x39\x29\x33\x7a\xb4\xaf\x76\x15\xf7\x3d\x8f\x07\x9d\x98\x28\xe4\x4c\xa0\xf8\x82\x83\xad\xcb\x09\xec\xc7\x4e\x60\x27\x8f\xe7\x84\xac\x75\x34\xa9\x27\xe9\x6c\x92\x8b\x72\x93\xa7\x05\x6d\x5f\xd3\x6a\x85\x65\x0b\x3c\x97\xe0\xe1\x03\x76\xcc\x1f\xf1\xfc\x92\xa7\xb8\x7f\x0c\xe6\xb3\x14\x0e\x08\xe2\x0e\xf6\xae\xb0\x31\xf8\x86\x13\x06\xac\x30\x63\x34\xff\xfc\x75\x15\x64\x89\x69\x5e\x36\x6a\xbd\x75\x9e\x45\xf3\x9b\x78\x25\x0a\xda\x7e\xd2\xd3\xcb\x97\xaf\x79\x01\xdb\x40\x5c\x83\x0d\xd6\x2e\x14\xeb\xd2\x6b\xd4\xe0\xbe\xb3\x11\xb0\xb7\x49\x26\x29\xa9\x4e\xd0\xec\x75\xb5\xbd\x6a\xbd\x3c\xb8\x59\xad\x29\xbf\x67\xb7\xca\x1d\xd6\x18\x00\x8d\xab\xbb\x02\xa0\xaa\x58\xd0\xa2\xc4\xf7\x4d\x2f\xed\x01\xe5\x6c\x34\xe9\x17\x1c\x76\x90\x73\xab\xe7\xa5\xd4\x92\x3d\x71\xa7\xbe\x8e\x91\x37\xcd\x91\x48\x47\x89\x36\x7d\x80\x13\xed\x14\xa5\x21\x45\xe7\x18\xce\xbb\x86\xab\xd1\x0b\x16\xcc\x8c\x51\x6a\xfa\x6d\x21\x5d\xb9\x8f\xda\x24\x2a\xfb\xe3\x56\xf6\x35\x82\xc1\xfc\x6b\xb4\xdf\x83\x80\x00\x13\xa0\x1b\xa2\x7a\x70\x77\xfc\xc7\x7b\xb4\xfd\x38\x08\x30\xb5\xb3\x69\x07\x3d\xa0\xc1\x0a\x67\xa3\x69\x1f\x1f\xbc\xfb\x67\x51\x27\x1f\x47\xbe\x9e\x57\xf7\x9e\xa6\x7d\x6c\xbc\x5a\xf3\xbc\xd4\x51\x41\x13\x07\x77\x1a\x41\x2e\xf8\xbf\x18\xc7\xb5\x83\xbb\x8d\x53\xf6\x07\xcf\xd3\x38\xbd\x7b\x06\xa7\xe5\x92\x2d\x36\x78\xa8\xa6\xf8\xae\x04\x9c\xbd\x23\x44\x0e\xd1\xff\x11\x97\xcb\x6c\x03\x9d\xe0\x06\x47\x73\x87\xc5\xf5\x05\x0d\xa4\x0d\xce\xa6\xa5\xf7\x6e\xe1\xc5\x69\x24\x76\x74\x4d\x13\x43\xaf\x04\x18\x11\xb5\x27\xe7\x7d\x70\x92\xdd\xd3\xa3\xc3\xc8\x8d\xf7\x22\xbd\x2b\x97\x4a\xa6\xff\x00\x00\x83\x26\xf9\x31\xfb\x22\x72\xf2\xe4\x6d\x96\xaf\xbc\x00\x50\x09\xea\xc4\x6e\x3d\x27\x58\x4a\xfd\x95\xee\x0f\xa0\x3a\x11\xde\x7d\x00\xfe\x23\xa5\xc3\x52\x78\x02\x62\x87\x2d\xb3\x24\xa2\xab\x03\x38\x30\xad\x2a\x53\x60\xb1\x92\xa1\x6c\xd8\xa4\x6f\xe2\xed\x5b\x22\x59\x40\x9c\x13\x7c\x7c\xa0\x64\x28\x01\xc0\x72\x83\xf8\xf4\x7e\x4f\xe3\x7f\x6f\x84\x07\x4e\xa4\xae\x7b\xb5\xe5\xc9\x86\x97\x02\x6c\x06\xd2\x9a\x13\x88\x3f\x6f\x56\x9e\xa1\x78\xc1\x73\xdf\x77\x83\x59\x6c\xa2\xe7\xc0\xf8\xa0\xe8\x1f\x23\xb5\xa8\x1e\xd9\xcb\x97\xca\xe6\x36\xeb\x7d\xad\xab\xf2\x4c\x09\x78\xc0\x55\x19\xc2\x26\x7a\x75\xc0\x20\x61\xff\xe4\xf9\x41\xdc\x3a\xa2\x12\xc3\x08\x69\x2b\xc1\x0e\x5b\x63\x46\x54\x3b\x90\xa1\xd1\x67\xea\x17\xcf\x3b\x79\x59\x43\x56\x02\x16\x3e\xf0\x32\x5c\x7e\xf2\x6a\x08\x60\xf6\x75\x3e\x85\xf8\x6b\xb1\x4e\x78\x28\xda\x74\xb2\x16\xda\x5a\x5e\xb0\x0e\x70\x40\x5c\xaa\xd4\x56\x25\x24\xad\x06\x27\xaa\x7c\x91\x41\xec\x5e\xce\xbb\x1d\x7a\xe4\x8a\x05\x36\xb7\x01\x49\x40\xd6\x50\x3c\x6e\x58\x18\xeb\xa8\x0a\x88\x1d\x41\x5c\xca\x7b\x78\xf0\x55\x46\x56\x5f\xdf\xc7\xa9\xe0\xd2\x6e\x0f\x5e\xe3\x3a\x92\x1d\xb6\xed\xc8\x0b\xa2\x18\x08\x3b\x61\xbb\x85\xd1\x16\xf3\x93\x2c\x61\x94\xe3\x9f\x30\x13\x8b\x45\x85\x68\x5e\x85\x47\xcd\xff\x5a\x15\x42\xb9\x82\xb2\x28\xb3\xcf\x59\xb2\x15\x07\x68\xd7\x49\xb1\xd7\x3e\x50\xd8\x6a\x59\xcd\x94\x8e\x75\x35\xf5\x26\x93\x5d\x18\x14\xc0\x64\x1b\x80\x75\x64\x64\x1a\xf6\xd4\xfc\x3d\x8b\x53\xef\xc0\x4a\xcf\x83\x46\xa7\x18\x5e\xad\xd7\x22\x8d\x6e\xe0\x88\xdb\xb8\x45\x24\x93\x43\x12\xad\x34\x88\x64\x5c\x93\xc8\x1a\x3a\xec\x37\x7b\x2e\xe2\xd5\x21\x16\x5e\x3d\x47\x14\xf8\x0f\x62\x0d\xeb\xaf\xd1\xd2\x38\x8c\xa1\x37\xe2\x6b\x4b\xb7\x69\x2b\xa5\xe5\x44\xf7\x91\x47\xd7\xf1\xdd\xb2\xf4\xf6\x19\x52\x24\xac\x0d\x01\xa1\xca\x40\x95\x95\xba\xd7\xc0\x0a\x41\x14\x20\x88\x22\x15\x5c\x35\x1f\x90\x55\x39\x80\x77\xbd\x71\x5a\x7a\x75\x66\xf5\x78\xfa\x97\xf2\x36\x47\x22\x04\x7b\x0e\xd2\xf4\xd1\xaa\xd2\x55\x3a\x24\x8f\x2c\x83\x1f\xd9\xb7\x6f\x8c\xee\xe1\xf5\x59\x29\x84\x22\x0c\x68\x75\x8d\xa6\x73\x29\xb4\x9a\x72\xb1\x8a\xab\xd1\x80\xc7\x3d\x55\x36\x51\x9a\x4c\xf5\x5a\x93\x05\xf3\x3a\xc1\x6a\x49\x92\xba\x7d\xc9\xb6\xf6\x46\x8d\x70\x5a\xdb\xbe\x60\x60\x95\xce\x43\x32\xa2\xb8\x87\x27\x40\x2a\xb4\xec\x38\x52\xab\x9f\xbc\x12\x4a\x6f\xd7\x14\x9e\xec\x56\x25\x9c\x19\x7e\x5b\xab\x8d\x0d\x9f\xff\x62\x18\x6f\x73\x21\x3e\x79\x4f\x80\xd6\x37\xd9\x53\xd3\xb7\x54\x03\xd8\xcd\x6a\xba\xba\xf5\x01\xc5\xb7\x41\xfe\x1d\x1c\xcd\xaa\x26\x52\x93\x06\x5d\xa4\xa6\xae\xa2\x63\x9d\x5a\x0b\x95\xda\xef\xa9\xa0\xbb\x67\x11\x79\xf0\x90\xcb\xe0\x74\x77\x16\x21\xdf\x8f\xb9\xd6\x47\x9a\xd6\x22\x5b\x8e\xc0\x9e\x1a\x6f\xaf\x45\x21\x5b\x03\xcc\x02\xa9\x7e\x30\x21\xa0\x00\x1d\x4c\xb7\x77\xa2\x15\x82\xae\x76\xeb\x2c\x05\xd0\x7b\x24\x71\xeb\xb3\x17\xac\x9e\x22\xf9\x58\x05\xd7\xb4\x69\x55\x1b\x38\xa9\x10\x6b\x27\x4b\xbe\xa2\x48\x9e\x7c\xda\x64\x25\x56\xce\xb5\x58\x71\xdc\x36\xe4\x5e\x63\x9f\x2a\xb7\x8a\x8f\x40\x04\x81\x3d\x8c\x47\xb5\x0e\xed\xc2\x55\x9c\x92\xd1\xaf\xbd\xa8\x5a\xec\x1e\x76\xaa\xea\xd2\xde\x0b\x15\x1c\xff\x36\x71\x94\xf1\x78\x11\x2f\x2b\x4c\x79\xfe\x17\x06\xc0\xbd\xc9\xe1\xc5\xa3\x75\xec\x16\xf0\x9e\x50\x40\x9e\x36\x01\x10\xca\x94\x83\xf7\x84\x9e\x9a\x6d\xf3\x36\xe9\x4c\xb9\x96\x6d\x1c\x57\xdb\xc3\x83\xc5\x6e\x76\x22\xf0\x99\xeb\x32\xf9\x11\xe3\xb2\xe2\xae\x3f\x4c\xe0\x97\x0d\xb1\xf7\xd1\x81\x68\x06\x37\xf1\x44\xf5\x5d\x07\xb8\xd9\xd4\x9e\x32\x3a\xa0\xe1\x2f\x1c\x3f\x26\x76\x80\xdb\x6e\x69\x93\xba\xe8\x98\xf5\x6c\xb6\x7f\x72\x8d\x0b\x38\xf0\x9e\xdb\x3b\xd3\xb4\xc7\x63\x1a\x8d\x71\x50\xf3\x4f\x77\xa3\xbf\xe2\x55\xc1\xce\x1e\x9b\x96\xb1\x1b\x9d\xc3\xda\xce\x6f\xdd\xb4\x6b\xa7\x83\xa9\x6b\x8c\x7f\x04\x81\x24\x63\x74\xde\xc8\x1b\x81\xa6\xf1\x39\x33\xce\x5a\xc2\xcf\x76\xf6\xcf\x28\x9c\xe8\x25\x65\x45\xb2\x6b\xdf\xad\xb7\xb4\xb8\xc1\x88\x6e\xdb\xe8\x02\x49\x97\xb7\x73\xe9\xe6\xdc\x82\xb9\x03\x09\xda\x85\xc5\x39\xc4\xeb\xcc\x84\xfd\xe3\xc5\x88\xee\x47\xa7\x20\x04\x46\xe7\xb6\x21\x23\xb9\x9b\x4d\x70\x7c\x36\xc2\x4b\x40\x18\x4d\x71\x34\xb5\x77\xb3\x33\x17\xc3\xcb\x67\x17\xa0\x7d\x76\x51\xe9\xc7\xef\x02\xe0\x28\x9f\x9d\x9b\xad\x79\xcd\x2e\xe4\xa8\x4d\xb3\x1a\x23\xf7\x62\xf9\x3f\xb6\xb1\x31\x0c\x8e\x68\x8f\xa4\x79\xe2\x1a\x93\x9f\x18\x7e\x06\x21\xd8\xb8\x60\x12\xe5\x0e\x8c\xb0\x21\xcf\x3f\xab\x11\xa8\x54\x94\x6d\x48\x81\xe9\x20\x1e\x31\x05\x3f\x04\x2c\x60\x44\x6d\x96\xa9\x1f\xe6\xeb\x0f\x90\xad\xb3\x7c\x3d\x4b\x47\xb7\xe6\x2b\xa5\x3c\xce\x57\x9f\x2a\x59\xb6\x55\x5f\xa1\x6f\xf1\x75\x7a\x4b\x65\x2e\x8a\x02\x3f\x33\xe3\x31\x4d\x9d\x98\x6b\xee\xef\xaa\x38\x79\x35\x5d\x5d\xd9\xc2\xb1\xb3\xb1\x89\xee\xb1\x2c\xba\x3c\xeb\xb9\xf0\x90\xcc\x1d\x4c\x3d\x17\x1e\xf4\xc1\xc2\x09\x7d\xfa\x8c\x11\xc0\x43\x8b\x15\x27\xe5\xdd\x59\xe8\x3f\xc6\x1f\x1c\xb2\xe1\x64\x3f\x8b\x52\xd8\xcb\x69\x4b\xa2\x1e\x27\x6d\x79\xb3\xd8\xe5\xa6\x11\x9a\xf6\xa3\xf7\xd7\x21\x13\x76\x04\xff\xaa\xd1\x02\x46\x8b\xb6\xa0\x46\x52\x04\x3f\xc2\x5e\xf4\x04\xbb\xd4\x03\xd0\xed\x87\x83\x34\x47\x70\x3b\x55\x1e\xba\xc4\x10\x65\x40\x8b\xc7\x89\x73\xa2\x4a\x60\xe0\x88\x5a\x76\x33\x1b\xc2\xec\xa3\x8a\xe4\x53\x44\x64\xc7\xaa\x74\x02\x8e\xff\xbb\x84\xa6\x79\x6f\x26\x3c\xa0\x09\x1b\x9a\x23\xcd\xa9\x05\xf4\x5b\xc5\x5b\x92\xf8\x23\x94\x63\x40\xd2\x1e\xfe\x60\xc2\x19\x3f\xe2\x2d\xa9\x97\x01\xae\x1e\x2b\xa3\x64\x80\xab\xc7\xfd\x00\xcb\xf9\x3f\x13\x60\x19\x65\xe7\xce\xaf\x14\xb7\x27\x44\x7b\x22\xdc\xa7\x38\x34\x45\x5f\xfd\xb3\x19\xef\xc8\xd7\x20\x9f\xff\x38\xa7\xd7\xdf\x2e\xf6\x39\x94\xa6\xa6\x9b\xff\x27\x00\x00\xff\xff\x39\x79\x63\xee\xcd\x24\x00\x00") +var _resourcesManipM = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd4\x5a\x6d\x6f\xdb\xc8\x11\xfe\xee\x5f\xb1\xbd\x00\x01\xdf\x64\x9e\x24\xdb\xd7\x8b\x9b\x5c\x82\xc4\xc1\xa5\x48\x7a\x89\xe3\xeb\x7d\x20\x28\x79\x49\xae\x2c\xa2\x14\xa9\x92\x94\xa2\xc0\xf1\x7f\xef\xcc\xec\x92\x5c\x4a\xa4\xa9\x1c\x0a\x14\x05\x2e\x16\x77\x77\xde\xe7\x99\xe1\xee\xf2\xae\x76\xeb\x5c\x44\x9b\x50\xbc\x89\x8b\x32\x8f\x83\x4d\x29\x3e\x6c\x92\x32\x5e\x27\x5f\x3d\x31\x77\xd8\x4a\x0e\xe2\x90\xa7\xd1\xdc\x67\xcf\x9e\xb3\x13\xc6\xde\x2d\xbc\x5f\x05\x8f\x3c\xe1\xb3\xe7\xcf\x9f\xb3\x8f\xc9\xa6\x70\x98\xf1\xc4\xd2\x89\x4d\xf6\x94\xb9\x2f\x99\x70\x98\x68\xcd\xfb\x97\x27\x27\x37\xd9\x9d\x28\x97\x22\x7f\xf6\x6c\x53\xf0\x3b\xc1\x9e\xb3\x1f\x6e\xab\x39\x10\x7a\xcb\x78\x59\x8a\xd5\xba\x2c\x58\x99\xb1\xf5\xa6\x64\xb0\xc0\x4a\x91\xaf\x0a\x16\xa7\xec\x56\xdc\xb2\x4d\x1a\x89\x9c\xa6\x0b\xbe\x12\x2c\x12\x69\xb6\x8a\x53\x5e\x66\xf9\xe9\x0f\xa0\xc0\xb0\xde\xf2\x10\x06\x2c\x03\xe6\x22\x03\x8a\x6c\x2d\x72\x5e\xc6\x59\x5a\x58\xe6\x49\xed\x74\xad\x94\xcf\xd1\x09\x2b\x90\x2e\x76\xac\xfb\x56\x70\xd9\xc1\x27\xe6\xb3\xf5\xfc\x97\x7f\x6c\x56\x81\xc8\x3f\xf5\xf0\x0a\x7f\xb6\x26\x9b\x3e\xe6\x59\x28\x8a\x82\xf1\xf4\xab\x6e\x71\xa7\x41\xe1\xfc\xd4\x1a\xbb\xd1\x9c\xd9\x2c\x17\x45\xd9\x67\x97\x11\xda\x30\x09\x61\xf5\x1e\x4b\x24\x4a\x70\x58\xe4\xfb\xa6\x8b\xf1\x37\xac\x6b\x0a\x05\x4f\x0a\xb6\xe4\xdb\x56\xf8\x30\xe4\xd9\x29\xab\x08\xda\x4b\x3c\x17\x90\x80\x52\xdc\x89\x1c\x12\x0e\x5a\x4f\xca\xe5\x06\xa6\x37\x65\xb6\x02\x86\x90\x27\x09\x78\x56\xeb\x8f\x20\x41\x79\xb6\xb9\x5b\x2a\x84\x14\x19\x4b\xe1\x3f\x01\x0b\x8b\x4c\x66\xaf\x21\x3e\x59\x6c\xd2\x10\x95\x9e\xf6\xc6\xa3\x32\xca\x4b\xe7\x0e\x82\x71\x28\x34\x2c\xad\x82\x83\x74\xe0\xbf\x74\xbf\x33\x8d\x24\x44\x5c\x9e\xec\x4f\xd5\xb4\x12\x50\xaf\x01\x40\x25\x4f\x4b\xaf\x2b\xcd\x28\xfb\x55\xa9\xfc\x29\xbc\x6a\x05\x8a\x84\xdd\xbf\x07\x47\x79\x90\x40\x39\x00\x0a\x4a\x11\x42\x74\x1e\x40\x1b\xd8\x55\xd4\xd0\x47\x3a\xa8\x2e\xc6\xae\x3e\xc7\xab\x75\x22\xae\x76\x1c\x7f\x0a\x8f\x26\xe5\x02\xa0\x1d\x99\x3c\xe3\xc2\xe6\xa6\x6b\x4c\x18\x37\x1d\x36\x76\x27\xf6\xd4\xe5\xae\x5b\xab\x74\xba\x58\x14\x99\x39\x0b\xa1\x5a\x9b\xc1\x10\x1b\x6a\x9a\x4d\x5c\xe3\x8c\xf1\xd9\xc4\xd4\x59\x27\x1a\x2b\x71\xfa\x0e\xbb\x22\x9f\x3a\x4d\x0e\x6d\xce\x22\x3b\x60\x11\xe4\x01\xe0\x63\x07\x76\xe8\x46\x43\xda\x89\xcc\x06\x16\x03\x1f\x4d\x66\xe0\x80\x7c\xa6\xb1\x0d\xbf\xb4\x7c\x8c\x98\x11\x38\x60\xc1\x5f\x16\x30\xe0\xa1\x51\x44\xa3\x41\xf1\xa3\xee\xe0\x1a\xd6\x6f\x29\x40\x1e\xd1\xfc\x65\x29\x52\xf6\x45\xc8\x82\x7a\xcd\xd3\x50\x24\xcf\x00\xc9\x0d\x65\x63\xcc\xc8\xe0\x90\x39\x88\x2a\xe8\x69\x3a\x8c\x6b\x8c\x60\xce\xc6\x18\xa3\x65\xda\xd0\xf7\x1d\x4d\x52\xdb\x29\x16\x9a\x6e\x00\xc1\x74\x31\x98\x03\x31\x40\xaf\x39\xf9\x8a\x1e\x43\x22\xb9\x6d\x90\x00\x98\x0a\x8e\x66\xa6\xd4\x29\xbe\x21\xa6\x76\xc6\xf5\xd2\xb4\x19\xb7\x22\xf8\x1b\x58\xb8\xe6\xf7\x22\xcf\x9e\xb0\xa0\xc6\xb9\x31\xb5\x39\x60\x0f\x26\x86\xb0\xce\xd1\x47\x41\x3e\xba\x40\x2e\x06\x4b\x63\x42\xe5\x74\xa6\xd4\x90\x79\x63\xf7\x6c\x58\x11\x16\x03\xa0\xe6\xc2\x5e\x64\x19\xbc\x25\x80\x1b\x99\xe5\xc0\x9a\xb8\x67\xc7\x14\x97\x56\xc6\xc0\x7b\x44\x21\xab\xbc\x1b\x00\x5d\x34\x37\xb4\x19\x79\x79\x1c\x9f\x8d\x81\xa9\x21\x10\xda\x42\x71\x0f\x26\x93\xea\xdf\x0a\xec\xe9\x05\x08\x19\x83\xc9\x88\x08\x2c\x28\x53\xf5\x06\x78\xd2\x93\x5c\xbb\x03\x8d\xc2\x0e\xdc\xb0\x3f\xc9\x5a\x82\x31\xf2\x10\xd1\x23\x7c\x61\x80\x78\x7a\x01\x00\x77\x28\x9d\xa1\x36\x8f\xa9\x03\x6d\x47\x38\x34\xb6\x39\x85\x83\x42\x69\x07\x5a\xd5\x0f\x96\xd2\xff\x0d\xb0\xb9\x4c\x91\x2d\x7b\x5e\x6d\x34\x84\x8f\x3c\xd5\x13\x86\xce\xa3\xe1\x26\xfc\x81\x9e\xe7\xf2\x1e\xe3\x9b\x3e\xe9\x48\x21\xc7\x37\xe0\x9e\x3e\x4e\x5a\x8f\xec\xe4\x63\x3d\x57\xc4\x78\x14\xea\x99\x60\x0b\x42\x3d\x62\x14\x83\x08\x60\xb5\x0d\x61\x2d\xfe\xeb\x6f\x8e\xce\x78\xa2\x6f\xf0\x03\xbb\xe2\x11\x7b\x2c\xae\x55\x4d\x8f\x5d\x0e\xf1\x18\x6c\xca\x68\x1b\xd9\xb4\xcf\x38\x8c\xe0\xb1\x8d\x45\xe3\x86\xc8\x82\xd9\x1e\x8a\xfa\xc4\x02\x96\x66\xbb\x71\x4c\xaf\xe9\xcc\x37\x56\x9d\x4c\x34\xf4\x04\x39\x29\x33\x7a\xb4\xaf\x76\x15\xf7\x3d\x8f\x07\x9d\x98\x28\xe4\x4c\xa0\xf8\x82\x83\xad\xcb\x09\xec\xc7\x4e\x60\x27\x8f\xe7\x84\xac\x75\x34\xa9\x27\xe9\x6c\x92\x8b\x72\x93\xa7\x05\x6d\x5f\xd3\x6a\x85\x65\x0b\x3c\x97\xe0\xe1\x03\x76\xcc\x1f\xf1\xfc\x92\xa7\xb8\x7f\x0c\xe6\xb3\x14\x0e\x08\xe2\x0e\xf6\xae\xb0\x31\xf8\x86\x13\x06\xac\x30\x63\x34\xff\xfc\x75\x15\x64\x89\x69\x5e\x36\x6a\xbd\x75\x9e\x45\xf3\x9b\x78\x25\x0a\xda\x7e\xd2\xd3\xcb\x97\xaf\x79\x01\xdb\x40\x5c\x83\x0d\xd6\x2e\x14\xeb\xd2\x6b\xd4\xe0\xbe\xb3\x11\xb0\xb7\x49\x26\x29\xa9\x4e\xd0\xec\x75\xb5\xbd\x6a\xbd\x3c\xb8\x59\xad\x29\xbf\x67\xb7\xca\x1d\xd6\x18\x00\x8d\xab\xbb\x02\xa0\xaa\x58\xd0\xa2\xc4\xf7\x4d\x2f\xed\x01\xe5\x6c\x34\xe9\x17\x1c\x76\x90\x73\xab\xe7\xa5\xd4\x92\x3d\x71\xa7\xbe\x8e\x91\x37\xcd\x91\x48\x47\x89\x36\x7d\x80\x13\xed\x14\xa5\x21\x45\xe7\x18\xce\xbb\x86\xab\xd1\x0b\x16\xcc\x8c\x51\x6a\xfa\x6d\x21\x5d\xb9\x8f\xda\x24\x2a\xfb\xe3\x56\xf6\x35\x82\xc1\xfc\x6b\xb4\xdf\x83\x80\x00\x13\xa0\x1b\xa2\x7a\x70\x77\xfc\xc7\x7b\xb4\xfd\x38\x08\x30\xb5\xb3\x69\x07\x3d\xa0\xc1\x0a\x67\xa3\x69\x1f\x1f\xbc\xfb\x67\x51\x27\x1f\x47\xbe\x9e\x57\xf7\x9e\xa6\x7d\x6c\xbc\x5a\xf3\xbc\xd4\x51\x41\x13\x07\x77\x1a\x41\x2e\xf8\xbf\x18\xc7\xb5\x83\xbb\x8d\x53\xf6\x07\xcf\xd3\x38\xbd\x7b\x06\xa7\xe5\x92\x2d\x36\x78\xa8\xa6\xf8\xae\x04\x9c\xbd\x23\x44\x0e\xd1\xff\x11\x97\xcb\x6c\x03\x9d\xe0\x06\x47\x73\x87\xc5\xf5\x05\x0d\xa4\x0d\xce\xa6\xa5\xf7\x6e\xe1\xc5\x69\x24\x76\x74\x4d\x13\x43\xaf\x04\x18\x11\xb5\x27\xe7\x7d\x70\x92\xdd\xd3\xa3\xc3\xc8\x8d\xf7\x22\xbd\x2b\x97\x4a\xa6\xff\x00\x00\x83\x26\xf9\x31\xfb\x22\x72\xf2\xe4\x6d\x96\xaf\xbc\x00\x50\x09\xea\xc4\x6e\x3d\x27\x58\x4a\xfd\x95\xee\x0f\xa0\x3a\x11\xde\x7d\x00\xfe\x23\xa5\xc3\x52\x78\x02\x62\x87\x2d\xb3\x24\xa2\xab\x03\x38\x30\xad\x2a\x53\x60\xb1\x92\xa1\x6c\xd8\xa4\x6f\xe2\xed\x5b\x22\x59\x40\x9c\x13\x7c\x7c\xa0\x64\x28\x01\xc0\x72\x83\xf8\xf4\x7e\x4f\xe3\x7f\x6f\x84\x07\x4e\xa4\xae\x7b\xb5\xe5\xc9\x86\x97\x02\x6c\x06\xd2\x9a\x13\x88\x3f\x6f\x56\x9e\xa1\x78\xc1\x73\xdf\x77\x83\x59\x6c\xa2\xe7\xc0\xf8\xa0\xe8\x1f\x23\xb5\xa8\x1e\xd9\xcb\x97\xca\xe6\x36\xeb\x7d\xad\xab\xf2\x4c\x09\x78\xc0\x55\x19\xc2\x26\x7a\x75\xc0\x20\x61\xff\xe4\xf9\x41\xdc\x3a\xa2\x12\xc3\x08\x69\x2b\xc1\x0e\x5b\x63\x46\x54\x3b\x90\xa1\xd1\x67\xea\x17\xcf\x3b\x79\x59\x43\x56\x02\x16\x3e\xf0\x32\x5c\x7e\xf2\x6a\x08\x60\xf6\x75\x3e\x85\xf8\x6b\xb1\x4e\x78\x28\xda\x74\xb2\x16\xda\x5a\x5e\xb0\x0e\x70\x40\x5c\xaa\xd4\x56\x25\x24\xad\x06\x27\xaa\x7c\x91\x41\xec\x5e\xce\xbb\x1d\x7a\xe4\x8a\x05\x36\xb7\x01\x49\x40\xd6\x50\x3c\x6e\x58\x18\xeb\xa8\x0a\x88\x1d\x41\x5c\xca\x7b\x78\xf0\x55\x46\x56\x5f\xdf\xc7\xa9\xe0\xd2\x6e\x0f\x5e\xe3\x3a\x92\x1d\xb6\xed\xc8\x0b\xa2\x18\x08\x3b\x61\xbb\x85\xd1\x16\xf3\x93\x2c\x61\x94\xe3\x9f\x30\x13\x8b\x45\x85\x68\x5e\x85\x47\xcd\xff\x5a\x15\x42\xb9\x82\xb2\x28\xb3\xcf\x59\xb2\x15\x07\x68\xd7\x49\xb1\xd7\x3e\x50\xd8\x6a\x59\xcd\x94\x8e\x75\x35\xf5\x26\x93\x5d\x18\x14\xc0\x64\x1b\x80\x75\x64\x64\x1a\xf6\xd4\xfc\x3d\x8b\x53\xef\xc0\x4a\xcf\x83\x46\xa7\x18\x5e\xad\xd7\x22\x8d\x6e\xe0\x88\xdb\xb8\x45\x24\x93\x43\x12\xad\x34\x88\x64\x5c\x93\xc8\x1a\x3a\xec\x37\x7b\x2e\xe2\xd5\x21\x16\x5e\x3d\x47\x14\xf8\x0f\x62\x0d\xeb\xaf\xd1\xd2\x38\x8c\xa1\x37\xe2\x6b\x4b\xb7\x69\x2b\xa5\xe5\x44\xf7\x91\x47\xd7\xf1\xdd\xb2\xf4\xf6\x19\x52\x24\xac\x0d\x01\xa1\xca\x40\x95\x95\xba\xd7\xc0\x0a\x41\x14\x20\x88\x22\x15\x5c\x35\x1f\x90\x55\x39\x80\x77\xbd\x71\x5a\x7a\x75\x66\xf5\x78\xfa\x97\xf2\x36\x47\x22\x04\x7b\x0e\xd2\xf4\xd1\xaa\xd2\x55\x3a\x24\x8f\x2c\x83\x1f\xd9\xb7\x6f\x8c\xee\xe1\xf5\x59\x29\x84\x22\x0c\x68\x75\x8d\xa6\x73\x29\xb4\x9a\x72\xb1\x8a\xab\xd1\x80\xc7\x3d\x55\x36\x51\x9a\x4c\xf5\x5a\x93\x05\xf3\x3a\xc1\x6a\x49\x92\xba\x7d\xc9\xb6\xf6\x46\x8d\x70\x5a\xdb\xbe\x60\x60\x95\xce\x43\x32\xa2\xb8\x87\x27\x40\x2a\xb4\xec\x38\x52\xab\x9f\xbc\x12\x4a\x6f\xd7\x14\x9e\xec\x56\x25\x9c\x19\x7e\x5b\xab\x8d\x0d\x9f\xff\x62\x18\x6f\x73\x21\x3e\x79\x4f\x80\xd6\x37\xd9\x53\xd3\xb7\x54\x03\xd8\xcd\x6a\xba\xba\xf5\x01\xc5\xb7\x41\xfe\x1d\x1c\xcd\xaa\x26\x52\x93\x06\x5d\xa4\xa6\xae\xa2\x63\x9d\x5a\x0b\x95\xda\xef\xa9\xa0\xbb\x67\x11\x79\xf0\x90\xcb\xe0\x74\x77\x16\x21\xdf\x8f\xb9\xd6\x47\x9a\xd6\x22\x5b\x8e\xc0\x9e\x1a\x6f\xaf\x45\x21\x5b\x03\xcc\x02\xa9\x7e\x30\x21\xa0\x00\x1d\x4c\xb7\x77\xa2\x15\x82\xae\x76\xeb\x2c\x05\xd0\x7b\x24\x71\xeb\xb3\x17\xac\x9e\x22\xf9\x58\x05\xd7\xb4\x69\x55\x1b\x38\xa9\x10\x6b\x27\x4b\xbe\xa2\x48\x9e\x7c\xda\x64\x25\x56\xce\xb5\x58\x71\xdc\x36\xe4\x5e\x63\x9f\x2a\xb7\x8a\x8f\x40\x04\x81\x3d\x8c\x47\xb5\x0e\xed\xc2\x55\x9c\x92\xd1\xaf\xbd\xa8\x5a\xec\x1e\x76\xaa\xea\xd2\xde\x0b\x15\x1c\xff\x36\x71\x94\xf1\x78\x11\x2f\x2b\x4c\x79\xfe\x17\x06\xc0\xbd\xc9\xe1\xc5\xa3\x75\xec\x16\xf0\x9e\x50\x40\x9e\x36\x01\x10\xca\x94\x83\xf7\x84\x9e\x9a\x6d\xf3\x36\xe9\x4c\xb9\x96\x6d\x1c\x57\xdb\xc3\x83\xc5\x6e\x76\x22\xf0\x99\xeb\x32\xf9\x11\xe3\xb2\xe2\xae\x3f\x4c\xe0\x97\x0d\xb1\xf7\xd1\x81\x68\x06\x37\xf1\x44\xf5\x5d\x07\xb8\xd9\xd4\x9e\x32\x3a\xa0\xe1\x2f\x1c\x3f\x26\x76\x80\xdb\x6e\x69\x93\xba\xe8\x98\xf5\x6c\xb6\x7f\x72\x8d\x0b\x38\xf0\x9e\xdb\x3b\xd3\xb4\xc7\x63\x1a\x8d\x71\x50\xf3\x4f\x77\xa3\xbf\xe2\x55\xc1\xce\x1e\x9b\x96\xb1\x1b\x9d\xc3\xda\xce\x6f\xdd\xb4\x6b\xa7\x83\xa9\x6b\x8c\x7f\x04\x81\x24\x63\x74\xde\xc8\x1b\x81\xa6\xf1\x39\x33\xce\x5a\xc2\xcf\x76\xf6\xcf\x28\x9c\xe8\x25\x65\x45\xb2\x6b\xdf\xad\xb7\xb4\xb8\xc1\x88\x6e\xdb\xe8\x02\x49\x97\xb7\x73\xe9\xe6\xdc\x82\xb9\x03\x09\xda\x85\xc5\x39\xc4\xeb\xcc\x84\xfd\xe3\xc5\x88\xee\x47\xa7\x20\x04\x46\xe7\xb6\x21\x23\xb9\x9b\x4d\x70\x7c\x36\xc2\x4b\x40\x18\x4d\x71\x34\xb5\x77\xb3\x33\x17\xc3\xcb\x67\x17\xa0\x7d\x76\x51\xe9\xc7\xef\x02\xe0\x28\x9f\x9d\x9b\xad\x79\xcd\x2e\xe4\xa8\x4d\xb3\x1a\x23\xf7\x62\xf9\x3f\xb6\xb1\x31\x0c\x8e\x68\x8f\xa4\x79\xe2\x1a\x93\x9f\x18\x7e\x06\x21\xd8\xb8\x60\x12\xe5\x0e\x8c\xb0\x21\xcf\x3f\xab\x11\xa8\x54\x94\x6d\x48\x81\xe9\x20\x1e\x31\x05\x3f\x04\x2c\x60\x44\x6d\x96\xa9\x1f\xe6\xeb\x0f\x90\xad\xb3\x7c\x3d\x4b\x47\xb7\xe6\x2b\xa5\x3c\xce\x57\x9f\x2a\x59\xb6\x55\x5f\xa1\x6f\xf1\x75\x7a\x4b\x65\x2e\x8a\x02\x3f\x33\xd3\x01\x5f\x13\x23\xab\x56\x9f\x71\xe8\x1d\xec\xb7\x4f\xe2\xf5\x3a\xd5\x70\xc7\xf1\xbb\x26\xf8\xae\xf2\x95\xf7\xdc\xd5\xfd\xaf\xa3\xdb\x41\x97\x62\x16\xdd\xc4\xf5\xdc\x9e\x48\xe6\x0e\xa6\x9e\xdb\x13\xfa\xfa\xe1\x84\x3e\x7d\x13\x09\xe0\xa1\xc5\x8a\x93\xf2\x22\x2e\xf4\x1f\xe3\x0f\x0e\xd9\x70\xb2\x9f\x45\x29\xec\xe5\xb4\x25\x51\x8f\x93\xb6\xbc\xa6\xec\x72\xd3\x08\x4d\xfb\xd1\xcb\xf0\x90\x09\x3b\x82\x7f\xd5\x68\x01\xa3\x45\x5b\x50\x23\x29\x82\x1f\x61\x2f\x7a\x82\x5d\xea\x01\xe8\xf6\xc3\x41\x9a\x23\xb8\x9d\x2a\x0f\x5d\x62\x88\x32\xa0\xc5\xe3\xc4\x39\x51\x25\x30\x70\x44\x2d\xbb\x99\x0d\x61\xf6\x51\x45\xf2\x29\x22\xb2\x63\x55\x3a\x01\xc7\xff\xf7\x42\xd3\xbc\x37\x13\x1e\xd0\x84\x0d\xcd\x91\xe6\xd4\x02\xfa\xad\xe2\x2d\x49\xfc\x11\xca\x31\x20\x69\x0f\x7f\x30\xe1\x8c\x1f\xf1\x96\xd4\xcb\x00\x57\x8f\x95\x51\x32\xc0\xd5\xe3\x7e\x80\xe5\xfc\x9f\x09\xb0\x8c\xb2\x73\xe7\x57\x8a\xdb\x13\xa2\x3d\x11\xee\x53\x1c\x9a\xa2\xaf\xfe\xd9\x8c\x77\xe4\x6b\x90\xcf\x7f\x9c\xd3\xeb\x6f\x17\xfb\x1c\x4a\x53\xf3\x6a\xf8\x4f\x00\x00\x00\xff\xff\x32\x1f\xd1\x6d\x1a\x25\x00\x00") func resourcesManipMBytes() ([]byte, error) { return bindataRead( @@ -358,7 +358,7 @@ func resourcesManipM() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "resources/manip.m", size: 9421, mode: os.FileMode(420), modTime: time.Unix(1506290061, 0)} + info := bindataFileInfo{name: "resources/manip.m", size: 9498, mode: os.FileMode(420), modTime: time.Unix(1514078804, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -423,7 +423,7 @@ func resourcesPatternM() (*asset, error) { return a, nil } -var _resourcesPowerM = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\x7d\x73\xdb\xb8\xd1\xf8\xff\xf9\x14\x68\x3a\x73\x95\x68\x52\x12\x49\xcb\xb1\x93\xe6\x7a\xe9\xdd\xe5\x57\xcf\xef\x5e\xd2\x4b\xee\xfa\xcc\x68\x44\x1b\xa2\x60\x9b\x8d\x44\x2a\xa4\xe4\xc8\xe7\xfa\xbb\x3f\xbb\x0b\x90\x04\x5f\x40\x4a\x69\xfb\xdc\xcc\xc9\x24\xb0\xbb\x58\x2c\x16\x8b\xc5\x62\xc1\xbc\x4b\x3e\x8b\xf4\xe5\xcb\x5d\xc6\x6f\x05\x7b\xcd\x9e\x5f\x2f\x78\x26\x02\xb1\xdf\x5c\xb3\x9b\x28\x5e\x66\x8c\x0a\xae\x59\xca\xa3\x4c\x2c\xd9\x36\x61\xdb\x3b\xc1\x36\x88\xc5\x92\x1b\x76\x8d\x90\xa3\xe7\xaf\x9e\x0d\xac\xf7\xd1\x7a\xb3\x8a\x6e\x1e\x58\x2c\xb2\x2d\x80\x42\x4d\x12\x8b\x78\x9b\x59\xc3\x67\xd4\xca\x4c\xfe\xf2\x2b\x7b\x71\x75\x19\x6f\xc5\xad\x48\xe7\x76\x58\x3c\xb2\x97\xaf\x19\x0f\x06\x0b\x2b\x1c\xbe\x6a\x22\xfc\x22\xf8\xea\x70\xe8\xf7\x0f\xeb\x45\x72\x04\xfc\x2f\x7c\x1b\x25\xb1\x6c\xa1\x0d\xf4\x32\x06\x61\x44\xdb\x07\x9b\x4d\xa8\xfa\x32\x5e\x8a\xad\x48\xd7\x51\xcc\xb7\x22\x07\x72\x0e\x82\xba\xca\x6b\xdd\x16\xe2\xa3\xc3\xa8\x77\x80\x5d\x15\xd5\x2d\xf4\x1d\x97\x6a\x26\x65\x8d\x46\xc1\x66\x57\x9d\x64\x2b\xe5\x66\x48\xd7\x66\xfc\xaa\xca\xc0\xe2\xea\x2f\x3f\xed\xd6\x0b\x91\xfe\x1d\xa9\x48\x66\x08\xe2\x1f\x77\x51\x78\x37\x7b\xc6\xe0\xbf\x05\xfb\x33\xb0\x67\xd3\xf3\xb7\x09\x68\x92\xd8\x17\x7c\x2b\x80\xd7\xaf\x5f\x17\x20\x55\xce\x0b\x0a\xaa\x76\xa2\xa3\x74\x61\x7c\x5d\xd6\xea\x6d\x7d\x48\x77\x0a\xe4\xd7\x18\xd4\x58\x84\xa0\xcf\x0a\x42\x50\x97\xfe\x0a\x73\xe2\xd9\xbc\xec\x5f\xad\x5f\xad\x82\xd1\xa5\xe0\x1c\x22\x86\xc9\xe1\x1d\x7f\x9d\x03\x1b\x44\xf7\xe7\xf6\x7e\x1e\x21\xa0\xc9\x17\x4b\xc6\xe9\x12\xcd\xc0\x22\x40\xb6\x14\x04\x03\x93\x10\xcd\xc5\xc0\xfa\x2e\xca\xb6\x69\xb4\xd8\x6d\x05\xe3\xf1\x03\xfb\x08\xa6\x08\xcd\x8d\xb4\x3b\x37\x49\xca\xe2\xdd\x5a\xa4\x51\xc8\xee\xf9\x6a\x27\x32\x16\xc5\xec\x43\xb4\x16\xd9\x4b\xc4\x1e\xdc\x44\x69\xb6\x7d\x39\xc8\x27\x3f\xfb\x17\x23\xfb\x41\x7f\xd5\x4c\x1f\x0e\x99\x05\x58\xb1\x48\xaf\xae\x86\x01\xd0\xbd\x42\xee\x08\x11\xdf\xa0\x92\xe8\xcd\x08\x64\x8e\x45\xc8\xec\xcf\x60\xfc\xd2\xcf\x60\x09\x6d\x96\xc4\xab\x07\xb6\x2c\xd9\x8c\x54\x5b\xc4\x22\x75\x82\x88\x5d\x95\xcd\xa8\x76\x72\xa6\x0e\x68\x2e\x67\x96\x65\xd2\xb6\x46\x21\x2f\x45\xf4\xe1\x4e\x64\x82\x6d\xf9\x47\xc1\x76\x1b\xb6\x05\xf4\x11\x7b\x97\x64\x59\xb4\x00\xc6\xc2\x24\xbe\x17\xe9\x16\xed\xf5\xaf\x1b\x29\xa3\x51\x61\x87\x73\xb2\xd2\xf6\xcd\x0b\xbb\x50\x94\x2f\x6c\x5e\x0c\x61\x03\x58\xe4\x3d\xf8\x0b\xb4\x06\x43\x76\x2f\xaa\xc8\x3c\x10\xf6\x22\x10\x05\x01\xd0\x5c\x68\x60\xec\x11\x94\x73\xa9\x17\xe7\xa5\x97\x2d\x8d\x15\xd4\xa1\xd5\xb2\xa5\x12\x47\x59\x6f\x55\x60\xa9\xf7\x85\x6a\xab\x6a\xe3\xf7\xa0\x86\x0f\x9a\x91\xcf\x3b\xac\x6a\xe1\xfd\x01\x30\x2e\x03\xa1\x0f\xce\xfb\xcf\xd1\x16\xa6\xe5\x8f\xc9\x72\x06\xc3\x7d\x3a\x47\xb5\x9f\xd8\x72\x3e\x00\xef\x97\xf8\xd7\xb3\xd5\xc4\xf4\x51\xcf\x81\xc6\x9b\xad\xd2\x87\x4c\x36\x3d\x87\x35\xf5\xf1\x07\xd0\x12\xbe\x58\x01\x95\x9f\xa4\xd6\xbe\xdd\xc5\x21\xf2\x62\xb3\x9f\x63\x71\xb9\x84\x45\x92\xcc\xf3\xbb\x34\xd9\xd2\x8c\x7a\x7a\xf5\xec\x03\x2c\xa2\xd9\xb5\x9c\x1c\x40\x82\xa6\xdc\xf7\xb4\xc4\x8a\xef\xf7\x1c\xff\x64\xd2\x62\x50\x05\x4c\xfb\x35\x50\x99\x3d\xff\x3e\x5f\x74\x71\xb6\x28\x95\xcc\x18\x4f\x05\x68\xc4\x7a\xb3\x93\xeb\x32\x0f\xb7\xab\x87\x97\xcf\xe7\x76\x49\xe0\x3d\xb0\x1d\xdf\x62\xa3\xb3\xe7\x20\x40\xd7\x9b\x3e\xb7\xd9\xf3\x81\x33\x1d\x06\x8e\x5f\x81\x2c\x9a\x7a\xbb\x4a\x40\xa0\xf1\x2d\x68\x3c\x34\x54\x2e\xf7\xd4\xda\x1d\x8f\x97\x2b\x68\x0c\x64\x78\xc7\x6e\xaa\x90\x9b\x54\x84\x51\x06\xdd\x37\xb3\xe0\x8e\x2e\x2e\xa6\x93\x33\x71\xe2\x4f\xdc\x09\x72\x32\x9a\x06\x8e\x3b\x81\xff\x46\xed\xcc\xbc\xd9\x6d\x93\x35\x34\x12\xf2\x15\x68\x3f\xdf\x6c\xe0\x37\x4b\xd6\x82\x81\xf7\x02\x56\xa2\x3a\x7f\x58\xba\x03\xf1\xd5\x5a\xe7\x6b\x41\x6d\xaf\x83\xd3\x91\xcd\x06\xeb\xc0\x1b\x0d\x03\x6f\x4e\x10\xa0\x31\xdf\xbf\xdd\xa5\x38\xf9\x7b\x84\x9f\x8a\xe5\x2e\xcc\xbb\x9f\x41\x57\x13\x18\x77\x62\x4c\x17\x50\x18\x26\xe9\x12\x3a\xdb\x35\x0a\x15\x43\x89\x22\x98\x04\x93\x76\x8e\xeb\x36\x9f\x4d\x82\x81\xe3\x0e\x4b\xd6\x49\x97\x4a\x86\xc1\x74\x40\x01\x79\x74\x38\x28\x02\xb9\xce\x70\x3c\xb2\xdc\xbd\x23\xbb\x24\x2d\x19\x18\x8d\x56\xf6\x06\x2e\x3b\x61\xfb\x21\x69\xc9\xfe\xc4\x1d\x06\xae\xb1\x27\x13\xc9\x7d\x07\xc0\x88\x20\x46\x1d\x20\x0e\xe9\xa3\x33\xed\x04\x19\x29\xa0\x51\x17\x58\x93\xf1\x51\x2f\xe7\x1d\x10\x05\xeb\x66\x18\xa7\x9c\x4b\x9d\x50\x3a\xfb\x04\x77\xc4\x88\xfd\x2e\xd2\xa4\x7b\xc0\xdc\xb2\xc7\x93\x7f\x43\xe9\x3a\x81\x47\x1d\xd0\x8e\xab\x46\xd0\x0c\xe2\x16\x72\xea\x87\x19\x1d\x00\x25\x3b\x6b\x16\x79\x5b\x6f\x8f\x81\x1e\x75\x81\x97\xfd\x35\xc3\x54\x3a\x73\x08\xa9\x6e\x4a\x17\x17\x12\xc2\x00\x22\x6d\xfa\x34\xf0\xcd\x54\xc6\x05\x90\x63\x86\x72\xf4\xd5\xa1\x0b\xac\x65\x19\x69\x07\xf5\x46\x17\x2f\xa6\xfe\xb9\x38\x71\xa7\xe7\x17\x88\xe1\x5f\x04\x17\x17\x17\x66\x89\xf8\x23\xff\x6c\x72\xe1\x09\xc7\x9d\x5e\x4c\x14\x82\xd3\x89\x71\xe8\x8a\x72\x18\x4e\x87\x94\x11\xce\xed\xb0\x3f\x0a\xc0\xeb\x03\xe8\x19\x6b\x17\x38\xe9\x85\xe8\x6d\xe4\x42\xfe\xd7\x01\x37\x52\xec\x76\x49\xa9\x4a\xab\x17\x72\x14\xf8\xe6\xce\x9d\x12\xcc\xc0\x1d\x59\x9e\xe5\xe2\x0a\xdc\x33\x2b\x70\xa5\xeb\x93\x36\xc1\xf4\xc8\x82\x60\x7a\xcd\x4e\x27\x8c\xc6\x50\xdf\xd8\x48\xa0\x43\x58\x3a\x70\x84\x00\x16\x84\x75\xa0\x5c\x9d\x1e\xc1\x4e\xe4\x4a\xa4\x01\x23\x2b\x35\x9d\xcf\xbd\x8f\xdc\xab\xb6\x95\x37\xed\x49\xef\x7a\x3c\x66\x7f\x13\x7c\xd9\xea\xb0\x28\x27\x3b\xc7\x70\x8f\xc6\x80\x36\xbc\x6e\x84\x3a\x57\xce\x01\x6c\xb5\xf5\xa4\xd2\x8c\xb6\x1e\xe7\x7e\x76\xcb\xce\xac\x49\x18\x5c\x4a\x9b\x81\x43\x69\xc1\xff\x26\x9f\x53\xba\x9c\x43\x03\x80\xaa\x1b\x15\x50\x23\x23\xd8\xa8\x84\x1b\x19\x01\x6b\x4e\x6e\xeb\xc0\x9a\xdc\xca\x56\xe0\x47\xf7\xc9\x66\xbf\x88\xcd\x8a\x87\xe2\xcd\x6a\x85\xfb\x32\x1e\x6c\xae\x46\xcc\xf9\x9a\x3d\x6e\x9e\xe6\xed\x58\xb0\x9d\xf2\x80\x68\xde\xc4\xb0\x95\x57\x00\x1a\x38\xde\xb0\x17\xae\x16\xcc\xa2\xd9\x73\x2c\xce\x17\xa0\x2c\x0f\x41\xc9\x45\x08\xbd\xed\x06\x6d\x08\x5d\x76\xfd\x0b\x7a\x7e\x7c\xc7\x8f\xef\x77\x89\x51\xec\x35\xfe\x7f\x9c\x7c\x8e\xdf\xf2\x68\xb5\x4b\x45\x65\xcf\xf1\x36\xda\xa3\xa7\x9a\x09\xf6\xf9\x4e\xc4\xec\x12\xf6\x48\xf7\x82\xbd\x59\x64\xec\x46\xed\x86\xf9\x0a\x48\x99\xdc\x57\xe9\x22\xbc\xb8\x38\x3f\xf3\xbd\x33\xf8\xff\xe2\x58\x67\xc1\x9d\xfa\x17\xe7\xe7\x17\x13\xdf\x3b\x3d\xde\x6d\xf0\x5d\xf7\xec\xfc\xc5\x85\x3b\xf1\x5e\x7c\x89\x07\xd1\x8d\xfe\x5c\x49\xef\x19\x6c\xfb\x9f\xfd\x90\xdc\xea\xd1\x78\x78\x9d\x89\x79\x1e\x8b\x47\x4f\x1f\xc4\xbf\x4b\xf9\x8a\xad\x92\x5b\x9e\xc2\xee\x7a\x2d\xc3\xf0\x14\x84\x47\x68\x15\xda\xb8\xb4\xde\x45\xb2\xa0\xa6\x52\x2a\x0a\x27\x5f\x24\x44\x47\x95\xd3\x8f\x5d\x8f\xef\xe9\x75\x13\x15\xf4\xa9\x14\x16\x41\x68\x7c\xf9\x3e\x0f\x15\xd3\x0b\x98\x8c\x3c\x48\x4a\xe5\x1b\x59\x5e\x84\x85\x5c\x0c\x41\x49\x9a\x58\xce\xab\x11\x17\x28\xaa\xc6\x5b\xea\xe1\x96\x66\x80\x05\x50\x0e\x08\xaf\x14\x93\x00\x96\x2a\xc9\x74\xeb\x14\xc1\x45\x46\x76\x03\x67\x6d\x3b\x0c\xd6\x83\xc1\x65\xf2\xaf\x3e\xf2\xef\x3f\xa5\x5b\x7d\xe8\xf1\xbd\x36\xf6\xd9\xa7\x1d\x06\x57\xd2\x24\xd9\x6a\xa3\x0e\xbb\xc3\x9f\xbf\xfb\xf9\x25\xe3\x95\x18\x48\x96\x1f\xc7\x6c\x44\x7a\x03\x9d\x56\xc8\xb8\x42\x69\x22\xc3\x46\xfa\x62\x54\xba\xd4\x88\x29\x5e\x44\x00\x7f\x12\xb7\xbc\x88\x00\x5e\x5a\x54\xeb\xe0\xa8\xa8\xa7\x2b\xbd\xa2\x28\xe7\x14\x8d\xad\x86\x0f\x79\x30\x9a\xaa\xea\xfd\x55\x3d\x2a\x3e\xb0\x7e\x4a\xd2\x35\x75\xeb\x33\xd8\x8f\x64\xb7\x5a\xca\x88\xb1\x50\x26\x65\x19\xa5\x02\x83\x5a\x36\x83\x6e\xb1\x34\xba\xbd\xdb\x32\x30\x44\xec\xf9\xfe\xea\x39\x8b\x32\x22\x12\xc2\xf2\x1c\x2d\x45\x2a\x96\x6c\x9d\x80\x14\xb3\x8d\x08\x71\xe1\x06\x12\x3c\x66\x13\x96\xa4\xcc\x1d\x31\x65\x7f\xf6\xaf\x5f\xbf\x86\x85\x47\x45\xbd\xf1\xcd\xb5\xf3\x50\x38\xc5\xc0\xa1\x30\x18\xb8\x63\x6f\x88\xc1\x6e\xa9\x4b\xc8\xfc\x31\xca\x44\x9d\xf5\x41\x17\xd4\x43\xbb\xd9\x55\xd5\x30\xad\xdb\xeb\x99\xc5\xaa\x84\x1c\x03\x25\x57\xd5\x1b\x08\x4d\x54\xf5\xa4\xa2\x94\x85\x6e\x85\xdb\x1d\xc9\x7f\x07\xd2\x56\x36\x81\x71\xd0\x37\xb6\x7d\xd8\x08\x10\xda\xa5\xae\xba\x97\xd7\x20\x74\xd2\xd8\x68\xcd\x6f\x61\xc5\x48\x1f\x30\x60\x0f\xd3\x9a\xa5\x02\x63\x17\x18\xf1\x8c\x6f\xd9\x75\xde\x35\xd2\x63\x4d\x2d\x2f\xa5\x4e\x26\xe1\x47\xb1\xd4\x14\x10\x5d\x0c\xbe\x6c\xce\xe2\xcb\x63\xc4\x8e\x81\xe7\x4b\x83\x9f\x45\x55\xa7\xba\x00\x36\x32\xa2\x2e\x8a\xc0\xea\x2c\xbe\x2a\xbc\xd1\x75\xe5\x78\xf1\x19\x7b\xbb\xe2\xdb\xad\x88\x67\xef\x60\x9d\xdc\x6d\xa5\x47\xc8\xc6\xdf\xb0\xc1\xe0\x1d\x5f\xfe\x82\x5a\x39\xfb\x23\x60\xcd\x87\xec\x2b\x2c\x96\x0c\x28\x12\xef\x78\xba\x95\x07\x20\xb3\x98\x60\x40\xdf\x40\xb5\x6e\x45\xfc\x1b\x4f\xb3\x19\x5f\x2e\x05\x98\x81\x2b\x9c\xa7\x76\x19\x4b\xa4\x77\xd5\x3a\xc8\x65\xb9\x0b\xb7\x39\xe8\x6c\x06\x3c\xf3\x78\xf9\x6b\x1c\x7d\xda\x89\xeb\x68\x3e\x0f\xb0\xc1\x02\xb5\x59\x6f\xb3\xc7\x6a\x11\xaa\x3c\xfb\x41\xc4\xb7\xdb\xbb\x9c\xea\xfc\x49\x32\x25\x01\x0f\x62\x6b\xb5\xcb\xbe\xf9\xe6\x03\x1a\x97\xd9\xe0\xc7\xdd\x0a\x46\x3e\x59\x47\xb0\x82\x7d\xf3\x4d\x17\x33\x43\x0b\xb9\xad\x75\xdf\xee\xc2\x30\xf0\x8f\x64\x54\x1f\x0a\x64\xea\x85\x84\xd5\xf5\x56\x75\x0a\xe3\x6b\x60\x77\x71\x2c\xd7\x9b\x2d\xc5\xd8\x04\xd5\xd0\x71\x77\x4a\xca\x9a\xf7\x5f\x1d\x17\xc3\x2e\x61\xa4\x54\x30\xbb\xc2\x1e\x07\x71\xe3\x98\x84\xbd\xfc\x5a\x0d\x79\x29\x3f\x94\x13\x0a\x02\x7a\xd6\xa2\x69\x85\xf0\xb3\x79\x3e\x69\xc3\x2b\x4b\x36\x80\xd4\x06\x83\xd0\xfa\x23\x28\xd3\x10\xb5\x49\x5a\xb9\x27\x8d\x35\x9b\x29\x53\x3a\x78\x07\x2e\x89\x0c\x50\x63\x2f\x96\x89\xc8\xc0\x3c\xc2\x92\xb0\xdb\x6c\x12\x30\x5a\x99\x00\xe3\xb8\x64\x3c\xbd\xdd\x61\x24\x1b\xfc\x99\x57\x39\x91\xf9\xb0\x32\x31\x65\x31\xcd\xce\xe6\x34\x54\xe4\x8f\x98\x8b\x3c\xf0\xd9\x09\xf3\xc1\xfa\x7b\x60\xc7\x16\xf2\x99\x2d\xe0\xed\x04\x7e\xf5\xba\x10\x9e\xcf\xb0\x8e\x9e\x7c\x82\xb1\xd4\x33\x67\x21\x61\xf8\x58\x4b\x4f\x61\xe0\x83\x2f\x2a\xbb\x30\xe0\x48\x0c\x0b\x61\x83\xdc\x6e\xfb\x38\x11\x92\xa4\x39\x5b\xd2\xf3\x92\x9e\x05\x3d\xa3\xbf\x4b\x54\xf0\xd0\x70\x80\x50\x58\x2b\x86\xb8\x37\x54\x12\x69\x27\xbb\x94\x3d\x51\x7f\x43\xf5\xd7\xa3\x46\x04\x3d\x2d\x8a\xa7\x50\x3d\x41\xa3\x0a\x4b\x28\x2c\xf8\x9b\x33\x40\xdd\xb0\x06\xb2\x79\xa8\xee\x61\x20\x18\x78\xc8\x34\x35\x19\x2c\x50\x60\xc1\x92\xc4\x03\xe5\xcb\xa1\x26\xa2\x80\x28\x07\x4b\xdc\x0d\xb6\x93\x1a\x93\x58\xe8\x37\x1c\x2f\xdb\xa4\x3b\x5e\x1a\x16\x1e\x42\x82\x16\xf9\x90\x9e\x60\x40\x4d\xc4\x88\x1a\x06\x6b\x7a\x89\x2a\x39\xc2\x96\xca\x52\x48\x9a\x2c\x4c\x27\x1f\x25\xfa\x4f\xbb\x15\xec\xf3\x07\x83\xb3\x09\x69\x91\x95\x6b\x20\x6c\xae\x91\x57\xff\x98\x62\x1e\x4c\x49\x5d\xa7\x24\x42\xfc\x1d\x4c\x11\x86\x20\x4e\x87\xfa\x7b\xa8\xbd\x2f\x88\x4e\xf5\x5d\xaf\x0f\x6b\xf5\xa1\x46\xcf\x9d\x68\x4c\xf8\xf5\xa2\xb0\x5a\xe4\x6b\x3d\xd0\x8a\x42\xbd\x68\xd1\x44\x5c\x54\xa0\xbc\x49\xde\x25\x0d\xae\x28\x0c\x35\x46\xa8\x70\x51\x74\xc0\x1f\x0e\x5f\xe9\x0b\xea\xbb\x64\xf5\x20\x17\x80\xbf\x97\xa6\x17\x6c\xaf\x56\x8e\xe7\xad\xf7\x1c\x4d\x70\x2a\x60\xb3\x03\x6b\x28\xba\x5c\x2c\x22\x8f\x17\x3d\x0b\x0e\xc6\x32\x87\xc6\xa3\xff\x6b\x80\x26\xab\x4c\xc7\xe7\x3a\xa5\x0d\xd9\x4a\x20\x47\x86\x10\xd8\x78\xb3\x5a\x21\xb1\xc2\xf0\x6e\x40\x0b\x74\x04\x58\x9f\xef\x71\x7d\x9e\xb7\x12\x1b\x59\xf7\x57\xc1\xcf\x1b\xb5\x1b\x81\xc5\xa0\x4c\x64\x2a\x9b\xb8\xbc\x99\xbd\x4d\x85\x00\x78\xa4\xc5\xbe\xfa\x8a\xe5\x2b\x00\x62\x00\xa4\x74\x20\xdf\xf2\x55\x26\xda\x9b\xc9\x89\xd5\x48\xd5\x31\x0d\x48\x4d\x82\xe3\xb1\x9c\x18\x48\x84\x52\xb5\x84\x58\xd3\xf1\x23\xdb\xc5\xcb\x24\x24\xa3\x0f\x6e\xf1\xbd\x48\xf1\x50\x49\x1e\xda\xc6\x09\x8e\x41\x84\xcb\x76\xe1\x2a\x93\x47\xf3\x92\xf2\x08\xf4\x96\xd5\x59\xba\x56\x64\xb3\xdf\x14\x6e\x36\xdb\xcc\xeb\xe7\xe2\x05\xa0\x61\x1d\xd1\x20\xca\xc5\xc4\x38\x95\xa5\x4c\xf4\xe6\xbd\x7d\xe0\x39\xfe\xfe\x04\xac\xe6\xbe\xdd\x7a\xb4\xe3\x18\xc1\x49\xe0\x4d\xf8\xd1\xf4\x48\x0c\xe7\x48\x8e\x26\x47\xd2\x7f\x38\x82\x3c\x08\xe8\x18\x66\x8e\x81\x7d\xe8\x10\x65\x1b\x23\x66\xb6\x0d\x82\xa7\xc1\x3d\xf9\x36\xc9\x66\xfb\xf9\x31\xb8\xc7\x63\xe4\xad\x7d\x21\xe6\xde\xea\x41\x34\x28\xaf\xc4\x7b\x38\x0a\x6f\x34\xcd\x25\x83\x7a\x09\x3f\x47\xb5\x28\xa7\xcb\xf3\x3b\xb1\x5a\x25\xcf\xbf\x00\xf3\xe1\x50\x9c\xfd\x11\xb0\x0f\x47\xc0\x7a\x96\x99\x72\xdb\xf0\x58\xfb\xe0\x7d\x14\x1f\x27\x63\x89\x60\x1d\x69\x2a\x4a\xac\xe3\x0c\x46\x81\x77\xcc\xb4\xf6\xac\x63\x84\xf6\xd0\x21\x34\x03\xf4\xef\x87\x43\x63\x07\x50\xf7\x0d\x28\x2d\x5d\x7e\x08\x8e\x1a\x44\x12\xcd\xe1\x9a\x87\xd0\x07\xb3\x0f\x83\x25\x07\xfa\x98\x99\x84\x38\x1d\x18\x06\x3d\xa4\xe3\xac\x63\xd4\xfc\x60\xe8\x63\x60\xc9\x52\x59\x38\x1f\xf2\xa7\xc3\x05\xeb\xd9\xde\xe8\x88\x51\xe3\x36\x3f\x02\x3a\xb6\x0f\x5f\x4b\x0a\xc3\x79\x30\x0a\x69\x85\x21\x26\xd6\x84\x1e\x38\xde\xf9\xc4\x02\x37\xdd\x82\xad\x1c\x0e\x1d\x78\xbc\x8e\xef\x4e\xa1\xe8\x4c\x15\x9d\x42\xd1\x05\xbc\xc3\xc6\xe4\xcc\xb7\xe4\x8e\xef\x62\x42\x05\x25\x8e\x3f\xd5\x88\x9c\x0e\x87\x85\x87\x76\x30\xdf\xff\x2d\x4e\x4a\x0e\x3a\x8e\x73\x7a\x34\xb4\x58\x15\x8e\x51\x6b\x42\x32\xa2\xb4\x69\xc6\xf8\xa1\x12\xab\xcc\x03\x27\xb5\x88\x0e\x95\x91\x03\x5d\xd9\x52\x60\x74\x72\x29\x6e\xc1\xbb\xa6\x50\xfa\xe6\x5a\xba\xbd\xd0\x4d\xcc\x6a\xce\xf3\xaa\x0a\x17\xb8\xd8\x62\x14\x14\x31\x14\x74\x35\x2e\x36\x18\x3c\x05\x0f\xfc\x4e\xf0\xa5\x74\x87\x2b\x60\x54\x2d\x6b\xe7\x75\x0a\x4d\x54\x70\xfa\xb1\x86\x72\xb3\x27\xb2\x62\x46\x32\xf9\x31\x59\xee\x56\x62\xf6\x88\x5d\x53\x64\xe1\x49\x92\x86\x07\x04\xb4\x91\xeb\x6f\x79\x26\x80\xa5\x6d\xf2\xed\x9d\x08\x3f\x3e\x91\x38\xd5\x8b\xc2\x2c\xf7\xca\xaf\xaa\x95\xd0\x36\x1e\x76\xcf\x54\xc9\x9c\x98\x90\x3d\x54\x45\x36\x7b\xcc\x09\xcf\x25\xb2\x6a\x90\xbd\xa6\xb1\xa0\xe7\x59\x01\x4c\x7b\xa6\xea\x96\x69\x8e\x87\xc2\xb8\x13\x42\x2e\xbe\x13\x2b\xb1\x15\xdf\xed\x36\x2b\xdc\x5e\x88\x8c\x48\x02\x17\x2a\xf0\x95\x13\x07\x46\xfe\xf0\x3a\x8f\x86\xe5\xcc\x61\x64\x58\x6c\x44\xbc\xfc\x90\xcc\xca\x6e\x4f\xe6\x92\xaf\x3b\xdc\xde\xe5\xc5\x58\x30\x37\xc8\xde\x38\x5e\x3f\xf2\xfd\xbc\x1e\xfd\x22\xa0\xda\x89\x49\x6b\x24\x4c\xa6\x07\x1c\x91\xba\xfb\x16\x73\xdc\xab\x5a\xa9\xef\x73\x0d\xe9\xaa\x53\xbb\x64\x1d\xe3\x65\x7b\x8a\x9a\x7d\x84\xe9\x24\x7d\x8d\x62\x26\x1f\x90\xbf\xfa\x65\x1c\x3c\x4e\x6c\xdf\x9e\x3e\x75\xf2\x61\x33\x0a\x08\x77\xa4\xa4\xbe\x4f\x52\x3a\x12\x80\x36\xe9\xdc\x20\xde\xec\xb6\x8c\x2f\x97\x14\x12\xd7\x32\x1e\x71\xfb\x9f\xdc\xdc\x80\xb2\xa7\x20\xf9\x2c\xc1\x03\xa1\x0c\x70\xb5\x73\xe3\x81\x85\x14\x00\x7e\xb7\xda\x22\x44\xb4\x95\x11\xcf\x35\xdf\x86\x77\x6c\xb7\x19\xb5\x26\x69\xc8\x6e\xd8\xfb\x60\x5f\xef\x8a\x72\x8a\x8b\x4e\x71\xec\x14\xbd\xed\xd1\x5d\xc9\x3b\x37\x1e\x63\x1f\x0c\x22\xd2\x69\xba\x1a\x6e\x50\x88\xa6\x1f\x0f\xad\x35\xd7\x84\xd9\x8f\xd1\x0b\xed\xe9\xd0\xd2\xad\xed\x84\x77\x6b\xf0\xcc\x61\x7b\x19\x7f\xdb\x0f\x7b\x39\xb3\x2b\xd8\x2a\x0f\x77\x3c\xf0\x0f\xc4\xf6\x9a\xd8\x81\x77\x04\x7e\x47\xeb\x81\xdf\x8f\x5f\xc1\xce\xb1\x28\x23\xa6\x0f\xd5\xf1\xab\x52\x1b\x38\xfd\xcd\x55\x71\xf8\x78\x8f\x01\xed\x1e\x14\xaf\xde\x8c\xd7\xdb\x4c\x55\x26\xa0\xd8\xc7\x48\xa4\x2a\x51\x14\xe8\xc2\xda\xcb\x61\x01\xbd\x18\x80\x62\xb8\x72\xb6\x80\x7b\xd3\xaf\xb7\x4d\x6a\x4d\x5a\x1e\xd1\xea\xd5\x52\x9d\xd0\xe4\x58\x60\x74\x5b\x0e\x07\x9f\x34\x2c\x5b\xaf\xc7\xd4\xda\xd5\xc2\x1c\x04\x35\x5b\x99\x7b\x36\xf2\x62\xc1\x7b\x8c\xda\x89\x6f\x13\x71\x73\x13\x85\x11\x62\x47\xf1\x3b\x58\xc6\xa2\xf8\x83\x48\xd7\x79\x00\x32\xf7\x13\x36\x0c\x83\x81\xef\x60\xe9\x86\x4a\x7a\x46\x28\x58\x93\xf9\x56\x3a\x05\x03\x0b\x56\xda\x1f\xd1\x2c\x62\xcc\x0e\xa1\xe6\xf6\x2f\xe4\x1f\xe1\x29\xf1\x2b\x69\x27\x01\x5a\x3a\x06\x92\x0a\x5d\x18\x63\xea\x40\xe9\x1f\x3c\x8d\x81\xa5\x97\xb2\x05\xb0\xdd\x2e\x1e\x10\x2f\x9f\xcf\x5f\x31\xae\x5d\x77\x2b\x96\x7f\x7e\x35\xb7\xa8\x99\x57\xb2\x79\xa0\xfd\xba\x51\xa9\xda\xd5\x59\x43\x26\xd4\x78\x0c\x36\x43\x36\x1e\x11\x57\xe0\x46\x70\x5c\xef\x69\x71\x7f\x55\x4a\xe9\xa7\x24\x86\x25\x79\xf3\x45\xb2\xd9\x26\xd4\xa8\x26\x24\x55\x02\x30\x9b\x9a\xdb\x24\x25\xf3\xfd\x3e\x14\x9b\xed\xac\xd1\x8d\x20\xbe\x1a\xcd\x73\x77\x46\x39\x55\x44\x49\x73\xaa\xa8\x47\xf2\x80\x34\xf7\x9b\xca\xe6\x55\x87\x4b\x39\x54\x2b\x4b\x56\xd5\x91\x3d\x34\xa6\x69\x46\x25\xb8\xae\x6b\x0c\x48\xf3\x26\x81\x21\xa8\xba\xc2\x61\x09\x81\xe3\x88\x10\xec\x1a\x7f\xaf\x31\xc0\xae\x85\xdb\xaf\xe5\x7d\xdf\x0a\xc5\xc2\x89\x95\xee\x1d\x1d\xfb\x4a\xce\xa1\x40\xf9\xb1\xe5\x4c\xa8\x0f\x93\x72\xcd\x4b\x88\x1a\xb7\x50\x89\x17\x92\xd5\x84\xa8\x36\xfd\x6f\x0c\x71\xdf\xe8\xf6\x8c\xda\x8f\x7c\x33\xeb\x98\x97\x7f\x94\xcd\xce\xd9\x57\x45\x83\xaa\x87\x1d\x48\xc5\x88\x12\x6a\x3e\xa8\x9a\x03\xaa\x01\xf7\xfa\xa0\x1a\xec\x31\x47\xb2\xbe\x5d\x91\xbf\x3a\xf7\xc4\xe5\x87\x5b\x8b\xc0\x33\xfb\x70\x25\x89\x7f\x56\x49\xe0\x79\xe9\x3f\x2d\x4e\xee\xe0\x02\xc8\x18\x0e\x18\x9b\x48\x1f\x69\x39\x41\x77\x4b\x2e\x7e\x86\xd3\x5b\xef\xb4\x8a\xea\x59\x0b\x6b\xe0\x51\x83\xbe\xb5\x18\xe6\x4b\x47\xfe\x5e\x74\xa4\x95\xd6\x45\xad\xfb\x1e\xf9\x09\xb4\x53\x1e\x4c\xd5\x33\x31\x33\x31\x66\xd9\xe8\xf8\xe4\x1a\x19\xc3\x77\x5f\xc0\xf8\x41\xad\x4a\x4f\xce\xd4\x47\x87\x37\xa0\x6b\x7e\x9c\x01\x6f\xe0\x8e\xf9\xf0\x64\x51\xc5\xee\x5f\xf7\x4d\xa7\xc2\x5e\x93\x50\xd7\x92\x7f\x90\xda\x70\x7b\x6f\x1b\x46\x86\xb3\x1a\xe7\x20\xcd\x4e\xe8\x93\x30\x58\x36\x30\xa8\xf0\x8b\xb0\x4e\xa6\x7b\x33\xe2\xa4\x3e\xeb\x24\xce\x10\xc3\x22\x05\xa2\xe6\x11\x68\xc0\x68\x03\x4c\xc6\x1e\xeb\xda\x43\x1f\x2b\x3c\xff\x04\x43\xaf\xd9\xfd\x8c\xf1\x2c\x4b\xc2\x88\x6f\xf3\x8b\x9b\xcd\xe8\x47\x83\xb6\xb6\x87\x26\xf6\x64\x9e\x4f\xd5\x82\xe3\x66\x3a\x9a\xdb\x8f\x91\x3d\xb1\xb5\x80\x0c\x32\xf5\x64\xb4\x6f\x32\x83\xa8\xf5\x7c\xb0\x06\x75\x8c\x75\x7b\x5c\xa8\xcd\x6a\xbd\x23\x8b\x13\x7f\x7f\x82\x27\x28\xa6\x08\x1c\xb8\x6d\x93\x56\xcc\x4e\x24\x67\xc0\xc7\x30\x73\xdd\xf1\xa2\x05\x73\xe0\xf0\x13\xf0\xb8\x17\xf6\xfe\x10\xab\x4a\xac\xb7\xb3\x90\x33\xef\x1b\xf9\x00\x08\x70\x6d\xa7\xe8\xd8\x77\xe2\x1b\x82\xe9\x8f\x05\x36\xf9\xae\x66\xfc\xc5\xdc\x70\xd6\xbf\x4b\xb6\x08\xfe\x8b\x58\xf3\x28\x5e\xea\x9f\x1c\xa9\x9e\xfd\xd7\xe1\x66\xe8\x7a\x80\x92\x2d\xa3\xfb\x5c\xd5\xaa\x8a\xfc\x49\x61\x30\x4c\x3d\x4a\x73\x34\x19\xd3\x03\xd4\x6b\xc4\x8c\x96\xa0\xd1\x8b\x07\x76\x0d\xcf\xd7\x6c\x9b\x0a\x79\x1d\x99\xb4\x1a\x94\x5e\x7d\xd2\xa4\x70\x71\x72\xb5\x57\xe1\x3e\xb9\x5a\xff\x00\xbe\x00\x20\x51\xd7\x49\xed\x55\x6e\x55\xcd\x59\xd9\x07\x7a\xc8\x71\x3f\xaf\x1e\xd3\x37\x7a\x17\xc5\x1b\xf2\x5f\x3e\x5d\x69\x09\x04\xb9\x03\xc3\xc9\x69\x01\x32\x0b\x7a\xf8\x04\xf4\x30\xde\x67\xb3\x14\xe4\x61\xb3\x10\x10\x6d\xcc\x1c\x83\x8a\x14\x5a\x2d\x7c\x7a\x96\xdd\x51\x8a\xec\xf6\x2e\x8a\x3f\xb2\x90\xa7\xe2\x66\x47\xd7\xa2\x17\xc9\x6e\x9b\xa7\xdf\x63\x22\x27\x10\xcb\xb0\x0f\xdb\x84\xf1\xfb\x24\x5a\xb2\x5d\xfc\x99\x53\x2a\x80\xc0\x6f\x06\xd0\x71\xbf\x74\xc6\x3f\x31\xca\xd8\x86\x27\xbc\x8e\xce\xe9\x69\xc9\xb4\xb0\xd9\x02\x3b\x2b\xbd\xe2\xe4\x33\x54\xec\x83\xa5\xf2\xf1\xd9\x87\xbb\x28\xcb\x59\xba\xe3\x9b\x0d\x34\x8f\xdf\x74\xc0\x2f\x16\x60\xee\xed\x16\xbb\x86\x61\x9d\x1b\x15\x73\x82\x0e\x26\x29\x66\x7b\x60\x39\xed\x37\xf2\xb4\x5c\x70\xc9\x88\xba\xdc\x83\xa8\x9d\xca\x23\xcc\xb0\xf1\xb8\xfc\x60\x04\x2c\xcd\x4f\x2a\x04\x18\xb2\xea\xf8\x2c\x30\xcb\xee\xb3\xac\x8b\x18\xa5\x9d\xc3\xd3\x3f\xee\x22\x90\x36\x4a\x50\xef\x50\x4a\x1d\x22\xc1\xb2\xaf\x5f\x43\x67\xbf\xfa\x0a\x70\xfe\xcc\x3c\xe5\xca\x0e\xac\x1f\x92\xe4\x63\x06\x86\xf4\xa3\xc0\x20\xd4\xad\xd8\x36\x1c\x69\xae\xe2\x69\x79\xde\x61\x1e\xdd\x5a\x49\x5d\x92\x8e\x29\x46\xb2\x46\xec\x9d\x48\x41\x36\x19\x52\x0a\x79\xcc\xfe\xb9\x03\xbb\x76\x9b\xf2\x45\x13\x1e\x89\x62\x63\x8b\x04\x2c\x34\x48\x2f\x89\x43\xc0\x7f\x03\xa5\x6b\xfe\xb0\x10\x39\x05\x68\x73\x95\x44\x8a\x27\x1e\x27\x31\xe6\x85\x83\x60\x41\xeb\x80\x94\x0a\x81\x0d\xac\xbf\x62\x98\x6d\xb5\x92\x9c\xe1\x38\x09\xb1\x06\x2e\xd2\x24\xbe\x1d\x81\x96\x48\x15\xa2\xdc\xf3\x15\xec\x6b\x45\x96\x61\x60\x0d\xe6\x13\x7d\x72\x43\xf5\x4d\x5d\x7a\xc7\xcf\x0d\xa4\xf0\x02\xbf\xa3\x82\x3e\xa6\x0f\x83\x7e\xad\x93\x34\x4d\x3e\xbf\xa4\x5c\x76\x26\xb5\x10\x58\xff\x13\xdd\x58\xfe\x53\x71\x03\x84\xbe\x66\x91\xd1\xe7\x2c\x80\xf2\x3a\x01\x19\x90\x96\x60\x97\x13\xd8\x5f\xad\xa3\xdf\x05\x86\xf3\x60\x2a\xaf\xf9\x47\x94\xc8\x47\x91\xc6\x62\xc5\xc2\x3b\x1e\xdf\x8a\xfc\xf6\x55\x06\xe3\x38\xd0\xc7\x1d\xc7\x32\xc0\x91\x9c\x8f\x43\x5c\x52\x07\x34\xaa\x0e\x5b\x0e\x49\x01\x48\xbb\x3f\x81\xb3\x21\xa3\xcf\xa4\xe2\x29\x54\x67\xd6\x42\x16\xa0\xae\x44\x98\x64\xf6\x2a\xdf\x83\xc0\xef\x23\x4e\xbb\xa7\x72\xd3\xd0\xf4\xd6\x3b\x26\x7e\x63\x65\x6b\xc2\xf6\x58\xc8\xc3\x0d\xe3\x7f\xca\x14\xb6\xf0\xd0\x6a\xbe\x7a\xec\x9d\x2d\x4d\xd9\xfd\x7c\x46\x41\x86\x6e\x81\x75\xc8\xa9\x6f\x29\x39\x7c\x09\xf9\xcf\xaf\x1a\x6d\x5c\xfc\x9b\xb2\xf2\x8c\xb2\x32\x2b\x55\x23\x9d\xaa\xde\xc6\x51\xae\x13\xf8\x39\xe0\x88\x63\x94\xb1\x8b\x6b\x4f\xb9\xf0\x14\x44\xb4\x99\x27\x7d\x78\xa3\xff\xfe\x48\xe9\x2e\xec\xe1\x04\x93\x86\x9c\x07\x72\x4f\xba\xc8\xcb\xbd\x20\x10\x35\x27\x45\x3c\xee\x61\xdb\xe1\x3a\xf0\xdb\x43\xcb\xcd\x99\x54\xfb\x15\x95\xd6\x71\x88\x2b\x76\xc2\xc7\xe0\x92\xf7\xd0\xe7\x27\xb0\x31\x02\xd7\xdd\xb0\xe3\x7d\x84\x7a\x76\x28\x15\xd7\x4c\x65\x1c\x9e\x0c\x16\x18\xcc\x0e\x0f\xa4\x15\x22\xad\xd2\x4d\x33\x69\xc9\x31\xca\x21\x75\xa3\xa5\xed\x63\xf5\x41\x57\x87\x36\x72\x07\x8c\x3f\x0e\x7f\x1b\x6a\xe7\x70\xb7\x09\xe2\x8b\xa6\x49\x85\xed\x2f\x9e\x16\x38\x13\xda\x09\x1d\x20\x00\xd2\xfd\x76\xec\x5e\x19\x3c\x7b\xcb\xc3\x6d\x92\x62\xa4\x2c\x6b\xec\x2c\x6b\x75\xf9\x45\x89\x1b\x2a\xce\x68\x5d\x97\x2e\x50\x9c\x6d\xc1\x8f\x2c\xa2\xc2\xf2\xda\x04\x2d\xe3\x9b\xdd\x56\x5a\x4e\x89\x24\x96\xf9\x41\x1d\x78\x0f\xe0\x85\xb2\x6b\x24\x7c\x5d\xf1\xbc\xbf\x55\xe4\xb0\xdd\x59\x58\xbd\x20\xf8\x08\x4e\xb0\xfb\xd4\x0f\x6c\x89\xab\x02\x5e\x18\xe1\x73\x20\x57\x02\xb5\x75\x57\x42\x34\x4f\xe2\xb7\x89\x84\x06\xb7\x9c\x10\xe0\x6f\x1e\x60\x94\x15\x08\x69\x8c\x30\x4a\x10\x79\xc8\x5d\x86\x18\x95\x83\xdb\xce\x6b\x81\x34\xd7\x7c\x12\xf0\xb6\xdf\x81\xbb\x1f\xcb\x8f\x30\xc5\x22\x04\x87\x0d\x2f\x5f\x2d\x77\x02\x9d\x7c\xfc\xf2\x92\x58\x8a\x18\x9d\xb5\x2c\xdb\x89\xdc\xaf\x96\x2c\xa3\xd7\x34\x68\x6d\x8c\xee\x30\xe5\x19\xd3\x79\xc3\x43\xca\xb8\xcf\xd5\xef\x43\xca\xe3\x6c\x93\x64\x62\xa8\x96\x75\xe5\x7e\xff\xbf\x6f\xbf\x43\x24\xd9\x42\x71\xb8\xcf\x41\x9a\xb2\x68\x0e\x2e\xf5\xc4\x26\x50\x27\x54\x8e\x55\x58\x8a\x73\x1c\x96\x32\x7b\x6a\x7a\x58\xb5\x11\x32\x2c\x80\x35\xa8\xa3\x16\x3d\xcf\xc6\x2c\xb6\x73\xf6\x71\xfe\x84\x89\xd7\x55\x85\xf0\x28\xc5\xed\xdc\xfa\x68\x48\x95\x7a\xc4\x20\x17\xec\xf1\x5b\x50\xf9\x98\x6c\xc1\xd8\x10\xa3\x03\x15\x34\xe0\x21\xd6\x41\x6b\x94\x4b\x5b\xf5\x3a\xbe\x21\xd3\xe9\x71\xda\x0a\x6d\xc8\x63\x7b\x9c\x8e\xda\xc1\x0d\x49\x60\xd8\x9b\xb6\xbe\x74\x49\xad\x5d\x66\xc6\x30\x8b\x3f\xf6\x86\x76\x9b\xc0\x06\x8e\x8f\xc7\x9a\x26\x4c\xd3\xf8\xc8\xb0\x2b\x98\xe8\x2e\x1e\xc7\x78\xbd\xe6\xc4\x63\xe1\xf0\x64\x5f\x3e\xb7\x31\x51\x0c\xf7\x10\xe0\xac\x05\x91\x0e\x0d\x57\x84\x41\x5a\xde\x09\x58\xe6\x36\x3a\xe7\x80\x79\x6a\xd1\xc1\xf7\xa9\x51\x16\x78\x2d\x15\x48\x60\xcc\xc6\x40\xc6\x39\x85\xed\xcd\x99\xb5\x87\x5f\xef\x20\x6a\x4e\x27\x39\x0c\xd8\xfa\x44\x8d\x68\x99\x47\x49\xd1\x72\x3a\x69\x9d\x1c\x42\x0b\xe5\xdf\xc3\x93\xa4\x73\xd2\x4f\xa7\x9b\x21\x27\xef\x5d\x0f\xa5\x69\x27\x3f\x53\x4b\xa5\x1c\x58\xea\x48\xc1\x40\xe5\x74\x62\xbb\x44\xc6\xc7\xd6\x4e\x64\xbc\xae\x85\x98\x72\x20\x8c\x57\xda\x1e\x9d\x33\x20\xd4\x3e\x21\x5c\xec\x91\xeb\x75\x4e\x8b\xb1\x6f\xfb\xed\xe8\x2e\xea\xe0\x19\x22\x5f\x18\xc7\xd9\x3b\x9f\x4c\xfc\x89\x3b\x3e\x7b\xe1\x9f\x9e\x4e\x27\x93\x21\xf8\xe3\x1e\xc9\xa6\xad\x3b\x94\xca\x48\xf0\x53\xff\xfc\xc5\xf4\x8c\x6e\x11\xc9\x12\xe2\xf1\xec\xc2\x7f\x71\x8e\x67\x02\x45\x61\xe0\x0f\x15\xec\x10\x3f\x32\x65\x72\x60\x4c\xce\xcb\x91\x8e\x8b\x8d\xc1\x28\x1e\x3f\xa0\x57\x52\xa7\x62\xf2\x07\x72\xf7\x46\x3a\x01\xa5\xb7\xf3\xba\xd1\x7b\x21\x57\x3d\x5c\x17\x73\x28\x5a\x42\xf5\x6f\xb3\x96\x04\x68\x23\x98\x17\xd2\x37\x43\xbf\xf9\x26\xaf\x53\x42\x60\x1d\xab\x64\xff\x0a\x79\x94\xaf\x6b\xe5\x8b\x63\x65\x50\x7b\xd7\x45\xb2\x03\xd6\x00\xa3\xdf\x55\xc4\x9e\x55\x11\x10\x6a\xf0\xfa\x6a\x58\x4d\x95\x90\x60\xb9\x17\xa3\x2e\x82\x35\x06\x6b\xd3\xf0\xd7\xfe\x2f\x5c\x28\x21\x7d\xa7\xff\xa0\xcf\x84\x77\xed\xca\x10\xe8\x4c\x8c\xc3\x46\x56\x44\x4d\x20\xca\xd7\x15\xf5\x04\xc7\x36\xe0\x86\xd6\x3c\xc3\xeb\x5d\x78\xbb\x4b\xcf\xb5\x2d\xaf\x7c\xa9\xe9\xa5\xc7\x58\xf2\xe8\x08\xc5\x0d\xcb\x6b\xd4\x25\x4e\x96\x7f\xb4\x9b\x3c\xf0\xec\xa9\x5a\x17\x6c\x2a\x57\xed\xb5\xaa\x79\x03\xb0\xf8\xce\x6b\x2f\x64\xa1\x12\xcf\x48\xc4\xea\xcb\x17\x7f\x07\x50\x9b\x61\xa6\xcf\x60\x30\xc8\x82\xe2\x82\xf5\x86\x06\xad\x20\xd1\x24\x97\x67\xef\x36\xe8\x3c\x66\xc1\xe6\xa9\x09\x4f\xd3\xb7\xab\x7d\xc0\x93\xf9\xb1\x32\x39\x04\x94\xb5\x90\x42\x95\x9c\x1a\xcc\x81\xd2\x95\x82\x90\x98\xb3\x7f\xfd\xab\xb8\xfd\x3e\xcf\x53\x8a\xf3\xc8\x79\x1e\x27\xc7\x14\x13\x41\xfb\xa4\xd9\xa3\x4c\xf6\x25\xd6\x64\x26\x12\xf0\x41\xbb\x14\x81\x17\xec\xf5\x7d\xc9\xaf\x31\x86\x6c\x41\x51\x0b\x3e\x6a\x4a\x5e\x52\x2f\x39\xf8\x5a\x6f\x5f\xe4\x0c\xfc\x1a\x7f\xc4\xb4\x29\x7c\xac\xde\x37\x2f\xa5\xdd\x6e\xb8\xca\xa6\x8f\x8a\x64\xd9\xec\xe1\x49\xbf\xa3\x48\xfb\x69\xfc\xdf\x74\x66\xfe\xf8\x39\xf8\x8c\x41\x64\xbc\x41\x52\xc1\x84\x72\x72\x0c\x10\xdb\x70\xb7\xe4\x11\xf6\xe2\x8b\x20\xc4\x9f\x65\x05\x97\x07\xe0\x0a\x06\xe0\x0f\x86\xb4\x98\x2f\x87\x07\xf9\xf5\x4d\xe6\x2d\xd3\xa9\x5d\x7b\x3f\x3b\x80\x6d\x94\xc0\x68\x6a\x92\x8d\xe9\x5e\xcb\x63\xb5\x15\xb3\x14\x41\x4e\x55\xda\x81\x91\x1b\xba\xda\x43\xc9\xb8\x15\x70\x62\xc4\x1c\x4b\x6c\x8c\x4f\xf7\xc8\x98\xc6\xd4\xeb\x1d\xd3\x0a\x82\x17\x0c\x48\x4a\x26\xa7\xae\x06\x6c\x62\xbf\x02\x76\x93\x24\x33\xd3\xb6\x12\xeb\xf6\xf3\x06\xf8\xbe\x13\x1e\x6f\x4a\x35\x51\xe8\xfe\x94\x19\xcb\x6b\xa2\x78\x26\xf8\x0a\x24\x3a\x00\x46\x48\x79\x31\xac\x01\x6f\xe4\xbf\x02\x69\xda\xc1\x56\x55\x05\x5e\x0f\x21\xf6\xe8\x9a\xc0\x6a\x9a\xd7\x31\xb5\x29\x1d\xa8\xa1\x44\xe8\x9a\xe4\xc9\x53\xa4\x4e\xd6\x03\x65\x8f\x7b\x56\x97\x99\xa8\x90\x28\xd0\x8f\x42\x00\x9b\xd2\x8d\xd2\x66\x8a\x64\x53\x81\xfc\xb6\xc5\xf0\x78\xfc\x0a\xba\x01\x17\x93\x5a\xca\x16\x44\xad\xfd\x4a\x9d\x91\x82\x14\x48\xd8\x2a\xa6\xb0\x0f\xab\xf8\x8a\x47\x6b\xe7\x87\x3d\xec\xd7\x67\x7c\x27\x30\x7e\xde\x6b\x51\xd5\x70\x59\x64\x92\x6b\x80\x99\x71\xb5\x8e\xe1\x3f\x42\xc2\xf0\x23\x18\xa6\xa4\x8e\xb6\x91\xa8\x2d\x28\x06\xc4\x41\x08\xb5\x2d\x78\x47\xe3\x74\x63\xe0\x85\xc8\xd6\x96\x54\x79\xcf\x88\xd5\x97\x22\xad\xbc\x07\x93\x5a\xe0\xc3\xf6\x61\x96\x75\xfd\x6d\x97\xfa\xc2\x8d\x84\x30\x8c\x7e\x90\xc6\x4c\x47\x67\xd3\xb3\xf3\xe9\xa9\x77\x7a\x71\x7a\xe1\xf9\xe7\x26\x33\x56\x35\x4f\x26\xeb\xc4\x83\xe7\x7f\xa3\x5b\x29\x35\x85\x51\xa5\x87\xa9\xf0\x97\x00\x9b\x2d\x43\x09\xd1\xce\x93\xc4\xec\x6d\xe9\x5d\x64\xf4\x09\xb8\xfc\x6c\x5e\x6d\x5e\xa9\x6f\xcb\xc1\x40\x74\xcf\xb0\x36\xa4\xfe\xbc\x7d\x4c\xa7\x29\x92\x20\x32\x21\xbf\x5a\x09\xfb\xc0\x65\x22\x53\xe4\x72\x57\xdb\x70\xa9\x08\xed\x9a\xb2\x3c\x56\x8b\xdd\xb1\x74\xab\xa3\xed\x62\xcb\xa3\x1b\xd8\x0b\xea\x7b\xac\x4a\x05\x26\x3f\x2e\x60\x9f\x15\xf2\x55\xb8\x5b\xe1\xed\xb9\xfa\x99\x34\xee\x24\x31\x8c\xc1\xe5\xe1\xcb\xf5\xe2\x3a\x3f\x9d\x7e\xbf\x5b\xc8\x83\x17\xd8\xde\x21\xa9\x28\x7e\x43\xa7\xd3\x7f\xa5\xdf\xff\x29\xb2\xb8\xf3\xcd\xf2\x8e\x52\x90\xde\xc8\x2b\x87\x00\x26\x73\x91\x00\xd2\x66\x77\x36\x5b\x0a\x20\x04\xcc\x08\xfc\x8d\xc5\xe7\x5f\xe9\xf7\x37\x20\x25\x37\xd5\x77\x45\xb2\x4d\x3d\xed\xe6\x9e\xce\x3c\x26\xf5\xec\x9a\xdd\xf7\x7b\x3d\x19\x67\x57\x64\x17\xb1\xfb\x6a\xcd\x7d\x59\x43\x4c\x40\x1d\xe2\x3a\x08\x27\x8b\x91\x29\xdc\x97\xd3\x57\x51\x25\x0c\x7e\x2e\xc8\x02\x30\xeb\x2e\xa0\x02\x09\x48\x77\x28\xad\x01\x20\x8e\xef\x86\x7a\x05\x76\x08\xc5\x71\x5f\xbc\xfe\xc6\x5e\xb7\x1e\xaf\x01\x9f\xc4\xd0\x18\x1b\x95\xd0\x28\x38\x24\xa0\xb8\x97\x6f\xbf\x75\xe4\x95\xc0\x76\xa9\xda\x6f\x26\x37\x6d\xae\xcd\x76\xf9\xa6\x7e\x60\xd1\x95\xb6\xf8\x4f\x5b\xf6\x39\x49\x3f\xaa\xab\xab\xf9\xbf\x16\x93\xa7\xd3\x64\xec\x41\x6c\x29\x40\x01\xf0\x5a\xb6\x12\xec\xf1\x8b\x78\x14\x5d\xb4\xcb\x54\x0a\x44\x11\x65\x22\xa4\xaa\xae\x95\x0a\x92\xab\x46\x3d\x90\x45\x7d\x30\xe8\x96\x2d\x75\xa6\xd4\x7d\x28\x93\x09\x20\xf3\xce\xdc\x06\x40\xef\x4d\x74\xaf\x40\x1f\xb3\x0f\x9c\x9e\x54\x4e\x49\x91\x55\x77\x7a\xe2\xfa\x8c\x9f\xe0\xf7\xb2\x3c\xdb\x9d\x9c\xbc\x80\x17\x6e\x32\x7a\x40\x00\x2b\x4d\x44\xa6\x48\x84\x48\xf9\x39\x29\xfa\x9c\x19\xe0\x18\xa2\xb6\xce\xd4\xe9\xa2\xe8\x40\x95\x23\xe9\x41\xd3\x0e\x0f\xea\x5f\x10\xc5\x2f\x7c\xd2\x07\x83\xaa\x1f\x12\x2d\x8a\xeb\x91\x99\xf2\xbb\x4a\x74\x40\x4b\x9f\x56\x92\xdf\x09\x75\x28\x1b\xaf\x34\x25\xf2\x43\xa3\xf4\x8f\x1e\xa1\xc6\x65\xf4\x8f\x30\xed\xe2\x88\xe2\x3a\x5b\x1d\x32\xb3\x9b\x1f\x98\x93\x1f\x7f\xcc\x50\xab\xaa\xdc\x54\xc3\xa7\x37\x14\x3e\xa5\x6b\x24\x6f\x6d\x22\x49\xf7\x70\x6f\x36\x69\xb4\x16\xd2\x92\x94\xc1\x04\x6d\x57\x32\x9f\xb3\x3f\xe8\x29\x81\xf2\x03\x49\x72\x3a\x21\x2d\x69\x30\xf0\x0b\x63\x37\x79\x8e\x22\x91\x66\x7a\x7c\x08\x01\xe7\x65\x20\x0e\x1a\xfa\x43\xe5\xba\x79\x85\xa9\x79\x6b\x5b\x92\x51\xa0\xfa\x5d\x0d\x9a\x6a\xab\x43\x2a\x01\x24\x86\x8a\xf5\x56\x27\x81\x26\xa8\x6a\xf0\xc3\xf4\x15\x4c\x0d\xe1\x98\x59\xa0\x6e\xd6\xeb\xe3\x42\xff\x72\x06\xfc\xe0\x97\xc6\xf3\x2f\x13\x74\xdd\xe4\xaf\xe2\x92\x79\x65\xf4\xd7\xf4\x15\xdc\x16\x34\x8f\x92\x1a\xfc\x02\x51\xfb\x9c\x5b\x2b\x89\x36\xb6\x73\x1a\xb5\x79\xf1\x2e\xff\xa7\x09\xb5\x88\x3d\x3e\xbd\xd2\x6a\x36\xf8\x8f\x4c\x15\x83\x3d\xfe\x54\x79\xd5\x62\x74\x0d\xe5\xdb\xe4\x91\x7a\x5c\xc2\xf4\x62\x2a\x2d\x0b\x3e\xa9\xe8\x59\x5b\x26\x1f\xa5\xf0\xea\xb8\xd2\x32\x82\xfe\x8c\x3f\x15\x9f\x97\x2d\x78\x3d\xee\x63\xa7\xf2\xd8\x0a\x0c\x4a\xd1\xd5\x81\x9b\x1f\xfb\x51\xdd\xe9\x70\x3c\xc8\xc1\x0c\xc3\x75\x8a\x99\x2a\x1a\x01\xe7\x94\x8e\xc3\x4e\xe5\x41\x4c\x1f\xb6\x83\xed\xc9\xe3\x33\x79\xb7\xf4\xb4\xc1\x8d\xba\x82\xa2\xea\xa7\x05\x4d\x03\x45\x8f\x9a\x9f\xaa\x2e\x4c\xe5\x05\x21\x9d\x3f\x8f\x0e\x10\x7d\x0d\xe0\xb4\x8f\xa6\x83\xc7\x4e\xae\x4b\x88\x67\x96\x96\xaa\xa3\xb3\x8a\xa7\x50\xfe\x05\xb5\xee\x5d\x58\x92\x6b\xfc\xeb\x97\x92\xf4\x3b\xda\x00\x1b\xee\x30\x77\x5a\x08\xaf\x3a\x2c\x8e\x7f\x81\xcc\x9e\xcb\x63\xd9\x17\x8a\x87\x42\xc8\x5d\x84\x1d\x5f\x89\xd8\x37\x70\xee\x5c\xa8\x03\xdf\x13\x76\xae\x40\xce\x2a\x7c\x77\x52\x57\xe0\xed\x5c\x93\xdc\x64\xad\x7b\x5e\x63\x3a\xa7\xda\x1f\xd6\x74\x15\x9a\x12\x10\x49\x76\xaa\x38\xf4\xd5\xb7\x4c\xe8\x5b\x02\x7a\xd3\xee\x04\x07\x04\x7e\xe5\x88\x4c\x72\x99\x79\xbe\x1c\x14\x87\x9d\xbb\x84\x8b\x44\x7d\xba\xb6\xaf\x24\x8b\x4c\x7b\x58\xf7\x82\x9d\xd0\x08\x9e\x13\xfd\x0b\x14\x74\xb7\xa8\x0c\x23\x4b\xfc\x4a\xfe\xfd\x7c\x10\x48\x1c\xbe\x6a\xe0\xb4\xc9\x3a\x74\xd8\x95\x33\xe9\x85\xfb\x42\xf5\xd9\xf7\x4e\x15\xeb\x2f\xce\xa6\x39\xef\x67\x9e\xfa\xe4\x80\x7b\x9a\x33\xff\xc2\xd3\x99\x3f\x84\x6d\x35\x06\xda\x19\x69\x69\x3b\x75\x77\xa1\x5e\x47\xe9\xb3\xb8\xcb\x90\xff\x80\x5c\xe5\x4b\xe4\xe4\x24\x48\xa7\x31\xfa\x5d\xfe\xdb\x6a\x45\x0a\x6d\x79\x5a\x5a\xa3\x55\xbf\xe6\x80\xab\x3e\x96\xdb\x4c\x46\xd3\xe2\x05\xdd\x6d\x58\xd2\xf5\x86\x14\x8f\x21\xe4\x2a\xa9\x79\x04\xf0\x93\x49\x7f\x00\x9f\x2a\xcb\xf8\x4d\xfd\xd0\x01\x21\x6a\xfe\xc1\xcd\xbc\xee\x06\x20\x50\xc7\xda\x7f\xd3\xb2\xf0\xdf\x34\x17\xfd\x9b\xda\x8a\xcf\x2b\xdb\x04\x5c\xf5\x6f\x8a\x25\x5f\x5e\xa6\xa0\x83\x0b\x68\x4e\x5f\xc6\xf8\x9c\x24\x81\xdf\x14\x66\x75\x01\x4a\xb4\x78\x51\x21\x5c\x2c\x24\x37\x36\xb7\x2b\x0c\x84\x06\x38\x29\xcf\x1a\x30\x1e\x4e\x87\xa0\x44\xdf\xcd\xe2\x45\xad\x23\xe5\xae\x0d\x5b\x8e\x17\xda\x06\x6e\x41\x1b\x38\xb7\xbe\x81\x6b\x76\x1d\x68\x2e\xd5\x4e\xcd\xc4\xff\xa2\xce\x92\xa9\x03\xcb\x06\xa0\x94\x24\x7e\xdf\xfe\x68\x69\xd6\xb7\x61\x5a\x17\x35\x99\x68\x22\xa1\x9a\x81\x25\xef\xc0\x3f\xc2\x6e\x27\x0b\xd3\x68\x43\x77\x11\x23\xc7\x9d\xdb\x65\x09\x20\x45\xfa\x7b\x48\xef\x84\x5f\x16\xa2\xa2\xcf\x9f\xe6\xd6\xb0\xd0\x09\xb5\xcb\x6b\x1c\xe1\x6b\x9c\xf7\x6d\x8a\xea\x08\xc7\x38\x0d\xe5\x82\x8e\xb6\xbe\x31\x87\x6b\xee\x83\xe1\x88\x5f\x2d\xb6\xf8\xf1\x29\x75\x8f\x53\xfe\xe6\xcb\xd3\xd0\x40\xb9\xe6\x0a\x98\xa8\xfb\x05\xf5\x6a\x7a\x4e\x1b\xd5\x9e\x55\xdb\xd0\x84\x6a\xc1\xb7\x30\x5b\x4a\x12\xb7\x7a\x24\xf3\x5f\x58\x90\x5a\x52\x5b\x9a\xc6\x3a\x37\xd1\x79\x3e\x4b\xdd\x00\x97\x66\x97\x74\xb8\x45\xb3\x0e\xd4\xa7\x03\x3e\xc7\xca\x73\xb9\x94\xe9\x7d\xc4\xfc\xff\x06\x00\x00\xff\xff\x20\x07\x40\x81\x69\x7c\x00\x00") +var _resourcesPowerM = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\x7d\x73\xdb\xb8\xd1\xf8\xff\xf9\x14\x68\x3a\x73\x95\x28\xea\x85\xa4\xe5\x58\x49\x73\xbd\xf4\xee\xf2\xab\xe7\x77\x2f\xe9\x25\x77\x7d\x66\x34\xa2\x4d\x51\xb0\xcd\x5a\x22\x15\x52\x4a\xe4\x73\xfd\xdd\x9f\xdd\x05\x40\x82\x2f\x20\xa5\xb4\x7d\x6e\xe6\x14\x09\xd8\x5d\x2c\x16\x8b\xc5\x62\xb1\x80\xdf\x25\x9f\x79\xfa\xf2\xe5\x3e\x0b\x6e\x39\x7b\xcd\x9e\x5f\x2f\x83\x8c\xfb\xfc\xb0\xbd\x66\x37\x51\xbc\xca\x18\x15\x5c\xb3\x34\x88\x32\xbe\x62\xbb\x84\xed\xee\x38\xdb\x22\x16\x4b\x6e\xd8\x35\x42\x8e\x9e\xbf\x7a\xd6\xb3\xde\x47\x9b\xed\x3a\xba\x79\x60\x31\xcf\x76\x00\x0a\x35\x49\xcc\xe3\x5d\x66\xf5\x9f\x51\x2b\x73\xf1\x19\x5c\xd9\xcb\xab\xcb\x78\xc7\x6f\x79\xba\xb0\xc3\xfc\x2b\x7b\xf9\x9a\x05\x7e\x6f\x69\x85\xfd\x57\x75\x84\x5f\x78\xb0\x3e\x1e\xfa\xfd\xc3\x66\x99\x9c\x00\xff\x4b\xb0\x8b\x92\x58\xb4\xd0\x04\x7a\x19\x83\x30\xa2\xdd\x83\xcd\x26\x54\x7d\x19\xaf\xf8\x8e\xa7\x9b\x28\x0e\x76\x5c\x01\x0d\x8f\x82\xba\x52\xb5\x4e\x03\xf1\xd1\x71\xd4\x5b\xc0\xae\xf2\xea\x06\xfa\x43\x87\x6a\x26\x45\x8d\x46\xc1\x66\x57\xad\x64\x4b\xe5\x66\x48\xc7\x66\xc1\x55\x99\x81\xe5\xd5\x5f\x7e\xda\x6f\x96\x3c\xfd\x3b\x52\x11\xcc\x10\xc4\x3f\xee\xa2\xf0\x6e\xfe\x8c\xc1\x7f\x4b\xf6\x67\x60\xcf\xa6\xef\xdf\x26\xa0\x49\xfc\x90\xf3\x2d\x01\x5e\xbf\x7e\x9d\x83\x94\x39\xcf\x29\xc8\xda\x89\x8e\xd2\x86\xf1\x75\x51\xab\xb7\xf5\x21\xdd\x4b\x90\x5f\x63\x50\x63\x1e\x82\x3e\x4b\x08\x4e\x5d\xfa\x2b\xcc\x89\x67\x8b\xa2\x7f\x95\x7e\x35\x0a\x46\x97\xc2\xf0\x18\x31\x4c\x8e\xef\xf8\x6b\x05\x6c\x10\xdd\x9f\x9b\xfb\x79\x82\x80\x26\x5f\x2c\x99\x61\x9b\x68\x7a\x16\x01\xb2\x15\x27\x18\x98\x84\x68\x2e\x7a\xd6\x77\x51\xb6\x4b\xa3\xe5\x7e\xc7\x59\x10\x3f\xb0\x7b\x30\x45\x68\x6e\x84\xdd\xb9\x49\x52\x16\xef\x37\x3c\x8d\x42\xf6\x29\x58\xef\x79\xc6\xa2\x98\x7d\x88\x36\x3c\x7b\x89\xd8\xbd\x9b\x28\xcd\x76\x2f\x7b\x6a\xf2\xb3\x7f\x31\xb2\x1f\xf4\xaf\x9c\xe9\xfd\x3e\xb3\x00\x2b\xe6\xe9\xd5\x55\xdf\x07\xba\x57\xc8\x1d\x21\xe2\x2f\xa8\x24\x7a\x73\x02\x59\x60\x11\x32\xfb\x33\x18\xbf\xf4\x33\x58\x42\x9b\x25\xf1\xfa\x81\xad\x0a\x36\x23\xd9\x16\xb1\x48\x9d\x20\x62\x57\x45\x33\xb2\x1d\xc5\xd4\x11\xcd\x29\x66\x59\x26\x6c\x6b\x14\x06\x85\x88\x3e\xdc\xf1\x8c\xb3\x5d\x70\xcf\xd9\x7e\xcb\x76\x80\x3e\x62\xef\x92\x2c\x8b\x96\xc0\x58\x98\xc4\x9f\x78\xba\x43\x7b\xfd\xeb\x56\xc8\x68\x94\xdb\x61\x45\x56\xd8\xbe\x45\x6e\x17\xf2\xf2\xa5\x1d\xe4\x43\x58\x03\xe6\xaa\x07\x7f\x81\xd6\x60\xc8\x3e\xf1\x32\x72\xe0\x73\x7b\xe9\xf3\x9c\x00\x68\x2e\x34\x30\x76\x09\x6a\x78\xa9\x17\xab\xd2\xcb\x86\xc6\x72\xea\xd0\x6a\xd1\x52\x81\x23\xad\xb7\x2c\xb0\xe4\xef\xa5\x6c\xab\x6c\xe3\x0f\xa0\x86\x0f\x9a\x91\x57\x1d\x96\xb5\xf0\xfb\x01\x30\x2e\x7d\xae\x0f\xce\xfb\xcf\xd1\x0e\xa6\xe5\x8f\xc9\x6a\x0e\xc3\x7d\xb6\x40\xb5\x9f\xd8\x62\x3e\x00\xef\x97\xf8\xaf\x6b\xcb\x89\xe9\xa1\x9e\x03\x8d\x37\x3b\xa9\x0f\x99\x68\x7a\x01\x6b\xea\xe3\x0f\xa0\x25\xc1\x72\x0d\x54\x7e\x12\x5a\xfb\x76\x1f\x87\xc8\x8b\xcd\x7e\x8e\xf9\xe5\x0a\x16\x49\x32\xcf\xef\xd2\x64\x47\x33\xea\xe9\xd5\xb3\x0f\xb0\x88\x66\xd7\x62\x72\x00\x09\x9a\x72\xdf\xd3\x12\xcb\xbf\x3f\x04\xf8\x4f\x26\x2c\x06\x55\xc0\xb4\xdf\x00\x95\xf9\xf3\xef\xd5\xa2\x8b\xb3\x45\xaa\x64\xc6\x82\x94\x83\x46\x6c\xb6\x7b\xb1\x2e\x07\xe1\x6e\xfd\xf0\xf2\xf9\xc2\x2e\x08\xbc\x07\xb6\xe3\x5b\x6c\x74\xfe\x1c\x04\xe8\xb8\xd3\xe7\x36\x7b\xde\x1b\x4e\xfb\xfe\xd0\x2b\x41\xe6\x4d\xbd\x5d\x27\x20\xd0\xf8\x16\x34\x1e\x1a\x2a\x96\x7b\x6a\xed\x2e\x88\x57\x6b\x68\x0c\x64\x78\xc7\x6e\xca\x90\xdb\x94\x87\x51\x06\xdd\x37\xb3\xe0\x8c\x66\xb3\xe9\xe4\x9c\x0f\xbc\x89\x33\x41\x4e\x46\x53\x7f\xe8\x4c\xe0\xbf\x51\x33\x33\x6f\xf6\xbb\x64\x03\x8d\x84\xc1\x1a\xb4\x3f\xd8\x6e\xe1\x33\x4b\x36\x9c\x81\xf7\x02\x56\xa2\x3c\x7f\x58\xba\x07\xf1\x55\x5a\x0f\x36\x9c\xda\xde\xf8\x67\x23\x9b\xf5\x36\xbe\x3b\xea\xfb\xee\x82\x20\x40\x63\xbe\x7f\xbb\x4f\x71\xf2\x77\x08\x3f\xe5\xab\x7d\xa8\xba\x9f\x41\x57\x13\x18\x77\x62\x4c\x17\x50\x18\x26\xe9\x0a\x3a\xdb\x36\x0a\x25\x43\x89\x22\x98\xf8\x93\x66\x8e\xab\x36\x9f\x4d\xfc\xde\xd0\xe9\x17\xac\x93\x2e\x15\x0c\x83\xe9\x80\x02\xf2\xe8\x70\x50\x38\x72\x9d\xe1\x78\x64\xca\xbd\x23\xbb\x24\x2c\x19\x18\x8d\x46\xf6\x7a\x0e\x1b\xb0\x43\x9f\xb4\xe4\x30\x70\xfa\xbe\x63\xec\xc9\x44\x70\xdf\x02\x30\x22\x88\x51\x0b\xc8\x90\xf4\x71\x38\x6d\x05\x19\x49\xa0\x51\x1b\x58\x9d\xf1\x51\x27\xe7\x2d\x10\x39\xeb\x66\x98\x61\x31\x97\x5a\xa1\x74\xf6\x09\xee\x84\x11\xfb\x9d\xa7\x49\xfb\x80\x39\x45\x8f\x27\xff\x86\xd2\xb5\x02\x8f\x5a\xa0\x87\x8e\x1c\x41\x33\x88\x93\xcb\xa9\x1b\x66\x74\x04\x94\xe8\xac\x59\xe4\x4d\xbd\x3d\x05\x7a\xd4\x06\x5e\xf4\xd7\x0c\x53\xea\xcc\x31\xa4\xda\x29\xcd\x66\x02\xc2\x00\x22\x6c\xfa\xd4\xf7\xcc\x54\xc6\x39\xd0\xd0\x0c\x35\xd4\x57\x87\x36\xb0\x86\x65\xa4\x19\xd4\x1d\xcd\x5e\x4c\xbd\x0b\x3e\x70\xa6\x17\x33\xc4\xf0\x66\xfe\x6c\x36\x33\x4b\xc4\x1b\x79\xe7\x93\x99\xcb\x87\xce\x74\x36\x91\x08\xc3\x56\x8c\x63\x57\x94\xe3\x70\x5a\xa4\x8c\x70\x4e\x8b\xfd\x91\x00\x6e\x17\x40\xc7\x58\x3b\xc0\x49\x27\x44\x67\x23\x33\xf1\x5f\x0b\xdc\x48\xb2\xdb\x26\xa5\x32\xad\x4e\xc8\x91\xef\x99\x3b\x77\x46\x30\x3d\x67\x64\xb9\x96\x83\x2b\x70\xc7\xac\xc0\x95\xae\x4b\xda\x04\xd3\x21\x0b\x82\xe9\x34\x3b\xad\x30\x1a\x43\x5d\x63\x23\x80\x8e\x61\xe9\xc8\x11\x02\x58\x10\xd6\x91\x72\x1d\x76\x08\x76\x22\x56\x22\x0d\x18\x59\xa9\xe8\xbc\xf2\x3e\x94\x57\x6d\x4b\x6f\xda\x15\xde\xf5\x78\xcc\xfe\xc6\x83\x55\xa3\xc3\x22\x9d\x6c\x85\xe1\x9c\x8c\x01\x6d\xb8\xed\x08\x55\xae\x86\x47\xb0\xd5\xd4\x93\x52\x33\xda\x7a\xac\xfc\xec\x86\x9d\x59\x9d\x30\xb8\x94\x36\x03\x87\xd2\x82\xff\x4d\x3e\xa7\x70\x39\xfb\x06\x00\x59\x37\xca\xa1\x46\x46\xb0\x51\x01\x37\x32\x02\x56\x9c\xdc\xc6\x81\x35\xb9\x95\x8d\xc0\x8f\xce\x93\xcd\x7e\xe1\xdb\x75\x10\xf2\x37\xeb\x35\xee\xcb\x02\x7f\x7b\x35\x62\xc3\xaf\xd9\xe3\xf6\x69\xd1\x8c\x05\xdb\x29\x17\x88\xaa\x26\xfa\x8d\xbc\x02\x50\x6f\xe8\xf6\x3b\xe1\x2a\xc1\x2c\x9a\x3d\xa7\xe2\x7c\x01\xca\xea\x18\x14\x25\x42\xe8\x6d\x3b\x68\x4d\xe8\xa2\xeb\x5f\xd0\xf3\xd3\x3b\x7e\x7a\xbf\x0b\x8c\x7c\xaf\xf1\xff\xe3\xe4\x73\xfc\x36\x88\xd6\xfb\x94\x97\xf6\x1c\x6f\xa3\x03\x7a\xaa\x19\x67\x9f\xef\x78\xcc\x2e\x61\x8f\xf4\x89\xb3\x37\xcb\x8c\xdd\xc8\xdd\x70\xb0\x06\x52\x26\xf7\x55\xb8\x08\x2f\x66\x17\xe7\x9e\x7b\x0e\xff\xcf\x4e\x75\x16\x9c\xa9\x37\xbb\xb8\x98\x4d\x3c\xf7\xec\x74\xb7\xc1\x73\x9c\xf3\x8b\x17\x33\x67\xe2\xbe\xf8\x12\x0f\xa2\x1d\xfd\xb9\x94\xde\x33\xd8\xf6\x3f\xfb\x21\xb9\xd5\xa3\xf1\xf0\x73\xce\x17\x2a\x16\x8f\x9e\x3e\x88\x7f\x9f\x06\x6b\xb6\x4e\x6e\x83\x14\x76\xd7\x1b\x11\x86\xa7\x20\x3c\x42\xcb\xd0\xc6\xa5\xf5\x2e\x12\x05\x15\x95\x92\x51\x38\xf1\x43\x40\xb4\x54\x0d\xbb\xb1\xab\xf1\x3d\xbd\x6e\x22\x83\x3e\xa5\xc2\x3c\x08\x8d\x3f\xbe\x57\xa1\x62\xfa\x01\x26\x43\x05\x49\xa9\x7c\x2b\xca\xf3\xb0\x90\x83\x21\x28\x41\x13\xcb\x83\x72\xc4\x05\x8a\xca\xf1\x96\x6a\xb8\xa5\x1e\x60\x01\x94\x23\xc2\x2b\xf9\x24\x80\xa5\x4a\x30\xdd\x38\x45\x70\x91\x11\xdd\xc0\x59\xdb\x0c\x83\xf5\x60\x70\x99\xf8\x57\x1f\xf9\xf7\x1f\xd3\x9d\x3e\xf4\xf8\xbb\x32\xf6\xd9\xc7\x3d\x06\x57\xd2\x24\xd9\x69\xa3\x0e\xbb\xc3\x9f\xbf\xfb\xf9\x25\x0b\x4a\x31\x90\x4c\x1d\xc7\x6c\x79\x7a\x03\x9d\x96\xc8\xb8\x42\x69\x22\xc3\x46\xba\x62\x54\xba\xd4\x88\xa9\x20\x8f\x00\xfe\xc4\x6f\x83\x3c\x02\x78\x69\x51\xed\x10\x47\x45\x7e\xbb\xd2\x2b\xf2\xf2\x80\xa2\xb1\xe5\xf0\x61\xe0\x8f\xa6\xb2\xfa\x70\x55\x8d\x8a\xf7\xac\x9f\x92\x74\x43\xdd\xfa\x0c\xf6\x23\xd9\xaf\x57\x22\x62\xcc\xa5\x49\x59\x45\x29\xc7\xa0\x96\xcd\xa0\x5b\x2c\x8d\x6e\xef\x76\x0c\x0c\x11\x7b\x7e\xb8\x7a\xce\xa2\x8c\x88\x84\xb0\x3c\x47\x2b\x9e\xf2\x15\xdb\x24\x20\xc5\x6c\xcb\x43\x5c\xb8\x81\x44\x10\xb3\x09\x4b\x52\xe6\x8c\x98\xb4\x3f\x87\xd7\xaf\x5f\xc3\xc2\x23\xa3\xde\xf8\xcb\xb1\x55\x28\x9c\x62\xe0\x50\xe8\xf7\x9c\xb1\xdb\xc7\x60\xb7\xd0\x25\x64\xfe\x14\x65\xa2\xce\x7a\xa0\x0b\xf2\x4b\xb3\xd9\x95\xd5\x30\xad\x9b\xeb\x99\xc5\xca\x84\x86\x06\x4a\x8e\xac\x37\x10\x9a\xc8\xea\x49\x49\x29\x73\xdd\x0a\x77\x7b\x92\xff\x1e\xa4\x2d\x6d\x02\x0b\x40\xdf\xd8\xee\x61\xcb\x41\x68\x97\xba\xea\x5e\x5e\x83\xd0\x49\x63\xa3\x4d\x70\x0b\x2b\x46\xfa\x80\x01\x7b\x98\xd6\x2c\xe5\x18\xbb\xc0\x88\x67\x7c\xcb\xae\x55\xd7\x48\x8f\x35\xb5\xbc\x14\x3a\x99\x84\xf7\x7c\xa5\x29\x20\xba\x18\xc1\xaa\x3e\x8b\x2f\x4f\x11\x3b\x06\x9e\x2f\x0d\x7e\x16\x55\x9d\xe9\x02\xd8\x8a\x88\x3a\xcf\x03\xab\xf3\xf8\x2a\xf7\x46\x37\xa5\xe3\xc5\x67\xec\xed\x3a\xd8\xed\x78\x3c\x7f\x07\xeb\xe4\x7e\x27\x3c\x42\x36\xfe\x86\xf5\x7a\xef\x82\xd5\x2f\xa8\x95\xf3\x3f\x02\xd6\xa2\xcf\xbe\xc2\x62\xc1\x80\x24\xf1\x2e\x48\x77\xe2\x00\x64\x1e\x13\x0c\xe8\x1b\xa8\xd6\x2d\x8f\x7f\x0b\xd2\x6c\x1e\xac\x56\x1c\xcc\xc0\x15\xce\x53\xbb\x88\x25\xd2\x6f\xd9\x3a\xc8\x65\xb5\x0f\x77\x0a\x74\x3e\x07\x9e\x83\x78\xf5\x6b\x1c\x7d\xdc\xf3\xeb\x68\xb1\xf0\xb1\xc1\x1c\xb5\x5e\x6f\xb3\xc7\x72\x11\xaa\x3c\xfb\x81\xc7\xb7\xbb\x3b\x45\x75\xf1\x24\x98\x12\x80\x47\xb1\xb5\xde\x67\xdf\x7c\xf3\x01\x8d\xcb\xbc\xf7\xe3\x7e\x0d\x23\x9f\x6c\x22\x58\xc1\xbe\xf9\xa6\x8d\x99\xbe\x85\xdc\x56\xba\x6f\xb7\x61\x18\xf8\x47\x32\xb2\x0f\x39\x32\xf5\x42\xc0\xea\x7a\x2b\x3b\x85\xf1\x35\xb0\xbb\x38\x96\x9b\xed\x8e\x62\x6c\x9c\x6a\xe8\xb8\x3b\x25\x65\x55\xfd\x97\xc7\xc5\xb0\x4b\x18\x49\x15\xcc\xae\xb0\xc7\x7e\x5c\x3b\x26\x61\x2f\xbf\x96\x43\x5e\xc8\x0f\xe5\x84\x82\x80\x9e\x35\x68\x5a\x2e\xfc\x6c\xa1\x26\x6d\x78\x65\x89\x06\x90\x5a\xaf\x17\x5a\x7f\x04\x65\xea\xa3\x36\x09\x2b\xf7\xa4\xb1\x66\x33\x69\x4a\x7b\xef\xc0\x25\x11\x01\x6a\xec\xc5\x2a\xe1\x19\x98\x47\x58\x12\xf6\xdb\x6d\x02\x46\x2b\xe3\x60\x1c\x57\x2c\x48\x6f\xf7\x18\xc9\x06\x7f\xe6\x95\x22\xb2\xe8\x97\x26\xa6\x28\xa6\xd9\x59\x9f\x86\x92\xfc\x09\x73\x31\xf0\x3d\x36\x60\x1e\x58\x7f\x17\xec\xd8\x52\x7c\x67\x4b\xf8\x35\x80\x4f\xbd\x2e\x84\xef\xe7\x58\x47\xdf\x3c\x82\xb1\xe4\xf7\x80\x85\x84\xe1\x61\x2d\x7d\x0b\x7d\x0f\x7c\x51\xd1\x85\x5e\x80\xc4\xb0\x10\x36\xc8\xcd\xb6\x2f\x20\x42\x82\x74\xc0\x56\xf4\x7d\x45\xdf\x39\x7d\x47\x7f\x97\xa8\xe0\xa1\x61\x0f\xa1\xb0\x96\xf7\x71\x6f\x28\x25\xd2\x4c\x76\x25\x7a\x22\xff\x0d\xe5\xbf\x2e\x35\xc2\xe9\xdb\x32\xff\x16\xca\x6f\xd0\xa8\xc4\xe2\x12\x0b\xfe\x55\x0c\x50\x37\xac\x9e\x68\x1e\xaa\x3b\x18\xf0\x7b\x2e\x32\x4d\x4d\xfa\x4b\x14\x98\xbf\x22\xf1\x40\xf9\xaa\xaf\x89\xc8\x27\xca\xfe\x0a\x77\x83\xcd\xa4\xc6\x24\x16\xfa\x0c\xc7\xab\x26\xe9\x8e\x57\x86\x85\x87\x90\xa0\xc5\xa0\x4f\xdf\x60\x40\x4d\xc4\x88\x1a\x06\x6b\x3a\x89\x4a\x39\xc2\x96\xca\x92\x48\x9a\x2c\x4c\x27\x1f\x05\xfa\x4f\xfb\x35\xec\xf3\x7b\xbd\xf3\x09\x69\x91\xa5\x34\x10\x36\xd7\xc8\xab\x77\x4a\x71\xe0\x4f\x49\x5d\xa7\x24\x42\xfc\xec\x4d\x11\x86\x20\xce\xfa\xfa\xef\x50\xfb\xbd\x24\x3a\xe5\xdf\x7a\x7d\x58\xa9\x0f\x35\x7a\xce\x44\x63\xc2\xab\x16\x85\xe5\x22\x4f\xeb\x81\x56\x14\xea\x45\xcb\x3a\xe2\xb2\x04\xe5\x4e\x54\x97\x34\xb8\xbc\x30\xd4\x18\xa1\xc2\x65\xde\x01\xaf\xdf\x7f\xa5\x2f\xa8\xef\x92\xf5\x83\x58\x00\xfe\x5e\x98\x5e\xb0\xbd\x5a\x39\x9e\xb7\x7e\x0a\xd0\x04\xa7\x1c\x36\x3b\xb0\x86\xa2\xcb\xc5\x22\xf2\x78\xd1\xb3\x08\xc0\x58\x2a\x68\x3c\xfa\xbf\x06\x68\xb2\xca\x74\x7c\xae\x53\xda\x92\xad\x04\x72\x64\x08\x81\x8d\x37\xeb\x35\x12\xcb\x0d\xef\x16\xb4\x40\x47\x80\xf5\xf9\x13\xae\xcf\x8b\x46\x62\x23\xeb\xd3\x95\xff\xf3\x56\xee\x46\x60\x31\x28\x12\x99\x8a\x26\x2e\x6f\xe6\x6f\x53\xce\x01\x1e\x69\xb1\xaf\xbe\x62\x6a\x05\x40\x0c\x80\x14\x0e\xe4\xdb\x60\x9d\xf1\xe6\x66\x14\xb1\x0a\xa9\x2a\xa6\x01\xa9\x4e\x70\x3c\x16\x13\x03\x89\x50\xaa\x16\xe7\x1b\x3a\x7e\x64\xfb\x78\x95\x84\x64\xf4\xc1\x2d\xfe\xc4\x53\x3c\x54\x12\x87\xb6\x71\x82\x63\x10\xe1\xb2\x9d\xbb\xca\xe4\xd1\xbc\xa4\x3c\x02\xbd\x65\x79\x96\xae\x15\xd9\xec\x37\x89\x9b\xcd\xb7\x8b\xea\xb9\x78\x0e\x68\x58\x47\x34\x88\x62\x31\x31\x4e\x65\x21\x13\xbd\x79\xf7\xe0\xbb\x43\xef\x30\x00\xab\x79\x68\xb6\x1e\xcd\x38\x46\x70\x12\x78\x1d\x7e\x34\x3d\x11\x63\x78\x22\x47\x93\x13\xe9\x3f\x9c\x40\x1e\x04\x74\x0a\x33\xa7\xc0\x3e\xb4\x88\xb2\x89\x11\x33\xdb\x06\xc1\xd3\xe0\x0e\xbe\x4d\xb2\xf9\x61\x71\x0a\xee\xe9\x18\xaa\xb5\x2f\xc4\x3c\x58\x1d\x88\x06\xe5\x15\x78\x0f\x27\xe1\x8d\xa6\x4a\x32\xa8\x97\xf0\x71\x52\x8b\x62\xba\x3c\xbf\xe3\xeb\x75\xf2\xfc\x0b\x30\x1f\x8e\xc5\x39\x9c\x00\xfb\x70\x02\xac\x6b\x99\x29\x37\x0d\x8f\x75\xf0\xdf\x47\xf1\x69\x32\x16\x08\xd6\x89\xa6\xa2\xc0\x3a\xcd\x60\xe4\x78\xa7\x4c\x6b\xd7\x3a\x45\x68\x0f\x2d\x42\x33\x40\xff\x7e\x3c\x34\x76\x00\x75\xdf\x80\xd2\xd0\xe5\x07\xff\xa4\x41\x24\xd1\x1c\xaf\x79\x08\x7d\x34\xfb\x30\x58\x62\xa0\x4f\x99\x49\x88\xd3\x82\x61\xd0\x43\x3a\xce\x3a\x45\xcd\x8f\x86\x3e\x05\x96\x2c\x95\x85\xf3\x41\x7d\x3b\x5e\xb0\xae\xed\x8e\x4e\x18\xb5\xc0\x0e\x4e\x80\x8e\xed\xe3\xd7\x92\xdc\x70\x1e\x8d\x42\x5a\x61\x88\x89\xd5\xa1\x7b\x43\xf7\x62\x62\x81\x9b\x6e\xc1\x56\x0e\x87\x0e\x3c\xde\xa1\xe7\x4c\xa1\xe8\x5c\x16\x9d\x41\xd1\x0c\x7e\xc3\xc6\xe4\xdc\xb3\xc4\x8e\x6f\x36\xa1\x82\x02\xc7\x9b\x6a\x44\xce\xfa\xfd\xdc\x43\x3b\x9a\xef\xff\x16\x27\x05\x07\x2d\xc7\x39\x1d\x1a\x9a\xaf\x0a\xa7\xa8\x35\x21\x19\x51\x9a\x34\x63\xfc\x50\x8a\x55\xaa\xc0\x49\x25\xa2\x43\x65\xe4\x40\x97\xb6\x14\x18\x9d\x5c\xf1\x5b\xf0\xae\x29\x94\xbe\xbd\x16\x6e\x2f\x74\x13\xb3\x9a\x55\x5e\x55\xee\x02\xe7\x5b\x8c\x9c\x22\x86\x82\xae\xc6\xf9\x06\x23\x48\xc1\x03\xbf\xe3\xc1\x4a\xb8\xc3\x25\x30\xaa\x16\xb5\x8b\x2a\x85\x3a\x2a\x38\xfd\x58\x43\xb9\xd9\x13\x51\x31\x27\x99\xfc\x98\xac\xf6\x6b\x3e\x7f\xc4\xae\x49\xb2\xf0\x4d\x90\x86\x2f\x08\x68\x23\xd7\xdf\x06\x19\x07\x96\x76\xc9\xb7\x77\x3c\xbc\x7f\x22\x71\xca\x1f\x12\xb3\xd8\x2b\xbf\x2a\x57\x42\xdb\x78\xd8\x3d\x97\x25\x0b\x62\x42\xf4\x50\x16\xd9\xec\x51\x11\x5e\x08\x64\xd9\x20\x7b\x4d\x63\x41\xdf\xe7\x39\x30\xed\x99\xca\x5b\xa6\x05\x1e\x0a\xe3\x4e\x08\xb9\xf8\x8e\xaf\xf9\x8e\x7f\xb7\xdf\xae\x71\x7b\xc1\x33\x22\x09\x5c\xc8\xc0\x97\x22\x0e\x8c\xfc\xe1\xb5\x8a\x86\x29\xe6\x30\x32\xcc\xb7\x3c\x5e\x7d\x48\xe6\x45\xb7\x27\x0b\xc1\xd7\x1d\x6e\xef\x54\x31\x16\x2c\x0c\xb2\x37\x8e\xd7\x8f\xc1\x61\x51\x8d\x7e\x11\x50\xe5\xc4\xa4\x31\x12\x26\xd2\x03\x4e\x48\xdd\x7d\x8b\x39\xee\x65\xad\xd4\xf7\xb9\x86\x74\xd5\xa9\x5d\xb0\x8e\xf1\xb2\x03\x45\xcd\xee\x61\x3a\x09\x5f\x23\x9f\xc9\x47\xe4\xaf\x7e\x19\x07\x8f\x13\xdb\xb3\xa7\x4f\xad\x7c\xd8\x8c\x02\xc2\x2d\x29\xa9\xef\x93\x94\x8e\x04\xa0\x4d\x3a\x37\x88\xb7\xfb\x1d\x0b\x56\x2b\x0a\x89\x6b\x19\x8f\xb8\xfd\x4f\x6e\x6e\x40\xd9\x53\x90\x7c\x96\xe0\x81\x50\x06\xb8\xda\xb9\x71\xcf\x42\x0a\x00\xbf\x5f\xef\x10\x22\xda\x89\x88\xe7\x26\xd8\x85\x77\x6c\xbf\x1d\x35\x26\x69\x88\x6e\xd8\x07\xff\x50\xed\x8a\x74\x8a\xf3\x4e\x05\xd8\x29\xfa\x75\x40\x77\x45\x75\x6e\x3c\xc6\x3e\x18\x44\xa4\xd3\x74\x34\x5c\x3f\x17\x4d\x37\x1e\x5a\xeb\x40\x13\x66\x37\x46\x27\xb4\xab\x43\x0b\xb7\xb6\x15\xde\xa9\xc0\xb3\x21\x3b\x88\xf8\xdb\xa1\xdf\xc9\x99\x5d\xc2\x96\x79\xb8\xe3\x9e\x77\x24\xb6\x5b\xc7\xf6\xdd\x13\xf0\x5b\x5a\xf7\xbd\x6e\xfc\x12\xb6\xc2\xa2\x8c\x98\x2e\xd4\xa1\x57\x96\x5a\x6f\xd8\xdd\x5c\x19\x27\x18\x1f\x30\xa0\xdd\x81\xe2\x56\x9b\x71\x3b\x9b\x29\xcb\x04\x14\xfb\x14\x89\x94\x25\x8a\x02\x5d\x5a\x07\x31\x2c\xa0\x17\x3d\x50\x0c\x47\xcc\x16\x70\x6f\xba\xf5\xb6\x4e\xad\x4e\xcb\x25\x5a\x9d\x5a\xaa\x13\x9a\x9c\x0a\x8c\x6e\xcb\xf1\xe0\x93\x9a\x65\xeb\xf4\x98\x1a\xbb\x9a\x9b\x03\xbf\x62\x2b\x95\x67\x23\x2e\x16\xbc\xc7\xa8\x1d\xff\x36\xe1\x37\x37\x51\x18\x21\x76\x14\xbf\x83\x65\x2c\x8a\x3f\xf0\x74\xa3\x02\x90\xca\x4f\xd8\x32\x0c\x06\xbe\x83\xa5\x1b\x2a\xe9\x3b\x42\xc1\x9a\x1c\xec\x84\x53\xd0\xb3\x60\xa5\xfd\x11\xcd\x22\xc6\xec\x10\x6a\x61\xff\x42\xfe\x11\x9e\x12\xbf\x12\x76\x12\xa0\x85\x63\x20\xa8\xd0\x85\x31\x26\x0f\x94\xfe\x11\xa4\x31\xb0\xf4\x52\xb4\x00\xb6\xdb\xc1\x03\xe2\xd5\xf3\xc5\x2b\x16\x68\xd7\xdd\xf2\xe5\x3f\xb8\x5a\x58\xd4\xcc\x2b\xd1\x3c\xd0\x7e\x5d\xab\x94\xed\xea\xac\x21\x13\x72\x3c\x7a\xdb\x3e\x1b\x8f\x88\x2b\x70\x23\x02\x5c\xef\x69\x71\x7f\x55\x48\xe9\xa7\x24\x86\x25\x79\xfb\x45\xb2\xd9\x25\xd4\xa8\x26\x24\x59\x02\x30\xdb\x8a\xdb\x24\x24\xf3\xfd\x21\xe4\xdb\xdd\xbc\xd6\x0d\x3f\xbe\x1a\x2d\x94\x3b\x23\x9d\x2a\xa2\xa4\x39\x55\xd4\x23\x71\x40\xaa\xfc\xa6\xa2\x79\xd9\xe1\x42\x0e\xe5\xca\x82\x55\x79\x64\x0f\x8d\x69\x9a\x51\x0a\xae\xeb\x1a\x03\xd2\xbc\x49\x60\x08\xca\xae\x70\x58\x40\xe0\x38\x22\x04\xbb\xc6\xcf\x6b\x0c\xb0\x6b\xe1\xf6\x6b\x71\xdf\xb7\x44\x31\x77\x62\x85\x7b\x47\xc7\xbe\x82\x73\x28\x90\x7e\x6c\x31\x13\xaa\xc3\x24\x5d\xf3\x02\xa2\xc2\x2d\x54\xe2\x85\x64\x39\x21\xca\x4d\xff\x1b\x43\xdc\x35\xba\x1d\xa3\xf6\x63\xb0\x9d\xb7\xcc\xcb\x3f\x8a\x66\x17\xec\xab\xbc\x41\xd9\xc3\x16\xa4\x7c\x44\x09\x55\x0d\xaa\xe6\x80\x6a\xc0\x9d\x3e\xa8\x06\x7b\xca\x91\xac\x67\x97\xe4\x2f\xcf\x3d\x71\xf9\x09\xac\xa5\xef\x9a\x7d\xb8\x82\xc4\x3f\xcb\x24\xf0\xbc\xf4\x9f\x56\x40\xee\xe0\x12\xc8\x18\x0e\x18\xeb\x48\xf7\xb4\x9c\xa0\xbb\x25\x16\x3f\xc3\xe9\xad\x7b\x56\x46\x75\xad\xa5\xd5\x73\xa9\x41\xcf\x5a\xf6\xd5\xd2\xa1\x7e\xe7\x1d\x69\xa4\x35\xab\x74\xdf\x25\x3f\x81\x76\xca\xbd\xa9\xfc\x4e\xcc\x4c\x8c\x59\x36\x3a\x3e\xb9\x46\xc6\xf0\xdd\x17\x30\x7e\x54\xab\xc2\x93\x33\xf5\x71\x18\xd4\xa0\x2b\x7e\x9c\x01\xaf\xe7\x8c\x83\xfe\x60\x59\xc6\xee\x5e\xf7\x4d\xa7\xc2\x6e\x9d\x50\xdb\x92\x7f\x94\xda\x04\xf6\xc1\x36\x8c\x4c\xc0\x2a\x9c\x83\x34\x5b\xa1\x07\xa1\xbf\xaa\x61\x50\xe1\x17\x61\x0d\xa6\x07\x33\xe2\xa4\x3a\xeb\x04\x4e\x1f\xc3\x22\x39\xa2\xe6\x11\x68\xc0\x68\x03\x4c\xc6\x1e\xeb\x9a\x43\x1f\x6b\x3c\xff\x04\x43\xaf\xd9\xfd\x8c\x05\x59\x96\x84\x51\xb0\x53\x17\x37\xeb\xd1\x8f\x1a\x6d\x6d\x0f\x4d\xec\x89\x3c\x9f\xb2\x05\xc7\xcd\x74\xb4\xb0\x1f\x23\x7b\x62\x6b\x01\x19\x64\xea\xc9\x68\xdf\x44\x06\x51\xe3\xf9\x60\x05\xea\x14\xeb\xf6\xb8\x94\x9b\xd5\x6a\x47\x96\x03\xef\x30\xc0\x13\x14\x53\x04\x0e\xdc\xb6\x49\x23\x66\x2b\xd2\xb0\x17\x8c\x61\xe6\x3a\xe3\x65\x03\x66\x6f\x18\x0c\xc0\xe3\x5e\xda\x87\x63\xac\x2a\xb1\xde\xcc\x82\x62\xde\x33\xf2\x01\x10\xe0\xda\x4e\xd1\xb1\x6f\xc5\x37\x04\xd3\x1f\x73\x6c\xf2\x5d\xcd\xf8\xcb\x85\xe1\xac\x7f\x9f\xec\x10\xfc\x17\xbe\x09\xa2\x78\xa5\x3f\x39\x52\x3e\xfb\xaf\xc2\xcd\xd1\xf5\x00\x25\x5b\x45\x9f\x94\xaa\x95\x15\xf9\xa3\xc4\x60\x98\x7a\x94\x2a\x34\x11\xd3\x03\xd4\x6b\xc4\x8c\x56\xa0\xd1\xcb\x07\x76\x0d\xdf\xaf\xd9\x2e\xe5\xe2\x3a\x32\x69\x35\x28\xbd\x7c\xd2\x24\x77\x71\x94\xda\xcb\x70\x9f\x58\xad\x7f\x00\x5f\x00\x90\xa8\xeb\xa4\xf6\x32\xb7\xaa\xe2\xac\x1c\x7c\x3d\xe4\x78\x58\x94\x8f\xe9\x6b\xbd\x8b\xe2\x2d\xf9\x2f\x1f\xaf\xb4\x04\x02\xe5\xc0\x04\xe4\xb4\x00\x99\x25\x7d\xf9\x08\xf4\x30\xde\x67\xb3\x14\xe4\x61\xb3\x10\x10\x6d\xcc\x1c\x83\x8a\x14\x5a\xcd\x7d\x7a\x96\xdd\x51\x8a\xec\xee\x2e\x8a\xef\x59\x18\xa4\xfc\x66\x4f\xd7\xa2\x97\xc9\x7e\xa7\xd2\xef\x31\x91\x13\x88\x65\xd8\x87\x5d\xc2\x82\x4f\x49\xb4\x62\xfb\xf8\x73\x40\xa9\x00\x1c\xdf\x0c\xa0\xe3\x7e\xe1\x8c\x7f\x64\x94\xb1\x0d\xdf\xf0\x3a\x7a\x40\xdf\x56\x4c\x0b\x9b\x2d\xb1\xb3\xc2\x2b\x4e\x3e\x43\xc5\xc1\x5f\x49\x1f\x9f\x7d\xb8\x8b\x32\xc5\xd2\x5d\xb0\xdd\x42\xf3\xf8\xa6\x03\xbe\x58\x80\xb9\xb7\x3b\xec\x1a\x86\x75\x6e\x64\xcc\x09\x3a\x98\xa4\x98\xed\x81\xe5\xb4\xdf\x50\x69\xb9\xe0\x92\x11\x75\xb1\x07\x91\x3b\x95\x47\x98\x61\xe3\x71\xf1\x60\x04\x2c\xcd\x4f\x32\x04\x18\xb2\xf2\xf8\x2c\x31\xcb\xee\xb3\xa8\x8b\x18\xa5\x9d\xc3\xb7\x7f\xdc\x45\x20\x6d\x94\xa0\xde\xa1\x94\x3a\x44\x82\x65\x5f\xbf\x86\xce\x7e\xf5\x15\xe0\xfc\x99\xb9\xd2\x95\xed\x59\x3f\x24\xc9\x7d\x06\x86\xf4\x9e\x63\x10\xea\x96\xef\x6a\x8e\x74\x20\xe3\x69\x2a\xef\x50\x45\xb7\xd6\x42\x97\x84\x63\x8a\x91\xac\x11\x7b\xc7\x53\x90\x4d\x86\x94\xc2\x20\x66\xff\xdc\x83\x5d\xbb\x4d\x83\x65\x1d\x1e\x89\x62\x63\xcb\x04\x2c\x34\x48\x2f\x89\x43\xc0\x7f\x03\xa5\x9b\xe0\x61\xc9\x15\x05\x68\x73\x9d\x44\x92\xa7\x20\x4e\x62\xcc\x0b\x07\xc1\x82\xd6\x01\x29\x19\x02\xeb\x59\x7f\xc5\x30\xdb\x7a\x2d\x38\xc3\x71\xe2\x7c\x03\x5c\xa4\x49\x7c\x3b\x02\x2d\x11\x2a\x44\xb9\xe7\x6b\xd8\xd7\xf2\x2c\xc3\xc0\x1a\xcc\x27\x7a\x72\x43\xf6\x4d\x5e\x7a\xc7\xe7\x06\x52\xf8\x01\x9f\xa3\x9c\x3e\xa6\x0f\x83\x7e\x6d\x92\x34\x4d\x3e\xbf\xa4\x5c\x76\x26\xb4\x10\x58\xff\x13\xdd\x58\xfe\x53\x7e\x03\x84\x5e\xb3\xc8\xe8\x39\x0b\xa0\xbc\x49\x40\x06\xa4\x25\xd8\xe5\x04\xf6\x57\x9b\xe8\x77\x8e\xe1\x3c\x98\xca\x9b\xe0\x1e\x25\x72\xcf\xd3\x98\xaf\x59\x78\x17\xc4\xb7\x5c\xdd\xbe\xca\x60\x1c\x7b\xfa\xb8\xe3\x58\xfa\x38\x92\x8b\x71\x88\x4b\x6a\x8f\x46\x75\xc8\x56\x7d\x52\x00\xd2\xee\x8f\xe0\x6c\x88\xe8\x33\xa9\x78\x0a\xd5\x99\xb5\x14\x05\xa8\x2b\x11\x26\x99\xbd\x52\x7b\x10\xf8\x7c\xc4\x69\xf7\x54\x6c\x1a\xea\xde\x7a\xcb\xc4\xaf\xad\x6c\x75\xd8\x0e\x0b\x79\xbc\x61\xfc\x4f\x99\xc2\x06\x1e\x1a\xcd\x57\x87\xbd\xb3\x85\x29\xfb\xb4\x98\x53\x90\xa1\x5d\x60\x2d\x72\xea\x5a\x4a\x8e\x5f\x42\xfe\xf3\xab\x46\x13\x17\xff\xa6\xac\x5c\xa3\xac\xcc\x4a\x55\x4b\xa7\xaa\xb6\x71\x92\xeb\x04\x7e\x0e\x38\xe2\x18\x65\x6c\xe3\xda\x95\x2e\x3c\x05\x11\x6d\xe6\x0a\x1f\xde\xe8\xbf\x3f\x52\xba\x0b\x7b\x18\x60\xd2\xd0\xf0\x81\xdc\x93\x36\xf2\x62\x2f\x08\x44\xcd\x49\x11\x8f\x07\xd8\x76\x38\x43\xf8\xec\xa0\xe5\x28\x26\xe5\x7e\x45\xa6\x75\x1c\xe3\x8a\x0d\x82\x31\xb8\xe4\x1d\xf4\x83\x01\x6c\x8c\xc0\x75\x37\xec\x78\x1f\xa1\x9e\x1d\x4b\xc5\x31\x53\x19\x87\x83\xde\x12\x83\xd9\xe1\x91\xb4\x42\xa4\x55\xb8\x69\x26\x2d\x39\x45\x39\x84\x6e\x34\xb4\x7d\xaa\x3e\xe8\xea\xd0\x44\xee\x88\xf1\xc7\xe1\x6f\x42\x6d\x1d\xee\x26\x41\x7c\xd1\x34\x29\xb1\xfd\xc5\xd3\x02\x67\x42\x33\xa1\x23\x04\x40\xba\xdf\x8c\xdd\x29\x83\x67\x6f\x83\x70\x97\xa4\x18\x29\xcb\x6a\x3b\xcb\x4a\x9d\xba\x28\x71\x43\xc5\x19\xad\xeb\xc2\x05\x8a\xb3\x1d\xf8\x91\x79\x54\x58\x5c\x9b\xa0\x65\x7c\xbb\xdf\x09\xcb\x29\x90\xf8\x4a\x1d\xd4\x81\xf7\x00\x5e\x28\xbb\x46\xc2\xd7\x25\xcf\xfb\x5b\x49\x0e\xdb\x9d\x87\xe5\x0b\x82\x8f\xe0\x04\x3b\x4f\xdd\xc0\x16\xbf\xca\xe1\xb9\x11\x5e\x01\x39\x02\xa8\xa9\xbb\x02\xa2\x7e\x12\xbf\x4b\x04\x34\xb8\xe5\x84\x00\xff\xaa\x00\xa3\xa8\x40\x48\x63\x84\x51\x80\x88\x43\xee\x22\xc4\x28\x1d\xdc\x66\x5e\x73\xa4\x85\xe6\x93\x80\xb7\xfd\x0e\xdc\xfd\x58\x3c\xc2\x14\xf3\x10\x1c\x36\xbc\x7c\xb5\xda\x73\x74\xf2\xf1\xe5\x25\xbe\xe2\x31\x3a\x6b\x59\xb6\xe7\xca\xaf\x16\x2c\xa3\xd7\xd4\x6b\x6c\x8c\xee\x30\xa9\x8c\x69\xd5\x70\x9f\x32\xee\x95\xfa\x7d\x48\x83\x38\xdb\x26\x19\xef\xcb\x65\x5d\xba\xdf\xff\xef\xdb\xef\x10\x49\xb4\x90\x1f\xee\x07\x20\x4d\x51\xb4\x00\x97\x7a\x62\x13\xe8\x30\x94\x8e\x55\x58\x88\x73\x1c\x16\x32\x7b\xaa\x7b\x58\x95\x11\x32\x2c\x80\x15\xa8\x93\x16\x3d\xd7\xc6\x2c\xb6\x0b\x76\xbf\x78\xc2\xc4\xeb\xb2\x42\xb8\x94\xe2\x76\x61\xdd\x1b\x52\xa5\x1e\x31\xc8\x05\x7b\xfc\x06\xd4\x60\x4c\xb6\x60\x6c\x88\xd1\x81\x0a\x1a\xf0\x10\xeb\xa8\x35\xca\xa1\xad\x7a\x15\xdf\x90\xe9\xf4\x38\x6d\x84\x36\xe4\xb1\x3d\x4e\x47\xcd\xe0\x86\x24\x30\xec\x4d\x53\x5f\xda\xa4\xd6\x2c\x33\x63\x98\xc5\x1b\xbb\x7d\xbb\x49\x60\xbd\xa1\x87\xc7\x9a\x26\x4c\xd3\xf8\x88\xb0\x2b\x98\xe8\x36\x1e\xc7\x78\xbd\x66\xe0\xb2\xb0\x3f\x38\x14\xdf\x9b\x98\xc8\x87\xbb\x0f\x70\xd6\x92\x48\x87\x86\x2b\xc2\x20\x2d\x77\x00\x96\xb9\x89\xce\x05\x60\x9e\x59\x74\xf0\x7d\x66\x94\x05\x5e\x4b\x05\x12\x18\xb3\x31\x90\x19\x9e\xc1\xf6\xe6\xdc\x3a\xc0\xa7\x7b\x14\xb5\x61\x2b\x39\x0c\xd8\x7a\x44\x8d\x68\x99\x47\x49\xd2\x1a\xb6\xd2\x1a\x1c\x43\x0b\xe5\xdf\xc1\x93\xa0\x33\xe8\xa6\xd3\xce\xd0\x50\xf5\xae\x83\xd2\xb4\x95\x9f\xa9\x25\x53\x0e\x2c\x79\xa4\x60\xa0\x72\x36\xb1\x1d\x22\xe3\x61\x6b\x03\x11\xaf\x6b\x20\x26\x1d\x08\xe3\x95\xb6\xc7\xe1\x39\x10\x6a\x9e\x10\x0e\xf6\xc8\x71\x5b\xa7\xc5\xd8\xb3\xbd\x66\x74\x07\x75\xf0\x1c\x91\x67\xc6\x71\x76\x2f\x26\x13\x6f\xe2\x8c\xcf\x5f\x78\x67\x67\xd3\xc9\xa4\x0f\xfe\xb8\x4b\xb2\x69\xea\x0e\xa5\x32\x12\xfc\xd4\xbb\x78\x31\x3d\xa7\x5b\x44\xa2\x84\x78\x3c\x9f\x79\x2f\x2e\xf0\x4c\x20\x2f\xf4\xbd\xbe\x84\xed\xe3\x23\x53\x26\x07\xc6\xe4\xbc\x9c\xe8\xb8\xd8\x18\x8c\x0a\xe2\x07\xf4\x4a\xaa\x54\x4c\xfe\x80\x72\x6f\x84\x13\x50\x78\x3b\xaf\x6b\xbd\xe7\x62\xd5\xc3\x75\x51\x41\xd1\x12\xaa\xbf\xcd\x5a\x10\xa0\x8d\xa0\x2a\xa4\x37\x43\xbf\xf9\x46\xd5\x49\x21\xb0\x96\x55\xb2\x7b\x85\x3c\xc9\xd7\xb5\xd4\xe2\x58\x1a\xd4\xce\x75\x91\xec\x80\xd5\xc3\xe8\x77\x19\xb1\x63\x55\x04\x84\x0a\xbc\xbe\x1a\x96\x53\x25\x04\x98\xf2\x62\xe4\x45\xb0\xda\x60\x6d\x6b\xfe\xda\xff\x85\x0b\xc5\x85\xef\xf4\x1f\xf4\x99\xf0\xae\x5d\x11\x02\x9d\xf3\x71\x58\xcb\x8a\xa8\x08\x44\xfa\xba\xbc\x9a\xe0\xd8\x04\x5c\xd3\x9a\x67\x78\xbd\x0b\x6f\x77\xe9\xb9\xb6\xc5\x95\x2f\x39\xbd\xf4\x18\x8b\x8a\x8e\x50\xdc\xb0\xb8\x46\x5d\xe0\x64\xea\xd1\x6e\xf2\xc0\xb3\xa7\x72\x9d\xbf\x2d\x5d\xb5\xd7\xaa\x16\x35\xc0\xfc\x9d\xd7\x4e\xc8\x5c\x25\x9e\x91\x88\xe5\xcb\x17\x7f\x07\x50\x9b\x61\xa6\x4f\xaf\xd7\xcb\xfc\xfc\x82\xf5\x96\x06\x2d\x27\x51\x27\xa7\xb2\x77\x6b\x74\x1e\x33\x7f\xfb\x54\x87\xa7\xe9\xdb\xd6\x3e\xe0\x89\xfc\x58\x91\x1c\x02\xca\x9a\x4b\xa1\x4c\x4e\x0e\x66\x4f\xea\x4a\x4e\x88\x2f\xd8\xbf\xfe\x95\xdf\x7e\x5f\xa8\x94\x62\x15\x39\x57\x71\x72\x4c\x31\xe1\xb4\x4f\x9a\x3f\x8a\x64\x5f\x62\x4d\x64\x22\x01\x1f\xb4\x4b\xe1\x78\xc1\x5e\xdf\x97\xfc\x1a\x63\xc8\x16\x14\x35\xe7\xa3\xa2\xe4\x05\xf5\x82\x83\xaf\xf5\xf6\xb9\x62\xe0\xd7\xf8\x1e\xd3\xa6\xf0\x6b\xf9\xbe\x79\x21\xed\x66\xc3\x55\x34\x7d\x52\x24\xcb\x66\x0f\x4f\xfa\x1d\x45\xda\x4f\xe3\xff\xa6\x33\xf3\xc7\xcf\xfe\x67\x0c\x22\xe3\x0d\x92\x12\x26\x94\x93\x63\x80\xd8\x86\xbb\x25\x8f\xb0\x17\x5f\xfa\x21\x7e\xac\x4a\xb8\x81\x0f\xae\xa0\x0f\xfe\x60\x48\x8b\xf9\xaa\x7f\x94\x5f\x5f\x67\xde\x32\x9d\xda\x35\xf7\xb3\x05\xd8\x46\x09\x8c\xa6\x26\xd9\x98\xee\xb5\x3c\x96\x5b\x31\x4b\x11\xe4\x54\xa6\xed\x1b\xb9\xa1\xab\x3d\x94\x8c\x5b\x02\x27\x46\xcc\xb1\xc4\xda\xf8\xb4\x8f\x8c\x69\x4c\xdd\xce\x31\x2d\x21\xb8\x7e\x8f\xa4\x64\x72\xea\x2a\xc0\x26\xf6\x4b\x60\x37\x49\x32\x37\x6d\x2b\xb1\xee\xb0\xa8\x81\x1f\x5a\xe1\xf1\xa6\x54\x1d\x85\xee\x4f\x99\xb1\xdc\x3a\x8a\x6b\x82\x2f\x41\xa2\x03\x60\x84\x14\x17\xc3\x6a\xf0\x46\xfe\x4b\x90\xa6\x1d\x6c\x59\x55\xe0\xe7\x31\xc4\x1e\x1d\x13\x58\x45\xf3\x5a\xa6\x36\xa5\x03\xd5\x94\x08\x5d\x13\x95\x3c\x45\xea\x64\x3d\x50\xf6\xb8\x6b\xb5\x99\x89\x12\x89\x1c\xfd\x24\x04\xb0\x29\xed\x28\x4d\xa6\x48\x34\xe5\x8b\xb7\x2d\xfa\xa7\xe3\x97\xd0\x0d\xb8\x98\xd4\x52\xb4\xc0\x2b\xed\x97\xea\x8c\x14\x84\x40\xc2\x46\x31\x85\x5d\x58\xf9\x2b\x1e\x8d\x9d\xef\x77\xb0\x5f\x9d\xf1\xad\xc0\xf8\xbc\xd7\xb2\xac\xe1\xa2\xc8\x24\x57\x1f\x33\xe3\x2a\x1d\xc3\x3f\x42\xc2\xf0\x11\x0c\x53\x52\x47\xd3\x48\x54\x16\x14\x03\x62\x2f\x84\xda\x06\xbc\x93\x71\xda\x31\xf0\x42\x64\x63\x4b\xb2\xbc\x63\xc4\xaa\x4b\x91\x56\xde\x81\x49\x2d\x04\xfd\xe6\x61\x16\x75\xdd\x6d\x17\xfa\x12\x18\x09\x61\x18\xfd\x28\x8d\x99\x8e\xce\xa7\xe7\x17\xd3\x33\xf7\x6c\x76\x36\x73\xbd\x0b\x93\x19\x2b\x9b\x27\x93\x75\x0a\xfc\xe7\x7f\xa3\x5b\x29\x15\x85\x91\xa5\xc7\xa9\xf0\x97\x00\x9b\x2d\x43\x01\xd1\xcc\x93\xc0\xec\x6c\xe9\x5d\x64\xf4\x09\x02\xf1\x6c\x5e\x65\x5e\xc9\xb7\xe5\x60\x20\xda\x67\x58\x13\x52\x77\xde\x3e\xa6\xd3\xe4\x49\x10\x19\x17\xaf\x56\xc2\x3e\x70\x95\x88\x14\x39\xe5\x6a\x1b\x2e\x15\xa1\x5d\x93\x96\xc7\x6a\xb0\x3b\x96\x6e\x75\xb4\x5d\x6c\x71\x74\x03\x7b\x41\x7d\x8f\x55\xaa\xc0\xe4\xc7\x25\xec\xb3\xc2\x60\x1d\xee\xd7\x78\x7b\xae\x7a\x26\x8d\x3b\x49\x0c\x63\x04\xe2\xf0\xe5\x7a\x79\xad\x4e\xa7\xdf\xef\x97\xe2\xe0\x05\xb6\x77\x48\x2a\x8a\xdf\xd0\xe9\xf4\x5f\xe9\xf3\x7f\xf2\x2c\x6e\xb5\x59\xde\x53\x0a\xd2\x1b\x71\xe5\x10\xc0\x44\x2e\x12\x40\xda\xec\xce\x66\x2b\x0e\x84\x80\x19\x8e\x9f\x31\xff\xfc\x2b\x7d\xfe\x06\xa4\xc4\xa6\xfa\x2e\x4f\xb6\xa9\xa6\xdd\x7c\xa2\x33\x8f\x49\x35\xbb\x66\xff\xfd\x41\x4f\xc6\xd9\xe7\xd9\x45\xec\x53\xb9\xe6\x53\x51\x43\x4c\x40\x1d\xe2\x0e\x11\x4e\x14\x23\x53\xb8\x2f\xa7\x57\x51\x05\x0c\x3e\x17\x64\x01\x98\x75\xe7\x53\x81\x00\xa4\x3b\x94\x56\x0f\x10\xc7\x77\x7d\xbd\x02\x3b\x84\xe2\xf8\x94\xff\xfc\x8d\xbd\x6e\x3c\x5e\x03\x3e\x89\xa1\x31\x36\x2a\xa0\x51\x70\x48\x40\x72\x2f\x7e\xfd\xd6\x92\x57\x02\xdb\xa5\x72\xbf\x99\xd8\xb4\x39\x36\xdb\xab\x4d\x7d\xcf\xa2\x2b\x6d\xf1\x9f\x76\xec\x73\x92\xde\xcb\xab\xab\xea\xaf\xc5\xa8\x74\x9a\x8c\x3d\xf0\x1d\x05\x28\x00\x5e\xcb\x56\x82\x3d\x7e\x1e\x8f\xa2\x8b\x76\x99\x4c\x81\xc8\xa3\x4c\x84\x54\xd6\xb5\x42\x41\x94\x6a\x54\x03\x59\xd4\x07\x83\x6e\xd9\x42\x67\x0a\xdd\x87\x32\x91\x00\xb2\x68\xcd\x6d\x00\xf4\xce\x44\xf7\x12\xf4\x29\xfb\xc0\xe9\xa0\x74\x4a\x8a\xac\x3a\xd3\x81\xe3\xb1\x60\x80\xef\x65\xb9\xb6\x33\x19\xbc\x80\x1f\x81\xc9\xe8\x01\x01\xac\x34\x11\x99\x22\x11\x22\xe5\x29\x52\xf4\x9c\x19\xe0\x18\xa2\xb6\xc3\xe9\xb0\x8d\xe2\x10\xaa\x86\x82\x1e\x34\x3d\x0c\xfc\xea\x0b\xa2\xf8\xc2\x27\x3d\x18\x54\x7e\x48\x34\x2f\xae\x46\x66\x8a\x77\x95\xe8\x80\x96\x9e\x56\x12\xef\x84\x0e\x29\x1b\xaf\x30\x25\xe2\xa1\x51\xfa\xa3\x47\xa8\x71\x19\xfd\x11\xa6\x7d\x1c\x51\x5c\x67\xa7\x43\x66\x76\xfd\x81\x39\xf1\xf8\x63\x86\x5a\x55\xe6\xa6\x1c\x3e\xbd\xa1\xf0\x29\x5d\x23\x79\x6b\x13\x49\xba\x87\x7b\xb3\x4d\xa3\x0d\x17\x96\xa4\x08\x26\x68\xbb\x92\xc5\x82\xfd\x41\x4f\x09\x14\x0f\x24\x89\xe9\x84\xb4\x84\xc1\xc0\x17\xc6\x6e\x54\x8e\x22\x91\x66\x7a\x7c\x08\x01\x17\x45\x20\x0e\x1a\xfa\x43\xe9\xba\x79\x89\xa9\x45\x63\x5b\x82\x51\xa0\xfa\x5d\x05\x9a\x6a\xcb\x43\x2a\x00\x04\x86\x8c\xf5\x96\x27\x81\x26\xa8\x72\xf0\xc3\xf4\x0a\xa6\x86\x70\xca\x2c\x90\x37\xeb\xf5\x71\xa1\xbf\x9c\x01\x1f\xf8\xd2\xb8\x7a\x99\xa0\xed\x26\x7f\x19\x97\xcc\x2b\xa3\x7f\x4d\xaf\xe0\x36\xa0\xb9\x94\xd4\xe0\xe5\x88\xda\x73\x6e\x8d\x24\x9a\xd8\x56\x34\x2a\xf3\xe2\x9d\xfa\xd3\x84\x5a\xc4\x1e\xbf\xbd\xd2\x6a\xb6\xf8\x47\xa6\xf2\xc1\x1e\x7f\x2c\xfd\xd4\x62\x74\x35\xe5\xdb\xaa\x48\x3d\x2e\x61\x7a\x31\x95\x16\x05\x1f\x65\xf4\xac\x29\x93\x8f\x52\x78\x75\x5c\x61\x19\x41\x7f\xc6\x1f\xf3\xe7\x65\x73\x5e\x4f\x7b\xec\x54\x1c\x5b\x81\x41\xc9\xbb\xda\x73\xd4\xb1\x1f\xd5\x9d\xf5\xc7\x3d\x05\x66\x18\xae\x33\xcc\x54\xd1\x08\x0c\xcf\xe8\x38\xec\x4c\x1c\xc4\x74\x61\x0f\xb1\x3d\x71\x7c\x26\xee\x96\x9e\xd5\xb8\x91\x57\x50\x64\xfd\x34\xa7\x69\xa0\xe8\x52\xf3\x53\xd9\x85\xa9\xb8\x20\xa4\xf3\xe7\xd2\x01\xa2\xa7\x01\x9c\x75\xd1\x1c\xe2\xb1\x93\xe3\x10\xe2\xb9\xa5\xa5\xea\xe8\xac\xe2\x29\x94\x37\xa3\xd6\xdd\x99\x25\xb8\xc6\x7f\xbd\x42\x92\x5e\x4b\x1b\x60\xc3\x87\xcc\x99\xe6\xc2\x2b\x0f\xcb\xd0\x9b\x21\xb3\x17\xe2\x58\xf6\x85\xe4\x21\x17\x72\x1b\xe1\xa1\x27\x45\xec\x19\x38\x1f\xce\xe4\x81\xef\x80\x5d\x48\x90\xf3\x12\xdf\xad\xd4\x25\x78\x33\xd7\x24\x37\x51\xeb\x5c\x54\x98\x56\x54\xbb\xc3\x9a\x8e\x44\x93\x02\x22\xc9\x4e\x25\x87\x9e\x7c\xcb\x84\xde\x12\xd0\x9b\x76\x26\x38\x20\xf0\x29\x46\x64\xa2\x64\xe6\x7a\x62\x50\x86\xec\xc2\x21\x5c\x24\xea\xd1\xb5\x7d\x29\x59\x64\xda\xc5\xba\x17\x6c\x40\x23\x78\x41\xf4\x67\x28\xe8\x76\x51\x19\x46\x96\xf8\x15\xfc\x7b\x6a\x10\x48\x1c\x9e\x6c\xe0\xac\xce\x3a\x74\xd8\x11\x33\xe9\x85\xf3\x42\xf6\xd9\x73\xcf\x24\xeb\x2f\xce\xa7\x8a\xf7\x73\x57\x3e\x39\xe0\x9c\x29\xe6\x5f\xb8\x3a\xf3\xc7\xb0\x2d\xc7\x40\x3b\x23\x2d\x6c\xa7\xee\x2e\x54\xeb\x28\x7d\x16\x77\x19\xe2\x0f\xc8\x95\x5e\x22\x27\x27\x41\x38\x8d\xd1\xef\xe2\x6f\xab\xe5\x29\xb4\xc5\x69\x69\x85\x56\xf5\x9a\x03\xae\xfa\x58\x6e\x33\x11\x4d\x8b\x97\x74\xb7\x61\x45\xd7\x1b\x52\x3c\x86\x10\xab\xa4\xe6\x11\xc0\x47\x26\xfc\x01\xfc\x56\x5a\xc6\x6f\xaa\x87\x0e\x08\x51\xf1\x0f\x6e\x16\x55\x37\x00\x81\x5a\xd6\xfe\x9b\x86\x85\xff\xa6\xbe\xe8\xdf\x54\x56\xfc\xa0\xb4\x4d\xc0\x55\xff\x26\x5f\xf2\xc5\x65\x0a\x3a\xb8\x80\xe6\xf4\x65\x2c\x58\x90\x24\xf0\x4d\x61\x56\x15\xa0\x40\x8b\x97\x25\xc2\xf9\x42\x72\x63\x07\x76\x89\x81\xd0\x00\x27\xe4\x59\x01\xc6\xc3\xe9\x10\x94\xe8\xbb\x79\xbc\xac\x74\xa4\xd8\xb5\x61\xcb\xf1\x52\xdb\xc0\x2d\x69\x03\xe7\x54\x37\x70\xf5\xae\x03\xcd\x95\xdc\xa9\x99\xf8\x5f\x56\x59\x32\x75\x60\x55\x03\x14\x92\xc4\xf7\xed\x4f\x96\x66\x75\x1b\xa6\x75\x51\x93\x89\x26\x12\xaa\xe9\x59\xe2\x0e\xfc\x23\xec\x76\xb2\x30\x8d\xb6\x74\x17\x31\x1a\x3a\x0b\xbb\x28\x01\xa4\x48\xff\x1d\xd2\x6f\xc2\x2f\x0a\x51\xd1\x17\x4f\x0b\xab\x9f\xeb\x84\xdc\xe5\xd5\x8e\xf0\x35\xce\xbb\x36\x45\x55\x84\x53\x9c\x86\x62\x41\x47\x5b\x5f\x9b\xc3\x15\xf7\xc1\x70\xc4\x2f\x17\x5b\x7c\x7c\x4a\xde\xe3\x14\x9f\x6a\x79\xea\x1b\x28\x57\x5c\x01\x13\x75\x2f\xa7\x5e\x4e\xcf\x69\xa2\xda\xb1\x6a\x1b\x9a\x90\x2d\x78\x16\x66\x4b\x09\xe2\x56\x87\x64\xfe\x0b\x0b\x52\x43\x6a\x4b\xdd\x58\x2b\x13\xad\xf2\x59\xaa\x06\xb8\x30\xbb\xa4\xc3\x0d\x9a\x75\xa4\x3e\x1d\xf1\x1c\x6b\xa0\xe4\x52\xa4\xf7\xa9\x98\xd6\x67\x7c\x7e\x48\xbd\xb0\x9e\xbb\xe1\xe2\xe9\x74\x8c\xdd\x1d\xae\x18\x70\xf9\xf2\x6b\xfa\xbe\x18\xe0\x3f\x0f\x0b\x5b\xd4\xf8\xf7\x58\x73\xcf\x44\xdd\x53\xfd\x2f\xad\xb6\xbe\x4c\xae\x41\x9c\xf2\x24\x93\x8e\x77\xad\x6e\x55\x21\x0d\xf9\x27\xce\xd7\x49\xe9\x8f\x31\x1a\x1e\x48\x12\x7f\xa9\x04\x86\x93\xb3\x9e\x08\x51\x62\xc0\x8f\x7a\x12\xe2\x33\xff\xba\x60\x08\x96\xf5\x96\xe2\x2d\x6e\xbe\xd0\x87\xff\x7f\x03\x00\x00\xff\xff\xd5\x56\x20\x30\xab\x7d\x00\x00") func resourcesPowerMBytes() ([]byte, error) { return bindataRead( @@ -438,7 +438,7 @@ func resourcesPowerM() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "resources/power.m", size: 31849, mode: os.FileMode(420), modTime: time.Unix(1506497089, 0)} + info := bindataFileInfo{name: "resources/power.m", size: 32171, mode: os.FileMode(420), modTime: time.Unix(1514079108, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1198,7 +1198,7 @@ func resourcesSystemM() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "resources/system.m", size: 13812, mode: os.FileMode(420), modTime: time.Unix(1506497089, 0)} + info := bindataFileInfo{name: "resources/system.m", size: 13812, mode: os.FileMode(420), modTime: time.Unix(1514077789, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/expreduce/resources/manip.m b/expreduce/resources/manip.m index 9dac315..cf8a56d 100644 --- a/expreduce/resources/manip.m +++ b/expreduce/resources/manip.m @@ -181,6 +181,8 @@ }; Distribute::usage = "`Distribute[e]` distributes the function over the `Plus` expressions."; +Distribute[e_] := Distribute[e, Plus]; +Attributes[Distribute] = {Protected}; Tests`Distribute = { ESimpleExamples[ ESameTest[a c+b c+a d+b d, Distribute[(a+b)*(c+d)]], diff --git a/expreduce/resources/power.m b/expreduce/resources/power.m index ba96b34..b35a093 100644 --- a/expreduce/resources/power.m +++ b/expreduce/resources/power.m @@ -761,3 +761,12 @@ ESameTest[a, Factor[a]], ] }; + +PowerExpand[exp_] := exp //. {Log[x_ y_]:>Log[x]+Log[y],Log[x_^k_]:>k Log[x]}; +Attributes[PowerExpand] = {Protected}; +Tests`PowerExpand = { + ESimpleExamples[ + EComment["`PowerExpand` can expand nested log expressions:"], + ESameTest[Log[a] + e (Log[b] + d Log[c]), PowerExpand[Log[a (b c^d)^e]]] + ] +};