CoolFace
Modelpublic

jrosseruk/dare-domain-gemini-code-adapter

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

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