CoolFace
Modelpublic

internettrashh/qwen2

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
tokenizer.json303121 linesDownload Raw Back to root
1{2  "version": "1.0",3  "truncation": null,4  "padding": null,5  "added_tokens": [6    {7      "id": 151643,8      "content": "<|endoftext|>",9      "single_word": false,10      "lstrip": false,11      "rstrip": false,12      "normalized": false,13      "special": true14    },15    {16      "id": 151644,17      "content": "<|im_start|>",18      "single_word": false,19      "lstrip": false,20      "rstrip": false,21      "normalized": false,22      "special": true23    },24    {25      "id": 151645,26      "content": "<|im_end|>",27      "single_word": false,28      "lstrip": false,29      "rstrip": false,30      "normalized": false,31      "special": true32    },33    {34      "id": 151646,35      "content": "<|PAD_TOKEN|>",36      "single_word": false,37      "lstrip": false,38      "rstrip": false,39      "normalized": false,40      "special": true41    }42  ],43  "normalizer": {44    "type": "NFC"45  },46  "pre_tokenizer": {47    "type": "Sequence",48    "pretokenizers": [49      {50        "type": "Split",51        "pattern": {52          "Regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?\\p{L}+|\\p{N}| ?[^\\s\\p{L}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+"53        },54        "behavior": "Isolated",55        "invert": false56      },57      {58        "type": "ByteLevel",59        "add_prefix_space": false,60        "trim_offsets": false,61        "use_regex": false62      }63    ]64  },65  "post_processor": {66    "type": "ByteLevel",67    "add_prefix_space": false,68    "trim_offsets": false,69    "use_regex": false70  },71  "decoder": {72    "type": "ByteLevel",73    "add_prefix_space": false,74    "trim_offsets": false,75    "use_regex": false76  },77  "model": {78    "type": "BPE",79    "dropout": null,80    "unk_token": null,81    "continuing_subword_prefix": "",82    "end_of_word_suffix": "",83    "fuse_unk": false,84    "byte_fallback": false,85    "ignore_merges": false,86    "vocab": {87      "!": 0,88      "\"": 1,89      "#": 2,90      "$": 3,91      "%": 4,92      "&": 5,93      "'": 6,94      "(": 7,95      ")": 8,96      "*": 9,97      "+": 10,98      ",": 11,99      "-": 12,100      ".": 13,101      "/": 14,102      "0": 15,103      "1": 16,104      "2": 17,105      "3": 18,106      "4": 19,107      "5": 20,108      "6": 21,109      "7": 22,110      "8": 23,111      "9": 24,112      ":": 25,113      ";": 26,114      "<": 27,115      "=": 28,116      ">": 29,117      "?": 30,118      "@": 31,119      "A": 32,120      "B": 33,121      "C": 34,122      "D": 35,123      "E": 36,124      "F": 37,125      "G": 38,126      "H": 39,127      "I": 40,128      "J": 41,129      "K": 42,130      "L": 43,131      "M": 44,132      "N": 45,133      "O": 46,134      "P": 47,135      "Q": 48,136      "R": 49,137      "S": 50,138      "T": 51,139      "U": 52,140      "V": 53,141      "W": 54,142      "X": 55,143      "Y": 56,144      "Z": 57,145      "[": 58,146      "\\": 59,147      "]": 60,148      "^": 61,149      "_": 62,150      "`": 63,151      "a": 64,152      "b": 65,153      "c": 66,154      "d": 67,155      "e": 68,156      "f": 69,157      "g": 70,158      "h": 71,159      "i": 72,160      "j": 73,161      "k": 74,162      "l": 75,163      "m": 76,164      "n": 77,165      "o": 78,166      "p": 79,167      "q": 80,168      "r": 81,169      "s": 82,170      "t": 83,171      "u": 84,172      "v": 85,173      "w": 86,174      "x": 87,175      "y": 88,176      "z": 89,177      "{": 90,178      "|": 91,179      "}": 92,180      "~": 93,181      "¡": 94,182      "¢": 95,183      "£": 96,184      "¤": 97,185      "¥": 98,186      "¦": 99,187      "§": 100,188      "¨": 101,189      "©": 102,190      "ª": 103,191      "«": 104,192      "¬": 105,193      "®": 106,194      "¯": 107,195      "°": 108,196      "±": 109,197      "²": 110,198      "³": 111,199      "´": 112,200      "µ": 113,201      "¶": 114,202      "·": 115,203      "¸": 116,204      "¹": 117,205      "º": 118,206      "»": 119,207      "¼": 120,208      "½": 121,209      "¾": 122,210      "¿": 123,211      "À": 124,212      "Á": 125,213      "Â": 126,214      "Ã": 127,215      "Ä": 128,216      "Å": 129,217      "Æ": 130,218      "Ç": 131,219      "È": 132,220      "É": 133,221      "Ê": 134,222      "Ë": 135,223      "Ì": 136,224      "Í": 137,225      "Î": 138,226      "Ï": 139,227      "Ð": 140,228      "Ñ": 141,229      "Ò": 142,230      "Ó": 143,231      "Ô": 144,232      "Õ": 145,233      "Ö": 146,234      "×": 147,235      "Ø": 148,236      "Ù": 149,237      "Ú": 150,238      "Û": 151,239      "Ü": 152,240      "Ý": 153,241      "Þ": 154,242      "ß": 155,243      "à": 156,244      "á": 157,245      "â": 158,246      "ã": 159,247      "ä": 160,248      "å": 161,249      "æ": 162,250      "ç": 163,251      "è": 164,252      "é": 165,253      "ê": 166,254      "ë": 167,255      "ì": 168,256      "í": 169,257      "î": 170,258      "ï": 171,259      "ð": 172,260      "ñ": 173,261      "ò": 174,262      "ó": 175,263      "ô": 176,264      "õ": 177,265      "ö": 178,266      "÷": 179,267      "ø": 180,268      "ù": 181,269      "ú": 182,270      "û": 183,271      "ü": 184,272      "ý": 185,273      "þ": 186,274      "ÿ": 187,275      "Ā": 188,276      "ā": 189,277      "Ă": 190,278      "ă": 191,279      "Ą": 192,280      "ą": 193,281      "Ć": 194,282      "ć": 195,283      "Ĉ": 196,284      "ĉ": 197,285      "Ċ": 198,286      "ċ": 199,287      "Č": 200,288      "č": 201,289      "Ď": 202,290      "ď": 203,291      "Đ": 204,292      "đ": 205,293      "Ē": 206,294      "ē": 207,295      "Ĕ": 208,296      "ĕ": 209,297      "Ė": 210,298      "ė": 211,299      "Ę": 212,300      "ę": 213,301      "Ě": 214,302      "ě": 215,303      "Ĝ": 216,304      "ĝ": 217,305      "Ğ": 218,306      "ğ": 219,307      "Ġ": 220,308      "ġ": 221,309      "Ģ": 222,310      "ģ": 223,311      "Ĥ": 224,312      "ĥ": 225,313      "Ħ": 226,314      "ħ": 227,315      "Ĩ": 228,316      "ĩ": 229,317      "Ī": 230,318      "ī": 231,319      "Ĭ": 232,320      "ĭ": 233,321      "Į": 234,322      "į": 235,323      "İ": 236,324      "ı": 237,325      "IJ": 238,326      "ij": 239,327      "Ĵ": 240,328      "ĵ": 241,329      "Ķ": 242,330      "ķ": 243,331      "ĸ": 244,332      "Ĺ": 245,333      "ĺ": 246,334      "Ļ": 247,335      "ļ": 248,336      "Ľ": 249,337      "ľ": 250,338      "Ŀ": 251,339      "ŀ": 252,340      "Ł": 253,341      "ł": 254,342      "Ń": 255,343      "ĠĠ": 256,344      "ĠĠĠĠ": 257,345      "in": 258,346      "Ġt": 259,347      "ĠĠĠĠĠĠĠĠ": 260,348      "er": 261,349      "ĠĠĠ": 262,350      "on": 263,351      "Ġa": 264,352      "re": 265,353      "at": 266,354      "st": 267,355      "en": 268,356      "or": 269,357      "Ġth": 270,358      "ĊĊ": 271,359      "Ġc": 272,360      "le": 273,361      "Ġs": 274,362      "it": 275,363      "an": 276,364      "ar": 277,365      "al": 278,366      "Ġthe": 279,367      ";Ċ": 280,368      "Ġp": 281,369      "Ġf": 282,370      "ou": 283,371      "Ġ=": 284,372      "is": 285,373      "ĠĠĠĠĠĠĠ": 286,374      "ing": 287,375      "es": 288,376      "Ġw": 289,377      "ion": 290,378      "ed": 291,379      "ic": 292,380      "Ġb": 293,381      "Ġd": 294,382      "et": 295,383      "Ġm": 296,384      "Ġo": 297,385      "ĉĉ": 298,386      "ro": 299,387      "as": 300,388      "el": 301,389      "ct": 302,390      "nd": 303,391      "Ġin": 304,392      "Ġh": 305,393      "ent": 306,394      "id": 307,395      "Ġn": 308,396      "am": 309,397      "ĠĠĠĠĠĠĠĠĠĠĠ": 310,398      "Ġto": 311,399      "Ġre": 312,400      "--": 313,401      "Ġ{": 314,402      "Ġof": 315,403      "om": 316,404      ");Ċ": 317,405      "im": 318,406      "čĊ": 319,407      "Ġ(": 320,408      "il": 321,409      "//": 322,410      "Ġand": 323,411      "ur": 324,412      "se": 325,413      "Ġl": 326,414      "ex": 327,415      "ĠS": 328,416      "ad": 329,417      "Ġ\"": 330,418      "ch": 331,419      "ut": 332,420      "if": 333,421      "**": 334,422      "Ġ}": 335,423      "em": 336,424      "ol": 337,425      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 338,426      "th": 339,427      ")Ċ": 340,428      "Ġ{Ċ": 341,429      "Ġg": 342,430      "ig": 343,431      "iv": 344,432      ",Ċ": 345,433      "ce": 346,434      "od": 347,435      "Ġv": 348,436      "ate": 349,437      "ĠT": 350,438      "ag": 351,439      "ay": 352,440      "Ġ*": 353,441      "ot": 354,442      "us": 355,443      "ĠC": 356,444      "Ġst": 357,445      "ĠI": 358,446      "un": 359,447      "ul": 360,448      "ue": 361,449      "ĠA": 362,450      "ow": 363,451      "Ġ'": 364,452      "ew": 365,453      "Ġ<": 366,454      "ation": 367,455      "()": 368,456      "Ġfor": 369,457      "ab": 370,458      "ort": 371,459      "um": 372,460      "ame": 373,461      "Ġis": 374,462      "pe": 375,463      "tr": 376,464      "ck": 377,465      "âĢ": 378,466      "Ġy": 379,467      "ist": 380,468      "----": 381,469      ".ĊĊ": 382,470      "he": 383,471      "Ġe": 384,472      "lo": 385,473      "ĠM": 386,474      "Ġbe": 387,475      "ers": 388,476      "Ġon": 389,477      "Ġcon": 390,478      "ap": 391,479      "ub": 392,480      "ĠP": 393,481      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 394,482      "ass": 395,483      "int": 396,484      ">Ċ": 397,485      "ly": 398,486      "urn": 399,487      "Ġ$": 400,488      ";ĊĊ": 401,489      "av": 402,490      "port": 403,491      "ir": 404,492      "->": 405,493      "nt": 406,494      "ction": 407,495      "end": 408,496      "Ġde": 409,497      "ith": 410,498      "out": 411,499      "turn": 412,500      "our": 413,501      "ĠĠĠĠĠ": 414,502      "lic": 415,503      "res": 416,504      "pt": 417,505      "==": 418,506      "Ġthis": 419,507      "Ġwh": 420,508      "Ġif": 421,509      "ĠD": 422,510      "ver": 423,511      "age": 424,512      "ĠB": 425,513      "ht": 426,514      "ext": 427,515      "=\"": 428,516      "Ġthat": 429,517      "****": 430,518      "ĠR": 431,519      "Ġit": 432,520      "ess": 433,521      "ĠF": 434,522      "Ġr": 435,523      "os": 436,524      "and": 437,525      "Ġas": 438,526      "ect": 439,527      "ke": 440,528      "rom": 441,529      "Ġ//": 442,530      "con": 443,531      "ĠL": 444,532      "(\"": 445,533      "qu": 446,534      "lass": 447,535      "Ġwith": 448,536      "iz": 449,537      "de": 450,538      "ĠN": 451,539      "Ġal": 452,540      "op": 453,541      "up": 454,542      "get": 455,543      "Ġ}Ċ": 456,544      "ile": 457,545      "Ġan": 458,546      "ata": 459,547      "ore": 460,548      "ri": 461,549      "Ġpro": 462,550      ";čĊ": 463,551      "ĉĉĉĉ": 464,552      "ter": 465,553      "ain": 466,554      "ĠW": 467,555      "ĠE": 468,556      "Ġcom": 469,557      "Ġreturn": 470,558      "art": 471,559      "ĠH": 472,560      "ack": 473,561      "import": 474,562      "ublic": 475,563      "Ġor": 476,564      "est": 477,565      "ment": 478,566      "ĠG": 479,567      "able": 480,568      "Ġ-": 481,569      "ine": 482,570      "ill": 483,571      "ind": 484,572      "ere": 485,573      "::": 486,574      "ity": 487,575      "Ġ+": 488,576      "Ġtr": 489,577      "elf": 490,578      "ight": 491,579      "('": 492,580      "orm": 493,581      "ult": 494,582      "str": 495,583      "..": 496,584      "\",": 497,585      "Ġyou": 498,586      "ype": 499,587      "pl": 500,588      "Ġnew": 501,589      "Ġj": 502,590      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 503,591      "Ġfrom": 504,592      "Ġex": 505,593      "ĠO": 506,594      "ld": 507,595      "Ġ[": 508,596      "oc": 509,597      ":Ċ": 510,598      "Ġse": 511,599      "Ġle": 512,600      "--------": 513,601      ".s": 514,602      "{Ċ": 515,603      "',": 516,604      "ant": 517,605      "Ġat": 518,606      "ase": 519,607      ".c": 520,608      "Ġch": 521,609      "</": 522,610      "ave": 523,611      "ang": 524,612      "Ġare": 525,613      "Ġint": 526,614      "âĢĻ": 527,615      "_t": 528,616      "ert": 529,617      "ial": 530,618      "act": 531,619      "}Ċ": 532,620      "ive": 533,621      "ode": 534,622      "ost": 535,623      "Ġclass": 536,624      "Ġnot": 537,625      "og": 538,626      "ord": 539,627      "alue": 540,628      "all": 541,629      "ff": 542,630      "();Ċ": 543,631      "ont": 544,632      "ime": 545,633      "are": 546,634      "ĠU": 547,635      "Ġpr": 548,636      "Ġ:": 549,637      "ies": 550,638      "ize": 551,639      "ure": 552,640      "Ġby": 553,641      "ire": 554,642      "Ġ}ĊĊ": 555,643      ".p": 556,644      "Ġsh": 557,645      "ice": 558,646      "ast": 559,647      "ption": 560,648      "tring": 561,649      "ok": 562,650      "__": 563,651      "cl": 564,652      "##": 565,653      "Ġhe": 566,654      "ard": 567,655      ").": 568,656      "Ġ@": 569,657      "iew": 570,658      "ĉĉĉ": 571,659      "Ġwas": 572,660      "ip": 573,661      "this": 574,662      "Ġu": 575,663      "ĠThe": 576,664      "ide": 577,665      "ace": 578,666      "ib": 579,667      "ac": 580,668      "rou": 581,669      "Ġwe": 582,670      "ject": 583,671      "Ġpublic": 584,672      "ak": 585,673      "ve": 586,674      "ath": 587,675      "oid": 588,676      "Ġ=>": 589,677      "ust": 590,678      "que": 591,679      "Ġres": 592,680      "))": 593,681      "'s": 594,682      "Ġk": 595,683      "ans": 596,684      "yst": 597,685      "unction": 598,686      "********": 599,687      "Ġi": 600,688      "Ġus": 601,689      "pp": 602,690      "one": 603,691      "ail": 604,692      "====": 605,693      "name": 606,694      "Ġstr": 607,695      "Ġ/": 608,696      "Ġ&": 609,697      "ach": 610,698      "div": 611,699      "ystem": 612,700      "ell": 613,701      "Ġhave": 614,702      "err": 615,703      "ould": 616,704      "ull": 617,705      "pon": 618,706      "ĠJ": 619,707      "_p": 620,708      "Ġ==": 621,709      "ign": 622,710      "St": 623,711      ".Ċ": 624,712      "Ġpl": 625,713      ");ĊĊ": 626,714      "form": 627,715      "put": 628,716      "ount": 629,717      "}ĊĊ": 630,718      "dd": 631,719      "ite": 632,720      "Ġget": 633,721      "rr": 634,722      "ome": 635,723      "ĠâĢ": 636,724      "aram": 637,725      "cc": 638,726      "Ġ*/": 639,727      "ER": 640,728      "In": 641,729      "les": 642,730      "_s": 643,731      "ong": 644,732      "ie": 645,733      "Ġcan": 646,734      "ĠV": 647,735      "erv": 648,736      "pr": 649,737      "Ġun": 650,738      "row": 651,739      "ber": 652,740      "Ġdo": 653,741      "ll": 654,742      "Ġel": 655,743      "Ġself": 656,744      "ated": 657,745      "ary": 658,746      "Ġ.": 659,747      "']": 660,748      "ud": 661,749      "Ġen": 662,750      "ĠTh": 663,751      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 664,752      "te": 665,753      "_c": 666,754      "uct": 667,755      "Ġab": 668,756      "ork": 669,757      ".get": 670,758      "Ġ#": 671,759      "aw": 672,760      "ress": 673,761      "ob": 674,762      "Name": 675,763      "app": 676,764      "['": 677,765      "Ġall": 678,766      "ory": 679,767      "ition": 680,768      "ance": 681,769      "ear": 682,770      "Ġcont": 683,771      "vent": 684,772      "ia": 685,773      "Ġwill": 686,774      "IN": 687,775      "ĠĠĠĠĠĠĠĠĠ": 688,776      "return": 689,777      "Ġ</": 690,778      "data": 691,779      ")ĊĊ": 692,780      "Re": 693,781      "ple": 694,782      "ild": 695,783      "ther": 696,784      "Ġyour": 697,785      "\"Ċ": 698,786      "($": 699,787      "Ġout": 700,788      "),": 701,789      "Ġhas": 702,790      "String": 703,791      "so": 704,792      "Ġup": 705,793      "ax": 706,794      "Ġdef": 707,795      "Ġbo": 708,796      "ge": 709,797      "alse": 710,798      "ON": 711,799      "per": 712,800      "ich": 713,801      "Ġbut": 714,802      "ĠĊ": 715,803      "Ġ_": 716,804      "_m": 717,805      "add": 718,806      "quest": 719,807      "odel": 720,808      "self": 721,809      "ery": 722,810      "ft": 723,811      "ens": 724,812      "////": 725,813      "ake": 726,814      ".C": 727,815      "Ġgo": 728,816      "Ġfunction": 729,817      "ĠK": 730,818      "ivate": 731,819      "Ġim": 732,820      "Ġconst": 733,821      ".t": 734,822      "Ġ*/Ċ": 735,823      ");čĊ": 736,824      "Ġvoid": 737,825      "Ġset": 738,826      "ĠSystem": 739,827      "cri": 740,828      "()Ċ": 741,829      "li": 742,830      "ĉif": 743,831      ".m": 744,832      "ally": 745,833      "set": 746,834      "ep": 747,835      "âĢĻs": 748,836      "bo": 749,837      "def": 750,838      "',Ċ": 751,839      "Ġme": 752,840      "Ġ!": 753,841      "atch": 754,842      "\">": 755,843      "\",Ċ": 756,844      "ec": 757,845      "ĠIn": 758,846      "ph": 759,847      "Ġ|": 760,848      "_f": 761,849      "Ġvar": 762,850      "ence": 763,851      "Id": 764,852      "ree": 765,853      "ink": 766,854      "lect": 767,855      "ug": 768,856      "eth": 769,857      "Ġelse": 770,858      "----------------": 771,859      "cont": 772,860      "Ġso": 773,861      "atic": 774,862      "Ġlo": 775,863      "pro": 776,864      "ton": 777,865      "ss": 778,866      "own": 779,867      "abel": 780,868      "oint": 781,869      "ous": 782,870      "eld": 783,871      "ST": 784,872      "The": 785,873      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 786,874      "RE": 787,875      "\":": 788,876      "olor": 789,877      "tp": 790,878      "eg": 791,879      "key": 792,880      "ude": 793,881      "ĠSt": 794,882      "ound": 795,883      "Ġar": 796,884      "\");Ċ": 797,885      "ener": 798,886      "ser": 799,887      "bject": 800,888      "essage": 801,889      "fer": 802,890      "Ġmore": 803,891      "ations": 804,892      "ents": 805,893      "Ġhis": 806,894      "Ġthey": 807,895      ".S": 808,896      "ĠY": 809,897      "use": 810,898      "ne": 811,899      "ish": 812,900      "old": 813,901      "_d": 814,902      "io": 815,903      "ield": 816,904      "Ġper": 817,905      "Cont": 818,906      "ings": 819,907      "####": 820,908      "Ġdata": 821,909      "Ġsa": 822,910      "ef": 823,911      "fo": 824,912      "Ġone": 825,913      "eng": 826,914      "Ġdis": 827,915      "AT": 828,916      "Ġname": 829,917      "Ġtrue": 830,918      "val": 831,919      "led": 832,920      ".f": 833,921      "Ġne": 834,922      "Ġend": 835,923      ".T": 836,924      "cre": 837,925      "ark": 838,926      "log": 839,927      "Ex": 840,928      "error": 841,929      "_id": 842,930      "urre": 843,931      "ange": 844,932      "Ġnull": 845,933      "rray": 846,934      "Ġmy": 847,935      "pan": 848,936      "ict": 849,937      "ator": 850,938      "View": 851,939      "List": 852,940      "ĉreturn": 853,941      "âĢĿ": 854,942      "Ġpre": 855,943      "Ġx": 856,944      "clude": 857,945      "arg": 858,946      "ov": 859,947      ".h": 860,948      "Ġ>": 861,949      "Ġtheir": 862,950      "')": 863,951      "irst": 864,952      "ick": 865,953      "gh": 866,954      "LE": 867,955      "OR": 868,956      "Ġprivate": 869,957      "tem": 870,958      "čĊčĊ": 871,959      "user": 872,960      "Ġ)": 873,961      "com": 874,962      ".A": 875,963      "\";Ċ": 876,964      "Ġid": 877,965      "read": 878,966      "Ġwho": 879,967      "_b": 880,968      "\">Ċ": 881,969      "Ġtime": 882,970      "Ġman": 883,971      "ry": 884,972      "========": 885,973      "roup": 886,974      "rop": 887,975      "public": 888,976      "vel": 889,977      "umber": 890,978      "ble": 891,979      "Ġwhich": 892,980      "****************": 893,981      "Ġany": 894,982      "Ġfalse": 895,983      "we": 896,984      "Ġvalue": 897,985      "Ġli": 898,986      "\")": 899,987      "nder": 900,988      "gr": 901,989      "Ġno": 902,990      "param": 903,991      "fig": 904,992      ".com": 905,993      "Ġapp": 906,994      "_l": 907,995      "ions": 908,996      ".D": 909,997      "ĠCh": 910,998      "Ġabout": 911,999      "Ġadd": 912,1000      "Ġsu": 913,1001      "Ġstring": 914,1002      "ID": 915,1003      "Ġover": 916,1004      "string": 917,1005      ".l": 918,1006      "ource": 919,1007      "_C": 920,1008      "]Ċ": 921,1009      "Ġqu": 922,1010      "ĠString": 923,1011      "ca": 924,1012      "SE": 925,1013      "Ġro": 926,1014      "sh": 927,1015      "ual": 928,1016      "Type": 929,1017      "son": 930,1018      "new": 931,1019      "ern": 932,1020      "Ġag": 933,1021      "AR": 934,1022      "];Ċ": 935,1023      "].": 936,1024      "Ġ?": 937,1025      "ical": 938,1026      "Ġdes": 939,1027      "uth": 940,1028      "ix": 941,1029      "ays": 942,1030      "Ġtype": 943,1031      "'t": 944,1032      "ault": 945,1033      "Ġinter": 946,1034      "var": 947,1035      ".b": 948,1036      "Ġpart": 949,1037      ".d": 950,1038      "urrent": 951,1039      "IT": 952,1040      "EN": 953,1041      "enc": 954,1042      "(f": 955,1043      "ra": 956,1044      "value": 957,1045      "cho": 958,1046      "utton": 959,1047      "ose": 960,1048      "Ġ!=": 961,1049      "ater": 962,1050      "é": 963,1051      "reate": 964,1052      "oll": 965,1053      "pos": 966,1054      "yle": 967,1055      "ng": 968,1056      "AL": 969,1057      "using": 970,1058      "ames": 971,1059      "Ġ{čĊ": 972,1060      "ates": 973,1061      "ely": 974,1062      "Ġwork": 975,1063      "Ġem": 976,1064      "inal": 977,1065      "Ġsp": 978,1066      "Ġwhen": 979,1067      ".set": 980,1068      "ĠĠĠĠĠĠ": 981,1069      "):Ċ": 982,1070      "to": 983,1071      "quire": 984,1072      "indow": 985,1073      "lement": 986,1074      "pect": 987,1075      "ash": 988,1076      "[i": 989,1077      "Ġuse": 990,1078      ".F": 991,1079      "pec": 992,1080      "Ġad": 993,1081      "ove": 994,1082      "ception": 995,1083      "ength": 996,1084      "include": 997,1085      "ader": 998,1086      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 999,1087      "atus": 1000,1088      "Th": 1001,1089      "itle": 1002,1090      "rit": 1003,1091      "void": 1004,1092      "().": 1005,1093      "(Ċ": 1006,1094      "Ġoff": 1007,1095      "Ġother": 1008,1096      "Ġ&&": 1009,1097      "';Ċ": 1010,1098      "ms": 1011,1099      "Ġbeen": 1012,1100      "Ġte": 1013,1101      "ml": 1014,1102      "co": 1015,1103      "nc": 1016,1104      "ervice": 1017,1105      "Ġ%": 1018,1106      "**Ċ": 1019,1107      "ann": 1020,1108      "ade": 1021,1109      "ĊĊĊĊ": 1022,1110      "lock": 1023,1111      "const": 1024,1112      "ponse": 1025,1113      "Ġsup": 1026,1114      "++": 1027,1115      "date": 1028,1116      "Ġacc": 1029,1117      "Ġhad": 1030,1118      "Ġbu": 1031,1119      "ĠRe": 1032,1120      "Ġwere": 1033,1121      "Ġfile": 1034,1122      "Ġwould": 1035,1123      "ĠâĢľ": 1036,1124      "ven": 1037,1125      "iss": 1038,1126      "Ġour": 1039,1127      "class": 1040,1128      "raw": 1041,1129      "Ġyear": 1042,1130      "Data": 1043,1131      "Ġval": 1044,1132      "Ġsome": 1045,1133      "fter": 1046,1134      "ys": 1047,1135      "Ġ///": 1048,1136      "round": 1049,1137      "view": 1050,1138      "Ġpe": 1051,1139      "Ġthere": 1052,1140      "Ġsaid": 1053,1141      "du": 1054,1142      "of": 1055,1143      "line": 1056,1144      "/*": 1057,1145      "duct": 1058,1146      "Ġher": 1059,1147      "ĠĠĠĠĠĠĠĠĠĠĠĠĠ": 1060,1148      "Res": 1061,1149      "Ġco": 1062,1150      "Ġcomm": 1063,1151      "ise": 1064,1152      "min": 1065,1153      "ĠĠĠĠĊ": 1066,1154      "#include": 1067,1155      "ethod": 1068,1156      ".P": 1069,1157      "ute": 1070,1158      "Ġass": 1071,1159      "Int": 1072,1160      "ask": 1073,1161      "loc": 1074,1162      "Ġlike": 1075,1163      "ody": 1076,1164      "Ġlet": 1077,1165      "load": 1078,1166      "Ġam": 1079,1167      "rol": 1080,1168      "Ġgr": 1081,1169      "yp": 1082,1170      "Ġalso": 1083,1171      "ĠIt": 1084,1172      "url": 1085,1173      "ific": 1086,1174      "ors": 1087,1175      "_P": 1088,1176      "_n": 1089,1177      "igh": 1090,1178      "Ġthan": 1091,1179      "Com": 1092,1180      "AN": 1093,1181      "UL": 1094,1182      "ating": 1095,1183      "ĠThis": 1096,1184      "ref": 1097,1185      "_S": 1098,1186      "Ġstatic": 1099,1187      "roll": 1100,1188      "Ġjust": 1101,1189      "Ġresult": 1102,1190      "ian": 1103,1191      "idth": 1104,1192      "Ġthem": 1105,1193      "));Ċ": 1106,1194      "der": 1107,1195      "reak": 1108,1196      "Con": 1109,1197      "://": 1110,1198      "ule": 1111,1199      "...": 1112,1200      "arch": 1113,

Showing the first 1,200 of 303121 lines. Download the file for the rest.