github-linguist 2.10.15 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/linguist/language.rb +18 -34
- data/lib/linguist/languages.yml +461 -292
- data/lib/linguist/samples.json +3185 -82
- data/lib/linguist/vendor.yml +7 -0
- data/lib/linguist/version.rb +1 -1
- metadata +8 -8
    
        data/lib/linguist/samples.json
    CHANGED
    
    | @@ -195,6 +195,9 @@ | |
| 195 195 | 
             
                  ".handlebars",
         | 
| 196 196 | 
             
                  ".hbs"
         | 
| 197 197 | 
             
                ],
         | 
| 198 | 
            +
                "Haskell": [
         | 
| 199 | 
            +
                  ".hs"
         | 
| 200 | 
            +
                ],
         | 
| 198 201 | 
             
                "HTML": [
         | 
| 199 202 | 
             
                  ".html",
         | 
| 200 203 | 
             
                  ".st"
         | 
| @@ -426,6 +429,9 @@ | |
| 426 429 | 
             
                  ".pl",
         | 
| 427 430 | 
             
                  ".prolog"
         | 
| 428 431 | 
             
                ],
         | 
| 432 | 
            +
                "Propeller Spin": [
         | 
| 433 | 
            +
                  ".spin"
         | 
| 434 | 
            +
                ],
         | 
| 429 435 | 
             
                "Protocol Buffer": [
         | 
| 430 436 | 
             
                  ".proto"
         | 
| 431 437 | 
             
                ],
         | 
| @@ -434,6 +440,7 @@ | |
| 434 440 | 
             
                ],
         | 
| 435 441 | 
             
                "Python": [
         | 
| 436 442 | 
             
                  ".py",
         | 
| 443 | 
            +
                  ".pyde",
         | 
| 437 444 | 
             
                  ".script!"
         | 
| 438 445 | 
             
                ],
         | 
| 439 446 | 
             
                "R": [
         | 
| @@ -458,6 +465,10 @@ | |
| 458 465 | 
             
                  ".reb",
         | 
| 459 466 | 
             
                  ".rebol"
         | 
| 460 467 | 
             
                ],
         | 
| 468 | 
            +
                "Red": [
         | 
| 469 | 
            +
                  ".red",
         | 
| 470 | 
            +
                  ".reds"
         | 
| 471 | 
            +
                ],
         | 
| 461 472 | 
             
                "RMarkdown": [
         | 
| 462 473 | 
             
                  ".rmd"
         | 
| 463 474 | 
             
                ],
         | 
| @@ -597,8 +608,15 @@ | |
| 597 608 | 
             
                ],
         | 
| 598 609 | 
             
                "XML": [
         | 
| 599 610 | 
             
                  ".ant",
         | 
| 611 | 
            +
                  ".csproj",
         | 
| 612 | 
            +
                  ".filters",
         | 
| 613 | 
            +
                  ".fsproj",
         | 
| 600 614 | 
             
                  ".ivy",
         | 
| 615 | 
            +
                  ".nproj",
         | 
| 601 616 | 
             
                  ".pluginspec",
         | 
| 617 | 
            +
                  ".targets",
         | 
| 618 | 
            +
                  ".vbproj",
         | 
| 619 | 
            +
                  ".vcxproj",
         | 
| 602 620 | 
             
                  ".xml"
         | 
| 603 621 | 
             
                ],
         | 
| 604 622 | 
             
                "XProc": [
         | 
| @@ -642,6 +660,9 @@ | |
| 642 660 | 
             
                "Perl": [
         | 
| 643 661 | 
             
                  "ack"
         | 
| 644 662 | 
             
                ],
         | 
| 663 | 
            +
                "R": [
         | 
| 664 | 
            +
                  "expr-dist"
         | 
| 665 | 
            +
                ],
         | 
| 645 666 | 
             
                "Ruby": [
         | 
| 646 667 | 
             
                  "Appraisals",
         | 
| 647 668 | 
             
                  "Capfile",
         | 
| @@ -681,8 +702,8 @@ | |
| 681 702 | 
             
                  ".gemrc"
         | 
| 682 703 | 
             
                ]
         | 
| 683 704 | 
             
              },
         | 
| 684 | 
            -
              "tokens_total":  | 
| 685 | 
            -
              "languages_total":  | 
| 705 | 
            +
              "tokens_total": 607168,
         | 
| 706 | 
            +
              "languages_total": 739,
         | 
