CoolFace
Modelpublic

NamCyan/starcoder2-3b-technical-debt-code-tesoro

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

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