CoolFace
Modelpublic

Teradata/codesage-small

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

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