| 686 707 | 
             
              "tokens": {
         | 
| 687 708 | 
             
                "ABAP": {
         | 
| 688 709 | 
             
                  "*/**": 1,
         | 
| @@ -24917,6 +24938,85 @@ | |
| 24917 24938 | 
             
                  "</h2>": 1,
         | 
| 24918 24939 | 
             
                  "/each": 1
         | 
| 24919 24940 | 
             
                },
         | 
| 24941 | 
            +
                "Haskell": {
         | 
| 24942 | 
            +
                  "import": 6,
         | 
| 24943 | 
            +
                  "Data.Char": 1,
         | 
| 24944 | 
            +
                  "main": 4,
         | 
| 24945 | 
            +
                  "IO": 2,
         | 
| 24946 | 
            +
                  "(": 8,
         | 
| 24947 | 
            +
                  ")": 8,
         | 
| 24948 | 
            +
                  "do": 3,
         | 
| 24949 | 
            +
                  "let": 2,
         | 
| 24950 | 
            +
                  "hello": 2,
         | 
| 24951 | 
            +
                  "putStrLn": 3,
         | 
| 24952 | 
            +
                  "map": 13,
         | 
| 24953 | 
            +
                  "toUpper": 1,
         | 
| 24954 | 
            +
                  "module": 2,
         | 
| 24955 | 
            +
                  "Main": 1,
         | 
| 24956 | 
            +
                  "where": 4,
         | 
| 24957 | 
            +
                  "Sudoku": 9,
         | 
| 24958 | 
            +
                  "Data.Maybe": 2,
         | 
| 24959 | 
            +
                  "sudoku": 36,
         | 
| 24960 | 
            +
                  "[": 4,
         | 
| 24961 | 
            +
                  "]": 3,
         | 
| 24962 | 
            +
                  "pPrint": 5,
         | 
| 24963 | 
            +
                  "+": 2,
         | 
| 24964 | 
            +
                  "fromMaybe": 1,
         | 
| 24965 | 
            +
                  "solve": 5,
         | 
| 24966 | 
            +
                  "isSolved": 4,
         | 
| 24967 | 
            +
                  "Data.List": 1,
         | 
| 24968 | 
            +
                  "Data.List.Split": 1,
         | 
| 24969 | 
            +
                  "type": 1,
         | 
| 24970 | 
            +
                  "Int": 1,
         | 
| 24971 | 
            +
                  "-": 3,
         | 
| 24972 | 
            +
                  "Maybe": 1,
         | 
| 24973 | 
            +
                  "|": 8,
         | 
| 24974 | 
            +
                  "Just": 1,
         | 
| 24975 | 
            +
                  "otherwise": 2,
         | 
| 24976 | 
            +
                  "index": 27,
         | 
| 24977 | 
            +
                  "<": 1,
         | 
| 24978 | 
            +
                  "elemIndex": 1,
         | 
| 24979 | 
            +
                  "sudokus": 2,
         | 
| 24980 | 
            +
                  "nextTest": 5,
         | 
| 24981 | 
            +
                  "i": 7,
         | 
| 24982 | 
            +
                  "<->": 1,
         | 
| 24983 | 
            +
                  "1": 2,
         | 
| 24984 | 
            +
                  "9": 7,
         | 
| 24985 | 
            +
                  "checkRow": 2,
         | 
| 24986 | 
            +
                  "checkColumn": 2,
         | 
| 24987 | 
            +
                  "checkBox": 2,
         | 
| 24988 | 
            +
                  "listToMaybe": 1,
         | 
| 24989 | 
            +
                  "mapMaybe": 1,
         | 
| 24990 | 
            +
                  "take": 1,
         | 
| 24991 | 
            +
                  "drop": 1,
         | 
| 24992 | 
            +
                  "length": 12,
         | 
| 24993 | 
            +
                  "getRow": 3,
         | 
| 24994 | 
            +
                  "nub": 6,
         | 
| 24995 | 
            +
                  "getColumn": 3,
         | 
| 24996 | 
            +
                  "getBox": 3,
         | 
| 24997 | 
            +
                  "filter": 3,
         | 
| 24998 | 
            +
                  "0": 3,
         | 
| 24999 | 
            +
                  "chunksOf": 10,
         | 
| 25000 | 
            +
                  "quot": 3,
         | 
| 25001 | 
            +
                  "transpose": 4,
         | 
| 25002 | 
            +
                  "mod": 2,
         | 
| 25003 | 
            +
                  "concat": 2,
         | 
| 25004 | 
            +
                  "concatMap": 2,
         | 
| 25005 | 
            +
                  "3": 4,
         | 
| 25006 | 
            +
                  "27": 1,
         | 
| 25007 | 
            +
                  "Bool": 1,
         | 
| 25008 | 
            +
                  "product": 1,
         | 
| 25009 | 
            +
                  "False": 4,
         | 
| 25010 | 
            +
                  ".": 4,
         | 
| 25011 | 
            +
                  "sudokuRows": 4,
         | 
| 25012 | 
            +
                  "/": 3,
         | 
| 25013 | 
            +
                  "sudokuColumns": 3,
         | 
| 25014 | 
            +
                  "sudokuBoxes": 3,
         | 
| 25015 | 
            +
                  "True": 1,
         | 
| 25016 | 
            +
                  "String": 1,
         | 
| 25017 | 
            +
                  "intercalate": 2,
         | 
| 25018 | 
            +
                  "show": 1
         | 
| 25019 | 
            +
                },
         | 
| 24920 25020 | 
             
                "HTML": {
         | 
| 24921 25021 | 
             
                  "<!DOCTYPE>": 2,
         | 
| 24922 25022 | 
             
                  "HTML": 2,
         | 
| @@ -51002,6 +51102,2094 @@ | |
| 51002 51102 | 
             
                  "right": 1,
         | 
| 51003 51103 | 
             
                  "L": 2
         | 
| 51004 51104 | 
             
                },
         | 
| 51105 | 
            +
                "Propeller Spin": {
         | 
| 51106 | 
            +
                  "{": 26,
         | 
| 51107 | 
            +
                  "*****************************************": 4,
         | 
| 51108 | 
            +
                  "*": 143,
         | 
| 51109 | 
            +
                  "x4": 4,
         | 
| 51110 | 
            +
                  "Keypad": 1,
         | 
| 51111 | 
            +
                  "Reader": 1,
         | 
| 51112 | 
            +
                  "v1.0": 4,
         | 
| 51113 | 
            +
                  "Author": 8,
         | 
| 51114 | 
            +
                  "Beau": 2,
         | 
| 51115 | 
            +
                  "Schwabe": 2,
         | 
| 51116 | 
            +
                  "Copyright": 10,
         | 
| 51117 | 
            +
                  "(": 356,
         | 
| 51118 | 
            +
                  "c": 33,
         | 
| 51119 | 
            +
                  ")": 356,
         | 
| 51120 | 
            +
                  "Parallax": 10,
         | 
| 51121 | 
            +
                  "See": 10,
         | 
| 51122 | 
            +
                  "end": 12,
         | 
| 51123 | 
            +
                  "of": 108,
         | 
| 51124 | 
            +
                  "file": 9,
         | 
| 51125 | 
            +
                  "for": 70,
         | 
| 51126 | 
            +
                  "terms": 9,
         | 
| 51127 | 
            +
                  "use.": 9,
         | 
| 51128 | 
            +
                  "}": 26,
         | 
| 51129 | 
            +
                  "Operation": 2,
         | 
| 51130 | 
            +
                  "This": 3,
         | 
| 51131 | 
            +
                  "object": 7,
         | 
| 51132 | 
            +
                  "uses": 2,
         | 
| 51133 | 
            +
                  "a": 72,
         | 
| 51134 | 
            +
                  "capacitive": 1,
         | 
| 51135 | 
            +
                  "PIN": 1,
         | 
| 51136 | 
            +
                  "approach": 1,
         | 
| 51137 | 
            +
                  "to": 191,
         | 
| 51138 | 
            +
                  "reading": 1,
         | 
| 51139 | 
            +
                  "the": 136,
         | 
| 51140 | 
            +
                  "keypad.": 1,
         | 
| 51141 | 
            +
                  "To": 3,
         | 
| 51142 | 
            +
                  "do": 26,
         | 
| 51143 | 
            +
                  "so": 11,
         | 
| 51144 | 
            +
                  "ALL": 2,
         | 
| 51145 | 
            +
                  "pins": 26,
         | 
| 51146 | 
            +
                  "are": 18,
         | 
| 51147 | 
            +
                  "made": 2,
         | 
| 51148 | 
            +
                  "LOW": 2,
         | 
| 51149 | 
            +
                  "and": 95,
         | 
| 51150 | 
            +
                  "an": 12,
         | 
| 51151 | 
            +
                  "OUTPUT": 2,
         | 
| 51152 | 
            +
                  "I/O": 3,
         | 
| 51153 | 
            +
                  "pins.": 1,
         | 
| 51154 | 
            +
                  "Then": 1,
         | 
| 51155 | 
            +
                  "set": 42,
         | 
| 51156 | 
            +
                  "INPUT": 2,
         | 
| 51157 | 
            +
                  "state.": 1,
         | 
| 51158 | 
            +
                  "At": 1,
         | 
| 51159 | 
            +
                  "this": 26,
         | 
| 51160 | 
            +
                  "point": 21,
         | 
| 51161 | 
            +
                  "only": 63,
         | 
| 51162 | 
            +
                  "one": 4,
         | 
| 51163 | 
            +
                  "pin": 18,
         | 
| 51164 | 
            +
                  "is": 51,
         | 
| 51165 | 
            +
                  "HIGH": 3,
         | 
| 51166 | 
            +
                  "at": 26,
         | 
| 51167 | 
            +
                  "time.": 2,
         | 
| 51168 | 
            +
                  "If": 2,
         | 
| 51169 | 
            +
                  "closed": 1,
         | 
| 51170 | 
            +
                  "then": 5,
         | 
| 51171 | 
            +
                  "will": 12,
         | 
| 51172 | 
            +
                  "be": 46,
         | 
| 51173 | 
            +
                  "read": 29,
         | 
| 51174 | 
            +
                  "on": 12,
         | 
| 51175 | 
            +
                  "input": 2,
         | 
| 51176 | 
            +
                  "otherwise": 1,
         | 
| 51177 | 
            +
                  "returned.": 1,
         | 
| 51178 | 
            +
                  "The": 17,
         | 
| 51179 | 
            +
                  "keypad": 4,
         | 
| 51180 | 
            +
                  "decoding": 1,
         | 
| 51181 | 
            +
                  "routine": 1,
         | 
| 51182 | 
            +
                  "requires": 3,
         | 
| 51183 | 
            +
                  "two": 6,
         | 
| 51184 | 
            +
                  "subroutines": 1,
         | 
| 51185 | 
            +
                  "returns": 6,
         | 
| 51186 | 
            +
                  "entire": 1,
         | 
| 51187 | 
            +
                  "matrix": 1,
         | 
| 51188 | 
            +
                  "into": 19,
         | 
| 51189 | 
            +
                  "single": 2,
         | 
| 51190 | 
            +
                  "WORD": 1,
         | 
| 51191 | 
            +
                  "variable": 1,
         | 
| 51192 | 
            +
                  "indicating": 1,
         | 
| 51193 | 
            +
                  "which": 16,
         | 
| 51194 | 
            +
                  "buttons": 2,
         | 
| 51195 | 
            +
                  "pressed.": 1,
         | 
| 51196 | 
            +
                  "Multiple": 1,
         | 
| 51197 | 
            +
                  "button": 2,
         | 
| 51198 | 
            +
                  "presses": 1,
         | 
| 51199 | 
            +
                  "allowed": 1,
         | 
| 51200 | 
            +
                  "with": 8,
         | 
| 51201 | 
            +
                  "understanding": 1,
         | 
| 51202 | 
            +
                  "that": 10,
         | 
| 51203 | 
            +
                  "BOX": 2,
         | 
| 51204 | 
            +
                  "entries": 1,
         | 
| 51205 | 
            +
                  "can": 4,
         | 
| 51206 | 
            +
                  "confused.": 1,
         | 
| 51207 | 
            +
                  "An": 1,
         | 
| 51208 | 
            +
                  "example": 3,
         | 
| 51209 | 
            +
                  "entry...": 1,
         | 
| 51210 | 
            +
                  "or": 43,
         | 
| 51211 | 
            +
                  "#": 97,
         | 
| 51212 | 
            +
                  "etc.": 1,
         | 
| 51213 | 
            +
                  "where": 2,
         | 
| 51214 | 
            +
                  "any": 15,
         | 
| 51215 | 
            +
                  "pressed": 3,
         | 
| 51216 | 
            +
                  "evaluate": 1,
         | 
| 51217 | 
            +
                  "non": 3,
         | 
| 51218 | 
            +
                  "as": 8,
         | 
| 51219 | 
            +
                  "being": 2,
         | 
| 51220 | 
            +
                  "even": 1,
         | 
| 51221 | 
            +
                  "when": 3,
         | 
| 51222 | 
            +
                  "they": 2,
         | 
| 51223 | 
            +
                  "not.": 1,
         | 
| 51224 | 
            +
                  "There": 1,
         | 
| 51225 | 
            +
                  "no": 7,
         | 
| 51226 | 
            +
                  "danger": 1,
         | 
| 51227 | 
            +
                  "physical": 1,
         | 
| 51228 | 
            +
                  "electrical": 1,
         | 
| 51229 | 
            +
                  "damage": 1,
         | 
| 51230 | 
            +
                  "s": 16,
         | 
| 51231 | 
            +
                  "just": 2,
         | 
| 51232 | 
            +
                  "way": 1,
         | 
| 51233 | 
            +
                  "sensing": 1,
         | 
| 51234 | 
            +
                  "method": 2,
         | 
| 51235 | 
            +
                  "happens": 1,
         | 
| 51236 | 
            +
                  "work.": 1,
         | 
| 51237 | 
            +
                  "Schematic": 1,
         | 
| 51238 | 
            +
                  "No": 2,
         | 
| 51239 | 
            +
                  "resistors": 4,
         | 
| 51240 | 
            +
                  "capacitors.": 1,
         | 
| 51241 | 
            +
                  "connections": 1,
         | 
| 51242 | 
            +
                  "directly": 1,
         | 
| 51243 | 
            +
                  "from": 21,
         | 
| 51244 | 
            +
                  "Clear": 2,
         | 
| 51245 | 
            +
                  "value": 51,
         | 
| 51246 | 
            +
                  "ReadRow": 4,
         | 
| 51247 | 
            +
                  "Shift": 3,
         | 
| 51248 | 
            +
                  "left": 12,
         | 
| 51249 | 
            +
                  "by": 17,
         | 
| 51250 | 
            +
                  "preset": 1,
         | 
| 51251 | 
            +
                  "P0": 2,
         | 
| 51252 | 
            +
                  "P7": 2,
         | 
| 51253 | 
            +
                  "LOWs": 1,
         | 
| 51254 | 
            +
                  "dira": 3,
         | 
| 51255 | 
            +
                  "[": 35,
         | 
| 51256 | 
            +
                  "]": 34,
         | 
| 51257 | 
            +
                  "make": 16,
         | 
| 51258 | 
            +
                  "INPUTSs": 1,
         | 
| 51259 | 
            +
                  "...": 5,
         | 
| 51260 | 
            +
                  "now": 3,
         | 
| 51261 | 
            +
                  "act": 1,
         | 
| 51262 | 
            +
                  "like": 4,
         | 
| 51263 | 
            +
                  "tiny": 1,
         | 
| 51264 | 
            +
                  "capacitors": 1,
         | 
| 51265 | 
            +
                  "outa": 2,
         | 
| 51266 | 
            +
                  "n": 4,
         | 
| 51267 | 
            +
                  "Pin": 1,
         | 
| 51268 | 
            +
                  "OUTPUT...": 1,
         | 
| 51269 | 
            +
                  "Make": 1,
         | 
| 51270 | 
            +
                  ";": 2,
         | 
| 51271 | 
            +
                  "charge": 10,
         | 
| 51272 | 
            +
                  "+": 759,
         | 
| 51273 | 
            +
                  "ina": 3,
         | 
| 51274 | 
            +
                  "Pn": 1,
         | 
| 51275 | 
            +
                  "remain": 1,
         | 
| 51276 | 
            +
                  "discharged": 1,
         | 
| 51277 | 
            +
                  "DAT": 7,
         | 
| 51278 | 
            +
                  "TERMS": 9,
         | 
| 51279 | 
            +
                  "OF": 49,
         | 
| 51280 | 
            +
                  "USE": 19,
         | 
| 51281 | 
            +
                  "MIT": 9,
         | 
| 51282 | 
            +
                  "License": 9,
         | 
| 51283 | 
            +
                  "Permission": 9,
         | 
| 51284 | 
            +
                  "hereby": 9,
         | 
| 51285 | 
            +
                  "granted": 9,
         | 
| 51286 | 
            +
                  "free": 10,
         | 
| 51287 | 
            +
                  "person": 9,
         | 
| 51288 | 
            +
                  "obtaining": 9,
         | 
| 51289 | 
            +
                  "copy": 21,
         | 
| 51290 | 
            +
                  "software": 9,
         | 
| 51291 | 
            +
                  "associated": 11,
         | 
| 51292 | 
            +
                  "documentation": 9,
         | 
| 51293 | 
            +
                  "files": 9,
         | 
| 51294 | 
            +
                  "deal": 9,
         | 
| 51295 | 
            +
                  "in": 53,
         | 
| 51296 | 
            +
                  "Software": 28,
         | 
| 51297 | 
            +
                  "without": 19,
         | 
| 51298 | 
            +
                  "restriction": 9,
         | 
| 51299 | 
            +
                  "including": 9,
         | 
| 51300 | 
            +
                  "limitation": 9,
         | 
| 51301 | 
            +
                  "rights": 9,
         | 
| 51302 | 
            +
                  "use": 19,
         | 
| 51303 | 
            +
                  "modify": 9,
         | 
| 51304 | 
            +
                  "merge": 9,
         | 
| 51305 | 
            +
                  "publish": 9,
         | 
| 51306 | 
            +
                  "distribute": 9,
         | 
| 51307 | 
            +
                  "sublicense": 9,
         | 
| 51308 | 
            +
                  "and/or": 9,
         | 
| 51309 | 
            +
                  "sell": 9,
         | 
| 51310 | 
            +
                  "copies": 18,
         | 
| 51311 | 
            +
                  "permit": 9,
         | 
| 51312 | 
            +
                  "persons": 9,
         | 
| 51313 | 
            +
                  "whom": 9,
         | 
| 51314 | 
            +
                  "furnished": 9,
         | 
| 51315 | 
            +
                  "subject": 9,
         | 
| 51316 | 
            +
                  "following": 9,
         | 
| 51317 | 
            +
                  "conditions": 9,
         | 
| 51318 | 
            +
                  "above": 11,
         | 
| 51319 | 
            +
                  "copyright": 9,
         | 
| 51320 | 
            +
                  "notice": 18,
         | 
| 51321 | 
            +
                  "permission": 9,
         | 
| 51322 | 
            +
                  "shall": 9,
         | 
| 51323 | 
            +
                  "included": 9,
         | 
| 51324 | 
            +
                  "all": 14,
         | 
| 51325 | 
            +
                  "substantial": 9,
         | 
| 51326 | 
            +
                  "portions": 9,
         | 
| 51327 | 
            +
                  "Software.": 9,
         | 
| 51328 | 
            +
                  "THE": 59,
         | 
| 51329 | 
            +
                  "SOFTWARE": 19,
         | 
| 51330 | 
            +
                  "IS": 10,
         | 
| 51331 | 
            +
                  "PROVIDED": 9,
         | 
| 51332 | 
            +
                  "WITHOUT": 10,
         | 
| 51333 | 
            +
                  "WARRANTY": 10,
         | 
| 51334 | 
            +
                  "ANY": 20,
         | 
| 51335 | 
            +
                  "KIND": 10,
         | 
| 51336 | 
            +
                  "EXPRESS": 10,
         | 
| 51337 | 
            +
                  "OR": 70,
         | 
| 51338 | 
            +
                  "IMPLIED": 10,
         | 
| 51339 | 
            +
                  "INCLUDING": 10,
         | 
| 51340 | 
            +
                  "BUT": 10,
         | 
| 51341 | 
            +
                  "NOT": 11,
         | 
| 51342 | 
            +
                  "LIMITED": 10,
         | 
| 51343 | 
            +
                  "TO": 10,
         | 
| 51344 | 
            +
                  "WARRANTIES": 10,
         | 
| 51345 | 
            +
                  "MERCHANTABILITY": 10,
         | 
| 51346 | 
            +
                  "FITNESS": 10,
         | 
| 51347 | 
            +
                  "FOR": 20,
         | 
| 51348 | 
            +
                  "A": 21,
         | 
| 51349 | 
            +
                  "PARTICULAR": 10,
         | 
| 51350 | 
            +
                  "PURPOSE": 10,
         | 
| 51351 | 
            +
                  "AND": 10,
         | 
| 51352 | 
            +
                  "NONINFRINGEMENT.": 10,
         | 
| 51353 | 
            +
                  "IN": 40,
         | 
| 51354 | 
            +
                  "NO": 10,
         | 
| 51355 | 
            +
                  "EVENT": 10,
         | 
| 51356 | 
            +
                  "SHALL": 10,
         | 
| 51357 | 
            +
                  "AUTHORS": 10,
         | 
| 51358 | 
            +
                  "COPYRIGHT": 10,
         | 
| 51359 | 
            +
                  "HOLDERS": 10,
         | 
| 51360 | 
            +
                  "BE": 10,
         | 
| 51361 | 
            +
                  "LIABLE": 10,
         | 
| 51362 | 
            +
                  "CLAIM": 10,
         | 
| 51363 | 
            +
                  "DAMAGES": 10,
         | 
| 51364 | 
            +
                  "OTHER": 20,
         | 
| 51365 | 
            +
                  "LIABILITY": 10,
         | 
| 51366 | 
            +
                  "WHETHER": 10,
         | 
| 51367 | 
            +
                  "AN": 10,
         | 
| 51368 | 
            +
                  "ACTION": 10,
         | 
| 51369 | 
            +
                  "CONTRACT": 10,
         | 
| 51370 | 
            +
                  "TORT": 10,
         | 
| 51371 | 
            +
                  "OTHERWISE": 10,
         | 
| 51372 | 
            +
                  "ARISING": 10,
         | 
| 51373 | 
            +
                  "FROM": 10,
         | 
| 51374 | 
            +
                  "OUT": 10,
         | 
| 51375 | 
            +
                  "CONNECTION": 10,
         | 
| 51376 | 
            +
                  "WITH": 10,
         | 
| 51377 | 
            +
                  "DEALINGS": 10,
         | 
| 51378 | 
            +
                  "SOFTWARE.": 10,
         | 
| 51379 | 
            +
                  "****************************************": 4,
         | 
| 51380 | 
            +
                  "Debug_Lcd": 1,
         | 
| 51381 | 
            +
                  "v1.2": 2,
         | 
| 51382 | 
            +
                  "Authors": 1,
         | 
| 51383 | 
            +
                  "Jon": 2,
         | 
| 51384 | 
            +
                  "Williams": 2,
         | 
| 51385 | 
            +
                  "Jeff": 2,
         | 
| 51386 | 
            +
                  "Martin": 2,
         | 
| 51387 | 
            +
                  "Inc.": 8,
         | 
| 51388 | 
            +
                  "Debugging": 1,
         | 
| 51389 | 
            +
                  "wrapper": 1,
         | 
| 51390 | 
            +
                  "Serial_Lcd": 1,
         | 
| 51391 | 
            +
                  "-": 486,
         | 
| 51392 | 
            +
                  "March": 1,
         | 
| 51393 | 
            +
                  "Updated": 4,
         | 
| 51394 | 
            +
                  "conform": 1,
         | 
| 51395 | 
            +
                  "Propeller": 3,
         | 
| 51396 | 
            +
                  "initialization": 2,
         | 
| 51397 | 
            +
                  "standards.": 1,
         | 
| 51398 | 
            +
                  "v1.1": 8,
         | 
| 51399 | 
            +
                  "April": 1,
         | 
| 51400 | 
            +
                  "consistency.": 1,
         | 
| 51401 | 
            +
                  "OBJ": 2,
         | 
| 51402 | 
            +
                  "lcd": 2,
         | 
| 51403 | 
            +
                  "number": 27,
         | 
| 51404 | 
            +
                  "string": 8,
         | 
| 51405 | 
            +
                  "conversion": 1,
         | 
| 51406 | 
            +
                  "PUB": 63,
         | 
| 51407 | 
            +
                  "init": 2,
         | 
| 51408 | 
            +
                  "baud": 2,
         | 
| 51409 | 
            +
                  "lines": 24,
         | 
| 51410 | 
            +
                  "okay": 11,
         | 
| 51411 | 
            +
                  "Initializes": 1,
         | 
| 51412 | 
            +
                  "serial": 1,
         | 
| 51413 | 
            +
                  "LCD": 4,
         | 
| 51414 | 
            +
                  "true": 6,
         | 
| 51415 | 
            +
                  "if": 53,
         | 
| 51416 | 
            +
                  "parameters": 19,
         | 
| 51417 | 
            +
                  "lcd.init": 1,
         | 
| 51418 | 
            +
                  "finalize": 1,
         | 
| 51419 | 
            +
                  "Finalizes": 1,
         | 
| 51420 | 
            +
                  "frees": 6,
         | 
| 51421 | 
            +
                  "floats": 1,
         | 
| 51422 | 
            +
                  "lcd.finalize": 1,
         | 
| 51423 | 
            +
                  "putc": 1,
         | 
| 51424 | 
            +
                  "txbyte": 2,
         | 
| 51425 | 
            +
                  "Send": 1,
         | 
| 51426 | 
            +
                  "byte": 27,
         | 
| 51427 | 
            +
                  "terminal": 4,
         | 
| 51428 | 
            +
                  "lcd.putc": 1,
         | 
| 51429 | 
            +
                  "str": 3,
         | 
| 51430 | 
            +
                  "strAddr": 2,
         | 
| 51431 | 
            +
                  "Print": 15,
         | 
| 51432 | 
            +
                  "zero": 10,
         | 
| 51433 | 
            +
                  "terminated": 4,
         | 
| 51434 | 
            +
                  "lcd.str": 8,
         | 
| 51435 | 
            +
                  "dec": 3,
         | 
| 51436 | 
            +
                  "signed": 4,
         | 
| 51437 | 
            +
                  "decimal": 5,
         | 
| 51438 | 
            +
                  "num.dec": 1,
         | 
| 51439 | 
            +
                  "decf": 1,
         | 
| 51440 | 
            +
                  "width": 9,
         | 
| 51441 | 
            +
                  "Prints": 2,
         | 
| 51442 | 
            +
                  "space": 1,
         | 
| 51443 | 
            +
                  "padded": 2,
         | 
| 51444 | 
            +
                  "fixed": 1,
         | 
| 51445 | 
            +
                  "field": 4,
         | 
| 51446 | 
            +
                  "num.decf": 1,
         | 
| 51447 | 
            +
                  "decx": 1,
         | 
| 51448 | 
            +
                  "digits": 23,
         | 
| 51449 | 
            +
                  "negative": 2,
         | 
| 51450 | 
            +
                  "num.decx": 1,
         | 
| 51451 | 
            +
                  "hex": 3,
         | 
| 51452 | 
            +
                  "hexadecimal": 4,
         | 
| 51453 | 
            +
                  "num.hex": 1,
         | 
| 51454 | 
            +
                  "ihex": 1,
         | 
| 51455 | 
            +
                  "indicated": 2,
         | 
| 51456 | 
            +
                  "num.ihex": 1,
         | 
| 51457 | 
            +
                  "bin": 3,
         | 
| 51458 | 
            +
                  "binary": 4,
         | 
| 51459 | 
            +
                  "num.bin": 1,
         | 
| 51460 | 
            +
                  "ibin": 1,
         | 
| 51461 | 
            +
                  "%": 162,
         | 
| 51462 | 
            +
                  "num.ibin": 1,
         | 
| 51463 | 
            +
                  "cls": 1,
         | 
| 51464 | 
            +
                  "Clears": 2,
         | 
| 51465 | 
            +
                  "moves": 1,
         | 
| 51466 | 
            +
                  "cursor": 9,
         | 
| 51467 | 
            +
                  "home": 4,
         | 
| 51468 | 
            +
                  "position": 9,
         | 
| 51469 | 
            +
                  "lcd.cls": 1,
         | 
| 51470 | 
            +
                  "Moves": 2,
         | 
| 51471 | 
            +
                  "lcd.home": 1,
         | 
| 51472 | 
            +
                  "gotoxy": 1,
         | 
| 51473 | 
            +
                  "col": 9,
         | 
| 51474 | 
            +
                  "line": 33,
         | 
| 51475 | 
            +
                  "col/line": 1,
         | 
| 51476 | 
            +
                  "lcd.gotoxy": 1,
         | 
| 51477 | 
            +
                  "clrln": 1,
         | 
| 51478 | 
            +
                  "lcd.clrln": 1,
         | 
| 51479 | 
            +
                  "type": 4,
         | 
| 51480 | 
            +
                  "Selects": 1,
         | 
| 51481 | 
            +
                  "off": 8,
         | 
| 51482 | 
            +
                  "blink": 4,
         | 
| 51483 | 
            +
                  "lcd.cursor": 1,
         | 
| 51484 | 
            +
                  "display": 23,
         | 
| 51485 | 
            +
                  "status": 15,
         | 
| 51486 | 
            +
                  "Controls": 1,
         | 
| 51487 | 
            +
                  "visibility": 1,
         | 
| 51488 | 
            +
                  "false": 7,
         | 
| 51489 | 
            +
                  "hide": 1,
         | 
| 51490 | 
            +
                  "contents": 3,
         | 
| 51491 | 
            +
                  "clearing": 1,
         | 
| 51492 | 
            +
                  "lcd.displayOn": 1,
         | 
| 51493 | 
            +
                  "else": 3,
         | 
| 51494 | 
            +
                  "lcd.displayOff": 1,
         | 
| 51495 | 
            +
                  "custom": 2,
         | 
| 51496 | 
            +
                  "char": 2,
         | 
| 51497 | 
            +
                  "chrDataAddr": 3,
         | 
| 51498 | 
            +
                  "Installs": 1,
         | 
| 51499 | 
            +
                  "character": 6,
         | 
| 51500 | 
            +
                  "map": 1,
         | 
| 51501 | 
            +
                  "address": 16,
         | 
| 51502 | 
            +
                  "definition": 9,
         | 
| 51503 | 
            +
                  "array": 1,
         | 
| 51504 | 
            +
                  "lcd.custom": 1,
         | 
| 51505 | 
            +
                  "backLight": 1,
         | 
| 51506 | 
            +
                  "Enable": 1,
         | 
| 51507 | 
            +
                  "disable": 7,
         | 
| 51508 | 
            +
                  "backlight": 1,
         | 
| 51509 | 
            +
                  "affects": 1,
         | 
| 51510 | 
            +
                  "backlit": 1,
         | 
| 51511 | 
            +
                  "models": 1,
         | 
| 51512 | 
            +
                  "lcd.backLight": 1,
         | 
| 51513 | 
            +
                  "***************************************": 12,
         | 
| 51514 | 
            +
                  "Graphics": 3,
         | 
| 51515 | 
            +
                  "Driver": 4,
         | 
| 51516 | 
            +
                  "Chip": 7,
         | 
| 51517 | 
            +
                  "Gracey": 7,
         | 
| 51518 | 
            +
                  "Theory": 1,
         | 
| 51519 | 
            +
                  "cog": 39,
         | 
| 51520 | 
            +
                  "launched": 1,
         | 
| 51521 | 
            +
                  "processes": 1,
         | 
| 51522 | 
            +
                  "commands": 1,
         | 
| 51523 | 
            +
                  "via": 5,
         | 
| 51524 | 
            +
                  "routines.": 1,
         | 
| 51525 | 
            +
                  "Points": 1,
         | 
| 51526 | 
            +
                  "arcs": 1,
         | 
| 51527 | 
            +
                  "sprites": 1,
         | 
| 51528 | 
            +
                  "text": 9,
         | 
| 51529 | 
            +
                  "polygons": 1,
         | 
| 51530 | 
            +
                  "rasterized": 1,
         | 
| 51531 | 
            +
                  "specified": 1,
         | 
| 51532 | 
            +
                  "stretch": 1,
         | 
| 51533 | 
            +
                  "memory": 2,
         | 
| 51534 | 
            +
                  "serves": 1,
         | 
| 51535 | 
            +
                  "generic": 1,
         | 
| 51536 | 
            +
                  "bitmap": 15,
         | 
| 51537 | 
            +
                  "buffer.": 1,
         | 
| 51538 | 
            +
                  "displayed": 1,
         | 
| 51539 | 
            +
                  "TV.SRC": 1,
         | 
| 51540 | 
            +
                  "VGA.SRC": 1,
         | 
| 51541 | 
            +
                  "driver.": 3,
         | 
| 51542 | 
            +
                  "GRAPHICS_DEMO.SRC": 1,
         | 
| 51543 | 
            +
                  "usage": 1,
         | 
| 51544 | 
            +
                  "example.": 1,
         | 
| 51545 | 
            +
                  "CON": 4,
         | 
| 51546 | 
            +
                  "#1": 47,
         | 
| 51547 | 
            +
                  "_setup": 1,
         | 
| 51548 | 
            +
                  "_color": 2,
         | 
| 51549 | 
            +
                  "_width": 2,
         | 
| 51550 | 
            +
                  "_plot": 2,
         | 
| 51551 | 
            +
                  "_line": 2,
         | 
| 51552 | 
            +
                  "_arc": 2,
         | 
| 51553 | 
            +
                  "_vec": 2,
         | 
| 51554 | 
            +
                  "_vecarc": 2,
         | 
| 51555 | 
            +
                  "_pix": 1,
         | 
| 51556 | 
            +
                  "_pixarc": 1,
         | 
| 51557 | 
            +
                  "_text": 2,
         | 
| 51558 | 
            +
                  "_textarc": 1,
         | 
| 51559 | 
            +
                  "_textmode": 2,
         | 
| 51560 | 
            +
                  "_fill": 1,
         | 
| 51561 | 
            +
                  "_loop": 5,
         | 
| 51562 | 
            +
                  "VAR": 10,
         | 
| 51563 | 
            +
                  "long": 122,
         | 
| 51564 | 
            +
                  "command": 7,
         | 
| 51565 | 
            +
                  "bitmap_base": 7,
         | 
| 51566 | 
            +
                  "pixel": 40,
         | 
| 51567 | 
            +
                  "data": 47,
         | 
| 51568 | 
            +
                  "slices": 3,
         | 
| 51569 | 
            +
                  "text_xs": 1,
         | 
| 51570 | 
            +
                  "text_ys": 1,
         | 
| 51571 | 
            +
                  "text_sp": 1,
         | 
| 51572 | 
            +
                  "text_just": 1,
         | 
| 51573 | 
            +
                  "font": 3,
         | 
| 51574 | 
            +
                  "pointer": 14,
         | 
| 51575 | 
            +
                  "same": 7,
         | 
| 51576 | 
            +
                  "instances": 1,
         | 
| 51577 | 
            +
                  "stop": 9,
         | 
| 51578 | 
            +
                  "cognew": 4,
         | 
| 51579 | 
            +
                  "@loop": 1,
         | 
| 51580 | 
            +
                  "@command": 1,
         | 
| 51581 | 
            +
                  "Stop": 6,
         | 
| 51582 | 
            +
                  "graphics": 4,
         | 
| 51583 | 
            +
                  "driver": 17,
         | 
| 51584 | 
            +
                  "cogstop": 3,
         | 
| 51585 | 
            +
                  "setup": 3,
         | 
| 51586 | 
            +
                  "x_tiles": 9,
         | 
| 51587 | 
            +
                  "y_tiles": 9,
         | 
| 51588 | 
            +
                  "x_origin": 2,
         | 
| 51589 | 
            +
                  "y_origin": 2,
         | 
| 51590 | 
            +
                  "base_ptr": 3,
         | 
| 51591 | 
            +
                  "|": 22,
         | 
| 51592 | 
            +
                  "bases_ptr": 3,
         | 
| 51593 | 
            +
                  "slices_ptr": 1,
         | 
| 51594 | 
            +
                  "Set": 5,
         | 
| 51595 | 
            +
                  "x": 112,
         | 
| 51596 | 
            +
                  "tiles": 19,
         | 
| 51597 | 
            +
                  "x16": 7,
         | 
| 51598 | 
            +
                  "pixels": 14,
         | 
| 51599 | 
            +
                  "each": 11,
         | 
| 51600 | 
            +
                  "y": 80,
         | 
| 51601 | 
            +
                  "relative": 2,
         | 
| 51602 | 
            +
                  "center": 10,
         | 
| 51603 | 
            +
                  "base": 6,
         | 
| 51604 | 
            +
                  "setcommand": 13,
         | 
| 51605 | 
            +
                  "write": 36,
         | 
| 51606 | 
            +
                  "bases": 2,
         | 
| 51607 | 
            +
                  "<<": 70,
         | 
| 51608 | 
            +
                  "retain": 2,
         | 
| 51609 | 
            +
                  "high": 7,
         | 
| 51610 | 
            +
                  "level": 5,
         | 
| 51611 | 
            +
                  "bitmap_longs": 1,
         | 
| 51612 | 
            +
                  "clear": 5,
         | 
| 51613 | 
            +
                  "dest_ptr": 2,
         | 
| 51614 | 
            +
                  "Copy": 1,
         | 
| 51615 | 
            +
                  "double": 2,
         | 
| 51616 | 
            +
                  "buffered": 1,
         | 
| 51617 | 
            +
                  "flicker": 5,
         | 
| 51618 | 
            +
                  "destination": 1,
         | 
| 51619 | 
            +
                  "color": 39,
         | 
| 51620 | 
            +
                  "bit": 35,
         | 
| 51621 | 
            +
                  "pattern": 2,
         | 
| 51622 | 
            +
                  "code": 3,
         | 
| 51623 | 
            +
                  "bits": 29,
         | 
| 51624 | 
            +
                  "@colors": 2,
         | 
| 51625 | 
            +
                  "&": 21,
         | 
| 51626 | 
            +
                  "determine": 2,
         | 
| 51627 | 
            +
                  "shape/width": 2,
         | 
| 51628 | 
            +
                  "w": 8,
         | 
| 51629 | 
            +
                  "F": 18,
         | 
| 51630 | 
            +
                  "pixel_width": 1,
         | 
| 51631 | 
            +
                  "pixel_passes": 2,
         | 
| 51632 | 
            +
                  "@w": 1,
         | 
| 51633 | 
            +
                  "update": 7,
         | 
| 51634 | 
            +
                  "new": 6,
         | 
| 51635 | 
            +
                  "repeat": 18,
         | 
| 51636 | 
            +
                  "i": 24,
         | 
| 51637 | 
            +
                  "p": 8,
         | 
| 51638 | 
            +
                  "E": 7,
         | 
| 51639 | 
            +
                  "r": 4,
         | 
| 51640 | 
            +
                  "<": 14,
         | 
| 51641 | 
            +
                  "colorwidth": 1,
         | 
| 51642 | 
            +
                  "plot": 17,
         | 
| 51643 | 
            +
                  "Plot": 3,
         | 
| 51644 | 
            +
                  "@x": 6,
         | 
| 51645 | 
            +
                  "Draw": 7,
         | 
| 51646 | 
            +
                  "endpoint": 1,
         | 
| 51647 | 
            +
                  "arc": 21,
         | 
| 51648 | 
            +
                  "xr": 7,
         | 
| 51649 | 
            +
                  "yr": 7,
         | 
| 51650 | 
            +
                  "angle": 23,
         | 
| 51651 | 
            +
                  "anglestep": 2,
         | 
| 51652 | 
            +
                  "steps": 9,
         | 
| 51653 | 
            +
                  "arcmode": 2,
         | 
| 51654 | 
            +
                  "radii": 3,
         | 
| 51655 | 
            +
                  "initial": 6,
         | 
| 51656 | 
            +
                  "FFF": 3,
         | 
| 51657 | 
            +
                  "..359.956": 3,
         | 
| 51658 | 
            +
                  "step": 9,
         | 
| 51659 | 
            +
                  "leaves": 1,
         | 
| 51660 | 
            +
                  "between": 4,
         | 
| 51661 | 
            +
                  "points": 2,
         | 
| 51662 | 
            +
                  "vec": 1,
         | 
| 51663 | 
            +
                  "vecscale": 5,
         | 
| 51664 | 
            +
                  "vecangle": 5,
         | 
| 51665 | 
            +
                  "vecdef_ptr": 5,
         | 
| 51666 | 
            +
                  "vector": 12,
         | 
| 51667 | 
            +
                  "sprite": 14,
         | 
| 51668 | 
            +
                  "scale": 7,
         | 
| 51669 | 
            +
                  "rotation": 3,
         | 
| 51670 | 
            +
                  "Vector": 2,
         | 
| 51671 | 
            +
                  "word": 212,
         | 
| 51672 | 
            +
                  "length": 4,
         | 
| 51673 | 
            +
                  "vecarc": 2,
         | 
| 51674 | 
            +
                  "pix": 3,
         | 
| 51675 | 
            +
                  "pixrot": 3,
         | 
| 51676 | 
            +
                  "pixdef_ptr": 3,
         | 
| 51677 | 
            +
                  "mirror": 1,
         | 
| 51678 | 
            +
                  "Pixel": 1,
         | 
| 51679 | 
            +
                  "justify": 4,
         | 
| 51680 | 
            +
                  "draw": 5,
         | 
| 51681 | 
            +
                  "textarc": 1,
         | 
| 51682 | 
            +
                  "string_ptr": 6,
         | 
| 51683 | 
            +
                  "justx": 2,
         | 
| 51684 | 
            +
                  "justy": 3,
         | 
| 51685 | 
            +
                  "it": 8,
         | 
| 51686 | 
            +
                  "may": 6,
         | 
| 51687 | 
            +
                  "necessary": 1,
         | 
| 51688 | 
            +
                  "call": 44,
         | 
| 51689 | 
            +
                  ".finish": 1,
         | 
| 51690 | 
            +
                  "immediately": 1,
         | 
| 51691 | 
            +
                  "afterwards": 1,
         | 
| 51692 | 
            +
                  "prevent": 1,
         | 
| 51693 | 
            +
                  "subsequent": 1,
         | 
| 51694 | 
            +
                  "clobbering": 1,
         | 
| 51695 | 
            +
                  "drawn": 1,
         | 
| 51696 | 
            +
                  "@justx": 1,
         | 
| 51697 | 
            +
                  "@x_scale": 1,
         | 
| 51698 | 
            +
                  "get": 30,
         | 
| 51699 | 
            +
                  "half": 2,
         | 
| 51700 | 
            +
                  "min": 4,
         | 
| 51701 | 
            +
                  "max": 6,
         | 
| 51702 | 
            +
                  "pmin": 1,
         | 
| 51703 | 
            +
                  "round/square": 1,
         | 
| 51704 | 
            +
                  "corners": 1,
         | 
| 51705 | 
            +
                  "y2": 7,
         | 
| 51706 | 
            +
                  "x2": 6,
         | 
| 51707 | 
            +
                  "fill": 3,
         | 
| 51708 | 
            +
                  "pmax": 2,
         | 
| 51709 | 
            +
                  "triangle": 3,
         | 
| 51710 | 
            +
                  "sides": 1,
         | 
| 51711 | 
            +
                  "polygon": 1,
         | 
| 51712 | 
            +
                  "tri": 2,
         | 
| 51713 | 
            +
                  "x3": 4,
         | 
| 51714 | 
            +
                  "y3": 5,
         | 
| 51715 | 
            +
                  "y4": 1,
         | 
| 51716 | 
            +
                  "x1": 5,
         | 
| 51717 | 
            +
                  "y1": 7,
         | 
| 51718 | 
            +
                  "xy": 1,
         | 
| 51719 | 
            +
                  "solid": 1,
         | 
| 51720 | 
            +
                  "/": 27,
         | 
| 51721 | 
            +
                  "finish": 2,
         | 
| 51722 | 
            +
                  "Wait": 2,
         | 
| 51723 | 
            +
                  "current": 3,
         | 
| 51724 | 
            +
                  "insure": 2,
         | 
| 51725 | 
            +
                  "safe": 1,
         | 
| 51726 | 
            +
                  "manually": 1,
         | 
| 51727 | 
            +
                  "manipulate": 1,
         | 
| 51728 | 
            +
                  "while": 5,
         | 
| 51729 | 
            +
                  "primitives": 1,
         | 
| 51730 | 
            +
                  "xa0": 53,
         | 
| 51731 | 
            +
                  "start": 16,
         | 
| 51732 | 
            +
                  "ya1": 3,
         | 
| 51733 | 
            +
                  "ya2": 1,
         | 
| 51734 | 
            +
                  "ya3": 2,
         | 
| 51735 | 
            +
                  "ya4": 40,
         | 
| 51736 | 
            +
                  "ya5": 3,
         | 
| 51737 | 
            +
                  "ya6": 21,
         | 
| 51738 | 
            +
                  "ya7": 9,
         | 
| 51739 | 
            +
                  "ya8": 19,
         | 
| 51740 | 
            +
                  "ya9": 5,
         | 
| 51741 | 
            +
                  "yaA": 18,
         | 
| 51742 | 
            +
                  "yaB": 4,
         | 
| 51743 | 
            +
                  "yaC": 12,
         | 
| 51744 | 
            +
                  "yaD": 4,
         | 
| 51745 | 
            +
                  "yaE": 1,
         | 
| 51746 | 
            +
                  "yaF": 1,
         | 
| 51747 | 
            +
                  "xb0": 19,
         | 
| 51748 | 
            +
                  "yb1": 2,
         | 
| 51749 | 
            +
                  "yb2": 1,
         | 
| 51750 | 
            +
                  "yb3": 4,
         | 
| 51751 | 
            +
                  "yb4": 15,
         | 
| 51752 | 
            +
                  "yb5": 2,
         | 
| 51753 | 
            +
                  "yb6": 7,
         | 
| 51754 | 
            +
                  "yb7": 3,
         | 
| 51755 | 
            +
                  "yb8": 20,
         | 
| 51756 | 
            +
                  "yb9": 5,
         | 
| 51757 | 
            +
                  "ybA": 8,
         | 
| 51758 | 
            +
                  "ybB": 1,
         | 
| 51759 | 
            +
                  "ybC": 32,
         | 
| 51760 | 
            +
                  "ybD": 1,
         | 
| 51761 | 
            +
                  "ybE": 1,
         | 
| 51762 | 
            +
                  "ybF": 1,
         | 
| 51763 | 
            +
                  "ax1": 11,
         | 
| 51764 | 
            +
                  "radius": 2,
         | 
| 51765 | 
            +
                  "ay2": 23,
         | 
| 51766 | 
            +
                  "ay3": 6,
         | 
| 51767 | 
            +
                  "ay4": 4,
         | 
| 51768 | 
            +
                  "a0": 8,
         | 
| 51769 | 
            +
                  "a2": 1,
         | 
| 51770 | 
            +
                  "farc": 41,
         | 
| 51771 | 
            +
                  "another": 7,
         | 
| 51772 | 
            +
                  "arc/line": 1,
         | 
| 51773 | 
            +
                  "Round": 1,
         | 
| 51774 | 
            +
                  "recipes": 1,
         | 
| 51775 | 
            +
                  "C": 11,
         | 
| 51776 | 
            +
                  "D": 18,
         | 
| 51777 | 
            +
                  "fline": 88,
         | 
| 51778 | 
            +
                  "xa2": 48,
         | 
| 51779 | 
            +
                  "xb2": 26,
         | 
| 51780 | 
            +
                  "xa1": 8,
         | 
| 51781 | 
            +
                  "xb1": 2,
         | 
| 51782 | 
            +
                  "more": 90,
         | 
| 51783 | 
            +
                  "xa3": 8,
         | 
| 51784 | 
            +
                  "xb3": 6,
         | 
| 51785 | 
            +
                  "xb4": 35,
         | 
| 51786 | 
            +
                  "a9": 3,
         | 
| 51787 | 
            +
                  "ax2": 30,
         | 
| 51788 | 
            +
                  "ay1": 10,
         | 
| 51789 | 
            +
                  "a7": 2,
         | 
| 51790 | 
            +
                  "aE": 1,
         | 
| 51791 | 
            +
                  "aC": 2,
         | 
| 51792 | 
            +
                  ".": 2,
         | 
| 51793 | 
            +
                  "aF": 4,
         | 
| 51794 | 
            +
                  "aD": 3,
         | 
| 51795 | 
            +
                  "aB": 2,
         | 
| 51796 | 
            +
                  "xa4": 13,
         | 
| 51797 | 
            +
                  "a8": 8,
         | 
| 51798 | 
            +
                  "@": 1,
         | 
| 51799 | 
            +
                  "a4": 3,
         | 
| 51800 | 
            +
                  "B": 15,
         | 
| 51801 | 
            +
                  "H": 1,
         | 
| 51802 | 
            +
                  "J": 1,
         | 
| 51803 | 
            +
                  "L": 5,
         | 
| 51804 | 
            +
                  "N": 1,
         | 
| 51805 | 
            +
                  "P": 6,
         | 
| 51806 | 
            +
                  "R": 3,
         | 
| 51807 | 
            +
                  "T": 5,
         | 
| 51808 | 
            +
                  "aA": 5,
         | 
| 51809 | 
            +
                  "V": 7,
         | 
| 51810 | 
            +
                  "X": 4,
         | 
| 51811 | 
            +
                  "Z": 1,
         | 
| 51812 | 
            +
                  "b": 1,
         | 
| 51813 | 
            +
                  "d": 2,
         | 
| 51814 | 
            +
                  "f": 2,
         | 
| 51815 | 
            +
                  "h": 2,
         | 
| 51816 | 
            +
                  "j": 2,
         | 
| 51817 | 
            +
                  "l": 2,
         | 
| 51818 | 
            +
                  "t": 10,
         | 
| 51819 | 
            +
                  "v": 1,
         | 
| 51820 | 
            +
                  "z": 4,
         | 
| 51821 | 
            +
                  "delta": 10,
         | 
| 51822 | 
            +
                  "bullet": 1,
         | 
| 51823 | 
            +
                  "fx": 1,
         | 
| 51824 | 
            +
                  "*************************************": 2,
         | 
| 51825 | 
            +
                  "org": 2,
         | 
| 51826 | 
            +
                  "loop": 14,
         | 
| 51827 | 
            +
                  "rdlong": 16,
         | 
| 51828 | 
            +
                  "t1": 139,
         | 
| 51829 | 
            +
                  "par": 20,
         | 
| 51830 | 
            +
                  "wz": 21,
         | 
| 51831 | 
            +
                  "arguments": 1,
         | 
| 51832 | 
            +
                  "mov": 154,
         | 
| 51833 | 
            +
                  "t2": 90,
         | 
| 51834 | 
            +
                  "t3": 10,
         | 
| 51835 | 
            +
                  "#8": 14,
         | 
| 51836 | 
            +
                  "arg": 3,
         | 
| 51837 | 
            +
                  "arg0": 12,
         | 
| 51838 | 
            +
                  "add": 92,
         | 
| 51839 | 
            +
                  "d0": 11,
         | 
| 51840 | 
            +
                  "#4": 8,
         | 
| 51841 | 
            +
                  "djnz": 24,
         | 
| 51842 | 
            +
                  "wrlong": 6,
         | 
| 51843 | 
            +
                  "dx": 20,
         | 
| 51844 | 
            +
                  "dy": 15,
         | 
| 51845 | 
            +
                  "arg1": 3,
         | 
| 51846 | 
            +
                  "ror": 4,
         | 
| 51847 | 
            +
                  "#16": 6,
         | 
| 51848 | 
            +
                  "jump": 1,
         | 
| 51849 | 
            +
                  "jumps": 6,
         | 
| 51850 | 
            +
                  "color_": 1,
         | 
| 51851 | 
            +
                  "plot_": 2,
         | 
| 51852 | 
            +
                  "arc_": 2,
         | 
| 51853 | 
            +
                  "vecarc_": 1,
         | 
| 51854 | 
            +
                  "pixarc_": 1,
         | 
| 51855 | 
            +
                  "textarc_": 2,
         | 
| 51856 | 
            +
                  "fill_": 1,
         | 
| 51857 | 
            +
                  "setup_": 1,
         | 
| 51858 | 
            +
                  "xlongs": 4,
         | 
| 51859 | 
            +
                  "xorigin": 2,
         | 
| 51860 | 
            +
                  "yorigin": 4,
         | 
| 51861 | 
            +
                  "arg3": 12,
         | 
| 51862 | 
            +
                  "basesptr": 4,
         | 
| 51863 | 
            +
                  "arg5": 6,
         | 
| 51864 | 
            +
                  "jmp": 24,
         | 
| 51865 | 
            +
                  "#loop": 9,
         | 
| 51866 | 
            +
                  "width_": 1,
         | 
| 51867 | 
            +
                  "pwidth": 3,
         | 
| 51868 | 
            +
                  "passes": 3,
         | 
| 51869 | 
            +
                  "#plotd": 3,
         | 
| 51870 | 
            +
                  "line_": 1,
         | 
| 51871 | 
            +
                  "#linepd": 2,
         | 
| 51872 | 
            +
                  "arg7": 6,
         | 
| 51873 | 
            +
                  "#3": 7,
         | 
| 51874 | 
            +
                  "cmp": 16,
         | 
| 51875 | 
            +
                  "exit": 5,
         | 
| 51876 | 
            +
                  "px": 14,
         | 
| 51877 | 
            +
                  "py": 11,
         | 
| 51878 | 
            +
                  "mode": 7,
         | 
| 51879 | 
            +
                  "if_z": 11,
         | 
| 51880 | 
            +
                  "#plotp": 3,
         | 
| 51881 | 
            +
                  "test": 38,
         | 
| 51882 | 
            +
                  "arg4": 5,
         | 
| 51883 | 
            +
                  "iterations": 1,
         | 
| 51884 | 
            +
                  "vecdef": 1,
         | 
| 51885 | 
            +
                  "rdword": 10,
         | 
| 51886 | 
            +
                  "t7": 8,
         | 
| 51887 | 
            +
                  "add/sub": 1,
         | 
| 51888 | 
            +
                  "to/from": 1,
         | 
| 51889 | 
            +
                  "t6": 7,
         | 
| 51890 | 
            +
                  "sumc": 4,
         | 
| 51891 | 
            +
                  "#multiply": 2,
         | 
| 51892 | 
            +
                  "round": 1,
         | 
| 51893 | 
            +
                  "up": 4,
         | 
| 51894 | 
            +
                  "/2": 1,
         | 
| 51895 | 
            +
                  "lsb": 1,
         | 
| 51896 | 
            +
                  "shr": 24,
         | 
| 51897 | 
            +
                  "t4": 7,
         | 
| 51898 | 
            +
                  "if_nc": 15,
         | 
| 51899 | 
            +
                  "h8000": 5,
         | 
| 51900 | 
            +
                  "wc": 57,
         | 
| 51901 | 
            +
                  "if_c": 37,
         | 
| 51902 | 
            +
                  "xwords": 1,
         | 
| 51903 | 
            +
                  "ywords": 1,
         | 
| 51904 | 
            +
                  "xxxxxxxx": 2,
         | 
| 51905 | 
            +
                  "save": 1,
         | 
| 51906 | 
            +
                  "actual": 4,
         | 
| 51907 | 
            +
                  "sy": 5,
         | 
| 51908 | 
            +
                  "rdbyte": 3,
         | 
| 51909 | 
            +
                  "origin": 1,
         | 
| 51910 | 
            +
                  "adjust": 4,
         | 
| 51911 | 
            +
                  "neg": 2,
         | 
| 51912 | 
            +
                  "sub": 12,
         | 
| 51913 | 
            +
                  "arg2": 7,
         | 
| 51914 | 
            +
                  "sumnc": 7,
         | 
| 51915 | 
            +
                  "if_nz": 18,
         | 
| 51916 | 
            +
                  "yline": 1,
         | 
| 51917 | 
            +
                  "sx": 4,
         | 
| 51918 | 
            +
                  "#0": 20,
         | 
| 51919 | 
            +
                  "next": 16,
         | 
| 51920 | 
            +
                  "#2": 15,
         | 
| 51921 | 
            +
                  "shl": 21,
         | 
| 51922 | 
            +
                  "t5": 4,
         | 
| 51923 | 
            +
                  "xpixel": 2,
         | 
| 51924 | 
            +
                  "rol": 1,
         | 
| 51925 | 
            +
                  "muxc": 5,
         | 
| 51926 | 
            +
                  "pcolor": 5,
         | 
| 51927 | 
            +
                  "color1": 2,
         | 
| 51928 | 
            +
                  "color2": 2,
         | 
| 51929 | 
            +
                  "@string": 1,
         | 
| 51930 | 
            +
                  "#arcmod": 1,
         | 
| 51931 | 
            +
                  "text_": 1,
         | 
| 51932 | 
            +
                  "chr": 4,
         | 
| 51933 | 
            +
                  "done": 3,
         | 
| 51934 | 
            +
                  "scan": 7,
         | 
| 51935 | 
            +
                  "tjz": 8,
         | 
| 51936 | 
            +
                  "def": 2,
         | 
| 51937 | 
            +
                  "extract": 4,
         | 
| 51938 | 
            +
                  "_0001_1": 1,
         | 
| 51939 | 
            +
                  "#fontb": 3,
         | 
| 51940 | 
            +
                  "textsy": 2,
         | 
| 51941 | 
            +
                  "starting": 1,
         | 
| 51942 | 
            +
                  "_0011_0": 1,
         | 
| 51943 | 
            +
                  "#11": 1,
         | 
| 51944 | 
            +
                  "#arcd": 1,
         | 
| 51945 | 
            +
                  "#fontxy": 1,
         | 
| 51946 | 
            +
                  "advance": 2,
         | 
| 51947 | 
            +
                  "textsx": 3,
         | 
| 51948 | 
            +
                  "_0111_0": 1,
         | 
| 51949 | 
            +
                  "setd_ret": 1,
         | 
| 51950 | 
            +
                  "fontxy_ret": 1,
         | 
| 51951 | 
            +
                  "ret": 17,
         | 
| 51952 | 
            +
                  "fontb": 1,
         | 
| 51953 | 
            +
                  "multiply": 8,
         | 
| 51954 | 
            +
                  "fontb_ret": 1,
         | 
| 51955 | 
            +
                  "textmode_": 1,
         | 
| 51956 | 
            +
                  "textsp": 2,
         | 
| 51957 | 
            +
                  "da": 1,
         | 
| 51958 | 
            +
                  "db": 1,
         | 
| 51959 | 
            +
                  "db2": 1,
         | 
| 51960 | 
            +
                  "linechange": 1,
         | 
| 51961 | 
            +
                  "lines_minus_1": 1,
         | 
| 51962 | 
            +
                  "right": 9,
         | 
| 51963 | 
            +
                  "fractions": 1,
         | 
| 51964 | 
            +
                  "pre": 1,
         | 
| 51965 | 
            +
                  "increment": 1,
         | 
| 51966 | 
            +
                  "counter": 1,
         | 
| 51967 | 
            +
                  "yloop": 2,
         | 
| 51968 | 
            +
                  "integers": 1,
         | 
| 51969 | 
            +
                  "base0": 17,
         | 
| 51970 | 
            +
                  "base1": 10,
         | 
| 51971 | 
            +
                  "sar": 8,
         | 
| 51972 | 
            +
                  "cmps": 3,
         | 
| 51973 | 
            +
                  "out": 24,
         | 
| 51974 | 
            +
                  "range": 2,
         | 
| 51975 | 
            +
                  "ylongs": 6,
         | 
| 51976 | 
            +
                  "skip": 5,
         | 
| 51977 | 
            +
                  "mins": 1,
         | 
| 51978 | 
            +
                  "mask": 3,
         | 
| 51979 | 
            +
                  "mask0": 8,
         | 
| 51980 | 
            +
                  "#5": 2,
         | 
| 51981 | 
            +
                  "ready": 10,
         | 
| 51982 | 
            +
                  "count": 4,
         | 
| 51983 | 
            +
                  "mask1": 6,
         | 
| 51984 | 
            +
                  "bits0": 6,
         | 
| 51985 | 
            +
                  "bits1": 5,
         | 
| 51986 | 
            +
                  "pass": 5,
         | 
| 51987 | 
            +
                  "not": 6,
         | 
| 51988 | 
            +
                  "full": 3,
         | 
| 51989 | 
            +
                  "longs": 15,
         | 
| 51990 | 
            +
                  "deltas": 1,
         | 
| 51991 | 
            +
                  "linepd": 1,
         | 
| 51992 | 
            +
                  "wr": 2,
         | 
| 51993 | 
            +
                  "direction": 2,
         | 
| 51994 | 
            +
                  "abs": 1,
         | 
| 51995 | 
            +
                  "dominant": 2,
         | 
| 51996 | 
            +
                  "axis": 1,
         | 
| 51997 | 
            +
                  "last": 6,
         | 
| 51998 | 
            +
                  "ratio": 1,
         | 
| 51999 | 
            +
                  "xloop": 1,
         | 
| 52000 | 
            +
                  "linepd_ret": 1,
         | 
| 52001 | 
            +
                  "plotd": 1,
         | 
| 52002 | 
            +
                  "wide": 3,
         | 
| 52003 | 
            +
                  "bounds": 2,
         | 
| 52004 | 
            +
                  "#plotp_ret": 2,
         | 
| 52005 | 
            +
                  "#7": 2,
         | 
| 52006 | 
            +
                  "store": 1,
         | 
| 52007 | 
            +
                  "writes": 1,
         | 
| 52008 | 
            +
                  "pair": 1,
         | 
| 52009 | 
            +
                  "account": 1,
         | 
| 52010 | 
            +
                  "special": 1,
         | 
| 52011 | 
            +
                  "case": 5,
         | 
| 52012 | 
            +
                  "andn": 7,
         | 
| 52013 | 
            +
                  "slice": 7,
         | 
| 52014 | 
            +
                  "shift0": 1,
         | 
| 52015 | 
            +
                  "colorize": 1,
         | 
| 52016 | 
            +
                  "upper": 2,
         | 
| 52017 | 
            +
                  "subx": 1,
         | 
| 52018 | 
            +
                  "#wslice": 1,
         | 
| 52019 | 
            +
                  "offset": 14,
         | 
| 52020 | 
            +
                  "Get": 2,
         | 
| 52021 | 
            +
                  "args": 5,
         | 
| 52022 | 
            +
                  "move": 2,
         | 
| 52023 | 
            +
                  "using": 1,
         | 
| 52024 | 
            +
                  "first": 9,
         | 
| 52025 | 
            +
                  "arg6": 1,
         | 
| 52026 | 
            +
                  "arcmod_ret": 1,
         | 
| 52027 | 
            +
                  "arg2/t4": 1,
         | 
| 52028 | 
            +
                  "arg4/t6": 1,
         | 
| 52029 | 
            +
                  "arcd": 1,
         | 
| 52030 | 
            +
                  "#setd": 1,
         | 
| 52031 | 
            +
                  "#polarx": 1,
         | 
| 52032 | 
            +
                  "Polar": 1,
         | 
| 52033 | 
            +
                  "cartesian": 1,
         | 
| 52034 | 
            +
                  "polarx": 1,
         | 
| 52035 | 
            +
                  "sine_90": 2,
         | 
| 52036 | 
            +
                  "sine": 7,
         | 
| 52037 | 
            +
                  "quadrant": 3,
         | 
| 52038 | 
            +
                  "nz": 3,
         | 
| 52039 | 
            +
                  "negate": 2,
         | 
| 52040 | 
            +
                  "table": 9,
         | 
| 52041 | 
            +
                  "sine_table": 1,
         | 
| 52042 | 
            +
                  "shift": 7,
         | 
| 52043 | 
            +
                  "final": 3,
         | 
| 52044 | 
            +
                  "sine/cosine": 1,
         | 
| 52045 | 
            +
                  "integer": 2,
         | 
| 52046 | 
            +
                  "negnz": 3,
         | 
| 52047 | 
            +
                  "sine_180": 1,
         | 
| 52048 | 
            +
                  "shifted": 1,
         | 
| 52049 | 
            +
                  "multiplier": 3,
         | 
| 52050 | 
            +
                  "product": 1,
         | 
| 52051 | 
            +
                  "Defined": 1,
         | 
| 52052 | 
            +
                  "constants": 2,
         | 
| 52053 | 
            +
                  "hFFFFFFFF": 1,
         | 
| 52054 | 
            +
                  "FFFFFFFF": 1,
         | 
| 52055 | 
            +
                  "fontptr": 1,
         | 
| 52056 | 
            +
                  "Undefined": 2,
         | 
| 52057 | 
            +
                  "temps": 1,
         | 
| 52058 | 
            +
                  "res": 89,
         | 
| 52059 | 
            +
                  "pointers": 2,
         | 
| 52060 | 
            +
                  "slicesptr": 1,
         | 
| 52061 | 
            +
                  "line/plot": 1,
         | 
| 52062 | 
            +
                  "coordinates": 1,
         | 
| 52063 | 
            +
                  "Inductive": 1,
         | 
| 52064 | 
            +
                  "Sensor": 1,
         | 
| 52065 | 
            +
                  "Demo": 1,
         | 
| 52066 | 
            +
                  "Test": 2,
         | 
| 52067 | 
            +
                  "Circuit": 1,
         | 
| 52068 | 
            +
                  "pF": 1,
         | 
| 52069 | 
            +
                  "K": 4,
         | 
| 52070 | 
            +
                  "M": 1,
         | 
| 52071 | 
            +
                  "FPin": 2,
         | 
| 52072 | 
            +
                  "SDF": 1,
         | 
| 52073 | 
            +
                  "sigma": 3,
         | 
| 52074 | 
            +
                  "feedback": 2,
         | 
| 52075 | 
            +
                  "SDI": 1,
         | 
| 52076 | 
            +
                  "GND": 4,
         | 
| 52077 | 
            +
                  "Coils": 1,
         | 
| 52078 | 
            +
                  "Wire": 1,
         | 
| 52079 | 
            +
                  "used": 9,
         | 
| 52080 | 
            +
                  "was": 2,
         | 
| 52081 | 
            +
                  "GREEN": 2,
         | 
| 52082 | 
            +
                  "about": 4,
         | 
| 52083 | 
            +
                  "gauge": 1,
         | 
| 52084 | 
            +
                  "Coke": 3,
         | 
| 52085 | 
            +
                  "Can": 3,
         | 
| 52086 | 
            +
                  "form": 7,
         | 
| 52087 | 
            +
                  "MHz": 16,
         | 
| 52088 | 
            +
                  "BIC": 1,
         | 
| 52089 | 
            +
                  "pen": 1,
         | 
| 52090 | 
            +
                  "How": 1,
         | 
| 52091 | 
            +
                  "does": 2,
         | 
| 52092 | 
            +
                  "work": 2,
         | 
| 52093 | 
            +
                  "Note": 1,
         | 
| 52094 | 
            +
                  "reported": 2,
         | 
| 52095 | 
            +
                  "resonate": 5,
         | 
| 52096 | 
            +
                  "frequency": 18,
         | 
| 52097 | 
            +
                  "LC": 8,
         | 
| 52098 | 
            +
                  "frequency.": 2,
         | 
| 52099 | 
            +
                  "Instead": 1,
         | 
| 52100 | 
            +
                  "voltage": 5,
         | 
| 52101 | 
            +
                  "produced": 1,
         | 
| 52102 | 
            +
                  "circuit": 5,
         | 
| 52103 | 
            +
                  "clipped.": 1,
         | 
| 52104 | 
            +
                  "In": 2,
         | 
| 52105 | 
            +
                  "below": 4,
         | 
| 52106 | 
            +
                  "When": 1,
         | 
| 52107 | 
            +
                  "you": 5,
         | 
| 52108 | 
            +
                  "apply": 1,
         | 
| 52109 | 
            +
                  "small": 1,
         | 
| 52110 | 
            +
                  "specific": 1,
         | 
| 52111 | 
            +
                  "near": 1,
         | 
| 52112 | 
            +
                  "uncommon": 1,
         | 
| 52113 | 
            +
                  "measure": 1,
         | 
| 52114 | 
            +
                  "times": 3,
         | 
| 52115 | 
            +
                  "amount": 1,
         | 
| 52116 | 
            +
                  "applying": 1,
         | 
| 52117 | 
            +
                  "circuit.": 1,
         | 
| 52118 | 
            +
                  "through": 1,
         | 
| 52119 | 
            +
                  "diode": 2,
         | 
| 52120 | 
            +
                  "basically": 1,
         | 
| 52121 | 
            +
                  "feeds": 1,
         | 
| 52122 | 
            +
                  "divide": 3,
         | 
| 52123 | 
            +
                  "divider": 1,
         | 
| 52124 | 
            +
                  "...So": 1,
         | 
| 52125 | 
            +
                  "order": 1,
         | 
| 52126 | 
            +
                  "see": 2,
         | 
| 52127 | 
            +
                  "ADC": 2,
         | 
| 52128 | 
            +
                  "sweep": 2,
         | 
| 52129 | 
            +
                  "result": 6,
         | 
| 52130 | 
            +
                  "output": 11,
         | 
| 52131 | 
            +
                  "needs": 1,
         | 
| 52132 | 
            +
                  "generate": 1,
         | 
| 52133 | 
            +
                  "Volts": 1,
         | 
| 52134 | 
            +
                  "ground.": 1,
         | 
| 52135 | 
            +
                  "drop": 1,
         | 
| 52136 | 
            +
                  "across": 1,
         | 
| 52137 | 
            +
                  "since": 1,
         | 
| 52138 | 
            +
                  "sensitive": 1,
         | 
| 52139 | 
            +
                  "works": 1,
         | 
| 52140 | 
            +
                  "after": 2,
         | 
| 52141 | 
            +
                  "divider.": 1,
         | 
| 52142 | 
            +
                  "typical": 1,
         | 
| 52143 | 
            +
                  "magnitude": 1,
         | 
| 52144 | 
            +
                  "applied": 2,
         | 
| 52145 | 
            +
                  "might": 1,
         | 
| 52146 | 
            +
                  "look": 2,
         | 
| 52147 | 
            +
                  "something": 1,
         | 
| 52148 | 
            +
                  "*****": 4,
         | 
| 52149 | 
            +
                  "...With": 1,
         | 
| 52150 | 
            +
                  "looks": 1,
         | 
| 52151 | 
            +
                  "X****": 1,
         | 
| 52152 | 
            +
                  "...The": 1,
         | 
| 52153 | 
            +
                  "denotes": 1,
         | 
| 52154 | 
            +
                  "location": 1,
         | 
| 52155 | 
            +
                  "reason": 1,
         | 
| 52156 | 
            +
                  "slightly": 1,
         | 
| 52157 | 
            +
                  "reasons": 1,
         | 
| 52158 | 
            +
                  "really.": 1,
         | 
| 52159 | 
            +
                  "lazy": 1,
         | 
| 52160 | 
            +
                  "I": 1,
         | 
| 52161 | 
            +
                  "didn": 1,
         | 
| 52162 | 
            +
                  "acts": 1,
         | 
| 52163 | 
            +
                  "dead": 1,
         | 
| 52164 | 
            +
                  "short.": 1,
         | 
| 52165 | 
            +
                  "situation": 1,
         | 
| 52166 | 
            +
                  "exactly": 1,
         | 
| 52167 | 
            +
                  "great": 1,
         | 
| 52168 | 
            +
                  "gr.start": 2,
         | 
| 52169 | 
            +
                  "gr.setup": 2,
         | 
| 52170 | 
            +
                  "FindResonateFrequency": 1,
         | 
| 52171 | 
            +
                  "DisplayInductorValue": 2,
         | 
| 52172 | 
            +
                  "Freq.Synth": 1,
         | 
| 52173 | 
            +
                  "FValue": 1,
         | 
| 52174 | 
            +
                  "ADC.SigmaDelta": 1,
         | 
| 52175 | 
            +
                  "@FTemp": 1,
         | 
| 52176 | 
            +
                  "gr.clear": 1,
         | 
| 52177 | 
            +
                  "gr.copy": 2,
         | 
| 52178 | 
            +
                  "display_base": 2,
         | 
| 52179 | 
            +
                  "Option": 2,
         | 
| 52180 | 
            +
                  "Start": 6,
         | 
| 52181 | 
            +
                  "*********************************************": 2,
         | 
| 52182 | 
            +
                  "Frequency": 1,
         | 
| 52183 | 
            +
                  "LowerFrequency": 2,
         | 
| 52184 | 
            +
                  "*100/": 1,
         | 
| 52185 | 
            +
                  "UpperFrequency": 1,
         | 
| 52186 | 
            +
                  "gr.colorwidth": 4,
         | 
| 52187 | 
            +
                  "gr.plot": 3,
         | 
| 52188 | 
            +
                  "gr.line": 3,
         | 
| 52189 | 
            +
                  "FTemp/1024": 1,
         | 
| 52190 | 
            +
                  "Finish": 1,
         | 
| 52191 | 
            +
                  "PS/2": 1,
         | 
| 52192 | 
            +
                  "Keyboard": 1,
         | 
| 52193 | 
            +
                  "v1.0.1": 2,
         | 
| 52194 | 
            +
                  "REVISION": 2,
         | 
| 52195 | 
            +
                  "HISTORY": 2,
         | 
| 52196 | 
            +
                  "/15/2006": 2,
         | 
| 52197 | 
            +
                  "Tool": 1,
         | 
| 52198 | 
            +
                  "par_tail": 1,
         | 
| 52199 | 
            +
                  "key": 4,
         | 
| 52200 | 
            +
                  "buffer": 4,
         | 
| 52201 | 
            +
                  "head": 1,
         | 
| 52202 | 
            +
                  "par_present": 1,
         | 
| 52203 | 
            +
                  "states": 1,
         | 
| 52204 | 
            +
                  "par_keys": 1,
         | 
| 52205 | 
            +
                  "******************************************": 2,
         | 
| 52206 | 
            +
                  "entry": 1,
         | 
| 52207 | 
            +
                  "movd": 10,
         | 
| 52208 | 
            +
                  "#_dpin": 1,
         | 
| 52209 | 
            +
                  "masks": 1,
         | 
| 52210 | 
            +
                  "dmask": 4,
         | 
| 52211 | 
            +
                  "_dpin": 3,
         | 
| 52212 | 
            +
                  "cmask": 2,
         | 
| 52213 | 
            +
                  "_cpin": 2,
         | 
| 52214 | 
            +
                  "reset": 14,
         | 
| 52215 | 
            +
                  "parameter": 14,
         | 
| 52216 | 
            +
                  "_head": 6,
         | 
| 52217 | 
            +
                  "_present/_states": 1,
         | 
| 52218 | 
            +
                  "dlsb": 2,
         | 
| 52219 | 
            +
                  "stat": 6,
         | 
| 52220 | 
            +
                  "Update": 1,
         | 
| 52221 | 
            +
                  "_head/_present/_states": 1,
         | 
| 52222 | 
            +
                  "#1*4": 1,
         | 
| 52223 | 
            +
                  "scancode": 2,
         | 
| 52224 | 
            +
                  "state": 2,
         | 
| 52225 | 
            +
                  "#receive": 1,
         | 
| 52226 | 
            +
                  "AA": 1,
         | 
| 52227 | 
            +
                  "extended": 1,
         | 
| 52228 | 
            +
                  "if_nc_and_z": 2,
         | 
| 52229 | 
            +
                  "F0": 3,
         | 
| 52230 | 
            +
                  "unknown": 2,
         | 
| 52231 | 
            +
                  "ignore": 2,
         | 
| 52232 | 
            +
                  "#newcode": 1,
         | 
| 52233 | 
            +
                  "_states": 2,
         | 
| 52234 | 
            +
                  "set/clear": 1,
         | 
| 52235 | 
            +
                  "#_states": 1,
         | 
| 52236 | 
            +
                  "reg": 5,
         | 
| 52237 | 
            +
                  "muxnc": 5,
         | 
| 52238 | 
            +
                  "cmpsub": 4,
         | 
| 52239 | 
            +
                  "shift/ctrl/alt/win": 1,
         | 
| 52240 | 
            +
                  "pairs": 1,
         | 
| 52241 | 
            +
                  "E0": 1,
         | 
| 52242 | 
            +
                  "handle": 1,
         | 
| 52243 | 
            +
                  "scrlock/capslock/numlock": 1,
         | 
| 52244 | 
            +
                  "_000": 5,
         | 
| 52245 | 
            +
                  "_locks": 5,
         | 
| 52246 | 
            +
                  "#29": 1,
         | 
| 52247 | 
            +
                  "change": 3,
         | 
| 52248 | 
            +
                  "configure": 3,
         | 
| 52249 | 
            +
                  "flag": 5,
         | 
| 52250 | 
            +
                  "leds": 3,
         | 
| 52251 | 
            +
                  "check": 5,
         | 
| 52252 | 
            +
                  "shift1": 1,
         | 
| 52253 | 
            +
                  "if_nz_and_c": 4,
         | 
| 52254 | 
            +
                  "#@shift1": 1,
         | 
| 52255 | 
            +
                  "@table": 1,
         | 
| 52256 | 
            +
                  "#look": 1,
         | 
| 52257 | 
            +
                  "alpha": 1,
         | 
| 52258 | 
            +
                  "considering": 1,
         | 
| 52259 | 
            +
                  "capslock": 1,
         | 
| 52260 | 
            +
                  "if_nz_and_nc": 1,
         | 
| 52261 | 
            +
                  "xor": 8,
         | 
| 52262 | 
            +
                  "flags": 1,
         | 
| 52263 | 
            +
                  "alt": 1,
         | 
| 52264 | 
            +
                  "room": 1,
         | 
| 52265 | 
            +
                  "valid": 2,
         | 
| 52266 | 
            +
                  "enter": 1,
         | 
| 52267 | 
            +
                  "FF": 3,
         | 
| 52268 | 
            +
                  "#11*4": 1,
         | 
| 52269 | 
            +
                  "wrword": 1,
         | 
| 52270 | 
            +
                  "F3": 1,
         | 
| 52271 | 
            +
                  "keyboard": 3,
         | 
| 52272 | 
            +
                  "lock": 1,
         | 
| 52273 | 
            +
                  "#transmit": 2,
         | 
| 52274 | 
            +
                  "rev": 1,
         | 
| 52275 | 
            +
                  "rcl": 2,
         | 
| 52276 | 
            +
                  "_present": 2,
         | 
| 52277 | 
            +
                  "#update": 1,
         | 
| 52278 | 
            +
                  "Lookup": 2,
         | 
| 52279 | 
            +
                  "perform": 2,
         | 
| 52280 | 
            +
                  "lookup": 1,
         | 
| 52281 | 
            +
                  "movs": 9,
         | 
| 52282 | 
            +
                  "#table": 1,
         | 
| 52283 | 
            +
                  "#27": 1,
         | 
| 52284 | 
            +
                  "#rand": 1,
         | 
| 52285 | 
            +
                  "Transmit": 1,
         | 
| 52286 | 
            +
                  "pull": 2,
         | 
| 52287 | 
            +
                  "clock": 4,
         | 
| 52288 | 
            +
                  "low": 5,
         | 
| 52289 | 
            +
                  "napshr": 3,
         | 
| 52290 | 
            +
                  "#13": 3,
         | 
| 52291 | 
            +
                  "#18": 2,
         | 
| 52292 | 
            +
                  "release": 1,
         | 
| 52293 | 
            +
                  "transmit_bit": 1,
         | 
| 52294 | 
            +
                  "#wait_c0": 2,
         | 
| 52295 | 
            +
                  "_d2": 1,
         | 
| 52296 | 
            +
                  "wcond": 3,
         | 
| 52297 | 
            +
                  "c1": 2,
         | 
| 52298 | 
            +
                  "c0d0": 2,
         | 
| 52299 | 
            +
                  "wait": 6,
         | 
| 52300 | 
            +
                  "until": 3,
         | 
| 52301 | 
            +
                  "#wait": 2,
         | 
| 52302 | 
            +
                  "#receive_ack": 1,
         | 
| 52303 | 
            +
                  "ack": 1,
         | 
| 52304 | 
            +
                  "error": 1,
         | 
| 52305 | 
            +
                  "#reset": 2,
         | 
| 52306 | 
            +
                  "transmit_ret": 1,
         | 
| 52307 | 
            +
                  "receive": 1,
         | 
| 52308 | 
            +
                  "receive_bit": 1,
         | 
| 52309 | 
            +
                  "pause": 1,
         | 
| 52310 | 
            +
                  "us": 1,
         | 
| 52311 | 
            +
                  "#nap": 1,
         | 
| 52312 | 
            +
                  "_d3": 1,
         | 
| 52313 | 
            +
                  "#receive_bit": 1,
         | 
| 52314 | 
            +
                  "align": 1,
         | 
| 52315 | 
            +
                  "isolate": 1,
         | 
| 52316 | 
            +
                  "look_ret": 1,
         | 
| 52317 | 
            +
                  "receive_ack_ret": 1,
         | 
| 52318 | 
            +
                  "receive_ret": 1,
         | 
| 52319 | 
            +
                  "wait_c0": 1,
         | 
| 52320 | 
            +
                  "c0": 1,
         | 
| 52321 | 
            +
                  "timeout": 1,
         | 
| 52322 | 
            +
                  "ms": 4,
         | 
| 52323 | 
            +
                  "wloop": 1,
         | 
| 52324 | 
            +
                  "required": 4,
         | 
| 52325 | 
            +
                  "_d4": 1,
         | 
| 52326 | 
            +
                  "replaced": 1,
         | 
| 52327 | 
            +
                  "c0/c1/c0d0/c1d1": 1,
         | 
| 52328 | 
            +
                  "if_never": 1,
         | 
| 52329 | 
            +
                  "replacements": 1,
         | 
| 52330 | 
            +
                  "#wloop": 3,
         | 
| 52331 | 
            +
                  "if_c_or_nz": 1,
         | 
| 52332 | 
            +
                  "c1d1": 1,
         | 
| 52333 | 
            +
                  "if_nc_or_z": 1,
         | 
| 52334 | 
            +
                  "nap": 5,
         | 
| 52335 | 
            +
                  "scales": 1,
         | 
| 52336 | 
            +
                  "time": 7,
         | 
| 52337 | 
            +
                  "snag": 1,
         | 
| 52338 | 
            +
                  "cnt": 2,
         | 
| 52339 | 
            +
                  "elapses": 1,
         | 
| 52340 | 
            +
                  "nap_ret": 1,
         | 
| 52341 | 
            +
                  "F9": 1,
         | 
| 52342 | 
            +
                  "F5": 1,
         | 
| 52343 | 
            +
                  "D2": 1,
         | 
| 52344 | 
            +
                  "F1": 2,
         | 
| 52345 | 
            +
                  "D1": 1,
         | 
| 52346 | 
            +
                  "F12": 1,
         | 
| 52347 | 
            +
                  "F10": 1,
         | 
| 52348 | 
            +
                  "D7": 1,
         | 
| 52349 | 
            +
                  "F6": 1,
         | 
| 52350 | 
            +
                  "D3": 1,
         | 
| 52351 | 
            +
                  "Tab": 2,
         | 
| 52352 | 
            +
                  "Alt": 2,
         | 
| 52353 | 
            +
                  "F3F2": 1,
         | 
| 52354 | 
            +
                  "q": 1,
         | 
| 52355 | 
            +
                  "Win": 2,
         | 
| 52356 | 
            +
                  "Space": 2,
         | 
| 52357 | 
            +
                  "Apps": 1,
         | 
| 52358 | 
            +
                  "Power": 1,
         | 
| 52359 | 
            +
                  "Sleep": 1,
         | 
| 52360 | 
            +
                  "EF2F": 1,
         | 
| 52361 | 
            +
                  "CapsLock": 1,
         | 
| 52362 | 
            +
                  "Enter": 3,
         | 
| 52363 | 
            +
                  "WakeUp": 1,
         | 
| 52364 | 
            +
                  "BackSpace": 1,
         | 
| 52365 | 
            +
                  "C5E1": 1,
         | 
| 52366 | 
            +
                  "C0E4": 1,
         | 
| 52367 | 
            +
                  "Home": 1,
         | 
| 52368 | 
            +
                  "Insert": 1,
         | 
| 52369 | 
            +
                  "C9EA": 1,
         | 
| 52370 | 
            +
                  "Down": 1,
         | 
| 52371 | 
            +
                  "E5": 1,
         | 
| 52372 | 
            +
                  "Right": 1,
         | 
| 52373 | 
            +
                  "C2E8": 1,
         | 
| 52374 | 
            +
                  "Esc": 1,
         | 
| 52375 | 
            +
                  "DF": 2,
         | 
| 52376 | 
            +
                  "F11": 1,
         | 
| 52377 | 
            +
                  "EC": 1,
         | 
| 52378 | 
            +
                  "PageDn": 1,
         | 
| 52379 | 
            +
                  "ED": 1,
         | 
| 52380 | 
            +
                  "PrScr": 1,
         | 
| 52381 | 
            +
                  "C6E9": 1,
         | 
| 52382 | 
            +
                  "ScrLock": 1,
         | 
| 52383 | 
            +
                  "D6": 1,
         | 
| 52384 | 
            +
                  "Uninitialized": 3,
         | 
| 52385 | 
            +
                  "_________": 5,
         | 
| 52386 | 
            +
                  "Key": 1,
         | 
| 52387 | 
            +
                  "Codes": 1,
         | 
| 52388 | 
            +
                  "keypress": 1,
         | 
| 52389 | 
            +
                  "keystate": 2,
         | 
| 52390 | 
            +
                  "E0..FF": 1,
         | 
| 52391 | 
            +
                  "AS": 1,
         | 
| 52392 | 
            +
                  "TV": 9,
         | 
| 52393 | 
            +
                  "May": 2,
         | 
| 52394 | 
            +
                  "tile": 41,
         | 
| 52395 | 
            +
                  "size": 5,
         | 
| 52396 | 
            +
                  "enable": 5,
         | 
| 52397 | 
            +
                  "efficient": 2,
         | 
| 52398 | 
            +
                  "tv_mode": 2,
         | 
| 52399 | 
            +
                  "NTSC": 11,
         | 
| 52400 | 
            +
                  "lntsc": 3,
         | 
| 52401 | 
            +
                  "cycles": 4,
         | 
| 52402 | 
            +
                  "per": 4,
         | 
| 52403 | 
            +
                  "sync": 10,
         | 
| 52404 | 
            +
                  "fpal": 2,
         | 
| 52405 | 
            +
                  "_433_618": 2,
         | 
| 52406 | 
            +
                  "PAL": 10,
         | 
| 52407 | 
            +
                  "spal": 3,
         | 
| 52408 | 
            +
                  "colortable": 7,
         | 
| 52409 | 
            +
                  "inside": 2,
         | 
| 52410 | 
            +
                  "tvptr": 3,
         | 
| 52411 | 
            +
                  "starts": 4,
         | 
| 52412 | 
            +
                  "available": 4,
         | 
| 52413 | 
            +
                  "@entry": 3,
         | 
| 52414 | 
            +
                  "Assembly": 2,
         | 
| 52415 | 
            +
                  "language": 2,
         | 
| 52416 | 
            +
                  "Entry": 2,
         | 
| 52417 | 
            +
                  "tasks": 6,
         | 
| 52418 | 
            +
                  "#10": 2,
         | 
| 52419 | 
            +
                  "Superfield": 2,
         | 
| 52420 | 
            +
                  "_mode": 7,
         | 
| 52421 | 
            +
                  "interlace": 20,
         | 
| 52422 | 
            +
                  "vinv": 2,
         | 
| 52423 | 
            +
                  "hsync": 5,
         | 
| 52424 | 
            +
                  "waitvid": 3,
         | 
| 52425 | 
            +
                  "burst": 2,
         | 
| 52426 | 
            +
                  "sync_high2": 2,
         | 
| 52427 | 
            +
                  "task": 2,
         | 
| 52428 | 
            +
                  "section": 4,
         | 
| 52429 | 
            +
                  "undisturbed": 2,
         | 
| 52430 | 
            +
                  "black": 2,
         | 
| 52431 | 
            +
                  "visible": 7,
         | 
| 52432 | 
            +
                  "vb": 2,
         | 
| 52433 | 
            +
                  "leftmost": 1,
         | 
| 52434 | 
            +
                  "_vt": 3,
         | 
| 52435 | 
            +
                  "vertical": 29,
         | 
| 52436 | 
            +
                  "expand": 3,
         | 
| 52437 | 
            +
                  "vert": 1,
         | 
| 52438 | 
            +
                  "vscl": 12,
         | 
| 52439 | 
            +
                  "hb": 2,
         | 
| 52440 | 
            +
                  "horizontal": 21,
         | 
| 52441 | 
            +
                  "hx": 5,
         | 
| 52442 | 
            +
                  "colors": 18,
         | 
| 52443 | 
            +
                  "screen": 13,
         | 
| 52444 | 
            +
                  "video": 7,
         | 
| 52445 | 
            +
                  "repoint": 2,
         | 
| 52446 | 
            +
                  "hf": 2,
         | 
| 52447 | 
            +
                  "linerot": 5,
         | 
| 52448 | 
            +
                  "field1": 4,
         | 
| 52449 | 
            +
                  "unless": 2,
         | 
| 52450 | 
            +
                  "invisible": 8,
         | 
| 52451 | 
            +
                  "if_z_eq_c": 1,
         | 
| 52452 | 
            +
                  "#hsync": 1,
         | 
| 52453 | 
            +
                  "vsync": 4,
         | 
| 52454 | 
            +
                  "pulses": 2,
         | 
| 52455 | 
            +
                  "vsync1": 2,
         | 
| 52456 | 
            +
                  "#sync_low1": 1,
         | 
| 52457 | 
            +
                  "hhalf": 2,
         | 
| 52458 | 
            +
                  "field2": 1,
         | 
| 52459 | 
            +
                  "#superfield": 1,
         | 
| 52460 | 
            +
                  "Blank": 1,
         | 
| 52461 | 
            +
                  "Horizontal": 1,
         | 
| 52462 | 
            +
                  "pal": 2,
         | 
| 52463 | 
            +
                  "toggle": 1,
         | 
| 52464 | 
            +
                  "phaseflip": 4,
         | 
| 52465 | 
            +
                  "phasemask": 2,
         | 
| 52466 | 
            +
                  "sync_scale1": 1,
         | 
| 52467 | 
            +
                  "blank": 2,
         | 
| 52468 | 
            +
                  "hsync_ret": 1,
         | 
| 52469 | 
            +
                  "vsync_high": 1,
         | 
| 52470 | 
            +
                  "#sync_high1": 1,
         | 
| 52471 | 
            +
                  "Tasks": 1,
         | 
| 52472 | 
            +
                  "performed": 1,
         | 
| 52473 | 
            +
                  "sections": 1,
         | 
| 52474 | 
            +
                  "during": 2,
         | 
| 52475 | 
            +
                  "back": 8,
         | 
| 52476 | 
            +
                  "porch": 9,
         | 
| 52477 | 
            +
                  "load": 3,
         | 
| 52478 | 
            +
                  "#_enable": 1,
         | 
| 52479 | 
            +
                  "_pins": 4,
         | 
| 52480 | 
            +
                  "_enable": 2,
         | 
| 52481 | 
            +
                  "#disabled": 2,
         | 
| 52482 | 
            +
                  "break": 6,
         | 
| 52483 | 
            +
                  "return": 15,
         | 
| 52484 | 
            +
                  "later": 6,
         | 
| 52485 | 
            +
                  "rd": 1,
         | 
| 52486 | 
            +
                  "#wtab": 1,
         | 
| 52487 | 
            +
                  "ltab": 1,
         | 
| 52488 | 
            +
                  "#ltab": 1,
         | 
| 52489 | 
            +
                  "CLKFREQ": 10,
         | 
| 52490 | 
            +
                  "cancel": 1,
         | 
| 52491 | 
            +
                  "_broadcast": 4,
         | 
| 52492 | 
            +
                  "m8": 3,
         | 
| 52493 | 
            +
                  "jmpret": 5,
         | 
| 52494 | 
            +
                  "taskptr": 3,
         | 
| 52495 | 
            +
                  "taskret": 4,
         | 
| 52496 | 
            +
                  "ctra": 5,
         | 
| 52497 | 
            +
                  "pll": 5,
         | 
| 52498 | 
            +
                  "fcolor": 4,
         | 
| 52499 | 
            +
                  "#divide": 2,
         | 
| 52500 | 
            +
                  "vco": 3,
         | 
| 52501 | 
            +
                  "movi": 3,
         | 
| 52502 | 
            +
                  "_111": 1,
         | 
| 52503 | 
            +
                  "ctrb": 4,
         | 
| 52504 | 
            +
                  "limit": 4,
         | 
| 52505 | 
            +
                  "m128": 2,
         | 
| 52506 | 
            +
                  "_100": 1,
         | 
| 52507 | 
            +
                  "within": 5,
         | 
| 52508 | 
            +
                  "_001": 1,
         | 
| 52509 | 
            +
                  "frqb": 2,
         | 
| 52510 | 
            +
                  "swap": 2,
         | 
| 52511 | 
            +
                  "broadcast/baseband": 1,
         | 
| 52512 | 
            +
                  "strip": 3,
         | 
| 52513 | 
            +
                  "chroma": 19,
         | 
| 52514 | 
            +
                  "baseband": 18,
         | 
| 52515 | 
            +
                  "_auralcog": 1,
         | 
| 52516 | 
            +
                  "_hx": 4,
         | 
| 52517 | 
            +
                  "consider": 2,
         | 
| 52518 | 
            +
                  "lineadd": 4,
         | 
| 52519 | 
            +
                  "lineinc": 3,
         | 
| 52520 | 
            +
                  "/160": 2,
         | 
| 52521 | 
            +
                  "loaded": 3,
         | 
| 52522 | 
            +
                  "#9": 2,
         | 
| 52523 | 
            +
                  "FC": 2,
         | 
| 52524 | 
            +
                  "_colors": 2,
         | 
| 52525 | 
            +
                  "colorreg": 3,
         | 
| 52526 | 
            +
                  "d6": 3,
         | 
| 52527 | 
            +
                  "colorloop": 1,
         | 
| 52528 | 
            +
                  "keep": 2,
         | 
| 52529 | 
            +
                  "loading": 2,
         | 
| 52530 | 
            +
                  "m1": 4,
         | 
| 52531 | 
            +
                  "multiply_ret": 2,
         | 
| 52532 | 
            +
                  "Disabled": 2,
         | 
| 52533 | 
            +
                  "try": 2,
         | 
| 52534 | 
            +
                  "again": 2,
         | 
| 52535 | 
            +
                  "reload": 1,
         | 
| 52536 | 
            +
                  "_000_000": 6,
         | 
| 52537 | 
            +
                  "d0s1": 1,
         | 
| 52538 | 
            +
                  "F0F0F0F0": 1,
         | 
| 52539 | 
            +
                  "pins0": 1,
         | 
| 52540 | 
            +
                  "_01110000_00001111_00000111": 1,
         | 
| 52541 | 
            +
                  "pins1": 1,
         | 
| 52542 | 
            +
                  "_11110111_01111111_01110111": 1,
         | 
| 52543 | 
            +
                  "sync_high1": 1,
         | 
| 52544 | 
            +
                  "_101010_0101": 1,
         | 
| 52545 | 
            +
                  "NTSC/PAL": 2,
         | 
| 52546 | 
            +
                  "metrics": 1,
         | 
| 52547 | 
            +
                  "tables": 1,
         | 
| 52548 | 
            +
                  "wtab": 1,
         | 
| 52549 | 
            +
                  "sntsc": 3,
         | 
| 52550 | 
            +
                  "lpal": 3,
         | 
| 52551 | 
            +
                  "hrest": 2,
         | 
| 52552 | 
            +
                  "vvis": 2,
         | 
| 52553 | 
            +
                  "vrep": 2,
         | 
| 52554 | 
            +
                  "_8A": 1,
         | 
| 52555 | 
            +
                  "_AA": 1,
         | 
| 52556 | 
            +
                  "sync_scale2": 1,
         | 
| 52557 | 
            +
                  "_00000000_01_10101010101010_0101": 1,
         | 
| 52558 | 
            +
                  "m2": 1,
         | 
| 52559 | 
            +
                  "Parameter": 4,
         | 
| 52560 | 
            +
                  "/non": 4,
         | 
| 52561 | 
            +
                  "tccip": 3,
         | 
| 52562 | 
            +
                  "_screen": 3,
         | 
| 52563 | 
            +
                  "@long": 2,
         | 
| 52564 | 
            +
                  "_ht": 2,
         | 
| 52565 | 
            +
                  "_ho": 2,
         | 
| 52566 | 
            +
                  "fit": 2,
         | 
| 52567 | 
            +
                  "contiguous": 1,
         | 
| 52568 | 
            +
                  "tv_status": 4,
         | 
| 52569 | 
            +
                  "off/on": 3,
         | 
| 52570 | 
            +
                  "tv_pins": 5,
         | 
| 52571 | 
            +
                  "ntsc/pal": 3,
         | 
| 52572 | 
            +
                  "tv_screen": 5,
         | 
| 52573 | 
            +
                  "tv_ht": 5,
         | 
| 52574 | 
            +
                  "tv_hx": 5,
         | 
| 52575 | 
            +
                  "expansion": 8,
         | 
| 52576 | 
            +
                  "tv_ho": 5,
         | 
| 52577 | 
            +
                  "tv_broadcast": 4,
         | 
| 52578 | 
            +
                  "aural": 13,
         | 
| 52579 | 
            +
                  "fm": 6,
         | 
| 52580 | 
            +
                  "preceding": 2,
         | 
| 52581 | 
            +
                  "copied": 2,
         | 
| 52582 | 
            +
                  "your": 2,
         | 
| 52583 | 
            +
                  "code.": 2,
         | 
| 52584 | 
            +
                  "After": 2,
         | 
| 52585 | 
            +
                  "setting": 2,
         | 
| 52586 | 
            +
                  "variables": 3,
         | 
| 52587 | 
            +
                  "@tv_status": 3,
         | 
| 52588 | 
            +
                  "All": 2,
         | 
| 52589 | 
            +
                  "reloaded": 2,
         | 
| 52590 | 
            +
                  "superframe": 2,
         | 
| 52591 | 
            +
                  "allowing": 2,
         | 
| 52592 | 
            +
                  "live": 2,
         | 
| 52593 | 
            +
                  "changes.": 2,
         | 
| 52594 | 
            +
                  "minimize": 2,
         | 
| 52595 | 
            +
                  "correlate": 2,
         | 
| 52596 | 
            +
                  "changes": 3,
         | 
| 52597 | 
            +
                  "tv_status.": 1,
         | 
| 52598 | 
            +
                  "Experimentation": 2,
         | 
| 52599 | 
            +
                  "optimize": 2,
         | 
| 52600 | 
            +
                  "some": 3,
         | 
| 52601 | 
            +
                  "parameters.": 2,
         | 
| 52602 | 
            +
                  "descriptions": 2,
         | 
| 52603 | 
            +
                  "sets": 3,
         | 
| 52604 | 
            +
                  "indicate": 2,
         | 
| 52605 | 
            +
                  "disabled": 3,
         | 
| 52606 | 
            +
                  "tv_enable": 2,
         | 
| 52607 | 
            +
                  "requirement": 2,
         | 
| 52608 | 
            +
                  "currently": 4,
         | 
| 52609 | 
            +
                  "outputting": 4,
         | 
| 52610 | 
            +
                  "driven": 2,
         | 
| 52611 | 
            +
                  "reduces": 2,
         | 
| 52612 | 
            +
                  "power": 3,
         | 
| 52613 | 
            +
                  "_______": 2,
         | 
| 52614 | 
            +
                  "select": 9,
         | 
| 52615 | 
            +
                  "group": 7,
         | 
| 52616 | 
            +
                  "_0111": 6,
         | 
| 52617 | 
            +
                  "broadcast": 19,
         | 
| 52618 | 
            +
                  "_1111": 6,
         | 
| 52619 | 
            +
                  "_0000": 4,
         | 
| 52620 | 
            +
                  "active": 3,
         | 
| 52621 | 
            +
                  "top": 10,
         | 
| 52622 | 
            +
                  "nibble": 4,
         | 
| 52623 | 
            +
                  "bottom": 5,
         | 
| 52624 | 
            +
                  "signal": 8,
         | 
| 52625 | 
            +
                  "arranged": 3,
         | 
| 52626 | 
            +
                  "attach": 1,
         | 
| 52627 | 
            +
                  "ohm": 10,
         | 
| 52628 | 
            +
                  "resistor": 4,
         | 
| 52629 | 
            +
                  "sum": 7,
         | 
| 52630 | 
            +
                  "/560/1100": 2,
         | 
| 52631 | 
            +
                  "subcarrier": 3,
         | 
| 52632 | 
            +
                  "network": 1,
         | 
| 52633 | 
            +
                  "visual": 1,
         | 
| 52634 | 
            +
                  "carrier": 1,
         | 
| 52635 | 
            +
                  "selects": 4,
         | 
| 52636 | 
            +
                  "x32": 6,
         | 
| 52637 | 
            +
                  "tileheight": 4,
         | 
| 52638 | 
            +
                  "controls": 4,
         | 
| 52639 | 
            +
                  "mixing": 2,
         | 
| 52640 | 
            +
                  "mix": 2,
         | 
| 52641 | 
            +
                  "black/white": 2,
         | 
| 52642 | 
            +
                  "composite": 1,
         | 
| 52643 | 
            +
                  "progressive": 2,
         | 
| 52644 | 
            +
                  "less": 5,
         | 
| 52645 | 
            +
                  "good": 5,
         | 
| 52646 | 
            +
                  "motion": 2,
         | 
| 52647 | 
            +
                  "interlaced": 5,
         | 
| 52648 | 
            +
                  "doubles": 1,
         | 
| 52649 | 
            +
                  "format": 1,
         | 
| 52650 | 
            +
                  "ticks": 11,
         | 
| 52651 | 
            +
                  "must": 18,
         | 
| 52652 | 
            +
                  "least": 14,
         | 
| 52653 | 
            +
                  "_318_180": 1,
         | 
| 52654 | 
            +
                  "_579_545": 1,
         | 
| 52655 | 
            +
                  "Hz": 5,
         | 
| 52656 | 
            +
                  "_734_472": 1,
         | 
| 52657 | 
            +
                  "itself": 1,
         | 
| 52658 | 
            +
                  "words": 5,
         | 
| 52659 | 
            +
                  "define": 10,
         | 
| 52660 | 
            +
                  "tv_vt": 3,
         | 
| 52661 | 
            +
                  "has": 4,
         | 
| 52662 | 
            +
                  "bitfields": 2,
         | 
| 52663 | 
            +
                  "colorset": 2,
         | 
| 52664 | 
            +
                  "ptr": 5,
         | 
| 52665 | 
            +
                  "pixelgroup": 2,
         | 
| 52666 | 
            +
                  "colorset*": 2,
         | 
| 52667 | 
            +
                  "pixelgroup**": 2,
         | 
| 52668 | 
            +
                  "ppppppppppcccc00": 2,
         | 
| 52669 | 
            +
                  "colorsets": 4,
         | 
| 52670 | 
            +
                  "four": 8,
         | 
| 52671 | 
            +
                  "**": 2,
         | 
| 52672 | 
            +
                  "pixelgroups": 2,
         | 
| 52673 | 
            +
                  "<tileheight>": 5,
         | 
| 52674 | 
            +
                  "tv_colors": 2,
         | 
| 52675 | 
            +
                  "fields": 2,
         | 
| 52676 | 
            +
                  "values": 2,
         | 
| 52677 | 
            +
                  "luminance": 2,
         | 
| 52678 | 
            +
                  "modulation": 4,
         | 
| 52679 | 
            +
                  "adds/subtracts": 1,
         | 
| 52680 | 
            +
                  "beware": 1,
         | 
| 52681 | 
            +
                  "modulated": 1,
         | 
| 52682 | 
            +
                  "produce": 1,
         | 
| 52683 | 
            +
                  "saturated": 1,
         | 
| 52684 | 
            +
                  "toggling": 1,
         | 
| 52685 | 
            +
                  "levels": 1,
         | 
| 52686 | 
            +
                  "because": 1,
         | 
| 52687 | 
            +
                  "abruptly": 1,
         | 
| 52688 | 
            +
                  "rather": 1,
         | 
| 52689 | 
            +
                  "against": 1,
         | 
| 52690 | 
            +
                  "white": 2,
         | 
| 52691 | 
            +
                  "background": 1,
         | 
| 52692 | 
            +
                  "best": 1,
         | 
| 52693 | 
            +
                  "appearance": 1,
         | 
| 52694 | 
            +
                  "_____": 6,
         | 
| 52695 | 
            +
                  "practical": 2,
         | 
| 52696 | 
            +
                  "/30": 1,
         | 
| 52697 | 
            +
                  "factor": 4,
         | 
| 52698 | 
            +
                  "sure": 4,
         | 
| 52699 | 
            +
                  "||": 5,
         | 
| 52700 | 
            +
                  "than": 5,
         | 
| 52701 | 
            +
                  "tv_vx": 2,
         | 
| 52702 | 
            +
                  "tv_vo": 2,
         | 
| 52703 | 
            +
                  "pos/neg": 4,
         | 
| 52704 | 
            +
                  "centered": 2,
         | 
| 52705 | 
            +
                  "image": 2,
         | 
| 52706 | 
            +
                  "shifts": 4,
         | 
| 52707 | 
            +
                  "right/left": 2,
         | 
| 52708 | 
            +
                  "up/down": 2,
         | 
| 52709 | 
            +
                  "____________": 1,
         | 
| 52710 | 
            +
                  "expressed": 1,
         | 
| 52711 | 
            +
                  "ie": 1,
         | 
| 52712 | 
            +
                  "channel": 1,
         | 
| 52713 | 
            +
                  "_250_000": 2,
         | 
| 52714 | 
            +
                  "modulator": 2,
         | 
| 52715 | 
            +
                  "turned": 2,
         | 
| 52716 | 
            +
                  "saves": 2,
         | 
| 52717 | 
            +
                  "broadcasting": 1,
         | 
| 52718 | 
            +
                  "___________": 1,
         | 
| 52719 | 
            +
                  "tv_auralcog": 1,
         | 
| 52720 | 
            +
                  "supply": 1,
         | 
| 52721 | 
            +
                  "selected": 1,
         | 
| 52722 | 
            +
                  "bandwidth": 2,
         | 
| 52723 | 
            +
                  "KHz": 3,
         | 
| 52724 | 
            +
                  "vary": 1,
         | 
| 52725 | 
            +
                  "Terminal": 1,
         | 
| 52726 | 
            +
                  "instead": 1,
         | 
| 52727 | 
            +
                  "minimum": 2,
         | 
| 52728 | 
            +
                  "x_scale": 4,
         | 
| 52729 | 
            +
                  "x_spacing": 4,
         | 
| 52730 | 
            +
                  "normal": 1,
         | 
| 52731 | 
            +
                  "x_chr": 2,
         | 
| 52732 | 
            +
                  "y_chr": 5,
         | 
| 52733 | 
            +
                  "y_scale": 3,
         | 
| 52734 | 
            +
                  "y_spacing": 3,
         | 
| 52735 | 
            +
                  "y_offset": 2,
         | 
| 52736 | 
            +
                  "x_limit": 2,
         | 
| 52737 | 
            +
                  "x_screen": 1,
         | 
| 52738 | 
            +
                  "y_limit": 3,
         | 
| 52739 | 
            +
                  "y_screen": 4,
         | 
| 52740 | 
            +
                  "y_max": 3,
         | 
| 52741 | 
            +
                  "y_screen_bytes": 2,
         | 
| 52742 | 
            +
                  "y_scroll": 2,
         | 
| 52743 | 
            +
                  "y_scroll_longs": 4,
         | 
| 52744 | 
            +
                  "y_clear": 2,
         | 
| 52745 | 
            +
                  "y_clear_longs": 2,
         | 
| 52746 | 
            +
                  "paramcount": 1,
         | 
| 52747 | 
            +
                  "ccinp": 1,
         | 
| 52748 | 
            +
                  "tv_hc": 1,
         | 
| 52749 | 
            +
                  "cells": 1,
         | 
| 52750 | 
            +
                  "cell": 1,
         | 
| 52751 | 
            +
                  "@bitmap": 1,
         | 
| 52752 | 
            +
                  "FC0": 1,
         | 
| 52753 | 
            +
                  "gr.textmode": 1,
         | 
| 52754 | 
            +
                  "gr.width": 1,
         | 
| 52755 | 
            +
                  "tv.stop": 2,
         | 
| 52756 | 
            +
                  "gr.stop": 1,
         | 
| 52757 | 
            +
                  "schemes": 1,
         | 
| 52758 | 
            +
                  "tab": 3,
         | 
| 52759 | 
            +
                  "gr.color": 1,
         | 
| 52760 | 
            +
                  "gr.text": 1,
         | 
| 52761 | 
            +
                  "@c": 1,
         | 
| 52762 | 
            +
                  "gr.finish": 2,
         | 
| 52763 | 
            +
                  "newline": 3,
         | 
| 52764 | 
            +
                  "strsize": 2,
         | 
| 52765 | 
            +
                  "_000_000_000": 2,
         | 
| 52766 | 
            +
                  "//": 4,
         | 
| 52767 | 
            +
                  "elseif": 2,
         | 
| 52768 | 
            +
                  "lookupz": 2,
         | 
| 52769 | 
            +
                  "..": 4,
         | 
| 52770 | 
            +
                  "PRI": 1,
         | 
| 52771 | 
            +
                  "longmove": 2,
         | 
| 52772 | 
            +
                  "longfill": 2,
         | 
| 52773 | 
            +
                  "tvparams": 1,
         | 
| 52774 | 
            +
                  "tvparams_pins": 1,
         | 
| 52775 | 
            +
                  "_0101": 1,
         | 
| 52776 | 
            +
                  "vc": 1,
         | 
| 52777 | 
            +
                  "vx": 2,
         | 
| 52778 | 
            +
                  "vo": 1,
         | 
| 52779 | 
            +
                  "auralcog": 1,
         | 
| 52780 | 
            +
                  "color_schemes": 1,
         | 
| 52781 | 
            +
                  "BC_6C_05_02": 1,
         | 
| 52782 | 
            +
                  "E_0D_0C_0A": 1,
         | 
| 52783 | 
            +
                  "E_6D_6C_6A": 1,
         | 
| 52784 | 
            +
                  "BE_BD_BC_BA": 1,
         | 
| 52785 | 
            +
                  "Text": 1,
         | 
| 52786 | 
            +
                  "x13": 2,
         | 
| 52787 | 
            +
                  "cols": 5,
         | 
| 52788 | 
            +
                  "rows": 4,
         | 
| 52789 | 
            +
                  "screensize": 4,
         | 
| 52790 | 
            +
                  "lastrow": 2,
         | 
| 52791 | 
            +
                  "tv_count": 2,
         | 
| 52792 | 
            +
                  "row": 4,
         | 
| 52793 | 
            +
                  "tv": 2,
         | 
| 52794 | 
            +
                  "basepin": 3,
         | 
| 52795 | 
            +
                  "setcolors": 2,
         | 
| 52796 | 
            +
                  "@palette": 1,
         | 
| 52797 | 
            +
                  "@tv_params": 1,
         | 
| 52798 | 
            +
                  "@screen": 3,
         | 
| 52799 | 
            +
                  "tv.start": 1,
         | 
| 52800 | 
            +
                  "stringptr": 3,
         | 
| 52801 | 
            +
                  "k": 1,
         | 
| 52802 | 
            +
                  "Output": 1,
         | 
| 52803 | 
            +
                  "backspace": 1,
         | 
| 52804 | 
            +
                  "spaces": 1,
         | 
| 52805 | 
            +
                  "follows": 4,
         | 
| 52806 | 
            +
                  "Y": 2,
         | 
| 52807 | 
            +
                  "others": 1,
         | 
| 52808 | 
            +
                  "printable": 1,
         | 
| 52809 | 
            +
                  "characters": 1,
         | 
| 52810 | 
            +
                  "wordfill": 2,
         | 
| 52811 | 
            +
                  "print": 2,
         | 
| 52812 | 
            +
                  "A..": 1,
         | 
| 52813 | 
            +
                  "other": 1,
         | 
| 52814 | 
            +
                  "colorptr": 2,
         | 
| 52815 | 
            +
                  "fore": 3,
         | 
| 52816 | 
            +
                  "Override": 1,
         | 
| 52817 | 
            +
                  "default": 1,
         | 
| 52818 | 
            +
                  "palette": 2,
         | 
| 52819 | 
            +
                  "list": 1,
         | 
| 52820 | 
            +
                  "scroll": 1,
         | 
| 52821 | 
            +
                  "hc": 1,
         | 
| 52822 | 
            +
                  "ho": 1,
         | 
| 52823 | 
            +
                  "dark": 2,
         | 
| 52824 | 
            +
                  "blue": 3,
         | 
| 52825 | 
            +
                  "BB": 1,
         | 
| 52826 | 
            +
                  "yellow": 1,
         | 
| 52827 | 
            +
                  "brown": 1,
         | 
| 52828 | 
            +
                  "cyan": 3,
         | 
| 52829 | 
            +
                  "red": 2,
         | 
| 52830 | 
            +
                  "pink": 1,
         | 
| 52831 | 
            +
                  "VGA": 8,
         | 
| 52832 | 
            +
                  "vga_mode": 3,
         | 
| 52833 | 
            +
                  "vgaptr": 3,
         | 
| 52834 | 
            +
                  "hv": 5,
         | 
| 52835 | 
            +
                  "bcolor": 3,
         | 
| 52836 | 
            +
                  "#colortable": 2,
         | 
| 52837 | 
            +
                  "#blank_line": 3,
         | 
| 52838 | 
            +
                  "nobl": 1,
         | 
| 52839 | 
            +
                  "_vx": 1,
         | 
| 52840 | 
            +
                  "nobp": 1,
         | 
| 52841 | 
            +
                  "nofp": 1,
         | 
| 52842 | 
            +
                  "#blank_hsync": 1,
         | 
| 52843 | 
            +
                  "front": 4,
         | 
| 52844 | 
            +
                  "vf": 1,
         | 
| 52845 | 
            +
                  "nofl": 1,
         | 
| 52846 | 
            +
                  "#tasks": 1,
         | 
| 52847 | 
            +
                  "before": 1,
         | 
| 52848 | 
            +
                  "_vs": 2,
         | 
| 52849 | 
            +
                  "except": 1,
         | 
| 52850 | 
            +
                  "#blank_vsync": 1,
         | 
| 52851 | 
            +
                  "#field": 1,
         | 
| 52852 | 
            +
                  "superfield": 1,
         | 
| 52853 | 
            +
                  "blank_vsync": 1,
         | 
| 52854 | 
            +
                  "h2": 2,
         | 
| 52855 | 
            +
                  "if_c_and_nz": 1,
         | 
| 52856 | 
            +
                  "blank_hsync": 1,
         | 
| 52857 | 
            +
                  "_hf": 1,
         | 
| 52858 | 
            +
                  "invisble": 1,
         | 
| 52859 | 
            +
                  "_hb": 1,
         | 
| 52860 | 
            +
                  "#hv": 1,
         | 
| 52861 | 
            +
                  "blank_hsync_ret": 1,
         | 
| 52862 | 
            +
                  "blank_line_ret": 1,
         | 
| 52863 | 
            +
                  "blank_vsync_ret": 1,
         | 
| 52864 | 
            +
                  "_status": 1,
         | 
| 52865 | 
            +
                  "#paramcount": 1,
         | 
| 52866 | 
            +
                  "directions": 1,
         | 
| 52867 | 
            +
                  "_rate": 3,
         | 
| 52868 | 
            +
                  "pllmin": 1,
         | 
| 52869 | 
            +
                  "_011": 1,
         | 
| 52870 | 
            +
                  "rate": 6,
         | 
| 52871 | 
            +
                  "hvbase": 5,
         | 
| 52872 | 
            +
                  "frqa": 3,
         | 
| 52873 | 
            +
                  "vmask": 1,
         | 
| 52874 | 
            +
                  "hmask": 1,
         | 
| 52875 | 
            +
                  "vcfg": 2,
         | 
| 52876 | 
            +
                  "colormask": 1,
         | 
| 52877 | 
            +
                  "waitcnt": 3,
         | 
| 52878 | 
            +
                  "#entry": 1,
         | 
| 52879 | 
            +
                  "Initialized": 1,
         | 
| 52880 | 
            +
                  "lowest": 1,
         | 
| 52881 | 
            +
                  "pllmax": 1,
         | 
| 52882 | 
            +
                  "*16": 1,
         | 
| 52883 | 
            +
                  "m4": 1,
         | 
| 52884 | 
            +
                  "tihv": 1,
         | 
| 52885 | 
            +
                  "_hd": 1,
         | 
| 52886 | 
            +
                  "_hs": 1,
         | 
| 52887 | 
            +
                  "_vd": 1,
         | 
| 52888 | 
            +
                  "underneath": 1,
         | 
| 52889 | 
            +
                  "BF": 1,
         | 
| 52890 | 
            +
                  "___": 1,
         | 
| 52891 | 
            +
                  "/1/2": 1,
         | 
| 52892 | 
            +
                  "off/visible/invisible": 1,
         | 
| 52893 | 
            +
                  "vga_enable": 3,
         | 
| 52894 | 
            +
                  "pppttt": 1,
         | 
| 52895 | 
            +
                  "vga_colors": 2,
         | 
| 52896 | 
            +
                  "vga_vt": 6,
         | 
| 52897 | 
            +
                  "vga_vx": 4,
         | 
| 52898 | 
            +
                  "vga_vo": 4,
         | 
| 52899 | 
            +
                  "vga_hf": 2,
         | 
| 52900 | 
            +
                  "vga_hb": 2,
         | 
| 52901 | 
            +
                  "vga_vf": 2,
         | 
| 52902 | 
            +
                  "vga_vb": 2,
         | 
| 52903 | 
            +
                  "tick": 2,
         | 
| 52904 | 
            +
                  "@vga_status": 1,
         | 
| 52905 | 
            +
                  "vga_status.": 1,
         | 
| 52906 | 
            +
                  "__________": 4,
         | 
| 52907 | 
            +
                  "vga_status": 1,
         | 
| 52908 | 
            +
                  "________": 3,
         | 
| 52909 | 
            +
                  "vga_pins": 1,
         | 
| 52910 | 
            +
                  "monitors": 1,
         | 
| 52911 | 
            +
                  "allows": 1,
         | 
| 52912 | 
            +
                  "polarity": 1,
         | 
| 52913 | 
            +
                  "respectively": 1,
         | 
| 52914 | 
            +
                  "vga_screen": 1,
         | 
| 52915 | 
            +
                  "vga_ht": 3,
         | 
| 52916 | 
            +
                  "care": 1,
         | 
| 52917 | 
            +
                  "suggested": 1,
         | 
| 52918 | 
            +
                  "bits/pins": 3,
         | 
| 52919 | 
            +
                  "green": 1,
         | 
| 52920 | 
            +
                  "bit/pin": 1,
         | 
| 52921 | 
            +
                  "signals": 1,
         | 
| 52922 | 
            +
                  "connect": 3,
         | 
| 52923 | 
            +
                  "RED": 1,
         | 
| 52924 | 
            +
                  "BLUE": 1,
         | 
| 52925 | 
            +
                  "connector": 3,
         | 
| 52926 | 
            +
                  "always": 2,
         | 
| 52927 | 
            +
                  "HSYNC": 1,
         | 
| 52928 | 
            +
                  "VSYNC": 1,
         | 
| 52929 | 
            +
                  "______": 14,
         | 
| 52930 | 
            +
                  "vga_hx": 3,
         | 
| 52931 | 
            +
                  "vga_ho": 2,
         | 
| 52932 | 
            +
                  "equal": 1,
         | 
| 52933 | 
            +
                  "vga_hd": 2,
         | 
| 52934 | 
            +
                  "exceed": 1,
         | 
| 52935 | 
            +
                  "vga_vd": 2,
         | 
| 52936 | 
            +
                  "recommended": 2,
         | 
| 52937 | 
            +
                  "vga_hs": 1,
         | 
| 52938 | 
            +
                  "vga_vs": 1,
         | 
| 52939 | 
            +
                  "vga_rate": 2,
         | 
| 52940 | 
            +
                  "should": 1,
         | 
| 52941 | 
            +
                  "Vocal": 2,
         | 
| 52942 | 
            +
                  "Tract": 2,
         | 
| 52943 | 
            +
                  "October": 1,
         | 
| 52944 | 
            +
                  "synthesizes": 1,
         | 
| 52945 | 
            +
                  "human": 1,
         | 
| 52946 | 
            +
                  "vocal": 10,
         | 
| 52947 | 
            +
                  "tract": 12,
         | 
| 52948 | 
            +
                  "real": 2,
         | 
| 52949 | 
            +
                  "It": 1,
         | 
| 52950 | 
            +
                  "MHz.": 1,
         | 
| 52951 | 
            +
                  "controlled": 1,
         | 
| 52952 | 
            +
                  "reside": 1,
         | 
| 52953 | 
            +
                  "parent": 1,
         | 
| 52954 | 
            +
                  "aa": 2,
         | 
| 52955 | 
            +
                  "ga": 5,
         | 
| 52956 | 
            +
                  "gp": 2,
         | 
| 52957 | 
            +
                  "vp": 3,
         | 
| 52958 | 
            +
                  "vr": 1,
         | 
| 52959 | 
            +
                  "f1": 4,
         | 
| 52960 | 
            +
                  "f2": 1,
         | 
| 52961 | 
            +
                  "f3": 3,
         | 
| 52962 | 
            +
                  "f4": 2,
         | 
| 52963 | 
            +
                  "na": 2,
         | 
| 52964 | 
            +
                  "nf": 2,
         | 
| 52965 | 
            +
                  "fa": 2,
         | 
| 52966 | 
            +
                  "ff": 2,
         | 
| 52967 | 
            +
                  "values.": 2,
         | 
| 52968 | 
            +
                  "Before": 1,
         | 
| 52969 | 
            +
                  "were": 1,
         | 
| 52970 | 
            +
                  "interpolation": 1,
         | 
| 52971 | 
            +
                  "shy": 1,
         | 
| 52972 | 
            +
                  "frame": 12,
         | 
| 52973 | 
            +
                  "makes": 1,
         | 
| 52974 | 
            +
                  "behave": 1,
         | 
| 52975 | 
            +
                  "sensibly": 1,
         | 
| 52976 | 
            +
                  "gaps.": 1,
         | 
| 52977 | 
            +
                  "frame_buffers": 2,
         | 
| 52978 | 
            +
                  "bytes": 2,
         | 
| 52979 | 
            +
                  "frame_longs": 3,
         | 
| 52980 | 
            +
                  "frame_bytes": 1,
         | 
| 52981 | 
            +
                  "...must": 1,
         | 
| 52982 | 
            +
                  "dira_": 3,
         | 
| 52983 | 
            +
                  "dirb_": 1,
         | 
| 52984 | 
            +
                  "ctra_": 1,
         | 
| 52985 | 
            +
                  "ctrb_": 3,
         | 
| 52986 | 
            +
                  "frqa_": 3,
         | 
| 52987 | 
            +
                  "cnt_": 1,
         | 
| 52988 | 
            +
                  "many": 1,
         | 
| 52989 | 
            +
                  "...contiguous": 1,
         | 
| 52990 | 
            +
                  "tract_ptr": 3,
         | 
| 52991 | 
            +
                  "pos_pin": 7,
         | 
| 52992 | 
            +
                  "neg_pin": 6,
         | 
| 52993 | 
            +
                  "fm_offset": 5,
         | 
| 52994 | 
            +
                  "positive": 1,
         | 
| 52995 | 
            +
                  "also": 1,
         | 
| 52996 | 
            +
                  "enabled": 2,
         | 
| 52997 | 
            +
                  "generation": 2,
         | 
| 52998 | 
            +
                  "_500_000": 1,
         | 
| 52999 | 
            +
                  "Remember": 1,
         | 
| 53000 | 
            +
                  "duty": 2,
         | 
| 53001 | 
            +
                  "Ready": 1,
         | 
| 53002 | 
            +
                  "clkfreq": 2,
         | 
| 53003 | 
            +
                  "Launch": 1,
         | 
| 53004 | 
            +
                  "@attenuation": 1,
         | 
| 53005 | 
            +
                  "Reset": 1,
         | 
| 53006 | 
            +
                  "buffers": 1,
         | 
| 53007 | 
            +
                  "@index": 1,
         | 
| 53008 | 
            +
                  "constant": 3,
         | 
| 53009 | 
            +
                  "frame_buffer_longs": 2,
         | 
| 53010 | 
            +
                  "set_attenuation": 1,
         | 
| 53011 | 
            +
                  "master": 2,
         | 
| 53012 | 
            +
                  "attenuation": 3,
         | 
| 53013 | 
            +
                  "initially": 2,
         | 
| 53014 | 
            +
                  "set_pace": 2,
         | 
| 53015 | 
            +
                  "percentage": 3,
         | 
| 53016 | 
            +
                  "pace": 3,
         | 
| 53017 | 
            +
                  "go": 1,
         | 
| 53018 | 
            +
                  "Queue": 1,
         | 
| 53019 | 
            +
                  "transition": 1,
         | 
| 53020 | 
            +
                  "over": 2,
         | 
| 53021 | 
            +
                  "Load": 1,
         | 
| 53022 | 
            +
                  "bytemove": 1,
         | 
| 53023 | 
            +
                  "@frames": 1,
         | 
| 53024 | 
            +
                  "index": 5,
         | 
| 53025 | 
            +
                  "Increment": 1,
         | 
| 53026 | 
            +
                  "Returns": 4,
         | 
| 53027 | 
            +
                  "queue": 2,
         | 
| 53028 | 
            +
                  "useful": 2,
         | 
| 53029 | 
            +
                  "checking": 1,
         | 
| 53030 | 
            +
                  "would": 1,
         | 
| 53031 | 
            +
                  "have": 1,
         | 
| 53032 | 
            +
                  "frames": 2,
         | 
| 53033 | 
            +
                  "empty": 2,
         | 
| 53034 | 
            +
                  "detecting": 1,
         | 
| 53035 | 
            +
                  "finished": 1,
         | 
| 53036 | 
            +
                  "sample_ptr": 1,
         | 
| 53037 | 
            +
                  "receives": 1,
         | 
| 53038 | 
            +
                  "audio": 1,
         | 
| 53039 | 
            +
                  "samples": 1,
         | 
| 53040 | 
            +
                  "updated": 1,
         | 
| 53041 | 
            +
                  "@sample": 1,
         | 
| 53042 | 
            +
                  "aural_id": 1,
         | 
| 53043 | 
            +
                  "id": 2,
         | 
| 53044 | 
            +
                  "executing": 1,
         | 
| 53045 | 
            +
                  "algorithm": 1,
         | 
| 53046 | 
            +
                  "connecting": 1,
         | 
| 53047 | 
            +
                  "Initialization": 1,
         | 
| 53048 | 
            +
                  "reserved": 3,
         | 
| 53049 | 
            +
                  "clear_cnt": 1,
         | 
| 53050 | 
            +
                  "#2*15": 1,
         | 
| 53051 | 
            +
                  "hub": 1,
         | 
| 53052 | 
            +
                  "minst": 3,
         | 
| 53053 | 
            +
                  "d0s0": 3,
         | 
| 53054 | 
            +
                  "mult_ret": 1,
         | 
| 53055 | 
            +
                  "antilog_ret": 1,
         | 
| 53056 | 
            +
                  "assemble": 1,
         | 
| 53057 | 
            +
                  "cordic": 4,
         | 
| 53058 | 
            +
                  "reserves": 2,
         | 
| 53059 | 
            +
                  "cstep": 1,
         | 
| 53060 | 
            +
                  "instruction": 2,
         | 
| 53061 | 
            +
                  "prepare": 1,
         | 
| 53062 | 
            +
                  "cnt_value": 3,
         | 
| 53063 | 
            +
                  "cnt_ticks": 3,
         | 
| 53064 | 
            +
                  "Loop": 1,
         | 
| 53065 | 
            +
                  "sample": 2,
         | 
| 53066 | 
            +
                  "period": 1,
         | 
| 53067 | 
            +
                  "cycle": 1,
         | 
| 53068 | 
            +
                  "driving": 1,
         | 
| 53069 | 
            +
                  "h80000000": 2,
         | 
| 53070 | 
            +
                  "White": 1,
         | 
| 53071 | 
            +
                  "noise": 3,
         | 
| 53072 | 
            +
                  "source": 2,
         | 
| 53073 | 
            +
                  "lfsr": 1,
         | 
| 53074 | 
            +
                  "lfsr_taps": 2,
         | 
| 53075 | 
            +
                  "Aspiration": 1,
         | 
| 53076 | 
            +
                  "vibrato": 3,
         | 
| 53077 | 
            +
                  "vphase": 2,
         | 
| 53078 | 
            +
                  "glottal": 2,
         | 
| 53079 | 
            +
                  "pitch": 5,
         | 
| 53080 | 
            +
                  "mesh": 1,
         | 
| 53081 | 
            +
                  "tune": 2,
         | 
| 53082 | 
            +
                  "convert": 1,
         | 
| 53083 | 
            +
                  "log": 2,
         | 
| 53084 | 
            +
                  "phase": 2,
         | 
| 53085 | 
            +
                  "gphase": 3,
         | 
| 53086 | 
            +
                  "formant2": 2,
         | 
| 53087 | 
            +
                  "rotate": 2,
         | 
| 53088 | 
            +
                  "f2x": 3,
         | 
| 53089 | 
            +
                  "f2y": 3,
         | 
| 53090 | 
            +
                  "#cordic": 2,
         | 
| 53091 | 
            +
                  "formant4": 2,
         | 
| 53092 | 
            +
                  "f4x": 3,
         | 
| 53093 | 
            +
                  "f4y": 3,
         | 
| 53094 | 
            +
                  "subtract": 1,
         | 
| 53095 | 
            +
                  "nx": 4,
         | 
| 53096 | 
            +
                  "negated": 1,
         | 
| 53097 | 
            +
                  "nasal": 2,
         | 
| 53098 | 
            +
                  "amplitude": 3,
         | 
| 53099 | 
            +
                  "#mult": 1,
         | 
| 53100 | 
            +
                  "fphase": 4,
         | 
| 53101 | 
            +
                  "frication": 2,
         | 
| 53102 | 
            +
                  "#sine": 1,
         | 
| 53103 | 
            +
                  "Handle": 1,
         | 
| 53104 | 
            +
                  "frame_ptr": 6,
         | 
| 53105 | 
            +
                  "past": 1,
         | 
| 53106 | 
            +
                  "miscellaneous": 2,
         | 
| 53107 | 
            +
                  "frame_index": 3,
         | 
| 53108 | 
            +
                  "stepsize": 2,
         | 
| 53109 | 
            +
                  "step_size": 5,
         | 
| 53110 | 
            +
                  "h00FFFFFF": 2,
         | 
| 53111 | 
            +
                  "final1": 2,
         | 
| 53112 | 
            +
                  "finali": 2,
         | 
| 53113 | 
            +
                  "iterate": 3,
         | 
| 53114 | 
            +
                  "aa..ff": 4,
         | 
| 53115 | 
            +
                  "accurate": 1,
         | 
| 53116 | 
            +
                  "accumulation": 1,
         | 
| 53117 | 
            +
                  "step_acc": 3,
         | 
| 53118 | 
            +
                  "set2": 3,
         | 
| 53119 | 
            +
                  "#par_curr": 1,
         | 
| 53120 | 
            +
                  "set3": 2,
         | 
| 53121 | 
            +
                  "#par_next": 1,
         | 
| 53122 | 
            +
                  "set4": 3,
         | 
| 53123 | 
            +
                  "#par_step": 1,
         | 
| 53124 | 
            +
                  "#24": 1,
         | 
| 53125 | 
            +
                  "par_curr": 3,
         | 
| 53126 | 
            +
                  "absolute": 1,
         | 
| 53127 | 
            +
                  "msb": 2,
         | 
| 53128 | 
            +
                  "nr": 1,
         | 
| 53129 | 
            +
                  "mult": 2,
         | 
| 53130 | 
            +
                  "par_step": 1,
         | 
| 53131 | 
            +
                  "frame_cnt": 2,
         | 
| 53132 | 
            +
                  "step1": 2,
         | 
| 53133 | 
            +
                  "stepi": 1,
         | 
| 53134 | 
            +
                  "stepframe": 1,
         | 
| 53135 | 
            +
                  "#frame_bytes": 1,
         | 
| 53136 | 
            +
                  "par_next": 2,
         | 
| 53137 | 
            +
                  "Math": 1,
         | 
| 53138 | 
            +
                  "Subroutines": 1,
         | 
| 53139 | 
            +
                  "Antilog": 1,
         | 
| 53140 | 
            +
                  "whole": 2,
         | 
| 53141 | 
            +
                  "fraction": 1,
         | 
| 53142 | 
            +
                  "antilog": 2,
         | 
| 53143 | 
            +
                  "FFEA0000": 1,
         | 
| 53144 | 
            +
                  "h00000FFE": 2,
         | 
| 53145 | 
            +
                  "insert": 2,
         | 
| 53146 | 
            +
                  "leading": 1,
         | 
| 53147 | 
            +
                  "Scaled": 1,
         | 
| 53148 | 
            +
                  "unsigned": 3,
         | 
| 53149 | 
            +
                  "h00001000": 2,
         | 
| 53150 | 
            +
                  "negc": 1,
         | 
| 53151 | 
            +
                  "Multiply": 1,
         | 
| 53152 | 
            +
                  "#15": 1,
         | 
| 53153 | 
            +
                  "mult_step": 1,
         | 
| 53154 | 
            +
                  "Cordic": 1,
         | 
| 53155 | 
            +
                  "degree": 1,
         | 
| 53156 | 
            +
                  "#cordic_steps": 1,
         | 
| 53157 | 
            +
                  "gets": 1,
         | 
| 53158 | 
            +
                  "assembled": 1,
         | 
| 53159 | 
            +
                  "cordic_dx": 1,
         | 
| 53160 | 
            +
                  "incremented": 1,
         | 
| 53161 | 
            +
                  "cordic_a": 1,
         | 
| 53162 | 
            +
                  "cordic_delta": 2,
         | 
| 53163 | 
            +
                  "linear": 1,
         | 
| 53164 | 
            +
                  "register": 1,
         | 
| 53165 | 
            +
                  "B901476": 1,
         | 
| 53166 | 
            +
                  "greater": 1,
         | 
| 53167 | 
            +
                  "h40000000": 1,
         | 
| 53168 | 
            +
                  "h01000000": 1,
         | 
| 53169 | 
            +
                  "FFFFFF": 1,
         | 
| 53170 | 
            +
                  "h00010000": 1,
         | 
| 53171 | 
            +
                  "h0000D000": 1,
         | 
| 53172 | 
            +
                  "D000": 1,
         | 
| 53173 | 
            +
                  "h00007000": 1,
         | 
| 53174 | 
            +
                  "FFE": 1,
         | 
| 53175 | 
            +
                  "h00000800": 1,
         | 
| 53176 | 
            +
                  "registers": 2,
         | 
| 53177 | 
            +
                  "startup": 2,
         | 
| 53178 | 
            +
                  "Data": 1,
         | 
| 53179 | 
            +
                  "zeroed": 1,
         | 
| 53180 | 
            +
                  "cleared": 1,
         | 
| 53181 | 
            +
                  "f1x": 1,
         | 
| 53182 | 
            +
                  "f1y": 1,
         | 
| 53183 | 
            +
                  "f3x": 1,
         | 
| 53184 | 
            +
                  "f3y": 1,
         | 
| 53185 | 
            +
                  "aspiration": 1,
         | 
| 53186 | 
            +
                  "***": 1,
         | 
| 53187 | 
            +
                  "mult_steps": 1,
         | 
| 53188 | 
            +
                  "assembly": 1,
         | 
| 53189 | 
            +
                  "area": 1,
         | 
| 53190 | 
            +
                  "w/ret": 1,
         | 
| 53191 | 
            +
                  "cordic_ret": 1
         | 
| 53192 | 
            +
                },
         | 
| 51005 53193 | 
             
                "Protocol Buffer": {
         | 
| 51006 53194 | 
             
                  "package": 1,
         | 
| 51007 53195 | 
             
                  "tutorial": 1,
         | 
| @@ -51256,6 +53444,81 @@ | |
| 51256 53444 | 
             
                  "entry.completed": 1
         | 
| 51257 53445 | 
             
                },
         | 
| 51258 53446 | 
             
                "Python": {
         | 
| 53447 | 
            +
                  "xspacing": 4,
         | 
| 53448 | 
            +
                  "#": 21,
         | 
| 53449 | 
            +
                  "How": 2,
         | 
| 53450 | 
            +
                  "far": 1,
         | 
| 53451 | 
            +
                  "apart": 1,
         | 
| 53452 | 
            +
                  "should": 1,
         | 
| 53453 | 
            +
                  "each": 1,
         | 
| 53454 | 
            +
                  "horizontal": 1,
         | 
| 53455 | 
            +
                  "location": 1,
         | 
| 53456 | 
            +
                  "be": 1,
         | 
| 53457 | 
            +
                  "spaced": 1,
         | 
| 53458 | 
            +
                  "maxwaves": 3,
         | 
| 53459 | 
            +
                  "total": 1,
         | 
| 53460 | 
            +
                  "of": 5,
         | 
| 53461 | 
            +
                  "waves": 1,
         | 
| 53462 | 
            +
                  "to": 5,
         | 
| 53463 | 
            +
                  "add": 1,
         | 
| 53464 | 
            +
                  "together": 1,
         | 
| 53465 | 
            +
                  "theta": 3,
         | 
| 53466 | 
            +
                  "amplitude": 3,
         | 
| 53467 | 
            +
                  "[": 161,
         | 
| 53468 | 
            +
                  "]": 161,
         | 
| 53469 | 
            +
                  "Height": 1,
         | 
| 53470 | 
            +
                  "wave": 2,
         | 
| 53471 | 
            +
                  "dx": 8,
         | 
| 53472 | 
            +
                  "yvalues": 7,
         | 
| 53473 | 
            +
                  "def": 74,
         | 
| 53474 | 
            +
                  "setup": 2,
         | 
| 53475 | 
            +
                  "(": 762,
         | 
| 53476 | 
            +
                  ")": 773,
         | 
| 53477 | 
            +
                  "size": 2,
         | 
| 53478 | 
            +
                  "frameRate": 1,
         | 
| 53479 | 
            +
                  "colorMode": 1,
         | 
| 53480 | 
            +
                  "RGB": 1,
         | 
| 53481 | 
            +
                  "w": 2,
         | 
| 53482 | 
            +
                  "width": 1,
         | 
| 53483 | 
            +
                  "+": 44,
         | 
| 53484 | 
            +
                  "for": 65,
         | 
| 53485 | 
            +
                  "i": 13,
         | 
| 53486 | 
            +
                  "in": 85,
         | 
| 53487 | 
            +
                  "range": 5,
         | 
| 53488 | 
            +
                  "amplitude.append": 1,
         | 
| 53489 | 
            +
                  "random": 2,
         | 
| 53490 | 
            +
                  "period": 2,
         | 
| 53491 | 
            +
                  "many": 1,
         | 
| 53492 | 
            +
                  "pixels": 1,
         | 
| 53493 | 
            +
                  "before": 1,
         | 
| 53494 | 
            +
                  "the": 6,
         | 
| 53495 | 
            +
                  "repeats": 1,
         | 
| 53496 | 
            +
                  "dx.append": 1,
         | 
| 53497 | 
            +
                  "TWO_PI": 1,
         | 
| 53498 | 
            +
                  "/": 26,
         | 
| 53499 | 
            +
                  "*": 37,
         | 
| 53500 | 
            +
                  "_": 6,
         | 
| 53501 | 
            +
                  "yvalues.append": 1,
         | 
| 53502 | 
            +
                  "draw": 2,
         | 
| 53503 | 
            +
                  "background": 2,
         | 
| 53504 | 
            +
                  "calcWave": 2,
         | 
| 53505 | 
            +
                  "renderWave": 2,
         | 
| 53506 | 
            +
                  "len": 11,
         | 
| 53507 | 
            +
                  "j": 7,
         | 
| 53508 | 
            +
                  "x": 28,
         | 
| 53509 | 
            +
                  "if": 146,
         | 
| 53510 | 
            +
                  "%": 33,
         | 
| 53511 | 
            +
                  "sin": 1,
         | 
| 53512 | 
            +
                  "else": 31,
         | 
| 53513 | 
            +
                  "cos": 1,
         | 
| 53514 | 
            +
                  "noStroke": 2,
         | 
| 53515 | 
            +
                  "fill": 2,
         | 
| 53516 | 
            +
                  "ellipseMode": 1,
         | 
| 53517 | 
            +
                  "CENTER": 1,
         | 
| 53518 | 
            +
                  "v": 13,
         | 
| 53519 | 
            +
                  "enumerate": 2,
         | 
| 53520 | 
            +
                  "ellipse": 1,
         | 
| 53521 | 
            +
                  "height": 1,
         | 
| 51259 53522 | 
             
                  "from": 34,
         | 
| 51260 53523 | 
             
                  "__future__": 2,
         | 
| 51261 53524 | 
             
                  "import": 47,
         | 
| @@ -51267,22 +53530,18 @@ | |
| 51267 53530 | 
             
                  "future_builtins": 1,
         | 
| 51268 53531 | 
             
                  "zip": 8,
         | 
| 51269 53532 | 
             
                  "django.db.models.manager": 1,
         | 
| 51270 | 
            -
                  "#": 13,
         | 
| 51271 53533 | 
             
                  "Imported": 1,
         | 
| 51272 | 
            -
                  "to": 4,
         | 
| 51273 53534 | 
             
                  "register": 1,
         | 
| 51274 53535 | 
             
                  "signal": 1,
         | 
| 51275 53536 | 
             
                  "handler.": 1,
         | 
| 51276 53537 | 
             
                  "django.conf": 1,
         | 
| 51277 53538 | 
             
                  "settings": 1,
         | 
| 51278 53539 | 
             
                  "django.core.exceptions": 1,
         | 
| 51279 | 
            -
                  "(": 719,
         | 
| 51280 53540 | 
             
                  "ObjectDoesNotExist": 2,
         | 
| 51281 53541 | 
             
                  "MultipleObjectsReturned": 2,
         | 
| 51282 53542 | 
             
                  "FieldError": 4,
         | 
| 51283 53543 | 
             
                  "ValidationError": 8,
         | 
| 51284 53544 | 
             
                  "NON_FIELD_ERRORS": 3,
         | 
| 51285 | 
            -
                  ")": 730,
         | 
| 51286 53545 | 
             
                  "django.core": 1,
         | 
| 51287 53546 | 
             
                  "validators": 1,
         | 
| 51288 53547 | 
             
                  "django.db.models.fields": 1,
         | 
| @@ -51313,7 +53572,6 @@ | |
| 51313 53572 | 
             
                  "django.utils.translation": 1,
         | 
| 51314 53573 | 
             
                  "ugettext_lazy": 1,
         | 
| 51315 53574 | 
             
                  "as": 11,
         | 
| 51316 | 
            -
                  "_": 5,
         | 
| 51317 53575 | 
             
                  "django.utils.functional": 1,
         | 
| 51318 53576 | 
             
                  "curry": 6,
         | 
| 51319 53577 | 
             
                  "django.utils.encoding": 1,
         | 
| @@ -51325,7 +53583,6 @@ | |
| 51325 53583 | 
             
                  "class": 14,
         | 
| 51326 53584 | 
             
                  "ModelBase": 4,
         | 
| 51327 53585 | 
             
                  "type": 6,
         | 
| 51328 | 
            -
                  "def": 68,
         | 
| 51329 53586 | 
             
                  "__new__": 2,
         | 
| 51330 53587 | 
             
                  "cls": 32,
         | 
| 51331 53588 | 
             
                  "name": 39,
         | 
| @@ -51335,13 +53592,8 @@ | |
| 51335 53592 | 
             
                  "super": 2,
         | 
| 51336 53593 | 
             
                  ".__new__": 1,
         | 
| 51337 53594 | 
             
                  "parents": 8,
         | 
| 51338 | 
            -
                  "[": 152,
         | 
| 51339 53595 | 
             
                  "b": 11,
         | 
| 51340 | 
            -
                  "for": 59,
         | 
| 51341 | 
            -
                  "in": 79,
         | 
| 51342 | 
            -
                  "if": 145,
         | 
| 51343 53596 | 
             
                  "isinstance": 11,
         | 
| 51344 | 
            -
                  "]": 152,
         | 
| 51345 53597 | 
             
                  "not": 64,
         | 
| 51346 53598 | 
             
                  "return": 57,
         | 
| 51347 53599 | 
             
                  "module": 6,
         | 
| @@ -51355,7 +53607,6 @@ | |
| 51355 53607 | 
             
                  "getattr": 30,
         | 
| 51356 53608 | 
             
                  "False": 28,
         | 
| 51357 53609 | 
             
                  "meta": 12,
         | 
| 51358 | 
            -
                  "else": 30,
         | 
| 51359 53610 | 
             
                  "base_meta": 2,
         | 
| 51360 53611 | 
             
                  "is": 29,
         | 
| 51361 53612 | 
             
                  "model_module": 1,
         | 
| @@ -51363,13 +53614,12 @@ | |
| 51363 53614 | 
             
                  "new_class.__module__": 1,
         | 
| 51364 53615 | 
             
                  "kwargs": 9,
         | 
| 51365 53616 | 
             
                  "model_module.__name__.split": 1,
         | 
| 51366 | 
            -
                  "-":  | 
| 53617 | 
            +
                  "-": 33,
         | 
| 51367 53618 | 
             
                  "new_class.add_to_class": 7,
         | 
| 51368 53619 | 
             
                  "**kwargs": 9,
         | 
| 51369 53620 | 
             
                  "subclass_exception": 3,
         | 
| 51370 53621 | 
             
                  "tuple": 3,
         | 
| 51371 53622 | 
             
                  "x.DoesNotExist": 1,
         | 
| 51372 | 
            -
                  "x": 22,
         | 
| 51373 53623 | 
             
                  "hasattr": 11,
         | 
| 51374 53624 | 
             
                  "and": 35,
         | 
| 51375 53625 | 
             
                  "x._meta.abstract": 2,
         | 
| @@ -51395,7 +53645,6 @@ | |
| 51395 53645 | 
             
                  "attrs.items": 1,
         | 
| 51396 53646 | 
             
                  "new_fields": 2,
         | 
| 51397 53647 | 
             
                  "new_class._meta.local_fields": 3,
         | 
| 51398 | 
            -
                  "+": 37,
         | 
| 51399 53648 | 
             
                  "new_class._meta.local_many_to_many": 2,
         | 
| 51400 53649 | 
             
                  "new_class._meta.virtual_fields": 1,
         | 
| 51401 53650 | 
             
                  "field_names": 5,
         | 
| @@ -51408,7 +53657,6 @@ | |
| 51408 53657 | 
             
                  "parent._meta.fields": 1,
         | 
| 51409 53658 | 
             
                  "raise": 22,
         | 
| 51410 53659 | 
             
                  "TypeError": 4,
         | 
| 51411 | 
            -
                  "%": 32,
         | 
| 51412 53660 | 
             
                  "continue": 10,
         | 
| 51413 53661 | 
             
                  "new_class._meta.setup_proxy": 1,
         | 
| 51414 53662 | 
             
                  "new_class._meta.concrete_model": 2,
         | 
| @@ -51495,7 +53743,6 @@ | |
| 51495 53743 | 
             
                  "args": 8,
         | 
| 51496 53744 | 
             
                  "self._state": 1,
         | 
| 51497 53745 | 
             
                  "args_len": 2,
         | 
| 51498 | 
            -
                  "len": 9,
         | 
| 51499 53746 | 
             
                  "self._meta.fields": 5,
         | 
| 51500 53747 | 
             
                  "IndexError": 2,
         | 
| 51501 53748 | 
             
                  "fields_iter": 4,
         | 
| @@ -51595,7 +53842,6 @@ | |
| 51595 53842 | 
             
                  "._update": 1,
         | 
| 51596 53843 | 
             
                  "meta.order_with_respect_to": 2,
         | 
| 51597 53844 | 
             
                  "order_value": 2,
         | 
| 51598 | 
            -
                  "*": 33,
         | 
| 51599 53845 | 
             
                  ".count": 1,
         | 
| 51600 53846 | 
             
                  "self._order": 1,
         | 
| 51601 53847 | 
             
                  "fields": 12,
         | 
| @@ -51656,7 +53902,6 @@ | |
| 51656 53902 | 
             
                  "date_errors": 1,
         | 
| 51657 53903 | 
             
                  "self._perform_date_checks": 1,
         | 
| 51658 53904 | 
             
                  "k": 4,
         | 
| 51659 | 
            -
                  "v": 11,
         | 
| 51660 53905 | 
             
                  "date_errors.items": 1,
         | 
| 51661 53906 | 
             
                  "errors.setdefault": 3,
         | 
| 51662 53907 | 
             
                  ".extend": 2,
         | 
| @@ -51738,9 +53983,6 @@ | |
| 51738 53983 | 
             
                  "ordered_obj._meta.order_with_respect_to.rel.field_name": 2,
         | 
| 51739 53984 | 
             
                  "order_name": 4,
         | 
| 51740 53985 | 
             
                  "ordered_obj._meta.order_with_respect_to.name": 2,
         | 
| 51741 | 
            -
                  "i": 7,
         | 
| 51742 | 
            -
                  "j": 2,
         | 
| 51743 | 
            -
                  "enumerate": 1,
         | 
| 51744 53986 | 
             
                  "ordered_obj.objects.filter": 2,
         | 
| 51745 53987 | 
             
                  ".update": 1,
         | 
| 51746 53988 | 
             
                  "_order": 1,
         | 
| @@ -51775,8 +54017,6 @@ | |
| 51775 54017 | 
             
                  "decorate": 2,
         | 
| 51776 54018 | 
             
                  "based": 1,
         | 
| 51777 54019 | 
             
                  "views": 1,
         | 
| 51778 | 
            -
                  "the": 5,
         | 
| 51779 | 
            -
                  "of": 3,
         | 
| 51780 54020 | 
             
                  "as_view": 1,
         | 
| 51781 54021 | 
             
                  ".": 1,
         | 
| 51782 54022 | 
             
                  "However": 1,
         | 
| @@ -51812,6 +54052,22 @@ | |
| 51812 54052 | 
             
                  "meth": 5,
         | 
| 51813 54053 | 
             
                  "request.method.lower": 1,
         | 
| 51814 54054 | 
             
                  "request.method": 2,
         | 
| 54055 | 
            +
                  "P3D": 1,
         | 
| 54056 | 
            +
                  "lights": 1,
         | 
| 54057 | 
            +
                  "camera": 1,
         | 
| 54058 | 
            +
                  "mouseY": 1,
         | 
| 54059 | 
            +
                  "eyeX": 1,
         | 
| 54060 | 
            +
                  "eyeY": 1,
         | 
| 54061 | 
            +
                  "eyeZ": 1,
         | 
| 54062 | 
            +
                  "centerX": 1,
         | 
| 54063 | 
            +
                  "centerY": 1,
         | 
| 54064 | 
            +
                  "centerZ": 1,
         | 
| 54065 | 
            +
                  "upX": 1,
         | 
| 54066 | 
            +
                  "upY": 1,
         | 
| 54067 | 
            +
                  "upZ": 1,
         | 
| 54068 | 
            +
                  "box": 1,
         | 
| 54069 | 
            +
                  "stroke": 1,
         | 
| 54070 | 
            +
                  "line": 3,
         | 
| 51815 54071 | 
             
                  "google.protobuf": 4,
         | 
| 51816 54072 | 
             
                  "descriptor": 1,
         | 
| 51817 54073 | 
             
                  "_descriptor": 1,
         | 
| @@ -51897,7 +54153,6 @@ | |
| 51897 54153 | 
             
                  "S": 4,
         | 
| 51898 54154 | 
             
                  "phif": 7,
         | 
| 51899 54155 | 
             
                  "U": 10,
         | 
| 51900 | 
            -
                  "/": 23,
         | 
| 51901 54156 | 
             
                  "_parse_args": 2,
         | 
| 51902 54157 | 
             
                  "V": 12,
         | 
| 51903 54158 | 
             
                  "np.genfromtxt": 8,
         | 
| @@ -51994,7 +54249,6 @@ | |
| 51994 54249 | 
             
                  "phi": 5,
         | 
| 51995 54250 | 
             
                  "c": 3,
         | 
| 51996 54251 | 
             
                  "a*x": 1,
         | 
| 51997 | 
            -
                  "dx": 6,
         | 
| 51998 54252 | 
             
                  "d**": 2,
         | 
| 51999 54253 | 
             
                  "dy": 4,
         | 
| 52000 54254 | 
             
                  "dx_err": 3,
         | 
| @@ -52212,43 +54466,43 @@ | |
| 52212 54466 | 
             
                },
         | 
| 52213 54467 | 
             
                "R": {
         | 
| 52214 54468 | 
             
                  "df.residual.mira": 1,
         | 
| 52215 | 
            -
                  "<":  | 
| 52216 | 
            -
                  "-":  | 
| 52217 | 
            -
                  "function":  | 
| 52218 | 
            -
                  "(":  | 
| 52219 | 
            -
                  "object":  | 
| 54469 | 
            +
                  "<": 46,
         | 
| 54470 | 
            +
                  "-": 51,
         | 
| 54471 | 
            +
                  "function": 18,
         | 
| 54472 | 
            +
                  "(": 219,
         | 
| 54473 | 
            +
                  "object": 12,
         | 
| 52220 54474 | 
             
                  "...": 4,
         | 
| 52221 | 
            -
                  ")":  | 
| 52222 | 
            -
                  "{":  | 
| 54475 | 
            +
                  ")": 220,
         | 
| 54476 | 
            +
                  "{": 46,
         | 
| 52223 54477 | 
             
                  "fit": 2,
         | 
| 52224 54478 | 
             
                  "analyses": 1,
         | 
| 52225 | 
            -
                  "[":  | 
| 52226 | 
            -
                  "]":  | 
| 52227 | 
            -
                  "return":  | 
| 54479 | 
            +
                  "[": 23,
         | 
| 54480 | 
            +
                  "]": 24,
         | 
| 54481 | 
            +
                  "return": 8,
         | 
| 52228 54482 | 
             
                  "df.residual": 2,
         | 
| 52229 | 
            -
                  "}":  | 
| 54483 | 
            +
                  "}": 46,
         | 
| 52230 54484 | 
             
                  "df.residual.lme": 1,
         | 
| 52231 54485 | 
             
                  "fixDF": 1,
         | 
| 52232 54486 | 
             
                  "df.residual.mer": 1,
         | 
| 52233 54487 | 
             
                  "sum": 1,
         | 
| 52234 54488 | 
             
                  "object@dims": 1,
         | 
| 52235 54489 | 
             
                  "*": 2,
         | 
| 52236 | 
            -
                  "c":  | 
| 52237 | 
            -
                  "+":  | 
| 54490 | 
            +
                  "c": 11,
         | 
| 54491 | 
            +
                  "+": 4,
         | 
| 52238 54492 | 
             
                  "df.residual.default": 1,
         | 
| 52239 | 
            -
                  "q":  | 
| 54493 | 
            +
                  "q": 3,
         | 
| 52240 54494 | 
             
                  "df": 3,
         | 
| 52241 | 
            -
                  "if":  | 
| 52242 | 
            -
                  "is.null":  | 
| 54495 | 
            +
                  "if": 19,
         | 
| 54496 | 
            +
                  "is.null": 8,
         | 
| 52243 54497 | 
             
                  "mk": 2,
         | 
| 52244 | 
            -
                  "try":  | 
| 54498 | 
            +
                  "try": 3,
         | 
| 52245 54499 | 
             
                  "coef": 1,
         | 
| 52246 | 
            -
                  "silent":  | 
| 52247 | 
            -
                  "TRUE":  | 
| 54500 | 
            +
                  "silent": 3,
         | 
| 54501 | 
            +
                  "TRUE": 14,
         | 
| 52248 54502 | 
             
                  "mn": 2,
         | 
| 52249 | 
            -
                  "f":  | 
| 54503 | 
            +
                  "f": 9,
         | 
| 52250 54504 | 
             
                  "fitted": 1,
         | 
| 52251 | 
            -
                  "inherits":  | 
| 54505 | 
            +
                  "inherits": 6,
         | 
| 52252 54506 | 
             
                  "|": 3,
         | 
| 52253 54507 | 
             
                  "NULL": 2,
         | 
| 52254 54508 | 
             
                  "n": 3,
         | 
| @@ -52256,18 +54510,78 @@ | |
| 52256 54510 | 
             
                  "is.data.frame": 1,
         | 
| 52257 54511 | 
             
                  "is.matrix": 1,
         | 
| 52258 54512 | 
             
                  "nrow": 1,
         | 
| 52259 | 
            -
                  "length":  | 
| 54513 | 
            +
                  "length": 3,
         | 
| 52260 54514 | 
             
                  "k": 3,
         | 
| 52261 54515 | 
             
                  "max": 1,
         | 
| 52262 | 
            -
                  "SHEBANG#!Rscript":  | 
| 54516 | 
            +
                  "SHEBANG#!Rscript": 2,
         | 
| 54517 | 
            +
                  "#": 45,
         | 
| 54518 | 
            +
                  "MedianNorm": 2,
         | 
| 54519 | 
            +
                  "data": 11,
         | 
| 54520 | 
            +
                  "geomeans": 3,
         | 
| 54521 | 
            +
                  "<->": 1,
         | 
| 54522 | 
            +
                  "exp": 1,
         | 
| 54523 | 
            +
                  "rowMeans": 1,
         | 
| 54524 | 
            +
                  "log": 5,
         | 
| 54525 | 
            +
                  "apply": 2,
         | 
| 54526 | 
            +
                  "2": 1,
         | 
| 54527 | 
            +
                  "cnts": 2,
         | 
| 54528 | 
            +
                  "median": 1,
         | 
| 54529 | 
            +
                  "library": 1,
         | 
| 54530 | 
            +
                  "print_usage": 2,
         | 
| 54531 | 
            +
                  "file": 4,
         | 
| 54532 | 
            +
                  "stderr": 1,
         | 
| 54533 | 
            +
                  "cat": 1,
         | 
| 54534 | 
            +
                  "spec": 2,
         | 
| 54535 | 
            +
                  "matrix": 3,
         | 
| 54536 | 
            +
                  "byrow": 3,
         | 
| 54537 | 
            +
                  "ncol": 3,
         | 
| 54538 | 
            +
                  "opt": 23,
         | 
| 54539 | 
            +
                  "getopt": 1,
         | 
| 54540 | 
            +
                  "help": 1,
         | 
| 54541 | 
            +
                  "stdout": 1,
         | 
| 54542 | 
            +
                  "status": 1,
         | 
| 54543 | 
            +
                  "height": 7,
         | 
| 54544 | 
            +
                  "out": 4,
         | 
| 54545 | 
            +
                  "res": 6,
         | 
| 54546 | 
            +
                  "width": 7,
         | 
| 54547 | 
            +
                  "ylim": 7,
         | 
| 54548 | 
            +
                  "read.table": 1,
         | 
| 54549 | 
            +
                  "header": 1,
         | 
| 54550 | 
            +
                  "sep": 4,
         | 
| 54551 | 
            +
                  "quote": 1,
         | 
| 54552 | 
            +
                  "nsamp": 8,
         | 
| 54553 | 
            +
                  "dim": 1,
         | 
| 54554 | 
            +
                  "outfile": 4,
         | 
| 54555 | 
            +
                  "sprintf": 2,
         | 
| 54556 | 
            +
                  "png": 2,
         | 
| 54557 | 
            +
                  "h": 12,
         | 
| 54558 | 
            +
                  "hist": 4,
         | 
| 54559 | 
            +
                  "plot": 7,
         | 
| 54560 | 
            +
                  "FALSE": 9,
         | 
| 54561 | 
            +
                  "mids": 4,
         | 
| 54562 | 
            +
                  "density": 4,
         | 
| 54563 | 
            +
                  "type": 3,
         | 
| 54564 | 
            +
                  "col": 4,
         | 
| 54565 | 
            +
                  "rainbow": 4,
         | 
| 54566 | 
            +
                  "main": 2,
         | 
| 54567 | 
            +
                  "xlab": 2,
         | 
| 54568 | 
            +
                  "ylab": 2,
         | 
| 54569 | 
            +
                  "for": 3,
         | 
| 54570 | 
            +
                  "i": 6,
         | 
| 54571 | 
            +
                  "in": 8,
         | 
| 54572 | 
            +
                  "lines": 6,
         | 
| 54573 | 
            +
                  "devnum": 2,
         | 
| 54574 | 
            +
                  "dev.off": 2,
         | 
| 54575 | 
            +
                  "size.factors": 2,
         | 
| 54576 | 
            +
                  "data.matrix": 1,
         | 
| 54577 | 
            +
                  "data.norm": 3,
         | 
| 54578 | 
            +
                  "t": 1,
         | 
| 54579 | 
            +
                  "x": 3,
         | 
| 54580 | 
            +
                  "/": 1,
         | 
| 52263 54581 | 
             
                  "ParseDates": 2,
         | 
| 52264 | 
            -
                  "lines": 4,
         | 
| 52265 54582 | 
             
                  "dates": 3,
         | 
| 52266 | 
            -
                  "matrix": 2,
         | 
| 52267 54583 | 
             
                  "unlist": 2,
         | 
| 52268 | 
            -
                  "strsplit":  | 
| 52269 | 
            -
                  "ncol": 2,
         | 
| 52270 | 
            -
                  "byrow": 2,
         | 
| 54584 | 
            +
                  "strsplit": 3,
         | 
| 52271 54585 | 
             
                  "days": 2,
         | 
| 52272 54586 | 
             
                  "times": 2,
         | 
| 52273 54587 | 
             
                  "hours": 2,
         | 
| @@ -52288,7 +54602,6 @@ | |
| 52288 54602 | 
             
                  "ggplot": 1,
         | 
| 52289 54603 | 
             
                  "aes": 2,
         | 
| 52290 54604 | 
             
                  "y": 1,
         | 
| 52291 | 
            -
                  "x": 1,
         | 
| 52292 54605 | 
             
                  "geom_point": 1,
         | 
| 52293 54606 | 
             
                  "size": 1,
         | 
| 52294 54607 | 
             
                  "Freq": 1,
         | 
| @@ -52296,11 +54609,214 @@ | |
| 52296 54609 | 
             
                  "range": 1,
         | 
| 52297 54610 | 
             
                  "ggsave": 1,
         | 
| 52298 54611 | 
             
                  "filename": 1,
         | 
| 52299 | 
            -
                  "plot": 1,
         | 
| 52300 | 
            -
                  "width": 1,
         | 
| 52301 | 
            -
                  "height": 1,
         | 
| 52302 54612 | 
             
                  "hello": 2,
         | 
| 52303 54613 | 
             
                  "print": 1,
         | 
| 54614 | 
            +
                  "module": 25,
         | 
| 54615 | 
            +
                  "code": 19,
         | 
| 54616 | 
            +
                  "available": 1,
         | 
| 54617 | 
            +
                  "via": 1,
         | 
| 54618 | 
            +
                  "the": 16,
         | 
| 54619 | 
            +
                  "environment": 4,
         | 
| 54620 | 
            +
                  "like": 1,
         | 
| 54621 | 
            +
                  "it": 3,
         | 
| 54622 | 
            +
                  "returns.": 1,
         | 
| 54623 | 
            +
                  "@param": 2,
         | 
| 54624 | 
            +
                  "an": 1,
         | 
| 54625 | 
            +
                  "identifier": 1,
         | 
| 54626 | 
            +
                  "specifying": 1,
         | 
| 54627 | 
            +
                  "full": 1,
         | 
| 54628 | 
            +
                  "path": 9,
         | 
| 54629 | 
            +
                  "search": 5,
         | 
| 54630 | 
            +
                  "see": 1,
         | 
| 54631 | 
            +
                  "Details": 1,
         | 
| 54632 | 
            +
                  "even": 1,
         | 
| 54633 | 
            +
                  "attach": 11,
         | 
| 54634 | 
            +
                  "is": 7,
         | 
| 54635 | 
            +
                  "optionally": 1,
         | 
| 54636 | 
            +
                  "attached": 2,
         | 
| 54637 | 
            +
                  "to": 8,
         | 
| 54638 | 
            +
                  "of": 1,
         | 
| 54639 | 
            +
                  "current": 2,
         | 
| 54640 | 
            +
                  "scope": 1,
         | 
| 54641 | 
            +
                  "defaults": 1,
         | 
| 54642 | 
            +
                  ".": 5,
         | 
| 54643 | 
            +
                  "However": 1,
         | 
| 54644 | 
            +
                  "interactive": 2,
         | 
| 54645 | 
            +
                  "invoked": 1,
         | 
| 54646 | 
            +
                  "directly": 1,
         | 
| 54647 | 
            +
                  "from": 3,
         | 
| 54648 | 
            +
                  "terminal": 1,
         | 
| 54649 | 
            +
                  "only": 1,
         | 
| 54650 | 
            +
                  "i.e.": 1,
         | 
| 54651 | 
            +
                  "not": 4,
         | 
| 54652 | 
            +
                  "within": 1,
         | 
| 54653 | 
            +
                  "modules": 4,
         | 
| 54654 | 
            +
                  "import.attach": 1,
         | 
| 54655 | 
            +
                  "can": 2,
         | 
| 54656 | 
            +
                  "be": 7,
         | 
| 54657 | 
            +
                  "set": 1,
         | 
| 54658 | 
            +
                  "or": 1,
         | 
| 54659 | 
            +
                  "depending": 1,
         | 
| 54660 | 
            +
                  "on": 1,
         | 
| 54661 | 
            +
                  "user": 1,
         | 
| 54662 | 
            +
                  "s": 2,
         | 
| 54663 | 
            +
                  "preference.": 1,
         | 
| 54664 | 
            +
                  "attach_operators": 3,
         | 
| 54665 | 
            +
                  "causes": 1,
         | 
| 54666 | 
            +
                  "emph": 3,
         | 
| 54667 | 
            +
                  "operators": 3,
         | 
| 54668 | 
            +
                  "by": 1,
         | 
| 54669 | 
            +
                  "default": 1,
         | 
| 54670 | 
            +
                  "path.": 1,
         | 
| 54671 | 
            +
                  "Not": 1,
         | 
| 54672 | 
            +
                  "attaching": 1,
         | 
| 54673 | 
            +
                  "them": 1,
         | 
| 54674 | 
            +
                  "therefore": 1,
         | 
| 54675 | 
            +
                  "drastically": 1,
         | 
| 54676 | 
            +
                  "limits": 1,
         | 
| 54677 | 
            +
                  "a": 5,
         | 
| 54678 | 
            +
                  "usefulness.": 1,
         | 
| 54679 | 
            +
                  "Modules": 1,
         | 
| 54680 | 
            +
                  "are": 1,
         | 
| 54681 | 
            +
                  "searched": 1,
         | 
| 54682 | 
            +
                  "options": 1,
         | 
| 54683 | 
            +
                  "priority.": 1,
         | 
| 54684 | 
            +
                  "The": 2,
         | 
| 54685 | 
            +
                  "directory": 1,
         | 
| 54686 | 
            +
                  "always": 1,
         | 
| 54687 | 
            +
                  "considered": 1,
         | 
| 54688 | 
            +
                  "first.": 1,
         | 
| 54689 | 
            +
                  "That": 1,
         | 
| 54690 | 
            +
                  "local": 3,
         | 
| 54691 | 
            +
                  "./a.r": 1,
         | 
| 54692 | 
            +
                  "will": 2,
         | 
| 54693 | 
            +
                  "loaded.": 1,
         | 
| 54694 | 
            +
                  "Module": 1,
         | 
| 54695 | 
            +
                  "names": 2,
         | 
| 54696 | 
            +
                  "fully": 1,
         | 
| 54697 | 
            +
                  "qualified": 1,
         | 
| 54698 | 
            +
                  "refer": 1,
         | 
| 54699 | 
            +
                  "nested": 1,
         | 
| 54700 | 
            +
                  "paths.": 1,
         | 
| 54701 | 
            +
                  "See": 1,
         | 
| 54702 | 
            +
                  "import": 5,
         | 
| 54703 | 
            +
                  "executed": 1,
         | 
| 54704 | 
            +
                  "global": 1,
         | 
| 54705 | 
            +
                  "effect": 1,
         | 
| 54706 | 
            +
                  "same.": 1,
         | 
| 54707 | 
            +
                  "When": 1,
         | 
| 54708 | 
            +
                  "used": 2,
         | 
| 54709 | 
            +
                  "globally": 1,
         | 
| 54710 | 
            +
                  "inside": 1,
         | 
| 54711 | 
            +
                  "newly": 2,
         | 
| 54712 | 
            +
                  "outside": 1,
         | 
| 54713 | 
            +
                  "nor": 1,
         | 
| 54714 | 
            +
                  "other": 2,
         | 
| 54715 | 
            +
                  "which": 3,
         | 
| 54716 | 
            +
                  "might": 1,
         | 
| 54717 | 
            +
                  "loaded": 4,
         | 
| 54718 | 
            +
                  "@examples": 1,
         | 
| 54719 | 
            +
                  "@seealso": 3,
         | 
| 54720 | 
            +
                  "reload": 3,
         | 
| 54721 | 
            +
                  "@export": 2,
         | 
| 54722 | 
            +
                  "substitute": 2,
         | 
| 54723 | 
            +
                  "stopifnot": 3,
         | 
| 54724 | 
            +
                  "missing": 1,
         | 
| 54725 | 
            +
                  "&&": 2,
         | 
| 54726 | 
            +
                  "module_name": 7,
         | 
| 54727 | 
            +
                  "getOption": 1,
         | 
| 54728 | 
            +
                  "else": 4,
         | 
| 54729 | 
            +
                  "class": 4,
         | 
| 54730 | 
            +
                  "module_path": 15,
         | 
| 54731 | 
            +
                  "find_module": 1,
         | 
| 54732 | 
            +
                  "stop": 1,
         | 
| 54733 | 
            +
                  "attr": 2,
         | 
| 54734 | 
            +
                  "message": 1,
         | 
| 54735 | 
            +
                  "containing_modules": 3,
         | 
| 54736 | 
            +
                  "module_init_files": 1,
         | 
| 54737 | 
            +
                  "mapply": 1,
         | 
| 54738 | 
            +
                  "do_import": 4,
         | 
| 54739 | 
            +
                  "mod_ns": 5,
         | 
| 54740 | 
            +
                  "as.character": 3,
         | 
| 54741 | 
            +
                  "module_parent": 8,
         | 
| 54742 | 
            +
                  "parent.frame": 2,
         | 
| 54743 | 
            +
                  "mod_env": 7,
         | 
| 54744 | 
            +
                  "exhibit_namespace": 3,
         | 
| 54745 | 
            +
                  "identical": 2,
         | 
| 54746 | 
            +
                  ".GlobalEnv": 2,
         | 
| 54747 | 
            +
                  "name": 9,
         | 
| 54748 | 
            +
                  "environmentName": 2,
         | 
| 54749 | 
            +
                  "parent.env": 4,
         | 
| 54750 | 
            +
                  "export_operators": 2,
         | 
| 54751 | 
            +
                  "invisible": 1,
         | 
| 54752 | 
            +
                  "is_module_loaded": 1,
         | 
| 54753 | 
            +
                  "get_loaded_module": 1,
         | 
| 54754 | 
            +
                  "namespace": 13,
         | 
| 54755 | 
            +
                  "structure": 3,
         | 
| 54756 | 
            +
                  "new.env": 1,
         | 
| 54757 | 
            +
                  "parent": 9,
         | 
| 54758 | 
            +
                  ".BaseNamespaceEnv": 1,
         | 
| 54759 | 
            +
                  "paste": 3,
         | 
| 54760 | 
            +
                  "source": 2,
         | 
| 54761 | 
            +
                  "chdir": 1,
         | 
| 54762 | 
            +
                  "envir": 5,
         | 
| 54763 | 
            +
                  "cache_module": 1,
         | 
| 54764 | 
            +
                  "exported_functions": 2,
         | 
| 54765 | 
            +
                  "lsf.str": 2,
         | 
| 54766 | 
            +
                  "list2env": 2,
         | 
| 54767 | 
            +
                  "sapply": 2,
         | 
| 54768 | 
            +
                  "get": 2,
         | 
| 54769 | 
            +
                  "ops": 2,
         | 
| 54770 | 
            +
                  "is_predefined": 2,
         | 
| 54771 | 
            +
                  "%": 2,
         | 
| 54772 | 
            +
                  "is_op": 2,
         | 
| 54773 | 
            +
                  "prefix": 3,
         | 
| 54774 | 
            +
                  "||": 1,
         | 
| 54775 | 
            +
                  "grepl": 1,
         | 
| 54776 | 
            +
                  "Filter": 1,
         | 
| 54777 | 
            +
                  "op_env": 4,
         | 
| 54778 | 
            +
                  "cache.": 1,
         | 
| 54779 | 
            +
                  "@note": 1,
         | 
| 54780 | 
            +
                  "Any": 1,
         | 
| 54781 | 
            +
                  "references": 1,
         | 
| 54782 | 
            +
                  "remain": 1,
         | 
| 54783 | 
            +
                  "unchanged": 1,
         | 
| 54784 | 
            +
                  "and": 2,
         | 
| 54785 | 
            +
                  "files": 1,
         | 
| 54786 | 
            +
                  "would": 1,
         | 
| 54787 | 
            +
                  "have": 1,
         | 
| 54788 | 
            +
                  "happened": 1,
         | 
| 54789 | 
            +
                  "without": 1,
         | 
| 54790 | 
            +
                  "unload": 2,
         | 
| 54791 | 
            +
                  "should": 2,
         | 
| 54792 | 
            +
                  "production": 1,
         | 
| 54793 | 
            +
                  "code.": 1,
         | 
| 54794 | 
            +
                  "does": 1,
         | 
| 54795 | 
            +
                  "currently": 1,
         | 
| 54796 | 
            +
                  "detach": 1,
         | 
| 54797 | 
            +
                  "environments.": 1,
         | 
| 54798 | 
            +
                  "Reload": 1,
         | 
| 54799 | 
            +
                  "given": 1,
         | 
| 54800 | 
            +
                  "Remove": 1,
         | 
| 54801 | 
            +
                  "cache": 1,
         | 
| 54802 | 
            +
                  "forcing": 1,
         | 
| 54803 | 
            +
                  "reload.": 1,
         | 
| 54804 | 
            +
                  "reloaded": 1,
         | 
| 54805 | 
            +
                  "reference": 1,
         | 
| 54806 | 
            +
                  "unloaded": 1,
         | 
| 54807 | 
            +
                  "still": 1,
         | 
| 54808 | 
            +
                  "work.": 1,
         | 
| 54809 | 
            +
                  "Reloading": 1,
         | 
| 54810 | 
            +
                  "primarily": 1,
         | 
| 54811 | 
            +
                  "useful": 1,
         | 
| 54812 | 
            +
                  "testing": 1,
         | 
| 54813 | 
            +
                  "during": 1,
         | 
| 54814 | 
            +
                  "module_ref": 3,
         | 
| 54815 | 
            +
                  "rm": 1,
         | 
| 54816 | 
            +
                  "list": 1,
         | 
| 54817 | 
            +
                  ".loaded_modules": 1,
         | 
| 54818 | 
            +
                  "whatnot.": 1,
         | 
| 54819 | 
            +
                  "assign": 1,
         | 
| 52304 54820 | 
             
                  "##polyg": 1,
         | 
| 52305 54821 | 
             
                  "vector": 2,
         | 
| 52306 54822 | 
             
                  "##numpoints": 1,
         | 
| @@ -52314,8 +54830,7 @@ | |
| 52314 54830 | 
             
                  "pts": 1,
         | 
| 52315 54831 | 
             
                  "spsample": 1,
         | 
| 52316 54832 | 
             
                  "polyg": 1,
         | 
| 52317 | 
            -
                  "numpoints": 1 | 
| 52318 | 
            -
                  "type": 1
         | 
| 54833 | 
            +
                  "numpoints": 1
         | 
| 52319 54834 | 
             
                },
         | 
| 52320 54835 | 
             
                "Racket": {
         | 
| 52321 54836 | 
             
                  ";": 3,
         | 
| @@ -52884,6 +55399,249 @@ | |
| 52884 55399 | 
             
                  "print": 4,
         | 
| 52885 55400 | 
             
                  "author": 1
         | 
| 52886 55401 | 
             
                },
         | 
| 55402 | 
            +
                "Red": {
         | 
| 55403 | 
            +
                  "Red": 3,
         | 
| 55404 | 
            +
                  "[": 111,
         | 
| 55405 | 
            +
                  "Title": 2,
         | 
| 55406 | 
            +
                  "Author": 1,
         | 
| 55407 | 
            +
                  "]": 114,
         | 
| 55408 | 
            +
                  "File": 1,
         | 
| 55409 | 
            +
                  "%": 2,
         | 
| 55410 | 
            +
                  "console.red": 1,
         | 
| 55411 | 
            +
                  "Tabs": 1,
         | 
| 55412 | 
            +
                  "Rights": 1,
         | 
| 55413 | 
            +
                  "License": 2,
         | 
| 55414 | 
            +
                  "{": 11,
         | 
| 55415 | 
            +
                  "Distributed": 1,
         | 
| 55416 | 
            +
                  "under": 1,
         | 
| 55417 | 
            +
                  "the": 3,
         | 
| 55418 | 
            +
                  "Boost": 1,
         | 
| 55419 | 
            +
                  "Software": 1,
         | 
| 55420 | 
            +
                  "Version": 1,
         | 
| 55421 | 
            +
                  "See": 1,
         | 
| 55422 | 
            +
                  "https": 1,
         | 
| 55423 | 
            +
                  "//github.com/dockimbel/Red/blob/master/BSL": 1,
         | 
| 55424 | 
            +
                  "-": 74,
         | 
| 55425 | 
            +
                  "License.txt": 1,
         | 
| 55426 | 
            +
                  "}": 11,
         | 
| 55427 | 
            +
                  "Purpose": 2,
         | 
| 55428 | 
            +
                  "Language": 2,
         | 
| 55429 | 
            +
                  "http": 2,
         | 
| 55430 | 
            +
                  "//www.red": 2,
         | 
| 55431 | 
            +
                  "lang.org/": 2,
         | 
| 55432 | 
            +
                  "#system": 1,
         | 
| 55433 | 
            +
                  "global": 1,
         | 
| 55434 | 
            +
                  "#either": 3,
         | 
| 55435 | 
            +
                  "OS": 3,
         | 
| 55436 | 
            +
                  "MacOSX": 2,
         | 
| 55437 | 
            +
                  "History": 1,
         | 
| 55438 | 
            +
                  "library": 1,
         | 
| 55439 | 
            +
                  "cdecl": 3,
         | 
| 55440 | 
            +
                  "add": 2,
         | 
| 55441 | 
            +
                  "history": 2,
         | 
| 55442 | 
            +
                  ";": 31,
         | 
| 55443 | 
            +
                  "Add": 1,
         | 
| 55444 | 
            +
                  "line": 9,
         | 
| 55445 | 
            +
                  "to": 2,
         | 
| 55446 | 
            +
                  "history.": 1,
         | 
| 55447 | 
            +
                  "c": 7,
         | 
| 55448 | 
            +
                  "string": 10,
         | 
| 55449 | 
            +
                  "rl": 4,
         | 
| 55450 | 
            +
                  "insert": 3,
         | 
| 55451 | 
            +
                  "wrapper": 2,
         | 
| 55452 | 
            +
                  "func": 1,
         | 
| 55453 | 
            +
                  "count": 3,
         | 
| 55454 | 
            +
                  "integer": 16,
         | 
| 55455 | 
            +
                  "key": 3,
         | 
| 55456 | 
            +
                  "return": 10,
         | 
| 55457 | 
            +
                  "Windows": 2,
         | 
| 55458 | 
            +
                  "system/platform": 1,
         | 
| 55459 | 
            +
                  "ret": 5,
         | 
| 55460 | 
            +
                  "AttachConsole": 1,
         | 
| 55461 | 
            +
                  "if": 2,
         | 
| 55462 | 
            +
                  "zero": 3,
         | 
| 55463 | 
            +
                  "print": 5,
         | 
| 55464 | 
            +
                  "halt": 2,
         | 
| 55465 | 
            +
                  "SetConsoleTitle": 1,
         | 
| 55466 | 
            +
                  "as": 4,
         | 
| 55467 | 
            +
                  "string/rs": 1,
         | 
| 55468 | 
            +
                  "head": 1,
         | 
| 55469 | 
            +
                  "str": 4,
         | 
| 55470 | 
            +
                  "bind": 1,
         | 
| 55471 | 
            +
                  "tab": 3,
         | 
| 55472 | 
            +
                  "input": 2,
         | 
| 55473 | 
            +
                  "routine": 1,
         | 
| 55474 | 
            +
                  "prompt": 3,
         | 
| 55475 | 
            +
                  "/local": 1,
         | 
| 55476 | 
            +
                  "len": 1,
         | 
| 55477 | 
            +
                  "buffer": 4,
         | 
| 55478 | 
            +
                  "string/load": 1,
         | 
| 55479 | 
            +
                  "+": 1,
         | 
| 55480 | 
            +
                  "length": 1,
         | 
| 55481 | 
            +
                  "free": 1,
         | 
| 55482 | 
            +
                  "byte": 3,
         | 
| 55483 | 
            +
                  "ptr": 14,
         | 
| 55484 | 
            +
                  "SET_RETURN": 1,
         | 
| 55485 | 
            +
                  "(": 6,
         | 
| 55486 | 
            +
                  ")": 4,
         | 
| 55487 | 
            +
                  "delimiters": 1,
         | 
| 55488 | 
            +
                  "function": 6,
         | 
| 55489 | 
            +
                  "block": 3,
         | 
| 55490 | 
            +
                  "list": 1,
         | 
| 55491 | 
            +
                  "copy": 2,
         | 
| 55492 | 
            +
                  "none": 1,
         | 
| 55493 | 
            +
                  "foreach": 1,
         | 
| 55494 | 
            +
                  "case": 2,
         | 
| 55495 | 
            +
                  "escaped": 2,
         | 
| 55496 | 
            +
                  "no": 2,
         | 
| 55497 | 
            +
                  "in": 2,
         | 
| 55498 | 
            +
                  "comment": 2,
         | 
| 55499 | 
            +
                  "switch": 3,
         | 
| 55500 | 
            +
                  "#": 8,
         | 
| 55501 | 
            +
                  "mono": 3,
         | 
| 55502 | 
            +
                  "mode": 3,
         | 
| 55503 | 
            +
                  "cnt/1": 1,
         | 
| 55504 | 
            +
                  "red": 1,
         | 
| 55505 | 
            +
                  "eval": 1,
         | 
| 55506 | 
            +
                  "code": 3,
         | 
| 55507 | 
            +
                  "load/all": 1,
         | 
| 55508 | 
            +
                  "unless": 1,
         | 
| 55509 | 
            +
                  "tail": 1,
         | 
| 55510 | 
            +
                  "set/any": 1,
         | 
| 55511 | 
            +
                  "not": 1,
         | 
| 55512 | 
            +
                  "script/2": 1,
         | 
| 55513 | 
            +
                  "do": 2,
         | 
| 55514 | 
            +
                  "skip": 1,
         | 
| 55515 | 
            +
                  "script": 1,
         | 
| 55516 | 
            +
                  "quit": 2,
         | 
| 55517 | 
            +
                  "init": 1,
         | 
| 55518 | 
            +
                  "console": 2,
         | 
| 55519 | 
            +
                  "Console": 1,
         | 
| 55520 | 
            +
                  "alpha": 1,
         | 
| 55521 | 
            +
                  "version": 3,
         | 
| 55522 | 
            +
                  "only": 1,
         | 
| 55523 | 
            +
                  "ASCII": 1,
         | 
| 55524 | 
            +
                  "supported": 1,
         | 
| 55525 | 
            +
                  "Red/System": 1,
         | 
| 55526 | 
            +
                  "#include": 1,
         | 
| 55527 | 
            +
                  "../common/FPU": 1,
         | 
| 55528 | 
            +
                  "configuration.reds": 1,
         | 
| 55529 | 
            +
                  "C": 1,
         | 
| 55530 | 
            +
                  "types": 1,
         | 
| 55531 | 
            +
                  "#define": 2,
         | 
| 55532 | 
            +
                  "time": 2,
         | 
| 55533 | 
            +
                  "long": 2,
         | 
| 55534 | 
            +
                  "clock": 1,
         | 
| 55535 | 
            +
                  "date": 1,
         | 
| 55536 | 
            +
                  "alias": 2,
         | 
| 55537 | 
            +
                  "struct": 5,
         | 
| 55538 | 
            +
                  "second": 1,
         | 
| 55539 | 
            +
                  "minute": 1,
         | 
| 55540 | 
            +
                  "hour": 1,
         | 
| 55541 | 
            +
                  "day": 1,
         | 
| 55542 | 
            +
                  "month": 1,
         | 
| 55543 | 
            +
                  "year": 1,
         | 
| 55544 | 
            +
                  "Since": 1,
         | 
| 55545 | 
            +
                  "weekday": 1,
         | 
| 55546 | 
            +
                  "since": 1,
         | 
| 55547 | 
            +
                  "Sunday": 1,
         | 
| 55548 | 
            +
                  "yearday": 1,
         | 
| 55549 | 
            +
                  "daylight": 1,
         | 
| 55550 | 
            +
                  "saving": 1,
         | 
| 55551 | 
            +
                  "Negative": 1,
         | 
| 55552 | 
            +
                  "unknown": 1,
         | 
| 55553 | 
            +
                  "#import": 1,
         | 
| 55554 | 
            +
                  "LIBC": 1,
         | 
| 55555 | 
            +
                  "file": 1,
         | 
| 55556 | 
            +
                  "Error": 1,
         | 
| 55557 | 
            +
                  "handling": 1,
         | 
| 55558 | 
            +
                  "form": 1,
         | 
| 55559 | 
            +
                  "error": 5,
         | 
| 55560 | 
            +
                  "Return": 1,
         | 
| 55561 | 
            +
                  "description.": 1,
         | 
| 55562 | 
            +
                  "Print": 1,
         | 
| 55563 | 
            +
                  "standard": 1,
         | 
| 55564 | 
            +
                  "output.": 1,
         | 
| 55565 | 
            +
                  "Memory": 1,
         | 
| 55566 | 
            +
                  "management": 1,
         | 
| 55567 | 
            +
                  "make": 1,
         | 
| 55568 | 
            +
                  "Allocate": 1,
         | 
| 55569 | 
            +
                  "filled": 1,
         | 
| 55570 | 
            +
                  "memory.": 1,
         | 
| 55571 | 
            +
                  "chunks": 1,
         | 
| 55572 | 
            +
                  "size": 5,
         | 
| 55573 | 
            +
                  "binary": 4,
         | 
| 55574 | 
            +
                  "resize": 1,
         | 
| 55575 | 
            +
                  "Resize": 1,
         | 
| 55576 | 
            +
                  "memory": 2,
         | 
| 55577 | 
            +
                  "allocation.": 1,
         | 
| 55578 | 
            +
                  "JVM": 6,
         | 
| 55579 | 
            +
                  "reserved0": 1,
         | 
| 55580 | 
            +
                  "int": 6,
         | 
| 55581 | 
            +
                  "reserved1": 1,
         | 
| 55582 | 
            +
                  "reserved2": 1,
         | 
| 55583 | 
            +
                  "DestroyJavaVM": 1,
         | 
| 55584 | 
            +
                  "JNICALL": 5,
         | 
| 55585 | 
            +
                  "vm": 5,
         | 
| 55586 | 
            +
                  "jint": 5,
         | 
| 55587 | 
            +
                  "AttachCurrentThread": 1,
         | 
| 55588 | 
            +
                  "penv": 3,
         | 
| 55589 | 
            +
                  "p": 3,
         | 
| 55590 | 
            +
                  "args": 2,
         | 
| 55591 | 
            +
                  "DetachCurrentThread": 1,
         | 
| 55592 | 
            +
                  "GetEnv": 1,
         | 
| 55593 | 
            +
                  "AttachCurrentThreadAsDaemon": 1,
         | 
| 55594 | 
            +
                  "just": 2,
         | 
| 55595 | 
            +
                  "some": 2,
         | 
| 55596 | 
            +
                  "datatypes": 1,
         | 
| 55597 | 
            +
                  "for": 1,
         | 
| 55598 | 
            +
                  "testing": 1,
         | 
| 55599 | 
            +
                  "#some": 1,
         | 
| 55600 | 
            +
                  "hash": 1,
         | 
| 55601 | 
            +
                  "FF0000": 3,
         | 
| 55602 | 
            +
                  "FF000000": 2,
         | 
| 55603 | 
            +
                  "with": 4,
         | 
| 55604 | 
            +
                  "instead": 1,
         | 
| 55605 | 
            +
                  "of": 1,
         | 
| 55606 | 
            +
                  "space": 2,
         | 
| 55607 | 
            +
                  "/wAAAA": 1,
         | 
| 55608 | 
            +
                  "/wAAA": 2,
         | 
| 55609 | 
            +
                  "A": 2,
         | 
| 55610 | 
            +
                  "inside": 2,
         | 
| 55611 | 
            +
                  "char": 1,
         | 
| 55612 | 
            +
                  "bla": 2,
         | 
| 55613 | 
            +
                  "ff": 1,
         | 
| 55614 | 
            +
                  "foo": 3,
         | 
| 55615 | 
            +
                  "numbers": 1,
         | 
| 55616 | 
            +
                  "which": 1,
         | 
| 55617 | 
            +
                  "interpreter": 1,
         | 
| 55618 | 
            +
                  "path": 1,
         | 
| 55619 | 
            +
                  "h": 1,
         | 
| 55620 | 
            +
                  "#if": 1,
         | 
| 55621 | 
            +
                  "type": 1,
         | 
| 55622 | 
            +
                  "exe": 1,
         | 
| 55623 | 
            +
                  "push": 3,
         | 
| 55624 | 
            +
                  "system/stack/frame": 2,
         | 
| 55625 | 
            +
                  "save": 1,
         | 
| 55626 | 
            +
                  "previous": 1,
         | 
| 55627 | 
            +
                  "frame": 2,
         | 
| 55628 | 
            +
                  "pointer": 2,
         | 
| 55629 | 
            +
                  "system/stack/top": 1,
         | 
| 55630 | 
            +
                  "@@": 1,
         | 
| 55631 | 
            +
                  "reposition": 1,
         | 
| 55632 | 
            +
                  "after": 1,
         | 
| 55633 | 
            +
                  "catch": 1,
         | 
| 55634 | 
            +
                  "flag": 1,
         | 
| 55635 | 
            +
                  "CATCH_ALL": 1,
         | 
| 55636 | 
            +
                  "exceptions": 1,
         | 
| 55637 | 
            +
                  "root": 1,
         | 
| 55638 | 
            +
                  "barrier": 1,
         | 
| 55639 | 
            +
                  "keep": 1,
         | 
| 55640 | 
            +
                  "stack": 1,
         | 
| 55641 | 
            +
                  "aligned": 1,
         | 
| 55642 | 
            +
                  "on": 1,
         | 
| 55643 | 
            +
                  "bit": 1
         | 
| 55644 | 
            +
                },
         | 
| 52887 55645 | 
             
                "RMarkdown": {
         | 
| 52888 55646 | 
             
                  "Some": 1,
         | 
| 52889 55647 | 
             
                  "text.": 1,
         | 
| @@ -61025,8 +63783,132 @@ | |
| 61025 63783 | 
             
                  "return": 1
         | 
| 61026 63784 | 
             
                },
         | 
| 61027 63785 | 
             
                "XML": {
         | 
| 61028 | 
            -
                  "<?xml>":  | 
| 61029 | 
            -
                  "version=":  | 
| 63786 | 
            +
                  "<?xml>": 10,
         | 
| 63787 | 
            +
                  "version=": 16,
         | 
| 63788 | 
            +
                  "encoding=": 7,
         | 
| 63789 | 
            +
                  "<Project>": 7,
         | 
| 63790 | 
            +
                  "ToolsVersion=": 6,
         | 
| 63791 | 
            +
                  "DefaultTargets=": 5,
         | 
| 63792 | 
            +
                  "xmlns=": 7,
         | 
| 63793 | 
            +
                  "<Import>": 21,
         | 
| 63794 | 
            +
                  "Project=": 12,
         | 
| 63795 | 
            +
                  "Condition=": 37,
         | 
| 63796 | 
            +
                  "<PropertyGroup>": 26,
         | 
| 63797 | 
            +
                  "<Configuration>": 6,
         | 
| 63798 | 
            +
                  "Debug": 10,
         | 
| 63799 | 
            +
                  "</Configuration>": 6,
         | 
| 63800 | 
            +
                  "<Platform>": 6,
         | 
| 63801 | 
            +
                  "AnyCPU": 10,
         | 
| 63802 | 
            +
                  "</Platform>": 6,
         | 
| 63803 | 
            +
                  "<ProjectGuid>": 5,
         | 
| 63804 | 
            +
                  "{": 6,
         | 
| 63805 | 
            +
                  "D9BF15": 1,
         | 
| 63806 | 
            +
                  "-": 90,
         | 
| 63807 | 
            +
                  "D10": 1,
         | 
| 63808 | 
            +
                  "ABAD688E8B": 1,
         | 
| 63809 | 
            +
                  "}": 6,
         | 
| 63810 | 
            +
                  "</ProjectGuid>": 5,
         | 
| 63811 | 
            +
                  "<OutputType>": 4,
         | 
| 63812 | 
            +
                  "Exe": 4,
         | 
| 63813 | 
            +
                  "</OutputType>": 4,
         | 
| 63814 | 
            +
                  "<AppDesignerFolder>": 2,
         | 
| 63815 | 
            +
                  "Properties": 3,
         | 
| 63816 | 
            +
                  "</AppDesignerFolder>": 2,
         | 
| 63817 | 
            +
                  "<RootNamespace>": 5,
         | 
| 63818 | 
            +
                  "csproj_sample": 1,
         | 
| 63819 | 
            +
                  "</RootNamespace>": 5,
         | 
| 63820 | 
            +
                  "<AssemblyName>": 4,
         | 
| 63821 | 
            +
                  "csproj": 1,
         | 
| 63822 | 
            +
                  "sample": 6,
         | 
| 63823 | 
            +
                  "</AssemblyName>": 4,
         | 
| 63824 | 
            +
                  "<TargetFrameworkVersion>": 5,
         | 
| 63825 | 
            +
                  "v4.5.1": 5,
         | 
| 63826 | 
            +
                  "</TargetFrameworkVersion>": 5,
         | 
| 63827 | 
            +
                  "<FileAlignment>": 3,
         | 
| 63828 | 
            +
                  "</FileAlignment>": 3,
         | 
| 63829 | 
            +
                  "<AutoGenerateBindingRedirects>": 3,
         | 
| 63830 | 
            +
                  "true": 24,
         | 
| 63831 | 
            +
                  "</AutoGenerateBindingRedirects>": 3,
         | 
| 63832 | 
            +
                  "</PropertyGroup>": 25,
         | 
| 63833 | 
            +
                  "<PlatformTarget>": 6,
         | 
| 63834 | 
            +
                  "</PlatformTarget>": 6,
         | 
| 63835 | 
            +
                  "<DebugSymbols>": 5,
         | 
| 63836 | 
            +
                  "</DebugSymbols>": 5,
         | 
| 63837 | 
            +
                  "<DebugType>": 6,
         | 
| 63838 | 
            +
                  "full": 4,
         | 
| 63839 | 
            +
                  "</DebugType>": 6,
         | 
| 63840 | 
            +
                  "<Optimize>": 7,
         | 
| 63841 | 
            +
                  "false": 10,
         | 
| 63842 | 
            +
                  "</Optimize>": 7,
         | 
| 63843 | 
            +
                  "<OutputPath>": 8,
         | 
| 63844 | 
            +
                  "bin": 11,
         | 
| 63845 | 
            +
                  "</OutputPath>": 8,
         | 
| 63846 | 
            +
                  "<DefineConstants>": 6,
         | 
| 63847 | 
            +
                  "DEBUG": 3,
         | 
| 63848 | 
            +
                  ";": 52,
         | 
| 63849 | 
            +
                  "TRACE": 6,
         | 
| 63850 | 
            +
                  "</DefineConstants>": 6,
         | 
| 63851 | 
            +
                  "<ErrorReport>": 4,
         | 
| 63852 | 
            +
                  "prompt": 4,
         | 
| 63853 | 
            +
                  "</ErrorReport>": 4,
         | 
| 63854 | 
            +
                  "<WarningLevel>": 8,
         | 
| 63855 | 
            +
                  "</WarningLevel>": 8,
         | 
| 63856 | 
            +
                  "pdbonly": 3,
         | 
| 63857 | 
            +
                  "Release": 6,
         | 
| 63858 | 
            +
                  "<ItemGroup>": 26,
         | 
| 63859 | 
            +
                  "<Reference>": 30,
         | 
| 63860 | 
            +
                  "Include=": 78,
         | 
| 63861 | 
            +
                  "</ItemGroup>": 26,
         | 
| 63862 | 
            +
                  "<Compile>": 10,
         | 
| 63863 | 
            +
                  "<None>": 5,
         | 
| 63864 | 
            +
                  "</Project>": 7,
         | 
| 63865 | 
            +
                  "<SchemaVersion>": 2,
         | 
| 63866 | 
            +
                  "</SchemaVersion>": 2,
         | 
| 63867 | 
            +
                  "cfa7a11": 1,
         | 
| 63868 | 
            +
                  "a5cd": 1,
         | 
| 63869 | 
            +
                  "bd7b": 1,
         | 
| 63870 | 
            +
                  "b210d4d51a29": 1,
         | 
| 63871 | 
            +
                  "fsproj_sample": 2,
         | 
| 63872 | 
            +
                  "<TargetFSharpCoreVersion>": 1,
         | 
| 63873 | 
            +
                  "</TargetFSharpCoreVersion>": 1,
         | 
| 63874 | 
            +
                  "<Name>": 3,
         | 
| 63875 | 
            +
                  "fsproj": 1,
         | 
| 63876 | 
            +
                  "</Name>": 3,
         | 
| 63877 | 
            +
                  "<Tailcalls>": 2,
         | 
| 63878 | 
            +
                  "</Tailcalls>": 2,
         | 
| 63879 | 
            +
                  "<DocumentationFile>": 5,
         | 
| 63880 | 
            +
                  "fsproj_sample.XML": 2,
         | 
| 63881 | 
            +
                  "</DocumentationFile>": 5,
         | 
| 63882 | 
            +
                  "<Prefer32Bit>": 2,
         | 
| 63883 | 
            +
                  "</Prefer32Bit>": 2,
         | 
| 63884 | 
            +
                  "<Private>": 2,
         | 
| 63885 | 
            +
                  "True": 13,
         | 
| 63886 | 
            +
                  "</Private>": 2,
         | 
| 63887 | 
            +
                  "</Reference>": 5,
         | 
| 63888 | 
            +
                  "<MinimumVisualStudioVersion>": 1,
         | 
| 63889 | 
            +
                  "</MinimumVisualStudioVersion>": 1,
         | 
| 63890 | 
            +
                  "<Choose>": 1,
         | 
| 63891 | 
            +
                  "<When>": 1,
         | 
| 63892 | 
            +
                  "<FSharpTargetsPath>": 2,
         | 
| 63893 | 
            +
                  "(": 65,
         | 
| 63894 | 
            +
                  "MSBuildExtensionsPath32": 2,
         | 
| 63895 | 
            +
                  ")": 58,
         | 
| 63896 | 
            +
                  "..": 1,
         | 
| 63897 | 
            +
                  "Microsoft": 2,
         | 
| 63898 | 
            +
                  "SDKs": 1,
         | 
| 63899 | 
            +
                  "F#": 1,
         | 
| 63900 | 
            +
                  "Framework": 1,
         | 
| 63901 | 
            +
                  "v4.0": 1,
         | 
| 63902 | 
            +
                  "Microsoft.FSharp.Targets": 2,
         | 
| 63903 | 
            +
                  "</FSharpTargetsPath>": 2,
         | 
| 63904 | 
            +
                  "</When>": 1,
         | 
| 63905 | 
            +
                  "<Otherwise>": 1,
         | 
| 63906 | 
            +
                  "VisualStudio": 1,
         | 
| 63907 | 
            +
                  "v": 1,
         | 
| 63908 | 
            +
                  "VisualStudioVersion": 1,
         | 
| 63909 | 
            +
                  "FSharp": 1,
         | 
| 63910 | 
            +
                  "</Otherwise>": 1,
         | 
| 63911 | 
            +
                  "</Choose>": 1,
         | 
| 61030 63912 | 
             
                  "<project>": 1,
         | 
| 61031 63913 | 
             
                  "name=": 227,
         | 
| 61032 63914 | 
             
                  "xmlns": 2,
         | 
| @@ -61035,7 +63917,6 @@ | |
| 61035 63917 | 
             
                  "This": 21,
         | 
| 61036 63918 | 
             
                  "easyant": 3,
         | 
| 61037 63919 | 
             
                  "module.ant": 1,
         | 
| 61038 | 
            -
                  "sample": 2,
         | 
| 61039 63920 | 
             
                  "file": 3,
         | 
| 61040 63921 | 
             
                  "is": 123,
         | 
| 61041 63922 | 
             
                  "optionnal": 1,
         | 
| @@ -61101,7 +63982,6 @@ | |
| 61101 63982 | 
             
                  "default": 9,
         | 
| 61102 63983 | 
             
                  "junit": 2,
         | 
| 61103 63984 | 
             
                  "test": 7,
         | 
| 61104 | 
            -
                  "-": 50,
         | 
| 61105 63985 | 
             
                  "/": 6,
         | 
| 61106 63986 | 
             
                  "</dependencies>": 1,
         | 
| 61107 63987 | 
             
                  "</ivy-module>": 1,
         | 
| @@ -61127,9 +64007,7 @@ | |
| 61127 64007 | 
             
                  "used": 19,
         | 
| 61128 64008 | 
             
                  "both": 2,
         | 
| 61129 64009 | 
             
                  "Changing": 5,
         | 
| 61130 | 
            -
                  "(": 53,
         | 
| 61131 64010 | 
             
                  "i.e.": 23,
         | 
| 61132 | 
            -
                  ")": 46,
         | 
| 61133 64011 | 
             
                  "Changed": 4,
         | 
| 61134 64012 | 
             
                  "Observables.": 2,
         | 
| 61135 64013 | 
             
                  "In": 6,
         | 
| @@ -61289,7 +64167,6 @@ | |
| 61289 64167 | 
             
                  "ItemChanging": 2,
         | 
| 61290 64168 | 
             
                  "ItemChanged": 2,
         | 
| 61291 64169 | 
             
                  "properties": 29,
         | 
| 61292 | 
            -
                  ";": 10,
         | 
| 61293 64170 | 
             
                  "implementing": 2,
         | 
| 61294 64171 | 
             
                  "rebroadcast": 2,
         | 
| 61295 64172 | 
             
                  "through": 3,
         | 
| @@ -61337,7 +64214,7 @@ | |
| 61337 64214 | 
             
                  "to.": 7,
         | 
| 61338 64215 | 
             
                  "</typeparam>": 12,
         | 
| 61339 64216 | 
             
                  "<param>": 84,
         | 
| 61340 | 
            -
                  "A":  | 
| 64217 | 
            +
                  "A": 20,
         | 
| 61341 64218 | 
             
                  "identical": 11,
         | 
| 61342 64219 | 
             
                  "types": 10,
         | 
| 61343 64220 | 
             
                  "one": 27,
         | 
| @@ -61349,7 +64226,6 @@ | |
| 61349 64226 | 
             
                  "particular": 2,
         | 
| 61350 64227 | 
             
                  "registered.": 2,
         | 
| 61351 64228 | 
             
                  "message.": 1,
         | 
| 61352 | 
            -
                  "True": 6,
         | 
| 61353 64229 | 
             
                  "posted": 3,
         | 
| 61354 64230 | 
             
                  "Type.": 2,
         | 
| 61355 64231 | 
             
                  "Registers": 3,
         | 
| @@ -61425,7 +64301,6 @@ | |
| 61425 64301 | 
             
                  "evicted": 2,
         | 
| 61426 64302 | 
             
                  "because": 2,
         | 
| 61427 64303 | 
             
                  "Invalidate": 2,
         | 
| 61428 | 
            -
                  "full": 1,
         | 
| 61429 64304 | 
             
                  "Evaluates": 1,
         | 
| 61430 64305 | 
             
                  "returning": 1,
         | 
| 61431 64306 | 
             
                  "cached": 2,
         | 
| @@ -61643,7 +64518,6 @@ | |
| 61643 64518 | 
             
                  "notification": 6,
         | 
| 61644 64519 | 
             
                  "Attempts": 1,
         | 
| 61645 64520 | 
             
                  "expression": 3,
         | 
| 61646 | 
            -
                  "false": 2,
         | 
| 61647 64521 | 
             
                  "expression.": 1,
         | 
| 61648 64522 | 
             
                  "entire": 1,
         | 
| 61649 64523 | 
             
                  "able": 1,
         | 
| @@ -61733,7 +64607,7 @@ | |
| 61733 64607 | 
             
                  "private": 1,
         | 
| 61734 64608 | 
             
                  "field.": 1,
         | 
| 61735 64609 | 
             
                  "Reference": 1,
         | 
| 61736 | 
            -
                  "Use":  | 
| 64610 | 
            +
                  "Use": 15,
         | 
| 61737 64611 | 
             
                  "custom": 4,
         | 
| 61738 64612 | 
             
                  "raiseAndSetIfChanged": 1,
         | 
| 61739 64613 | 
             
                  "doesn": 1,
         | 
| @@ -61809,7 +64683,40 @@ | |
| 61809 64683 | 
             
                  "setup.": 12,
         | 
| 61810 64684 | 
             
                  "</members>": 1,
         | 
| 61811 64685 | 
             
                  "</doc>": 1,
         | 
| 61812 | 
            -
                  " | 
| 64686 | 
            +
                  "<ProductVersion>": 1,
         | 
| 64687 | 
            +
                  "</ProductVersion>": 1,
         | 
| 64688 | 
            +
                  "c67af951": 1,
         | 
| 64689 | 
            +
                  "d8d6376993e7": 1,
         | 
| 64690 | 
            +
                  "nproj_sample": 2,
         | 
| 64691 | 
            +
                  "<NoStdLib>": 1,
         | 
| 64692 | 
            +
                  "</NoStdLib>": 1,
         | 
| 64693 | 
            +
                  "<NemerleVersion>": 1,
         | 
| 64694 | 
            +
                  "Net": 1,
         | 
| 64695 | 
            +
                  "</NemerleVersion>": 1,
         | 
| 64696 | 
            +
                  "<NemerleBinPathRoot>": 1,
         | 
| 64697 | 
            +
                  "ProgramFiles": 1,
         | 
| 64698 | 
            +
                  "Nemerle": 3,
         | 
| 64699 | 
            +
                  "</NemerleBinPathRoot>": 1,
         | 
| 64700 | 
            +
                  "<Nemerle>": 1,
         | 
| 64701 | 
            +
                  "NemerleBinPathRoot": 1,
         | 
| 64702 | 
            +
                  "NemerleVersion": 1,
         | 
| 64703 | 
            +
                  "</Nemerle>": 1,
         | 
| 64704 | 
            +
                  "nproj": 1,
         | 
| 64705 | 
            +
                  "OutputPath": 1,
         | 
| 64706 | 
            +
                  "AssemblyName": 1,
         | 
| 64707 | 
            +
                  ".xml": 1,
         | 
| 64708 | 
            +
                  "<RequiredTargetFramework>": 3,
         | 
| 64709 | 
            +
                  "</RequiredTargetFramework>": 3,
         | 
| 64710 | 
            +
                  "<SpecificVersion>": 1,
         | 
| 64711 | 
            +
                  "False": 1,
         | 
| 64712 | 
            +
                  "</SpecificVersion>": 1,
         | 
| 64713 | 
            +
                  "<HintPath>": 2,
         | 
| 64714 | 
            +
                  "Nemerle.dll": 1,
         | 
| 64715 | 
            +
                  "</HintPath>": 2,
         | 
| 64716 | 
            +
                  "<MacroReference>": 1,
         | 
| 64717 | 
            +
                  "Nemerle.Linq.dll": 1,
         | 
| 64718 | 
            +
                  "</MacroReference>": 1,
         | 
| 64719 | 
            +
                  "<Folder>": 1,
         | 
| 61813 64720 | 
             
                  "<!DOCTYPE>": 1,
         | 
| 61814 64721 | 
             
                  "TS": 1,
         | 
| 61815 64722 | 
             
                  "<TS>": 1,
         | 
| @@ -61851,6 +64758,196 @@ | |
| 61851 64758 | 
             
                  "Ingl": 1,
         | 
| 61852 64759 | 
             
                  "</context>": 1,
         | 
| 61853 64760 | 
             
                  "</TS>": 1,
         | 
| 64761 | 
            +
                  "MyCommon": 1,
         | 
| 64762 | 
            +
                  "<Target>": 1,
         | 
| 64763 | 
            +
                  "Name=": 1,
         | 
| 64764 | 
            +
                  "<Message>": 1,
         | 
| 64765 | 
            +
                  "Text=": 1,
         | 
| 64766 | 
            +
                  "</Target>": 1,
         | 
| 64767 | 
            +
                  "D377F": 1,
         | 
| 64768 | 
            +
                  "A798": 1,
         | 
| 64769 | 
            +
                  "B3FD04C": 1,
         | 
| 64770 | 
            +
                  "<StartupObject>": 1,
         | 
| 64771 | 
            +
                  "vbproj_sample.Module1": 1,
         | 
| 64772 | 
            +
                  "</StartupObject>": 1,
         | 
| 64773 | 
            +
                  "vbproj_sample": 1,
         | 
| 64774 | 
            +
                  "vbproj": 3,
         | 
| 64775 | 
            +
                  "<MyType>": 1,
         | 
| 64776 | 
            +
                  "Console": 3,
         | 
| 64777 | 
            +
                  "</MyType>": 1,
         | 
| 64778 | 
            +
                  "<DefineDebug>": 2,
         | 
| 64779 | 
            +
                  "</DefineDebug>": 2,
         | 
| 64780 | 
            +
                  "<DefineTrace>": 2,
         | 
| 64781 | 
            +
                  "</DefineTrace>": 2,
         | 
| 64782 | 
            +
                  "sample.xml": 2,
         | 
| 64783 | 
            +
                  "<NoWarn>": 2,
         | 
| 64784 | 
            +
                  "</NoWarn>": 2,
         | 
| 64785 | 
            +
                  "<OptionExplicit>": 1,
         | 
| 64786 | 
            +
                  "On": 2,
         | 
| 64787 | 
            +
                  "</OptionExplicit>": 1,
         | 
| 64788 | 
            +
                  "<OptionCompare>": 1,
         | 
| 64789 | 
            +
                  "Binary": 1,
         | 
| 64790 | 
            +
                  "</OptionCompare>": 1,
         | 
| 64791 | 
            +
                  "<OptionStrict>": 1,
         | 
| 64792 | 
            +
                  "Off": 1,
         | 
| 64793 | 
            +
                  "</OptionStrict>": 1,
         | 
| 64794 | 
            +
                  "<OptionInfer>": 1,
         | 
| 64795 | 
            +
                  "</OptionInfer>": 1,
         | 
| 64796 | 
            +
                  "<AutoGen>": 3,
         | 
| 64797 | 
            +
                  "</AutoGen>": 3,
         | 
| 64798 | 
            +
                  "<DependentUpon>": 3,
         | 
| 64799 | 
            +
                  "Application.myapp": 1,
         | 
| 64800 | 
            +
                  "</DependentUpon>": 3,
         | 
| 64801 | 
            +
                  "</Compile>": 3,
         | 
| 64802 | 
            +
                  "<DesignTime>": 1,
         | 
| 64803 | 
            +
                  "</DesignTime>": 1,
         | 
| 64804 | 
            +
                  "Resources.resx": 1,
         | 
| 64805 | 
            +
                  "Settings.settings": 1,
         | 
| 64806 | 
            +
                  "<DesignTimeSharedInput>": 1,
         | 
| 64807 | 
            +
                  "</DesignTimeSharedInput>": 1,
         | 
| 64808 | 
            +
                  "<EmbeddedResource>": 1,
         | 
| 64809 | 
            +
                  "<Generator>": 3,
         | 
| 64810 | 
            +
                  "VbMyResourcesResXFileCodeGenerator": 1,
         | 
| 64811 | 
            +
                  "</Generator>": 3,
         | 
| 64812 | 
            +
                  "<LastGenOutput>": 3,
         | 
| 64813 | 
            +
                  "Resources.Designer.vb": 1,
         | 
| 64814 | 
            +
                  "</LastGenOutput>": 3,
         | 
| 64815 | 
            +
                  "<CustomToolNamespace>": 2,
         | 
| 64816 | 
            +
                  "My.Resources": 1,
         | 
| 64817 | 
            +
                  "</CustomToolNamespace>": 2,
         | 
| 64818 | 
            +
                  "<SubType>": 1,
         | 
| 64819 | 
            +
                  "Designer": 1,
         | 
| 64820 | 
            +
                  "</SubType>": 1,
         | 
| 64821 | 
            +
                  "</EmbeddedResource>": 1,
         | 
| 64822 | 
            +
                  "MyApplicationCodeGenerator": 1,
         | 
| 64823 | 
            +
                  "Application.Designer.vb": 1,
         | 
| 64824 | 
            +
                  "</None>": 2,
         | 
| 64825 | 
            +
                  "SettingsSingleFileGenerator": 1,
         | 
| 64826 | 
            +
                  "My": 1,
         | 
| 64827 | 
            +
                  "Settings.Designer.vb": 1,
         | 
| 64828 | 
            +
                  "Label=": 11,
         | 
| 64829 | 
            +
                  "<ProjectConfiguration>": 2,
         | 
| 64830 | 
            +
                  "Win32": 2,
         | 
| 64831 | 
            +
                  "</ProjectConfiguration>": 2,
         | 
| 64832 | 
            +
                  "BF6EED48": 1,
         | 
| 64833 | 
            +
                  "BF18": 1,
         | 
| 64834 | 
            +
                  "C54": 1,
         | 
| 64835 | 
            +
                  "F": 1,
         | 
| 64836 | 
            +
                  "BBF19EEDC7C": 1,
         | 
| 64837 | 
            +
                  "<Keyword>": 1,
         | 
| 64838 | 
            +
                  "ManagedCProj": 1,
         | 
| 64839 | 
            +
                  "</Keyword>": 1,
         | 
| 64840 | 
            +
                  "vcxprojsample": 1,
         | 
| 64841 | 
            +
                  "<ConfigurationType>": 2,
         | 
| 64842 | 
            +
                  "Application": 2,
         | 
| 64843 | 
            +
                  "</ConfigurationType>": 2,
         | 
| 64844 | 
            +
                  "<UseDebugLibraries>": 2,
         | 
| 64845 | 
            +
                  "</UseDebugLibraries>": 2,
         | 
| 64846 | 
            +
                  "<PlatformToolset>": 2,
         | 
| 64847 | 
            +
                  "v120": 2,
         | 
| 64848 | 
            +
                  "</PlatformToolset>": 2,
         | 
| 64849 | 
            +
                  "<CLRSupport>": 2,
         | 
| 64850 | 
            +
                  "</CLRSupport>": 2,
         | 
| 64851 | 
            +
                  "<CharacterSet>": 2,
         | 
| 64852 | 
            +
                  "Unicode": 2,
         | 
| 64853 | 
            +
                  "</CharacterSet>": 2,
         | 
| 64854 | 
            +
                  "<ImportGroup>": 4,
         | 
| 64855 | 
            +
                  "</ImportGroup>": 4,
         | 
| 64856 | 
            +
                  "<LinkIncremental>": 2,
         | 
| 64857 | 
            +
                  "</LinkIncremental>": 2,
         | 
| 64858 | 
            +
                  "<ItemDefinitionGroup>": 2,
         | 
| 64859 | 
            +
                  "<ClCompile>": 8,
         | 
| 64860 | 
            +
                  "Level3": 2,
         | 
| 64861 | 
            +
                  "<Optimization>": 1,
         | 
| 64862 | 
            +
                  "Disabled": 1,
         | 
| 64863 | 
            +
                  "</Optimization>": 1,
         | 
| 64864 | 
            +
                  "<PreprocessorDefinitions>": 2,
         | 
| 64865 | 
            +
                  "WIN32": 2,
         | 
| 64866 | 
            +
                  "_DEBUG": 1,
         | 
| 64867 | 
            +
                  "%": 2,
         | 
| 64868 | 
            +
                  "PreprocessorDefinitions": 2,
         | 
| 64869 | 
            +
                  "</PreprocessorDefinitions>": 2,
         | 
| 64870 | 
            +
                  "<PrecompiledHeader>": 4,
         | 
| 64871 | 
            +
                  "</PrecompiledHeader>": 4,
         | 
| 64872 | 
            +
                  "</ClCompile>": 6,
         | 
| 64873 | 
            +
                  "<Link>": 2,
         | 
| 64874 | 
            +
                  "<GenerateDebugInformation>": 2,
         | 
| 64875 | 
            +
                  "</GenerateDebugInformation>": 2,
         | 
| 64876 | 
            +
                  "<AdditionalDependencies>": 2,
         | 
| 64877 | 
            +
                  "<SubSystem>": 2,
         | 
| 64878 | 
            +
                  "</SubSystem>": 2,
         | 
| 64879 | 
            +
                  "</Link>": 2,
         | 
| 64880 | 
            +
                  "</ItemDefinitionGroup>": 2,
         | 
| 64881 | 
            +
                  "NDEBUG": 1,
         | 
| 64882 | 
            +
                  "<Text>": 2,
         | 
| 64883 | 
            +
                  "<ClInclude>": 4,
         | 
| 64884 | 
            +
                  "<ResourceCompile>": 2,
         | 
| 64885 | 
            +
                  "Create": 2,
         | 
| 64886 | 
            +
                  "<Image>": 2,
         | 
| 64887 | 
            +
                  "<Filter>": 10,
         | 
| 64888 | 
            +
                  "<UniqueIdentifier>": 3,
         | 
| 64889 | 
            +
                  "FC737F1": 1,
         | 
| 64890 | 
            +
                  "C7A5": 1,
         | 
| 64891 | 
            +
                  "A066": 1,
         | 
| 64892 | 
            +
                  "A32D752A2FF": 1,
         | 
| 64893 | 
            +
                  "</UniqueIdentifier>": 3,
         | 
| 64894 | 
            +
                  "<Extensions>": 3,
         | 
| 64895 | 
            +
                  "cpp": 1,
         | 
| 64896 | 
            +
                  "c": 1,
         | 
| 64897 | 
            +
                  "cc": 1,
         | 
| 64898 | 
            +
                  "cxx": 1,
         | 
| 64899 | 
            +
                  "def": 1,
         | 
| 64900 | 
            +
                  "odl": 1,
         | 
| 64901 | 
            +
                  "idl": 1,
         | 
| 64902 | 
            +
                  "hpj": 1,
         | 
| 64903 | 
            +
                  "bat": 1,
         | 
| 64904 | 
            +
                  "asm": 1,
         | 
| 64905 | 
            +
                  "asmx": 1,
         | 
| 64906 | 
            +
                  "</Extensions>": 3,
         | 
| 64907 | 
            +
                  "</Filter>": 10,
         | 
| 64908 | 
            +
                  "BD": 1,
         | 
| 64909 | 
            +
                  "b04": 1,
         | 
| 64910 | 
            +
                  "EB": 1,
         | 
| 64911 | 
            +
                  "FBE52EBFB": 1,
         | 
| 64912 | 
            +
                  "h": 1,
         | 
| 64913 | 
            +
                  "hh": 1,
         | 
| 64914 | 
            +
                  "hpp": 1,
         | 
| 64915 | 
            +
                  "hxx": 1,
         | 
| 64916 | 
            +
                  "hm": 1,
         | 
| 64917 | 
            +
                  "inl": 1,
         | 
| 64918 | 
            +
                  "inc": 1,
         | 
| 64919 | 
            +
                  "xsd": 1,
         | 
| 64920 | 
            +
                  "DA6AB6": 1,
         | 
| 64921 | 
            +
                  "F800": 1,
         | 
| 64922 | 
            +
                  "c08": 1,
         | 
| 64923 | 
            +
                  "B7A": 1,
         | 
| 64924 | 
            +
                  "BB121AAD01": 1,
         | 
| 64925 | 
            +
                  "rc": 1,
         | 
| 64926 | 
            +
                  "ico": 1,
         | 
| 64927 | 
            +
                  "cur": 1,
         | 
| 64928 | 
            +
                  "bmp": 1,
         | 
| 64929 | 
            +
                  "dlg": 1,
         | 
| 64930 | 
            +
                  "rc2": 1,
         | 
| 64931 | 
            +
                  "rct": 1,
         | 
| 64932 | 
            +
                  "rgs": 1,
         | 
| 64933 | 
            +
                  "gif": 1,
         | 
| 64934 | 
            +
                  "jpg": 1,
         | 
| 64935 | 
            +
                  "jpeg": 1,
         | 
| 64936 | 
            +
                  "jpe": 1,
         | 
| 64937 | 
            +
                  "resx": 1,
         | 
| 64938 | 
            +
                  "tiff": 1,
         | 
| 64939 | 
            +
                  "tif": 1,
         | 
| 64940 | 
            +
                  "png": 1,
         | 
| 64941 | 
            +
                  "wav": 1,
         | 
| 64942 | 
            +
                  "mfcribbon": 1,
         | 
| 64943 | 
            +
                  "ms": 1,
         | 
| 64944 | 
            +
                  "Header": 2,
         | 
| 64945 | 
            +
                  "Files": 7,
         | 
| 64946 | 
            +
                  "</ClInclude>": 2,
         | 
| 64947 | 
            +
                  "Resource": 2,
         | 
| 64948 | 
            +
                  "</ResourceCompile>": 1,
         | 
| 64949 | 
            +
                  "Source": 3,
         | 
| 64950 | 
            +
                  "</Image>": 1,
         | 
| 61854 64951 | 
             
                  "<plugin>": 1,
         | 
| 61855 64952 | 
             
                  "compatVersion=": 1,
         | 
| 61856 64953 | 
             
                  "<vendor>": 1,
         | 
| @@ -62441,6 +65538,7 @@ | |
| 62441 65538 | 
             
                "Groovy Server Pages": 91,
         | 
| 62442 65539 | 
             
                "Haml": 4,
         | 
| 62443 65540 | 
             
                "Handlebars": 69,
         | 
| 65541 | 
            +
                "Haskell": 302,
         | 
| 62444 65542 | 
             
                "HTML": 413,
         | 
| 62445 65543 | 
             
                "Hy": 155,
         | 
| 62446 65544 | 
             
                "IDL": 418,
         | 
| @@ -62511,14 +65609,16 @@ | |
| 62511 65609 | 
             
                "PowerShell": 12,
         | 
| 62512 65610 | 
             
                "Processing": 74,
         | 
| 62513 65611 | 
             
                "Prolog": 468,
         | 
| 65612 | 
            +
                "Propeller Spin": 13519,
         | 
| 62514 65613 | 
             
                "Protocol Buffer": 63,
         | 
| 62515 65614 | 
             
                "PureScript": 1652,
         | 
| 62516 | 
            -
                "Python":  | 
| 62517 | 
            -
                "R":  | 
| 65615 | 
            +
                "Python": 5994,
         | 
| 65616 | 
            +
                "R": 1667,
         | 
| 62518 65617 | 
             
                "Racket": 331,
         | 
| 62519 65618 | 
             
                "Ragel in Ruby Host": 593,
         | 
| 62520 65619 | 
             
                "RDoc": 279,
         | 
| 62521 65620 | 
             
                "Rebol": 533,
         | 
| 65621 | 
            +
                "Red": 816,
         | 
| 62522 65622 | 
             
                "RMarkdown": 19,
         | 
| 62523 65623 | 
             
                "RobotFramework": 483,
         | 
| 62524 65624 | 
             
                "Ruby": 3862,
         | 
| @@ -62556,7 +65656,7 @@ | |
| 62556 65656 | 
             
                "Volt": 388,
         | 
| 62557 65657 | 
             
                "wisp": 1363,
         | 
| 62558 65658 | 
             
                "XC": 24,
         | 
| 62559 | 
            -
                "XML":  | 
| 65659 | 
            +
                "XML": 7006,
         | 
| 62560 65660 | 
             
                "XProc": 22,
         | 
| 62561 65661 | 
             
                "XQuery": 801,
         | 
| 62562 65662 | 
             
                "XSLT": 44,
         | 
| @@ -62619,6 +65719,7 @@ | |
| 62619 65719 | 
             
                "Groovy Server Pages": 4,
         | 
| 62620 65720 | 
             
                "Haml": 1,
         | 
| 62621 65721 | 
             
                "Handlebars": 2,
         | 
| 65722 | 
            +
                "Haskell": 3,
         | 
| 62622 65723 | 
             
                "HTML": 2,
         | 
| 62623 65724 | 
             
                "Hy": 2,
         | 
| 62624 65725 | 
             
                "IDL": 4,
         | 
| @@ -62689,14 +65790,16 @@ | |
| 62689 65790 | 
             
                "PowerShell": 2,
         | 
| 62690 65791 | 
             
                "Processing": 1,
         | 
| 62691 65792 | 
             
                "Prolog": 3,
         | 
| 65793 | 
            +
                "Propeller Spin": 10,
         | 
| 62692 65794 | 
             
                "Protocol Buffer": 1,
         | 
| 62693 65795 | 
             
                "PureScript": 4,
         | 
| 62694 | 
            -
                "Python":  | 
| 62695 | 
            -
                "R":  | 
| 65796 | 
            +
                "Python": 9,
         | 
| 65797 | 
            +
                "R": 6,
         | 
| 62696 65798 | 
             
                "Racket": 2,
         | 
| 62697 65799 | 
             
                "Ragel in Ruby Host": 3,
         | 
| 62698 65800 | 
             
                "RDoc": 1,
         | 
| 62699 65801 | 
             
                "Rebol": 6,
         | 
| 65802 | 
            +
                "Red": 2,
         | 
| 62700 65803 | 
             
                "RMarkdown": 1,
         | 
| 62701 65804 | 
             
                "RobotFramework": 3,
         | 
| 62702 65805 | 
             
                "Ruby": 17,
         | 
| @@ -62734,7 +65837,7 @@ | |
| 62734 65837 | 
             
                "Volt": 1,
         | 
| 62735 65838 | 
             
                "wisp": 1,
         | 
| 62736 65839 | 
             
                "XC": 1,
         | 
| 62737 | 
            -
                "XML":  | 
| 65840 | 
            +
                "XML": 12,
         | 
| 62738 65841 | 
             
                "XProc": 1,
         | 
| 62739 65842 | 
             
                "XQuery": 1,
         | 
| 62740 65843 | 
             
                "XSLT": 1,
         | 
| @@ -62742,5 +65845,5 @@ | |
| 62742 65845 | 
             
                "YAML": 2,
         | 
| 62743 65846 | 
             
                "Zephir": 2
         | 
| 62744 65847 | 
             
              },
         | 
| 62745 | 
            -
              "md5": " | 
| 65848 | 
            +
              "md5": "dfced8ef9ddd9813d2982dc25a5468fa"
         | 
| 62746 65849 | 
             
            }
         |