CoolFace
Modelpublic

reddest-panda/AutoMAD-small

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

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