github-linguist 2.9.7 → 2.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/linguist +3 -2
- data/lib/linguist/classifier.rb +5 -5
- data/lib/linguist/generated.rb +27 -4
- data/lib/linguist/language.rb +15 -2
- data/lib/linguist/languages.yml +208 -10
- data/lib/linguist/samples.json +2309 -979
- data/lib/linguist/samples.rb +7 -2
- data/lib/linguist/vendor.yml +34 -3
- metadata +8 -8
data/lib/linguist/samples.json
CHANGED
@@ -3,6 +3,9 @@
|
|
3
3
|
"ABAP": [
|
4
4
|
".abap"
|
5
5
|
],
|
6
|
+
"Agda": [
|
7
|
+
".agda"
|
8
|
+
],
|
6
9
|
"Apex": [
|
7
10
|
".cls"
|
8
11
|
],
|
@@ -12,17 +15,18 @@
|
|
12
15
|
"Arduino": [
|
13
16
|
".ino"
|
14
17
|
],
|
15
|
-
"AsciiDoc": [
|
16
|
-
".adoc",
|
17
|
-
".asc",
|
18
|
-
".asciidoc"
|
19
|
-
],
|
20
18
|
"AutoHotkey": [
|
21
19
|
".ahk"
|
22
20
|
],
|
23
21
|
"Awk": [
|
24
22
|
".awk"
|
25
23
|
],
|
24
|
+
"BlitzBasic": [
|
25
|
+
".bb"
|
26
|
+
],
|
27
|
+
"Bluespec": [
|
28
|
+
".bsv"
|
29
|
+
],
|
26
30
|
"C": [
|
27
31
|
".c",
|
28
32
|
".h"
|
@@ -30,13 +34,21 @@
|
|
30
34
|
"C++": [
|
31
35
|
".cc",
|
32
36
|
".cpp",
|
33
|
-
".cu",
|
34
37
|
".h",
|
35
38
|
".hpp"
|
36
39
|
],
|
37
40
|
"Ceylon": [
|
38
41
|
".ceylon"
|
39
42
|
],
|
43
|
+
"Clojure": [
|
44
|
+
".cl2",
|
45
|
+
".clj",
|
46
|
+
".cljc",
|
47
|
+
".cljs",
|
48
|
+
".cljscm",
|
49
|
+
".cljx",
|
50
|
+
".hic"
|
51
|
+
],
|
40
52
|
"COBOL": [
|
41
53
|
".cbl",
|
42
54
|
".ccp",
|
@@ -46,22 +58,29 @@
|
|
46
58
|
"CoffeeScript": [
|
47
59
|
".coffee"
|
48
60
|
],
|
61
|
+
"Common Lisp": [
|
62
|
+
".lisp"
|
63
|
+
],
|
49
64
|
"Coq": [
|
50
65
|
".v"
|
51
66
|
],
|
52
|
-
"Creole": [
|
53
|
-
".creole"
|
54
|
-
],
|
55
67
|
"CSS": [
|
56
68
|
".css"
|
57
69
|
],
|
70
|
+
"Cuda": [
|
71
|
+
".cu",
|
72
|
+
".cuh"
|
73
|
+
],
|
58
74
|
"Dart": [
|
59
75
|
".dart"
|
60
76
|
],
|
61
77
|
"Diff": [
|
62
78
|
".patch"
|
63
79
|
],
|
64
|
-
"
|
80
|
+
"DM": [
|
81
|
+
".dm"
|
82
|
+
],
|
83
|
+
"ECL": [
|
65
84
|
".ecl"
|
66
85
|
],
|
67
86
|
"edn": [
|
@@ -113,9 +132,15 @@
|
|
113
132
|
".handlebars",
|
114
133
|
".hbs"
|
115
134
|
],
|
135
|
+
"Idris": [
|
136
|
+
".idr"
|
137
|
+
],
|
116
138
|
"Ioke": [
|
117
139
|
".ik"
|
118
140
|
],
|
141
|
+
"Jade": [
|
142
|
+
".jade"
|
143
|
+
],
|
119
144
|
"Java": [
|
120
145
|
".java"
|
121
146
|
],
|
@@ -124,9 +149,7 @@
|
|
124
149
|
".script!"
|
125
150
|
],
|
126
151
|
"JSON": [
|
127
|
-
".json"
|
128
|
-
".maxhelp",
|
129
|
-
".maxpat"
|
152
|
+
".json"
|
130
153
|
],
|
131
154
|
"Julia": [
|
132
155
|
".jl"
|
@@ -134,6 +157,9 @@
|
|
134
157
|
"Kotlin": [
|
135
158
|
".kt"
|
136
159
|
],
|
160
|
+
"KRL": [
|
161
|
+
".krl"
|
162
|
+
],
|
137
163
|
"Lasso": [
|
138
164
|
".las",
|
139
165
|
".lasso",
|
@@ -146,6 +172,9 @@
|
|
146
172
|
"LFE": [
|
147
173
|
".lfe"
|
148
174
|
],
|
175
|
+
"Literate Agda": [
|
176
|
+
".lagda"
|
177
|
+
],
|
149
178
|
"Literate CoffeeScript": [
|
150
179
|
".litcoffee"
|
151
180
|
],
|
@@ -174,11 +203,10 @@
|
|
174
203
|
".m"
|
175
204
|
],
|
176
205
|
"Max": [
|
206
|
+
".maxhelp",
|
207
|
+
".maxpat",
|
177
208
|
".mxt"
|
178
209
|
],
|
179
|
-
"MediaWiki": [
|
180
|
-
".mediawiki"
|
181
|
-
],
|
182
210
|
"Monkey": [
|
183
211
|
".monkey"
|
184
212
|
],
|
@@ -188,6 +216,9 @@
|
|
188
216
|
"Nemerle": [
|
189
217
|
".n"
|
190
218
|
],
|
219
|
+
"NetLogo": [
|
220
|
+
".nlogo"
|
221
|
+
],
|
191
222
|
"Nimrod": [
|
192
223
|
".nim"
|
193
224
|
],
|
@@ -220,8 +251,9 @@
|
|
220
251
|
".cls",
|
221
252
|
".p"
|
222
253
|
],
|
223
|
-
"
|
224
|
-
".
|
254
|
+
"Oxygene": [
|
255
|
+
".oxygene",
|
256
|
+
".pas"
|
225
257
|
],
|
226
258
|
"Parrot Assembly": [
|
227
259
|
".pasm"
|
@@ -257,6 +289,9 @@
|
|
257
289
|
"Prolog": [
|
258
290
|
".pl"
|
259
291
|
],
|
292
|
+
"Protocol Buffer": [
|
293
|
+
".proto"
|
294
|
+
],
|
260
295
|
"Python": [
|
261
296
|
".py",
|
262
297
|
".script!"
|
@@ -272,12 +307,12 @@
|
|
272
307
|
"Ragel in Ruby Host": [
|
273
308
|
".rl"
|
274
309
|
],
|
275
|
-
"RDoc": [
|
276
|
-
".rdoc"
|
277
|
-
],
|
278
310
|
"Rebol": [
|
279
311
|
".r"
|
280
312
|
],
|
313
|
+
"RobotFramework": [
|
314
|
+
".robot"
|
315
|
+
],
|
281
316
|
"Ruby": [
|
282
317
|
".pluginspec",
|
283
318
|
".rabl",
|
@@ -296,6 +331,9 @@
|
|
296
331
|
".sbt",
|
297
332
|
".script!"
|
298
333
|
],
|
334
|
+
"Scaml": [
|
335
|
+
".scaml"
|
336
|
+
],
|
299
337
|
"Scheme": [
|
300
338
|
".sps"
|
301
339
|
],
|
@@ -342,6 +380,9 @@
|
|
342
380
|
"TypeScript": [
|
343
381
|
".ts"
|
344
382
|
],
|
383
|
+
"UnrealScript": [
|
384
|
+
".uc"
|
385
|
+
],
|
345
386
|
"Verilog": [
|
346
387
|
".v"
|
347
388
|
],
|
@@ -398,6 +439,7 @@
|
|
398
439
|
"ack"
|
399
440
|
],
|
400
441
|
"Ruby": [
|
442
|
+
"Appraisals",
|
401
443
|
"Capfile",
|
402
444
|
"Rakefile"
|
403
445
|
],
|
@@ -435,8 +477,8 @@
|
|
435
477
|
".gemrc"
|
436
478
|
]
|
437
479
|
},
|
438
|
-
"tokens_total":
|
439
|
-
"languages_total":
|
480
|
+
"tokens_total": 423589,
|
481
|
+
"languages_total": 488,
|
440
482
|
"tokens": {
|
441
483
|
"ABAP": {
|
442
484
|
"*/**": 1,
|
@@ -697,6 +739,64 @@
|
|
697
739
|
"pos": 2,
|
698
740
|
"endclass.": 1
|
699
741
|
},
|
742
|
+
"Agda": {
|
743
|
+
"module": 3,
|
744
|
+
"NatCat": 1,
|
745
|
+
"where": 2,
|
746
|
+
"open": 2,
|
747
|
+
"import": 2,
|
748
|
+
"Relation.Binary.PropositionalEquality": 1,
|
749
|
+
"-": 21,
|
750
|
+
"If": 1,
|
751
|
+
"you": 2,
|
752
|
+
"can": 1,
|
753
|
+
"show": 1,
|
754
|
+
"that": 1,
|
755
|
+
"a": 1,
|
756
|
+
"relation": 1,
|
757
|
+
"only": 1,
|
758
|
+
"ever": 1,
|
759
|
+
"has": 1,
|
760
|
+
"one": 1,
|
761
|
+
"inhabitant": 5,
|
762
|
+
"get": 1,
|
763
|
+
"the": 1,
|
764
|
+
"category": 1,
|
765
|
+
"laws": 1,
|
766
|
+
"for": 1,
|
767
|
+
"free": 1,
|
768
|
+
"EasyCategory": 3,
|
769
|
+
"(": 36,
|
770
|
+
"obj": 4,
|
771
|
+
"Set": 2,
|
772
|
+
")": 36,
|
773
|
+
"_": 6,
|
774
|
+
"{": 10,
|
775
|
+
"x": 34,
|
776
|
+
"y": 28,
|
777
|
+
"z": 18,
|
778
|
+
"}": 10,
|
779
|
+
"id": 9,
|
780
|
+
"single": 4,
|
781
|
+
"r": 26,
|
782
|
+
"s": 29,
|
783
|
+
"assoc": 2,
|
784
|
+
"w": 4,
|
785
|
+
"t": 6,
|
786
|
+
"Data.Nat": 1,
|
787
|
+
"same": 5,
|
788
|
+
".0": 2,
|
789
|
+
"n": 14,
|
790
|
+
"refl": 6,
|
791
|
+
".": 5,
|
792
|
+
"suc": 6,
|
793
|
+
"m": 6,
|
794
|
+
"cong": 1,
|
795
|
+
"trans": 5,
|
796
|
+
".n": 1,
|
797
|
+
"zero": 1,
|
798
|
+
"Nat": 1
|
799
|
+
},
|
700
800
|
"ApacheConf": {
|
701
801
|
"ServerSignature": 1,
|
702
802
|
"Off": 1,
|
@@ -1807,73 +1907,6 @@
|
|
1807
1907
|
"loop": 1,
|
1808
1908
|
"Serial.print": 1
|
1809
1909
|
},
|
1810
|
-
"AsciiDoc": {
|
1811
|
-
"Gregory": 2,
|
1812
|
-
"Rom": 2,
|
1813
|
-
"has": 2,
|
1814
|
-
"written": 2,
|
1815
|
-
"an": 2,
|
1816
|
-
"AsciiDoc": 3,
|
1817
|
-
"plugin": 2,
|
1818
|
-
"for": 2,
|
1819
|
-
"the": 2,
|
1820
|
-
"Redmine": 2,
|
1821
|
-
"project": 2,
|
1822
|
-
"management": 2,
|
1823
|
-
"application.": 2,
|
1824
|
-
"https": 1,
|
1825
|
-
"//github.com/foo": 1,
|
1826
|
-
"-": 4,
|
1827
|
-
"users/foo": 1,
|
1828
|
-
"vicmd": 1,
|
1829
|
-
"gif": 1,
|
1830
|
-
"tag": 1,
|
1831
|
-
"rom": 2,
|
1832
|
-
"[": 2,
|
1833
|
-
"]": 2,
|
1834
|
-
"end": 1,
|
1835
|
-
"berschrift": 1,
|
1836
|
-
"*": 4,
|
1837
|
-
"Codierungen": 1,
|
1838
|
-
"sind": 1,
|
1839
|
-
"verr": 1,
|
1840
|
-
"ckt": 1,
|
1841
|
-
"auf": 1,
|
1842
|
-
"lteren": 1,
|
1843
|
-
"Versionen": 1,
|
1844
|
-
"von": 1,
|
1845
|
-
"Ruby": 1,
|
1846
|
-
"Home": 1,
|
1847
|
-
"Page": 1,
|
1848
|
-
"Example": 1,
|
1849
|
-
"Articles": 1,
|
1850
|
-
"Item": 6,
|
1851
|
-
"Document": 1,
|
1852
|
-
"Title": 1,
|
1853
|
-
"Doc": 1,
|
1854
|
-
"Writer": 1,
|
1855
|
-
"<thedoc@asciidoctor.org>": 1,
|
1856
|
-
"idprefix": 1,
|
1857
|
-
"id_": 1,
|
1858
|
-
"Preamble": 1,
|
1859
|
-
"paragraph.": 4,
|
1860
|
-
"NOTE": 1,
|
1861
|
-
"This": 1,
|
1862
|
-
"is": 1,
|
1863
|
-
"test": 1,
|
1864
|
-
"only": 1,
|
1865
|
-
"a": 1,
|
1866
|
-
"test.": 1,
|
1867
|
-
"Section": 3,
|
1868
|
-
"A": 2,
|
1869
|
-
"*Section": 3,
|
1870
|
-
"A*": 2,
|
1871
|
-
"Subsection": 1,
|
1872
|
-
"B": 2,
|
1873
|
-
"B*": 1,
|
1874
|
-
".Section": 1,
|
1875
|
-
"list": 1
|
1876
|
-
},
|
1877
1910
|
"AutoHotkey": {
|
1878
1911
|
"MsgBox": 1,
|
1879
1912
|
"Hello": 1,
|
@@ -1992,20 +2025,568 @@
|
|
1992
2025
|
"fragments": 1,
|
1993
2026
|
"END": 1
|
1994
2027
|
},
|
2028
|
+
"BlitzBasic": {
|
2029
|
+
"Local": 34,
|
2030
|
+
"bk": 3,
|
2031
|
+
"CreateBank": 5,
|
2032
|
+
"(": 125,
|
2033
|
+
")": 126,
|
2034
|
+
"PokeFloat": 3,
|
2035
|
+
"-": 24,
|
2036
|
+
"Print": 13,
|
2037
|
+
"Bin": 4,
|
2038
|
+
"PeekInt": 4,
|
2039
|
+
"%": 6,
|
2040
|
+
"Shl": 7,
|
2041
|
+
"f": 5,
|
2042
|
+
"ff": 1,
|
2043
|
+
"+": 11,
|
2044
|
+
"Hex": 2,
|
2045
|
+
"FloatToHalf": 3,
|
2046
|
+
"HalfToFloat": 1,
|
2047
|
+
"FToI": 2,
|
2048
|
+
"WaitKey": 2,
|
2049
|
+
"End": 58,
|
2050
|
+
";": 57,
|
2051
|
+
"Half": 1,
|
2052
|
+
"precision": 2,
|
2053
|
+
"bit": 2,
|
2054
|
+
"arithmetic": 2,
|
2055
|
+
"library": 2,
|
2056
|
+
"Global": 2,
|
2057
|
+
"Half_CBank_": 13,
|
2058
|
+
"Function": 101,
|
2059
|
+
"f#": 3,
|
2060
|
+
"If": 25,
|
2061
|
+
"Then": 18,
|
2062
|
+
"Return": 36,
|
2063
|
+
"HalfToFloat#": 1,
|
2064
|
+
"h": 4,
|
2065
|
+
"signBit": 6,
|
2066
|
+
"exponent": 22,
|
2067
|
+
"fraction": 9,
|
2068
|
+
"fBits": 8,
|
2069
|
+
"And": 8,
|
2070
|
+
"<": 18,
|
2071
|
+
"Shr": 3,
|
2072
|
+
"F": 3,
|
2073
|
+
"FF": 2,
|
2074
|
+
"ElseIf": 1,
|
2075
|
+
"Or": 4,
|
2076
|
+
"PokeInt": 2,
|
2077
|
+
"PeekFloat": 1,
|
2078
|
+
"F800000": 1,
|
2079
|
+
"FFFFF": 1,
|
2080
|
+
"Abs": 1,
|
2081
|
+
"*": 2,
|
2082
|
+
"Sgn": 1,
|
2083
|
+
"Else": 7,
|
2084
|
+
"EndIf": 7,
|
2085
|
+
"HalfAdd": 1,
|
2086
|
+
"l": 84,
|
2087
|
+
"r": 12,
|
2088
|
+
"HalfSub": 1,
|
2089
|
+
"HalfMul": 1,
|
2090
|
+
"HalfDiv": 1,
|
2091
|
+
"HalfLT": 1,
|
2092
|
+
"HalfGT": 1,
|
2093
|
+
"Double": 2,
|
2094
|
+
"DoubleOut": 1,
|
2095
|
+
"[": 2,
|
2096
|
+
"]": 2,
|
2097
|
+
"Double_CBank_": 1,
|
2098
|
+
"DoubleToFloat#": 1,
|
2099
|
+
"d": 1,
|
2100
|
+
"FloatToDouble": 1,
|
2101
|
+
"IntToDouble": 1,
|
2102
|
+
"i": 49,
|
2103
|
+
"SefToDouble": 1,
|
2104
|
+
"s": 12,
|
2105
|
+
"e": 4,
|
2106
|
+
"DoubleAdd": 1,
|
2107
|
+
"DoubleSub": 1,
|
2108
|
+
"DoubleMul": 1,
|
2109
|
+
"DoubleDiv": 1,
|
2110
|
+
"DoubleLT": 1,
|
2111
|
+
"DoubleGT": 1,
|
2112
|
+
"IDEal": 3,
|
2113
|
+
"Editor": 3,
|
2114
|
+
"Parameters": 3,
|
2115
|
+
"F#1A#20#2F": 1,
|
2116
|
+
"C#Blitz3D": 3,
|
2117
|
+
"linked": 2,
|
2118
|
+
"list": 32,
|
2119
|
+
"container": 1,
|
2120
|
+
"class": 1,
|
2121
|
+
"with": 3,
|
2122
|
+
"thanks": 1,
|
2123
|
+
"to": 11,
|
2124
|
+
"MusicianKool": 3,
|
2125
|
+
"for": 3,
|
2126
|
+
"concept": 1,
|
2127
|
+
"and": 9,
|
2128
|
+
"issue": 1,
|
2129
|
+
"fixes": 1,
|
2130
|
+
"Type": 8,
|
2131
|
+
"LList": 3,
|
2132
|
+
"Field": 10,
|
2133
|
+
"head_.ListNode": 1,
|
2134
|
+
"tail_.ListNode": 1,
|
2135
|
+
"ListNode": 8,
|
2136
|
+
"pv_.ListNode": 1,
|
2137
|
+
"nx_.ListNode": 1,
|
2138
|
+
"Value": 37,
|
2139
|
+
"Iterator": 2,
|
2140
|
+
"l_.LList": 1,
|
2141
|
+
"cn_.ListNode": 1,
|
2142
|
+
"cni_": 8,
|
2143
|
+
"Create": 4,
|
2144
|
+
"a": 46,
|
2145
|
+
"new": 4,
|
2146
|
+
"object": 2,
|
2147
|
+
"CreateList.LList": 1,
|
2148
|
+
"l.LList": 20,
|
2149
|
+
"New": 11,
|
2150
|
+
"head_": 35,
|
2151
|
+
"tail_": 34,
|
2152
|
+
"nx_": 33,
|
2153
|
+
"caps": 1,
|
2154
|
+
"pv_": 27,
|
2155
|
+
"These": 1,
|
2156
|
+
"make": 1,
|
2157
|
+
"it": 1,
|
2158
|
+
"more": 1,
|
2159
|
+
"or": 4,
|
2160
|
+
"less": 1,
|
2161
|
+
"safe": 1,
|
2162
|
+
"iterate": 2,
|
2163
|
+
"freely": 1,
|
2164
|
+
"Free": 1,
|
2165
|
+
"all": 3,
|
2166
|
+
"elements": 4,
|
2167
|
+
"not": 4,
|
2168
|
+
"any": 1,
|
2169
|
+
"values": 4,
|
2170
|
+
"FreeList": 1,
|
2171
|
+
"ClearList": 2,
|
2172
|
+
"Delete": 6,
|
2173
|
+
"Remove": 7,
|
2174
|
+
"the": 52,
|
2175
|
+
"from": 15,
|
2176
|
+
"does": 1,
|
2177
|
+
"free": 1,
|
2178
|
+
"n.ListNode": 12,
|
2179
|
+
"While": 7,
|
2180
|
+
"n": 54,
|
2181
|
+
"nx.ListNode": 1,
|
2182
|
+
"nx": 1,
|
2183
|
+
"Wend": 6,
|
2184
|
+
"Count": 1,
|
2185
|
+
"number": 1,
|
2186
|
+
"of": 16,
|
2187
|
+
"in": 4,
|
2188
|
+
"slow": 3,
|
2189
|
+
"ListLength": 2,
|
2190
|
+
"i.Iterator": 6,
|
2191
|
+
"GetIterator": 3,
|
2192
|
+
"elems": 4,
|
2193
|
+
"EachIn": 5,
|
2194
|
+
"True": 4,
|
2195
|
+
"if": 2,
|
2196
|
+
"contains": 1,
|
2197
|
+
"given": 7,
|
2198
|
+
"value": 16,
|
2199
|
+
"ListContains": 1,
|
2200
|
+
"ListFindNode": 2,
|
2201
|
+
"Null": 15,
|
2202
|
+
"intvalues": 1,
|
2203
|
+
"bank": 8,
|
2204
|
+
"ListFromBank.LList": 1,
|
2205
|
+
"CreateList": 2,
|
2206
|
+
"size": 4,
|
2207
|
+
"BankSize": 1,
|
2208
|
+
"p": 7,
|
2209
|
+
"For": 6,
|
2210
|
+
"To": 6,
|
2211
|
+
"Step": 2,
|
2212
|
+
"ListAddLast": 2,
|
2213
|
+
"Next": 7,
|
2214
|
+
"containing": 3,
|
2215
|
+
"ListToBank": 1,
|
2216
|
+
"Swap": 1,
|
2217
|
+
"contents": 1,
|
2218
|
+
"two": 1,
|
2219
|
+
"objects": 1,
|
2220
|
+
"SwapLists": 1,
|
2221
|
+
"l1.LList": 1,
|
2222
|
+
"l2.LList": 1,
|
2223
|
+
"tempH.ListNode": 1,
|
2224
|
+
"l1": 4,
|
2225
|
+
"tempT.ListNode": 1,
|
2226
|
+
"l2": 4,
|
2227
|
+
"tempH": 1,
|
2228
|
+
"tempT": 1,
|
2229
|
+
"same": 1,
|
2230
|
+
"as": 2,
|
2231
|
+
"first": 5,
|
2232
|
+
"CopyList.LList": 1,
|
2233
|
+
"lo.LList": 1,
|
2234
|
+
"ln.LList": 1,
|
2235
|
+
"lo": 1,
|
2236
|
+
"ln": 2,
|
2237
|
+
"Reverse": 1,
|
2238
|
+
"order": 1,
|
2239
|
+
"ReverseList": 1,
|
2240
|
+
"n1.ListNode": 1,
|
2241
|
+
"n2.ListNode": 1,
|
2242
|
+
"tmp.ListNode": 1,
|
2243
|
+
"n1": 5,
|
2244
|
+
"n2": 6,
|
2245
|
+
"tmp": 4,
|
2246
|
+
"Search": 1,
|
2247
|
+
"retrieve": 1,
|
2248
|
+
"node": 8,
|
2249
|
+
"ListFindNode.ListNode": 1,
|
2250
|
+
"Append": 1,
|
2251
|
+
"end": 5,
|
2252
|
+
"fast": 2,
|
2253
|
+
"return": 7,
|
2254
|
+
"ListAddLast.ListNode": 1,
|
2255
|
+
"Attach": 1,
|
2256
|
+
"start": 13,
|
2257
|
+
"ListAddFirst.ListNode": 1,
|
2258
|
+
"occurence": 1,
|
2259
|
+
"ListRemove": 1,
|
2260
|
+
"RemoveListNode": 6,
|
2261
|
+
"element": 4,
|
2262
|
+
"at": 5,
|
2263
|
+
"position": 4,
|
2264
|
+
"backwards": 2,
|
2265
|
+
"negative": 2,
|
2266
|
+
"index": 13,
|
2267
|
+
"ValueAtIndex": 1,
|
2268
|
+
"ListNodeAtIndex": 3,
|
2269
|
+
"invalid": 1,
|
2270
|
+
"ListNodeAtIndex.ListNode": 1,
|
2271
|
+
"Beyond": 1,
|
2272
|
+
"valid": 2,
|
2273
|
+
"Negative": 1,
|
2274
|
+
"count": 1,
|
2275
|
+
"backward": 1,
|
2276
|
+
"Before": 3,
|
2277
|
+
"Replace": 1,
|
2278
|
+
"added": 2,
|
2279
|
+
"by": 3,
|
2280
|
+
"ReplaceValueAtIndex": 1,
|
2281
|
+
"RemoveNodeAtIndex": 1,
|
2282
|
+
"tval": 3,
|
2283
|
+
"Retrieve": 2,
|
2284
|
+
"ListFirst": 1,
|
2285
|
+
"last": 2,
|
2286
|
+
"ListLast": 1,
|
2287
|
+
"its": 2,
|
2288
|
+
"ListRemoveFirst": 1,
|
2289
|
+
"val": 6,
|
2290
|
+
"ListRemoveLast": 1,
|
2291
|
+
"Insert": 3,
|
2292
|
+
"into": 2,
|
2293
|
+
"before": 2,
|
2294
|
+
"specified": 2,
|
2295
|
+
"InsertBeforeNode.ListNode": 1,
|
2296
|
+
"bef.ListNode": 1,
|
2297
|
+
"bef": 7,
|
2298
|
+
"after": 1,
|
2299
|
+
"then": 1,
|
2300
|
+
"InsertAfterNode.ListNode": 1,
|
2301
|
+
"aft.ListNode": 1,
|
2302
|
+
"aft": 7,
|
2303
|
+
"Get": 1,
|
2304
|
+
"an": 4,
|
2305
|
+
"iterator": 4,
|
2306
|
+
"use": 1,
|
2307
|
+
"loop": 2,
|
2308
|
+
"This": 1,
|
2309
|
+
"function": 1,
|
2310
|
+
"means": 1,
|
2311
|
+
"that": 1,
|
2312
|
+
"most": 1,
|
2313
|
+
"programs": 1,
|
2314
|
+
"won": 1,
|
2315
|
+
"available": 1,
|
2316
|
+
"moment": 1,
|
2317
|
+
"l_": 7,
|
2318
|
+
"Exit": 1,
|
2319
|
+
"there": 1,
|
2320
|
+
"wasn": 1,
|
2321
|
+
"t": 1,
|
2322
|
+
"create": 1,
|
2323
|
+
"one": 1,
|
2324
|
+
"cn_": 12,
|
2325
|
+
"No": 1,
|
2326
|
+
"especial": 1,
|
2327
|
+
"reason": 1,
|
2328
|
+
"why": 1,
|
2329
|
+
"this": 2,
|
2330
|
+
"has": 1,
|
2331
|
+
"be": 1,
|
2332
|
+
"anything": 1,
|
2333
|
+
"but": 1,
|
2334
|
+
"meh": 1,
|
2335
|
+
"Use": 1,
|
2336
|
+
"argument": 1,
|
2337
|
+
"over": 1,
|
2338
|
+
"members": 1,
|
2339
|
+
"Still": 1,
|
2340
|
+
"items": 1,
|
2341
|
+
"Disconnect": 1,
|
2342
|
+
"having": 1,
|
2343
|
+
"reached": 1,
|
2344
|
+
"False": 3,
|
2345
|
+
"currently": 1,
|
2346
|
+
"pointed": 1,
|
2347
|
+
"IteratorRemove": 1,
|
2348
|
+
"temp.ListNode": 1,
|
2349
|
+
"temp": 1,
|
2350
|
+
"Call": 1,
|
2351
|
+
"breaking": 1,
|
2352
|
+
"out": 1,
|
2353
|
+
"disconnect": 1,
|
2354
|
+
"IteratorBreak": 1,
|
2355
|
+
"F#5#A#10#18#2A#32#3E#47#4C#58#66#6F#78#8F#9B#A9#B7#BD#C5#CC": 1,
|
2356
|
+
"F#E3#E9#EF#F4#F9#103#10D#11B#12B#13F#152#163": 1,
|
2357
|
+
"result": 4,
|
2358
|
+
"s.Sum3Obj": 2,
|
2359
|
+
"Sum3Obj": 6,
|
2360
|
+
"Handle": 2,
|
2361
|
+
"MilliSecs": 4,
|
2362
|
+
"Sum3_": 2,
|
2363
|
+
"MakeSum3Obj": 2,
|
2364
|
+
"Sum3": 2,
|
2365
|
+
"b": 7,
|
2366
|
+
"c": 7,
|
2367
|
+
"isActive": 4,
|
2368
|
+
"Last": 1,
|
2369
|
+
"Restore": 1,
|
2370
|
+
"label": 1,
|
2371
|
+
"Read": 1,
|
2372
|
+
"foo": 1,
|
2373
|
+
".label": 1,
|
2374
|
+
"Data": 1,
|
2375
|
+
"a_": 2,
|
2376
|
+
"a.Sum3Obj": 1,
|
2377
|
+
"Object.Sum3Obj": 1,
|
2378
|
+
"return_": 2,
|
2379
|
+
"First": 1
|
2380
|
+
},
|
2381
|
+
"Bluespec": {
|
2382
|
+
"package": 2,
|
2383
|
+
"TbTL": 1,
|
2384
|
+
";": 156,
|
2385
|
+
"import": 1,
|
2386
|
+
"TL": 6,
|
2387
|
+
"*": 1,
|
2388
|
+
"interface": 2,
|
2389
|
+
"Lamp": 3,
|
2390
|
+
"method": 42,
|
2391
|
+
"Bool": 32,
|
2392
|
+
"changed": 2,
|
2393
|
+
"Action": 17,
|
2394
|
+
"show_offs": 2,
|
2395
|
+
"show_ons": 2,
|
2396
|
+
"reset": 2,
|
2397
|
+
"endinterface": 2,
|
2398
|
+
"module": 3,
|
2399
|
+
"mkLamp#": 1,
|
2400
|
+
"(": 158,
|
2401
|
+
"String": 1,
|
2402
|
+
"name": 3,
|
2403
|
+
"lamp": 5,
|
2404
|
+
")": 163,
|
2405
|
+
"Reg#": 15,
|
2406
|
+
"prev": 5,
|
2407
|
+
"<": 44,
|
2408
|
+
"-": 29,
|
2409
|
+
"mkReg": 15,
|
2410
|
+
"False": 9,
|
2411
|
+
"if": 9,
|
2412
|
+
"&&": 3,
|
2413
|
+
"write": 2,
|
2414
|
+
"+": 7,
|
2415
|
+
"endmethod": 8,
|
2416
|
+
"endmodule": 3,
|
2417
|
+
"mkTest": 1,
|
2418
|
+
"let": 1,
|
2419
|
+
"dut": 2,
|
2420
|
+
"sysTL": 3,
|
2421
|
+
"Bit#": 1,
|
2422
|
+
"ctr": 8,
|
2423
|
+
"carN": 4,
|
2424
|
+
"carS": 2,
|
2425
|
+
"carE": 2,
|
2426
|
+
"carW": 2,
|
2427
|
+
"lamps": 15,
|
2428
|
+
"[": 17,
|
2429
|
+
"]": 17,
|
2430
|
+
"mkLamp": 12,
|
2431
|
+
"dut.lampRedNS": 1,
|
2432
|
+
"dut.lampAmberNS": 1,
|
2433
|
+
"dut.lampGreenNS": 1,
|
2434
|
+
"dut.lampRedE": 1,
|
2435
|
+
"dut.lampAmberE": 1,
|
2436
|
+
"dut.lampGreenE": 1,
|
2437
|
+
"dut.lampRedW": 1,
|
2438
|
+
"dut.lampAmberW": 1,
|
2439
|
+
"dut.lampGreenW": 1,
|
2440
|
+
"dut.lampRedPed": 1,
|
2441
|
+
"dut.lampAmberPed": 1,
|
2442
|
+
"dut.lampGreenPed": 1,
|
2443
|
+
"rule": 10,
|
2444
|
+
"start": 1,
|
2445
|
+
"dumpvars": 1,
|
2446
|
+
"endrule": 10,
|
2447
|
+
"detect_cars": 1,
|
2448
|
+
"dut.set_car_state_N": 1,
|
2449
|
+
"dut.set_car_state_S": 1,
|
2450
|
+
"dut.set_car_state_E": 1,
|
2451
|
+
"dut.set_car_state_W": 1,
|
2452
|
+
"go": 1,
|
2453
|
+
"True": 6,
|
2454
|
+
"<=>": 3,
|
2455
|
+
"12_000": 1,
|
2456
|
+
"ped_button_push": 4,
|
2457
|
+
"stop": 1,
|
2458
|
+
"display": 2,
|
2459
|
+
"finish": 1,
|
2460
|
+
"function": 10,
|
2461
|
+
"do_offs": 2,
|
2462
|
+
"l": 3,
|
2463
|
+
"l.show_offs": 1,
|
2464
|
+
"do_ons": 2,
|
2465
|
+
"l.show_ons": 1,
|
2466
|
+
"do_reset": 2,
|
2467
|
+
"l.reset": 1,
|
2468
|
+
"do_it": 4,
|
2469
|
+
"f": 2,
|
2470
|
+
"action": 3,
|
2471
|
+
"for": 3,
|
2472
|
+
"Integer": 3,
|
2473
|
+
"i": 15,
|
2474
|
+
"endaction": 3,
|
2475
|
+
"endfunction": 7,
|
2476
|
+
"any_changes": 2,
|
2477
|
+
"b": 12,
|
2478
|
+
"||": 7,
|
2479
|
+
".changed": 1,
|
2480
|
+
"return": 9,
|
2481
|
+
"show": 1,
|
2482
|
+
"time": 1,
|
2483
|
+
"endpackage": 2,
|
2484
|
+
"set_car_state_N": 2,
|
2485
|
+
"x": 8,
|
2486
|
+
"set_car_state_S": 2,
|
2487
|
+
"set_car_state_E": 2,
|
2488
|
+
"set_car_state_W": 2,
|
2489
|
+
"lampRedNS": 2,
|
2490
|
+
"lampAmberNS": 2,
|
2491
|
+
"lampGreenNS": 2,
|
2492
|
+
"lampRedE": 2,
|
2493
|
+
"lampAmberE": 2,
|
2494
|
+
"lampGreenE": 2,
|
2495
|
+
"lampRedW": 2,
|
2496
|
+
"lampAmberW": 2,
|
2497
|
+
"lampGreenW": 2,
|
2498
|
+
"lampRedPed": 2,
|
2499
|
+
"lampAmberPed": 2,
|
2500
|
+
"lampGreenPed": 2,
|
2501
|
+
"typedef": 3,
|
2502
|
+
"enum": 1,
|
2503
|
+
"{": 1,
|
2504
|
+
"AllRed": 4,
|
2505
|
+
"GreenNS": 9,
|
2506
|
+
"AmberNS": 5,
|
2507
|
+
"GreenE": 8,
|
2508
|
+
"AmberE": 5,
|
2509
|
+
"GreenW": 8,
|
2510
|
+
"AmberW": 5,
|
2511
|
+
"GreenPed": 4,
|
2512
|
+
"AmberPed": 3,
|
2513
|
+
"}": 1,
|
2514
|
+
"TLstates": 11,
|
2515
|
+
"deriving": 1,
|
2516
|
+
"Eq": 1,
|
2517
|
+
"Bits": 1,
|
2518
|
+
"UInt#": 2,
|
2519
|
+
"Time32": 9,
|
2520
|
+
"CtrSize": 3,
|
2521
|
+
"allRedDelay": 2,
|
2522
|
+
"amberDelay": 2,
|
2523
|
+
"nsGreenDelay": 2,
|
2524
|
+
"ewGreenDelay": 3,
|
2525
|
+
"pedGreenDelay": 1,
|
2526
|
+
"pedAmberDelay": 1,
|
2527
|
+
"clocks_per_sec": 2,
|
2528
|
+
"state": 21,
|
2529
|
+
"next_green": 8,
|
2530
|
+
"secs": 7,
|
2531
|
+
"ped_button_pushed": 4,
|
2532
|
+
"car_present_N": 3,
|
2533
|
+
"car_present_S": 3,
|
2534
|
+
"car_present_E": 4,
|
2535
|
+
"car_present_W": 4,
|
2536
|
+
"car_present_NS": 3,
|
2537
|
+
"cycle_ctr": 6,
|
2538
|
+
"dec_cycle_ctr": 1,
|
2539
|
+
"Rules": 5,
|
2540
|
+
"low_priority_rule": 2,
|
2541
|
+
"rules": 4,
|
2542
|
+
"inc_sec": 1,
|
2543
|
+
"endrules": 4,
|
2544
|
+
"next_state": 8,
|
2545
|
+
"ns": 4,
|
2546
|
+
"0": 2,
|
2547
|
+
"green_seq": 7,
|
2548
|
+
"case": 2,
|
2549
|
+
"endcase": 2,
|
2550
|
+
"car_present": 4,
|
2551
|
+
"make_from_green_rule": 5,
|
2552
|
+
"green_state": 2,
|
2553
|
+
"delay": 2,
|
2554
|
+
"car_is_present": 2,
|
2555
|
+
"from_green": 1,
|
2556
|
+
"make_from_amber_rule": 5,
|
2557
|
+
"amber_state": 2,
|
2558
|
+
"ng": 2,
|
2559
|
+
"from_amber": 1,
|
2560
|
+
"hprs": 10,
|
2561
|
+
"7": 1,
|
2562
|
+
"1": 1,
|
2563
|
+
"2": 1,
|
2564
|
+
"3": 1,
|
2565
|
+
"4": 1,
|
2566
|
+
"5": 1,
|
2567
|
+
"6": 1,
|
2568
|
+
"fromAllRed": 2,
|
2569
|
+
"else": 4,
|
2570
|
+
"noAction": 1,
|
2571
|
+
"high_priority_rules": 4,
|
2572
|
+
"rJoin": 1,
|
2573
|
+
"addRules": 1,
|
2574
|
+
"preempts": 1
|
2575
|
+
},
|
1995
2576
|
"C": {
|
1996
|
-
"#include":
|
1997
|
-
"const":
|
2577
|
+
"#include": 150,
|
2578
|
+
"const": 358,
|
1998
2579
|
"char": 529,
|
1999
2580
|
"*blob_type": 2,
|
2000
|
-
";":
|
2581
|
+
";": 5446,
|
2001
2582
|
"struct": 359,
|
2002
2583
|
"blob": 6,
|
2003
2584
|
"*lookup_blob": 2,
|
2004
|
-
"(":
|
2585
|
+
"(": 6225,
|
2005
2586
|
"unsigned": 140,
|
2006
2587
|
"*sha1": 16,
|
2007
|
-
")":
|
2008
|
-
"{":
|
2588
|
+
")": 6227,
|
2589
|
+
"{": 1530,
|
2009
2590
|
"object": 10,
|
2010
2591
|
"*obj": 9,
|
2011
2592
|
"lookup_object": 2,
|
@@ -2022,22 +2603,22 @@
|
|
2022
2603
|
"sha1_to_hex": 8,
|
2023
2604
|
"typename": 2,
|
2024
2605
|
"NULL": 330,
|
2025
|
-
"}":
|
2026
|
-
"*":
|
2606
|
+
"}": 1546,
|
2607
|
+
"*": 259,
|
2027
2608
|
"int": 446,
|
2028
2609
|
"parse_blob_buffer": 2,
|
2029
2610
|
"*item": 10,
|
2030
|
-
"void":
|
2611
|
+
"void": 284,
|
2031
2612
|
"*buffer": 6,
|
2032
2613
|
"long": 105,
|
2033
2614
|
"size": 120,
|
2034
2615
|
"item": 24,
|
2035
2616
|
"object.parsed": 4,
|
2036
|
-
"#ifndef":
|
2617
|
+
"#ifndef": 85,
|
2037
2618
|
"BLOB_H": 2,
|
2038
|
-
"#define":
|
2039
|
-
"extern":
|
2040
|
-
"#endif":
|
2619
|
+
"#define": 912,
|
2620
|
+
"extern": 38,
|
2621
|
+
"#endif": 239,
|
2041
2622
|
"git_cache_init": 1,
|
2042
2623
|
"git_cache": 4,
|
2043
2624
|
"*cache": 4,
|
@@ -2063,8 +2644,8 @@
|
|
2063
2644
|
"i": 410,
|
2064
2645
|
"for": 88,
|
2065
2646
|
"+": 551,
|
2066
|
-
"[":
|
2067
|
-
"]":
|
2647
|
+
"[": 601,
|
2648
|
+
"]": 601,
|
2068
2649
|
"git_cached_obj_decref": 3,
|
2069
2650
|
"git__free": 15,
|
2070
2651
|
"*git_cache_get": 1,
|
@@ -2092,7 +2673,7 @@
|
|
2092
2673
|
"else": 190,
|
2093
2674
|
"save_commit_buffer": 3,
|
2094
2675
|
"*commit_type": 2,
|
2095
|
-
"static":
|
2676
|
+
"static": 455,
|
2096
2677
|
"commit": 59,
|
2097
2678
|
"*check_commit": 1,
|
2098
2679
|
"quiet": 5,
|
@@ -2370,7 +2951,7 @@
|
|
2370
2951
|
"<linux/mutex.h>": 1,
|
2371
2952
|
"<linux/gfp.h>": 1,
|
2372
2953
|
"<linux/suspend.h>": 1,
|
2373
|
-
"#ifdef":
|
2954
|
+
"#ifdef": 66,
|
2374
2955
|
"CONFIG_SMP": 1,
|
2375
2956
|
"DEFINE_MUTEX": 1,
|
2376
2957
|
"cpu_add_remove_lock": 3,
|
@@ -3419,7 +4000,7 @@
|
|
3419
4000
|
"paused": 3,
|
3420
4001
|
"HPE_PAUSED": 2,
|
3421
4002
|
"http_parser_h": 2,
|
3422
|
-
"__cplusplus":
|
4003
|
+
"__cplusplus": 20,
|
3423
4004
|
"HTTP_PARSER_VERSION_MAJOR": 1,
|
3424
4005
|
"HTTP_PARSER_VERSION_MINOR": 1,
|
3425
4006
|
"<sys/types.h>": 2,
|
@@ -3510,6 +4091,22 @@
|
|
3510
4091
|
"*http_method_str": 1,
|
3511
4092
|
"*http_errno_name": 1,
|
3512
4093
|
"*http_errno_description": 1,
|
4094
|
+
"<jni.h>": 1,
|
4095
|
+
"_Included_jni_JniLayer": 2,
|
4096
|
+
"JNIEXPORT": 6,
|
4097
|
+
"jlong": 6,
|
4098
|
+
"JNICALL": 6,
|
4099
|
+
"Java_jni_JniLayer_jni_1layer_1initialize": 1,
|
4100
|
+
"JNIEnv": 6,
|
4101
|
+
"jobject": 6,
|
4102
|
+
"jintArray": 1,
|
4103
|
+
"jint": 7,
|
4104
|
+
"Java_jni_JniLayer_jni_1layer_1mainloop": 1,
|
4105
|
+
"Java_jni_JniLayer_jni_1layer_1set_1button": 1,
|
4106
|
+
"Java_jni_JniLayer_jni_1layer_1set_1analog": 1,
|
4107
|
+
"jfloat": 1,
|
4108
|
+
"Java_jni_JniLayer_jni_1layer_1report_1analog_1chg": 1,
|
4109
|
+
"Java_jni_JniLayer_jni_1layer_1kill": 1,
|
3513
4110
|
"strncasecmp": 2,
|
3514
4111
|
"_strnicmp": 1,
|
3515
4112
|
"REF_TABLE_SIZE": 1,
|
@@ -6545,6 +7142,13 @@
|
|
6545
7142
|
"__pyx_pf_7sklearn_12linear_model_8sgd_fast_10Regression_loss": 1,
|
6546
7143
|
"__pyx_base.__pyx_vtab": 1,
|
6547
7144
|
"__pyx_base.loss": 1,
|
7145
|
+
"syscalldef": 1,
|
7146
|
+
"syscalldefs": 1,
|
7147
|
+
"SYSCALL_OR_NUM": 3,
|
7148
|
+
"SYS_restart_syscall": 1,
|
7149
|
+
"MAKE_UINT16": 3,
|
7150
|
+
"SYS_exit": 1,
|
7151
|
+
"SYS_fork": 1,
|
6548
7152
|
"__wglew_h__": 2,
|
6549
7153
|
"__WGLEW_H__": 1,
|
6550
7154
|
"__wglext_h_": 2,
|
@@ -7595,82 +8199,17 @@
|
|
7595
8199
|
"C++": {
|
7596
8200
|
"class": 34,
|
7597
8201
|
"Bar": 2,
|
7598
|
-
"{":
|
8202
|
+
"{": 550,
|
7599
8203
|
"protected": 4,
|
7600
8204
|
"char": 122,
|
7601
8205
|
"*name": 6,
|
7602
|
-
";":
|
8206
|
+
";": 2290,
|
7603
8207
|
"public": 27,
|
7604
|
-
"void":
|
8208
|
+
"void": 150,
|
7605
8209
|
"hello": 2,
|
7606
|
-
"(":
|
7607
|
-
")":
|
7608
|
-
"}":
|
7609
|
-
"foo": 2,
|
7610
|
-
"cudaArray*": 1,
|
7611
|
-
"cu_array": 4,
|
7612
|
-
"texture": 1,
|
7613
|
-
"<float,>": 1,
|
7614
|
-
"2": 1,
|
7615
|
-
"cudaReadModeElementType": 1,
|
7616
|
-
"tex": 4,
|
7617
|
-
"cudaChannelFormatDesc": 1,
|
7618
|
-
"description": 5,
|
7619
|
-
"cudaCreateChannelDesc": 1,
|
7620
|
-
"<float>": 1,
|
7621
|
-
"cudaMallocArray": 1,
|
7622
|
-
"&": 148,
|
7623
|
-
"width": 5,
|
7624
|
-
"height": 5,
|
7625
|
-
"cudaMemcpyToArray": 1,
|
7626
|
-
"image": 1,
|
7627
|
-
"width*height*sizeof": 1,
|
7628
|
-
"float": 9,
|
7629
|
-
"cudaMemcpyHostToDevice": 1,
|
7630
|
-
"tex.addressMode": 2,
|
7631
|
-
"[": 204,
|
7632
|
-
"]": 204,
|
7633
|
-
"cudaAddressModeClamp": 2,
|
7634
|
-
"tex.filterMode": 1,
|
7635
|
-
"cudaFilterModePoint": 1,
|
7636
|
-
"tex.normalized": 1,
|
7637
|
-
"false": 43,
|
7638
|
-
"//": 239,
|
7639
|
-
"do": 5,
|
7640
|
-
"not": 2,
|
7641
|
-
"normalize": 1,
|
7642
|
-
"coordinates": 1,
|
7643
|
-
"cudaBindTextureToArray": 1,
|
7644
|
-
"dim3": 2,
|
7645
|
-
"blockDim": 2,
|
7646
|
-
"gridDim": 2,
|
7647
|
-
"+": 55,
|
7648
|
-
"blockDim.x": 2,
|
7649
|
-
"-": 227,
|
7650
|
-
"/": 15,
|
7651
|
-
"blockDim.y": 2,
|
7652
|
-
"kernel": 2,
|
7653
|
-
"<<": 19,
|
7654
|
-
"<": 56,
|
7655
|
-
"d_data": 1,
|
7656
|
-
"cudaUnbindTexture": 1,
|
7657
|
-
"//end": 1,
|
7658
|
-
"__global__": 1,
|
7659
|
-
"float*": 1,
|
7660
|
-
"odata": 2,
|
7661
|
-
"int": 148,
|
7662
|
-
"unsigned": 22,
|
7663
|
-
"x": 48,
|
7664
|
-
"blockIdx.x*blockDim.x": 1,
|
7665
|
-
"threadIdx.x": 1,
|
7666
|
-
"y": 16,
|
7667
|
-
"blockIdx.y*blockDim.y": 1,
|
7668
|
-
"threadIdx.y": 1,
|
7669
|
-
"if": 296,
|
7670
|
-
"&&": 24,
|
7671
|
-
"c": 52,
|
7672
|
-
"tex2D": 1,
|
7673
|
-
"y*width": 1,
|
8210
|
+
"(": 2422,
|
8211
|
+
")": 2424,
|
8212
|
+
"}": 549,
|
7674
8213
|
"#include": 106,
|
7675
8214
|
"<QCoreApplication>": 1,
|
7676
8215
|
"<QString>": 1,
|
@@ -7682,6 +8221,7 @@
|
|
7682
8221
|
"NULL": 108,
|
7683
8222
|
"*Env": 1,
|
7684
8223
|
"instance": 4,
|
8224
|
+
"if": 295,
|
7685
8225
|
"env_instance": 3,
|
7686
8226
|
"new": 9,
|
7687
8227
|
"return": 147,
|
@@ -7696,11 +8236,13 @@
|
|
7696
8236
|
"envvar": 2,
|
7697
8237
|
"name": 21,
|
7698
8238
|
"value": 18,
|
8239
|
+
"int": 144,
|
7699
8240
|
"indexOfEquals": 5,
|
7700
8241
|
"for": 18,
|
7701
8242
|
"env": 3,
|
7702
8243
|
"envp": 4,
|
7703
8244
|
"*env": 1,
|
8245
|
+
"+": 50,
|
7704
8246
|
"envvar.indexOf": 1,
|
7705
8247
|
"continue": 2,
|
7706
8248
|
"envvar.left": 1,
|
@@ -7717,6 +8259,7 @@
|
|
7717
8259
|
"*instance": 1,
|
7718
8260
|
"private": 12,
|
7719
8261
|
"#endif": 82,
|
8262
|
+
"//": 238,
|
7720
8263
|
"GDSDBREADER_H": 3,
|
7721
8264
|
"<QDir>": 1,
|
7722
8265
|
"GDS_DIR": 1,
|
@@ -7773,6 +8316,7 @@
|
|
7773
8316
|
"A": 1,
|
7774
8317
|
"friend": 10,
|
7775
8318
|
"stream": 5,
|
8319
|
+
"<<": 18,
|
7776
8320
|
"myclass.label": 2,
|
7777
8321
|
"myclass.depth": 2,
|
7778
8322
|
"myclass.userIndex": 2,
|
@@ -7786,6 +8330,7 @@
|
|
7786
8330
|
"myclass.firstLineData": 4,
|
7787
8331
|
"myclass.linesNumbers": 2,
|
7788
8332
|
"QDataStream": 2,
|
8333
|
+
"&": 146,
|
7789
8334
|
"myclass": 1,
|
7790
8335
|
"//Don": 1,
|
7791
8336
|
"read": 1,
|
@@ -7832,6 +8377,7 @@
|
|
7832
8377
|
"ECDSA_SIG_recover_key_GFp": 3,
|
7833
8378
|
"ECDSA_SIG": 3,
|
7834
8379
|
"*ecsig": 1,
|
8380
|
+
"unsigned": 20,
|
7835
8381
|
"*msg": 2,
|
7836
8382
|
"msglen": 2,
|
7837
8383
|
"recid": 3,
|
@@ -7850,10 +8396,13 @@
|
|
7850
8396
|
"*zero": 1,
|
7851
8397
|
"n": 28,
|
7852
8398
|
"i": 47,
|
8399
|
+
"/": 13,
|
8400
|
+
"-": 225,
|
7853
8401
|
"BN_CTX_start": 1,
|
7854
8402
|
"order": 8,
|
7855
8403
|
"BN_CTX_get": 8,
|
7856
8404
|
"EC_GROUP_get_order": 1,
|
8405
|
+
"x": 44,
|
7857
8406
|
"BN_copy": 1,
|
7858
8407
|
"BN_mul_word": 1,
|
7859
8408
|
"BN_add": 1,
|
@@ -7892,6 +8441,7 @@
|
|
7892
8441
|
"fCompressedPubKey": 5,
|
7893
8442
|
"true": 39,
|
7894
8443
|
"Reset": 5,
|
8444
|
+
"false": 42,
|
7895
8445
|
"EC_KEY_new_by_curve_name": 2,
|
7896
8446
|
"NID_secp256k1": 2,
|
7897
8447
|
"throw": 4,
|
@@ -7905,6 +8455,8 @@
|
|
7905
8455
|
"hash": 20,
|
7906
8456
|
"sizeof": 14,
|
7907
8457
|
"vchSig": 18,
|
8458
|
+
"[": 201,
|
8459
|
+
"]": 201,
|
7908
8460
|
"nSize": 2,
|
7909
8461
|
"vchSig.clear": 2,
|
7910
8462
|
"vchSig.resize": 2,
|
@@ -7924,6 +8476,8 @@
|
|
7924
8476
|
"nBitsR": 3,
|
7925
8477
|
"BN_num_bits": 2,
|
7926
8478
|
"nBitsS": 3,
|
8479
|
+
"<": 53,
|
8480
|
+
"&&": 23,
|
7927
8481
|
"nRecId": 4,
|
7928
8482
|
"<4;>": 1,
|
7929
8483
|
"keyRec": 5,
|
@@ -8264,6 +8818,7 @@
|
|
8264
8818
|
"has": 2,
|
8265
8819
|
"user": 2,
|
8266
8820
|
"friendly": 2,
|
8821
|
+
"description": 3,
|
8267
8822
|
"use": 1,
|
8268
8823
|
"mapping": 1,
|
8269
8824
|
"dialogs.": 1,
|
@@ -8446,6 +9001,7 @@
|
|
8446
9001
|
"SCI_CLEAR": 1,
|
8447
9002
|
"DeleteBack": 1,
|
8448
9003
|
"SCI_DELETEBACK": 1,
|
9004
|
+
"not": 1,
|
8449
9005
|
"at": 4,
|
8450
9006
|
"DeleteBackNotLine": 1,
|
8451
9007
|
"SCI_DELETEBACKNOTLINE": 1,
|
@@ -8559,6 +9115,7 @@
|
|
8559
9115
|
"unchanged.": 1,
|
8560
9116
|
"Valid": 1,
|
8561
9117
|
"control": 1,
|
9118
|
+
"c": 50,
|
8562
9119
|
"Key_Down": 1,
|
8563
9120
|
"Key_Up": 1,
|
8564
9121
|
"Key_Left": 1,
|
@@ -8782,6 +9339,7 @@
|
|
8782
9339
|
"ScanHtmlComment": 3,
|
8783
9340
|
"LT": 2,
|
8784
9341
|
"next_.literal_chars": 13,
|
9342
|
+
"do": 4,
|
8785
9343
|
"ScanString": 3,
|
8786
9344
|
"LTE": 1,
|
8787
9345
|
"ASSIGN_SHL": 1,
|
@@ -8849,6 +9407,7 @@
|
|
8849
9407
|
"l": 1,
|
8850
9408
|
"p": 5,
|
8851
9409
|
"w": 1,
|
9410
|
+
"y": 13,
|
8852
9411
|
"keyword": 1,
|
8853
9412
|
"Unescaped": 1,
|
8854
9413
|
"in_character_class": 2,
|
@@ -9490,6 +10049,7 @@
|
|
9490
10049
|
"npy_longdouble": 1,
|
9491
10050
|
"__pyx_t_5numpy_longdouble_t": 1,
|
9492
10051
|
"complex": 2,
|
10052
|
+
"float": 7,
|
9493
10053
|
"__pyx_t_float_complex": 27,
|
9494
10054
|
"_Complex": 2,
|
9495
10055
|
"real": 2,
|
@@ -9947,6 +10507,136 @@
|
|
9947
10507
|
"<=>": 1,
|
9948
10508
|
"other.name": 1
|
9949
10509
|
},
|
10510
|
+
"Clojure": {
|
10511
|
+
"(": 83,
|
10512
|
+
"defn": 4,
|
10513
|
+
"prime": 2,
|
10514
|
+
"[": 41,
|
10515
|
+
"n": 9,
|
10516
|
+
"]": 41,
|
10517
|
+
"not": 3,
|
10518
|
+
"-": 14,
|
10519
|
+
"any": 1,
|
10520
|
+
"zero": 1,
|
10521
|
+
"map": 2,
|
10522
|
+
"#": 1,
|
10523
|
+
"rem": 2,
|
10524
|
+
"%": 1,
|
10525
|
+
")": 84,
|
10526
|
+
"range": 3,
|
10527
|
+
";": 8,
|
10528
|
+
"while": 3,
|
10529
|
+
"stops": 1,
|
10530
|
+
"at": 1,
|
10531
|
+
"the": 1,
|
10532
|
+
"first": 2,
|
10533
|
+
"collection": 1,
|
10534
|
+
"element": 1,
|
10535
|
+
"that": 1,
|
10536
|
+
"evaluates": 1,
|
10537
|
+
"to": 1,
|
10538
|
+
"false": 2,
|
10539
|
+
"like": 1,
|
10540
|
+
"take": 1,
|
10541
|
+
"for": 2,
|
10542
|
+
"x": 6,
|
10543
|
+
"html": 1,
|
10544
|
+
"head": 1,
|
10545
|
+
"meta": 1,
|
10546
|
+
"{": 8,
|
10547
|
+
"charset": 1,
|
10548
|
+
"}": 8,
|
10549
|
+
"link": 1,
|
10550
|
+
"rel": 1,
|
10551
|
+
"href": 1,
|
10552
|
+
"script": 1,
|
10553
|
+
"src": 1,
|
10554
|
+
"body": 1,
|
10555
|
+
"div.nav": 1,
|
10556
|
+
"p": 1,
|
10557
|
+
"into": 2,
|
10558
|
+
"array": 3,
|
10559
|
+
"aseq": 8,
|
10560
|
+
"nil": 1,
|
10561
|
+
"type": 2,
|
10562
|
+
"let": 1,
|
10563
|
+
"count": 3,
|
10564
|
+
"a": 3,
|
10565
|
+
"make": 1,
|
10566
|
+
"loop": 1,
|
10567
|
+
"seq": 1,
|
10568
|
+
"i": 4,
|
10569
|
+
"if": 1,
|
10570
|
+
"<": 1,
|
10571
|
+
"do": 1,
|
10572
|
+
"aset": 1,
|
10573
|
+
"recur": 1,
|
10574
|
+
"next": 1,
|
10575
|
+
"inc": 1,
|
10576
|
+
"defprotocol": 1,
|
10577
|
+
"ISound": 4,
|
10578
|
+
"sound": 5,
|
10579
|
+
"deftype": 2,
|
10580
|
+
"Cat": 1,
|
10581
|
+
"_": 3,
|
10582
|
+
"Dog": 1,
|
10583
|
+
"extend": 1,
|
10584
|
+
"default": 1,
|
10585
|
+
"rand": 2,
|
10586
|
+
"scm*": 1,
|
10587
|
+
"random": 1,
|
10588
|
+
"real": 1,
|
10589
|
+
"clj": 1,
|
10590
|
+
"ns": 2,
|
10591
|
+
"c2.svg": 2,
|
10592
|
+
"use": 2,
|
10593
|
+
"c2.core": 2,
|
10594
|
+
"only": 4,
|
10595
|
+
"unify": 2,
|
10596
|
+
"c2.maths": 2,
|
10597
|
+
"Pi": 2,
|
10598
|
+
"Tau": 2,
|
10599
|
+
"radians": 2,
|
10600
|
+
"per": 2,
|
10601
|
+
"degree": 2,
|
10602
|
+
"sin": 2,
|
10603
|
+
"cos": 2,
|
10604
|
+
"mean": 2,
|
10605
|
+
"cljs": 3,
|
10606
|
+
"require": 1,
|
10607
|
+
"c2.dom": 1,
|
10608
|
+
"as": 1,
|
10609
|
+
"dom": 1,
|
10610
|
+
"Stub": 1,
|
10611
|
+
"float": 2,
|
10612
|
+
"fn": 2,
|
10613
|
+
"which": 1,
|
10614
|
+
"does": 1,
|
10615
|
+
"exist": 1,
|
10616
|
+
"on": 1,
|
10617
|
+
"runtime": 1,
|
10618
|
+
"def": 1,
|
10619
|
+
"identity": 1,
|
10620
|
+
"xy": 1,
|
10621
|
+
"coordinates": 7,
|
10622
|
+
"cond": 1,
|
10623
|
+
"and": 1,
|
10624
|
+
"vector": 1,
|
10625
|
+
"y": 1,
|
10626
|
+
"deftest": 1,
|
10627
|
+
"function": 1,
|
10628
|
+
"tests": 1,
|
10629
|
+
"is": 7,
|
10630
|
+
"true": 2,
|
10631
|
+
"contains": 1,
|
10632
|
+
"foo": 6,
|
10633
|
+
"bar": 4,
|
10634
|
+
"select": 1,
|
10635
|
+
"keys": 2,
|
10636
|
+
"baz": 4,
|
10637
|
+
"vals": 1,
|
10638
|
+
"filter": 1
|
10639
|
+
},
|
9950
10640
|
"COBOL": {
|
9951
10641
|
"program": 1,
|
9952
10642
|
"-": 19,
|
@@ -10693,6 +11383,49 @@
|
|
10693
11383
|
"xFF": 1,
|
10694
11384
|
"ip.join": 1
|
10695
11385
|
},
|
11386
|
+
"Common Lisp": {
|
11387
|
+
";": 10,
|
11388
|
+
"-": 10,
|
11389
|
+
"*": 2,
|
11390
|
+
"lisp": 1,
|
11391
|
+
"(": 14,
|
11392
|
+
"in": 1,
|
11393
|
+
"package": 1,
|
11394
|
+
"foo": 2,
|
11395
|
+
")": 14,
|
11396
|
+
"Header": 1,
|
11397
|
+
"comment.": 4,
|
11398
|
+
"defvar": 1,
|
11399
|
+
"*foo*": 1,
|
11400
|
+
"eval": 1,
|
11401
|
+
"when": 1,
|
11402
|
+
"execute": 1,
|
11403
|
+
"compile": 1,
|
11404
|
+
"toplevel": 2,
|
11405
|
+
"load": 1,
|
11406
|
+
"defun": 1,
|
11407
|
+
"add": 1,
|
11408
|
+
"x": 5,
|
11409
|
+
"&": 3,
|
11410
|
+
"optional": 1,
|
11411
|
+
"y": 2,
|
11412
|
+
"key": 1,
|
11413
|
+
"z": 2,
|
11414
|
+
"declare": 1,
|
11415
|
+
"ignore": 1,
|
11416
|
+
"Inline": 1,
|
11417
|
+
"+": 2,
|
11418
|
+
"or": 1,
|
11419
|
+
"#": 2,
|
11420
|
+
"|": 2,
|
11421
|
+
"Multi": 1,
|
11422
|
+
"line": 2,
|
11423
|
+
"defmacro": 1,
|
11424
|
+
"body": 1,
|
11425
|
+
"b": 1,
|
11426
|
+
"if": 1,
|
11427
|
+
"After": 1
|
11428
|
+
},
|
10696
11429
|
"Coq": {
|
10697
11430
|
"Inductive": 41,
|
10698
11431
|
"day": 9,
|
@@ -12031,95 +12764,6 @@
|
|
12031
12764
|
"IHhas_type1.": 1,
|
12032
12765
|
"IHhas_type2.": 1
|
12033
12766
|
},
|
12034
|
-
"Creole": {
|
12035
|
-
"Creole": 6,
|
12036
|
-
"is": 3,
|
12037
|
-
"a": 2,
|
12038
|
-
"-": 5,
|
12039
|
-
"to": 2,
|
12040
|
-
"HTML": 1,
|
12041
|
-
"converter": 2,
|
12042
|
-
"for": 1,
|
12043
|
-
"the": 5,
|
12044
|
-
"lightweight": 1,
|
12045
|
-
"markup": 1,
|
12046
|
-
"language": 1,
|
12047
|
-
"(": 5,
|
12048
|
-
"http": 4,
|
12049
|
-
"//wikicreole.org/": 1,
|
12050
|
-
")": 5,
|
12051
|
-
".": 1,
|
12052
|
-
"Github": 1,
|
12053
|
-
"uses": 1,
|
12054
|
-
"this": 1,
|
12055
|
-
"render": 1,
|
12056
|
-
"*.creole": 1,
|
12057
|
-
"files.": 1,
|
12058
|
-
"Project": 1,
|
12059
|
-
"page": 1,
|
12060
|
-
"on": 2,
|
12061
|
-
"github": 1,
|
12062
|
-
"*": 5,
|
12063
|
-
"//github.com/minad/creole": 1,
|
12064
|
-
"Travis": 1,
|
12065
|
-
"CI": 1,
|
12066
|
-
"https": 1,
|
12067
|
-
"//travis": 1,
|
12068
|
-
"ci.org/minad/creole": 1,
|
12069
|
-
"RDOC": 1,
|
12070
|
-
"//rdoc.info/projects/minad/creole": 1,
|
12071
|
-
"INSTALLATION": 1,
|
12072
|
-
"{": 6,
|
12073
|
-
"gem": 1,
|
12074
|
-
"install": 1,
|
12075
|
-
"creole": 1,
|
12076
|
-
"}": 6,
|
12077
|
-
"SYNOPSIS": 1,
|
12078
|
-
"require": 1,
|
12079
|
-
"html": 1,
|
12080
|
-
"Creole.creolize": 1,
|
12081
|
-
"BUGS": 1,
|
12082
|
-
"If": 1,
|
12083
|
-
"you": 1,
|
12084
|
-
"found": 1,
|
12085
|
-
"bug": 1,
|
12086
|
-
"please": 1,
|
12087
|
-
"report": 1,
|
12088
|
-
"it": 1,
|
12089
|
-
"at": 1,
|
12090
|
-
"project": 1,
|
12091
|
-
"s": 1,
|
12092
|
-
"tracker": 1,
|
12093
|
-
"GitHub": 1,
|
12094
|
-
"//github.com/minad/creole/issues": 1,
|
12095
|
-
"AUTHORS": 1,
|
12096
|
-
"Lars": 2,
|
12097
|
-
"Christensen": 2,
|
12098
|
-
"larsch": 1,
|
12099
|
-
"Daniel": 2,
|
12100
|
-
"Mendler": 1,
|
12101
|
-
"minad": 1,
|
12102
|
-
"LICENSE": 1,
|
12103
|
-
"Copyright": 1,
|
12104
|
-
"c": 1,
|
12105
|
-
"Mendler.": 1,
|
12106
|
-
"It": 1,
|
12107
|
-
"free": 1,
|
12108
|
-
"software": 1,
|
12109
|
-
"and": 1,
|
12110
|
-
"may": 1,
|
12111
|
-
"be": 1,
|
12112
|
-
"redistributed": 1,
|
12113
|
-
"under": 1,
|
12114
|
-
"terms": 1,
|
12115
|
-
"specified": 1,
|
12116
|
-
"in": 1,
|
12117
|
-
"README": 1,
|
12118
|
-
"file": 1,
|
12119
|
-
"of": 1,
|
12120
|
-
"Ruby": 1,
|
12121
|
-
"distribution.": 1
|
12122
|
-
},
|
12123
12767
|
"CSS": {
|
12124
12768
|
".clearfix": 8,
|
12125
12769
|
"{": 1661,
|
@@ -12868,6 +13512,84 @@
|
|
12868
13512
|
"backdrop.fade": 1,
|
12869
13513
|
"backdrop.fade.in": 1
|
12870
13514
|
},
|
13515
|
+
"Cuda": {
|
13516
|
+
"__global__": 2,
|
13517
|
+
"void": 3,
|
13518
|
+
"scalarProdGPU": 1,
|
13519
|
+
"(": 20,
|
13520
|
+
"float": 8,
|
13521
|
+
"*d_C": 1,
|
13522
|
+
"*d_A": 1,
|
13523
|
+
"*d_B": 1,
|
13524
|
+
"int": 14,
|
13525
|
+
"vectorN": 2,
|
13526
|
+
"elementN": 3,
|
13527
|
+
")": 20,
|
13528
|
+
"{": 8,
|
13529
|
+
"//Accumulators": 1,
|
13530
|
+
"cache": 1,
|
13531
|
+
"__shared__": 1,
|
13532
|
+
"accumResult": 5,
|
13533
|
+
"[": 11,
|
13534
|
+
"ACCUM_N": 4,
|
13535
|
+
"]": 11,
|
13536
|
+
";": 30,
|
13537
|
+
"////////////////////////////////////////////////////////////////////////////": 2,
|
13538
|
+
"for": 5,
|
13539
|
+
"vec": 5,
|
13540
|
+
"blockIdx.x": 2,
|
13541
|
+
"<": 5,
|
13542
|
+
"+": 12,
|
13543
|
+
"gridDim.x": 1,
|
13544
|
+
"vectorBase": 3,
|
13545
|
+
"IMUL": 1,
|
13546
|
+
"vectorEnd": 2,
|
13547
|
+
"////////////////////////////////////////////////////////////////////////": 4,
|
13548
|
+
"iAccum": 10,
|
13549
|
+
"threadIdx.x": 4,
|
13550
|
+
"blockDim.x": 3,
|
13551
|
+
"sum": 3,
|
13552
|
+
"pos": 5,
|
13553
|
+
"d_A": 2,
|
13554
|
+
"*": 2,
|
13555
|
+
"d_B": 2,
|
13556
|
+
"}": 8,
|
13557
|
+
"stride": 5,
|
13558
|
+
"/": 2,
|
13559
|
+
"__syncthreads": 1,
|
13560
|
+
"if": 3,
|
13561
|
+
"d_C": 2,
|
13562
|
+
"#include": 2,
|
13563
|
+
"<stdio.h>": 1,
|
13564
|
+
"<cuda_runtime.h>": 1,
|
13565
|
+
"vectorAdd": 2,
|
13566
|
+
"const": 2,
|
13567
|
+
"*A": 1,
|
13568
|
+
"*B": 1,
|
13569
|
+
"*C": 1,
|
13570
|
+
"numElements": 4,
|
13571
|
+
"i": 5,
|
13572
|
+
"C": 1,
|
13573
|
+
"A": 1,
|
13574
|
+
"B": 1,
|
13575
|
+
"main": 1,
|
13576
|
+
"cudaError_t": 1,
|
13577
|
+
"err": 5,
|
13578
|
+
"cudaSuccess": 2,
|
13579
|
+
"threadsPerBlock": 4,
|
13580
|
+
"blocksPerGrid": 1,
|
13581
|
+
"-": 1,
|
13582
|
+
"<<": 1,
|
13583
|
+
"<blocksPerGrid,>": 1,
|
13584
|
+
"cudaGetLastError": 1,
|
13585
|
+
"fprintf": 1,
|
13586
|
+
"stderr": 1,
|
13587
|
+
"cudaGetErrorString": 1,
|
13588
|
+
"exit": 1,
|
13589
|
+
"EXIT_FAILURE": 1,
|
13590
|
+
"cudaDeviceReset": 1,
|
13591
|
+
"return": 1
|
13592
|
+
},
|
12871
13593
|
"Dart": {
|
12872
13594
|
"class": 1,
|
12873
13595
|
"Point": 7,
|
@@ -12908,7 +13630,99 @@
|
|
12908
13630
|
"d472341..8ad9ffb": 1,
|
12909
13631
|
"+": 3
|
12910
13632
|
},
|
12911
|
-
"
|
13633
|
+
"DM": {
|
13634
|
+
"#define": 4,
|
13635
|
+
"PI": 6,
|
13636
|
+
"#if": 1,
|
13637
|
+
"G": 1,
|
13638
|
+
"#elif": 1,
|
13639
|
+
"I": 1,
|
13640
|
+
"#else": 1,
|
13641
|
+
"K": 1,
|
13642
|
+
"#endif": 1,
|
13643
|
+
"var/GlobalCounter": 1,
|
13644
|
+
"var/const/CONST_VARIABLE": 1,
|
13645
|
+
"var/list/MyList": 1,
|
13646
|
+
"list": 3,
|
13647
|
+
"(": 17,
|
13648
|
+
"new": 1,
|
13649
|
+
"/datum/entity": 2,
|
13650
|
+
")": 17,
|
13651
|
+
"var/list/EmptyList": 1,
|
13652
|
+
"[": 2,
|
13653
|
+
"]": 2,
|
13654
|
+
"//": 6,
|
13655
|
+
"creates": 1,
|
13656
|
+
"a": 1,
|
13657
|
+
"of": 1,
|
13658
|
+
"null": 2,
|
13659
|
+
"entries": 1,
|
13660
|
+
"var/list/NullList": 1,
|
13661
|
+
"var/name": 1,
|
13662
|
+
"var/number": 1,
|
13663
|
+
"/datum/entity/proc/myFunction": 1,
|
13664
|
+
"world.log": 5,
|
13665
|
+
"<<": 5,
|
13666
|
+
"/datum/entity/New": 1,
|
13667
|
+
"number": 2,
|
13668
|
+
"GlobalCounter": 1,
|
13669
|
+
"+": 3,
|
13670
|
+
"/datum/entity/unit": 1,
|
13671
|
+
"name": 1,
|
13672
|
+
"/datum/entity/unit/New": 1,
|
13673
|
+
"..": 1,
|
13674
|
+
"calls": 1,
|
13675
|
+
"the": 2,
|
13676
|
+
"parent": 1,
|
13677
|
+
"s": 1,
|
13678
|
+
"proc": 1,
|
13679
|
+
";": 3,
|
13680
|
+
"equal": 1,
|
13681
|
+
"to": 1,
|
13682
|
+
"super": 1,
|
13683
|
+
"and": 1,
|
13684
|
+
"base": 1,
|
13685
|
+
"in": 1,
|
13686
|
+
"other": 1,
|
13687
|
+
"languages": 1,
|
13688
|
+
"rand": 1,
|
13689
|
+
"/datum/entity/unit/myFunction": 1,
|
13690
|
+
"/proc/ReverseList": 1,
|
13691
|
+
"var/list/input": 1,
|
13692
|
+
"var/list/output": 1,
|
13693
|
+
"for": 1,
|
13694
|
+
"var/i": 1,
|
13695
|
+
"input.len": 1,
|
13696
|
+
"i": 3,
|
13697
|
+
"-": 2,
|
13698
|
+
"IMPORTANT": 1,
|
13699
|
+
"List": 1,
|
13700
|
+
"Arrays": 1,
|
13701
|
+
"count": 1,
|
13702
|
+
"from": 1,
|
13703
|
+
"output": 2,
|
13704
|
+
"input": 1,
|
13705
|
+
"is": 2,
|
13706
|
+
"return": 3,
|
13707
|
+
"/proc/DoStuff": 1,
|
13708
|
+
"var/bitflag": 2,
|
13709
|
+
"bitflag": 4,
|
13710
|
+
"|": 1,
|
13711
|
+
"/proc/DoOtherStuff": 1,
|
13712
|
+
"bits": 1,
|
13713
|
+
"maximum": 1,
|
13714
|
+
"amount": 1,
|
13715
|
+
"&": 1,
|
13716
|
+
"/proc/DoNothing": 1,
|
13717
|
+
"var/pi": 1,
|
13718
|
+
"if": 2,
|
13719
|
+
"pi": 2,
|
13720
|
+
"else": 2,
|
13721
|
+
"CONST_VARIABLE": 1,
|
13722
|
+
"#undef": 1,
|
13723
|
+
"Undefine": 1
|
13724
|
+
},
|
13725
|
+
"ECL": {
|
12912
13726
|
"#option": 1,
|
12913
13727
|
"(": 32,
|
12914
13728
|
"true": 1,
|
@@ -15082,6 +15896,46 @@
|
|
15082
15896
|
"</h2>": 1,
|
15083
15897
|
"/each": 1
|
15084
15898
|
},
|
15899
|
+
"Idris": {
|
15900
|
+
"module": 1,
|
15901
|
+
"Prelude.Char": 1,
|
15902
|
+
"import": 1,
|
15903
|
+
"Builtins": 1,
|
15904
|
+
"isUpper": 4,
|
15905
|
+
"Char": 13,
|
15906
|
+
"-": 8,
|
15907
|
+
"Bool": 8,
|
15908
|
+
"x": 36,
|
15909
|
+
"&&": 3,
|
15910
|
+
"<=>": 3,
|
15911
|
+
"Z": 1,
|
15912
|
+
"isLower": 4,
|
15913
|
+
"z": 1,
|
15914
|
+
"isAlpha": 3,
|
15915
|
+
"||": 9,
|
15916
|
+
"isDigit": 3,
|
15917
|
+
"(": 8,
|
15918
|
+
"9": 1,
|
15919
|
+
"isAlphaNum": 2,
|
15920
|
+
"isSpace": 2,
|
15921
|
+
"isNL": 2,
|
15922
|
+
"toUpper": 3,
|
15923
|
+
"if": 2,
|
15924
|
+
")": 7,
|
15925
|
+
"then": 2,
|
15926
|
+
"prim__intToChar": 2,
|
15927
|
+
"prim__charToInt": 2,
|
15928
|
+
"else": 2,
|
15929
|
+
"toLower": 2,
|
15930
|
+
"+": 1,
|
15931
|
+
"isHexDigit": 2,
|
15932
|
+
"elem": 1,
|
15933
|
+
"hexChars": 3,
|
15934
|
+
"where": 1,
|
15935
|
+
"List": 1,
|
15936
|
+
"[": 1,
|
15937
|
+
"]": 1
|
15938
|
+
},
|
15085
15939
|
"INI": {
|
15086
15940
|
";": 1,
|
15087
15941
|
"editorconfig.org": 1,
|
@@ -15111,6 +15965,11 @@
|
|
15111
15965
|
"SHEBANG#!ioke": 1,
|
15112
15966
|
"println": 1
|
15113
15967
|
},
|
15968
|
+
"Jade": {
|
15969
|
+
"p.": 1,
|
15970
|
+
"Hello": 1,
|
15971
|
+
"World": 1
|
15972
|
+
},
|
15114
15973
|
"Java": {
|
15115
15974
|
"package": 6,
|
15116
15975
|
"clojure.asm": 1,
|
@@ -22062,10 +22921,10 @@
|
|
22062
22921
|
"logger": 2
|
22063
22922
|
},
|
22064
22923
|
"JSON": {
|
22065
|
-
"{":
|
22066
|
-
"}":
|
22067
|
-
"[":
|
22068
|
-
"]":
|
22924
|
+
"{": 17,
|
22925
|
+
"}": 17,
|
22926
|
+
"[": 2,
|
22927
|
+
"]": 2,
|
22069
22928
|
"true": 3
|
22070
22929
|
},
|
22071
22930
|
"Julia": {
|
@@ -22230,6 +23089,29 @@
|
|
22230
23089
|
"true": 1,
|
22231
23090
|
"return": 1
|
22232
23091
|
},
|
23092
|
+
"KRL": {
|
23093
|
+
"ruleset": 1,
|
23094
|
+
"sample": 1,
|
23095
|
+
"{": 3,
|
23096
|
+
"meta": 1,
|
23097
|
+
"name": 1,
|
23098
|
+
"description": 1,
|
23099
|
+
"<<": 1,
|
23100
|
+
"Hello": 1,
|
23101
|
+
"world": 1,
|
23102
|
+
"author": 1,
|
23103
|
+
"}": 3,
|
23104
|
+
"rule": 1,
|
23105
|
+
"hello": 1,
|
23106
|
+
"select": 1,
|
23107
|
+
"when": 1,
|
23108
|
+
"web": 1,
|
23109
|
+
"pageview": 1,
|
23110
|
+
"notify": 1,
|
23111
|
+
"(": 1,
|
23112
|
+
")": 1,
|
23113
|
+
";": 1
|
23114
|
+
},
|
22233
23115
|
"Lasso": {
|
22234
23116
|
"<": 7,
|
22235
23117
|
"LassoScript": 1,
|
@@ -23448,6 +24330,98 @@
|
|
23448
24330
|
"info": 1,
|
23449
24331
|
"reproduce": 1
|
23450
24332
|
},
|
24333
|
+
"Literate Agda": {
|
24334
|
+
"documentclass": 1,
|
24335
|
+
"{": 35,
|
24336
|
+
"article": 1,
|
24337
|
+
"}": 35,
|
24338
|
+
"usepackage": 7,
|
24339
|
+
"amssymb": 1,
|
24340
|
+
"bbm": 1,
|
24341
|
+
"[": 2,
|
24342
|
+
"greek": 1,
|
24343
|
+
"english": 1,
|
24344
|
+
"]": 2,
|
24345
|
+
"babel": 1,
|
24346
|
+
"ucs": 1,
|
24347
|
+
"utf8x": 1,
|
24348
|
+
"inputenc": 1,
|
24349
|
+
"autofe": 1,
|
24350
|
+
"DeclareUnicodeCharacter": 3,
|
24351
|
+
"ensuremath": 3,
|
24352
|
+
"ulcorner": 1,
|
24353
|
+
"urcorner": 1,
|
24354
|
+
"overline": 1,
|
24355
|
+
"equiv": 1,
|
24356
|
+
"fancyvrb": 1,
|
24357
|
+
"DefineVerbatimEnvironment": 1,
|
24358
|
+
"code": 3,
|
24359
|
+
"Verbatim": 1,
|
24360
|
+
"%": 1,
|
24361
|
+
"Add": 1,
|
24362
|
+
"fancy": 1,
|
24363
|
+
"options": 1,
|
24364
|
+
"here": 1,
|
24365
|
+
"if": 1,
|
24366
|
+
"you": 3,
|
24367
|
+
"like.": 1,
|
24368
|
+
"begin": 2,
|
24369
|
+
"document": 2,
|
24370
|
+
"module": 3,
|
24371
|
+
"NatCat": 1,
|
24372
|
+
"where": 2,
|
24373
|
+
"open": 2,
|
24374
|
+
"import": 2,
|
24375
|
+
"Relation.Binary.PropositionalEquality": 1,
|
24376
|
+
"-": 21,
|
24377
|
+
"If": 1,
|
24378
|
+
"can": 1,
|
24379
|
+
"show": 1,
|
24380
|
+
"that": 1,
|
24381
|
+
"a": 1,
|
24382
|
+
"relation": 1,
|
24383
|
+
"only": 1,
|
24384
|
+
"ever": 1,
|
24385
|
+
"has": 1,
|
24386
|
+
"one": 1,
|
24387
|
+
"inhabitant": 5,
|
24388
|
+
"get": 1,
|
24389
|
+
"the": 1,
|
24390
|
+
"category": 1,
|
24391
|
+
"laws": 1,
|
24392
|
+
"for": 1,
|
24393
|
+
"free": 1,
|
24394
|
+
"EasyCategory": 3,
|
24395
|
+
"(": 36,
|
24396
|
+
"obj": 4,
|
24397
|
+
"Set": 2,
|
24398
|
+
")": 36,
|
24399
|
+
"_": 6,
|
24400
|
+
"x": 34,
|
24401
|
+
"y": 28,
|
24402
|
+
"z": 18,
|
24403
|
+
"id": 9,
|
24404
|
+
"single": 4,
|
24405
|
+
"r": 26,
|
24406
|
+
"s": 29,
|
24407
|
+
"assoc": 2,
|
24408
|
+
"w": 4,
|
24409
|
+
"t": 6,
|
24410
|
+
"Data.Nat": 1,
|
24411
|
+
"same": 5,
|
24412
|
+
".0": 2,
|
24413
|
+
"n": 14,
|
24414
|
+
"refl": 6,
|
24415
|
+
".": 5,
|
24416
|
+
"suc": 6,
|
24417
|
+
"m": 6,
|
24418
|
+
"cong": 1,
|
24419
|
+
"trans": 5,
|
24420
|
+
".n": 1,
|
24421
|
+
"zero": 1,
|
24422
|
+
"Nat": 1,
|
24423
|
+
"end": 2
|
24424
|
+
},
|
23451
24425
|
"Literate CoffeeScript": {
|
23452
24426
|
"The": 2,
|
23453
24427
|
"**Scope**": 2,
|
@@ -26225,30 +27199,30 @@
|
|
26225
27199
|
"Tender": 1
|
26226
27200
|
},
|
26227
27201
|
"Matlab": {
|
26228
|
-
"function":
|
26229
|
-
"[":
|
27202
|
+
"function": 34,
|
27203
|
+
"[": 311,
|
26230
27204
|
"dx": 6,
|
26231
|
-
"y":
|
26232
|
-
"]":
|
27205
|
+
"y": 25,
|
27206
|
+
"]": 311,
|
26233
27207
|
"adapting_structural_model": 2,
|
26234
|
-
"(":
|
27208
|
+
"(": 1379,
|
26235
27209
|
"t": 32,
|
26236
|
-
"x":
|
27210
|
+
"x": 46,
|
26237
27211
|
"u": 3,
|
26238
27212
|
"varargin": 25,
|
26239
|
-
")":
|
26240
|
-
"%":
|
26241
|
-
"size":
|
27213
|
+
")": 1380,
|
27214
|
+
"%": 554,
|
27215
|
+
"size": 11,
|
26242
27216
|
"aux": 3,
|
26243
27217
|
"{": 157,
|
26244
|
-
"end":
|
27218
|
+
"end": 150,
|
26245
27219
|
"}": 157,
|
26246
|
-
";":
|
27220
|
+
";": 909,
|
26247
27221
|
"m": 44,
|
26248
|
-
"zeros":
|
27222
|
+
"zeros": 61,
|
26249
27223
|
"b": 12,
|
26250
|
-
"for":
|
26251
|
-
"i":
|
27224
|
+
"for": 78,
|
27225
|
+
"i": 338,
|
26252
27226
|
"if": 52,
|
26253
27227
|
"+": 169,
|
26254
27228
|
"elseif": 14,
|
@@ -26264,7 +27238,7 @@
|
|
26264
27238
|
"*": 46,
|
26265
27239
|
"aux.b": 3,
|
26266
27240
|
"e": 14,
|
26267
|
-
"-":
|
27241
|
+
"-": 673,
|
26268
27242
|
"c2": 5,
|
26269
27243
|
"Yc": 5,
|
26270
27244
|
"parallel": 2,
|
@@ -26284,7 +27258,7 @@
|
|
26284
27258
|
"n": 102,
|
26285
27259
|
"|": 2,
|
26286
27260
|
"&": 4,
|
26287
|
-
"error":
|
27261
|
+
"error": 16,
|
26288
27262
|
"sum": 2,
|
26289
27263
|
"/length": 1,
|
26290
27264
|
"bicycle": 7,
|
@@ -26462,7 +27436,7 @@
|
|
26462
27436
|
"num2str": 10,
|
26463
27437
|
"bikeData.handlingMetric.num": 1,
|
26464
27438
|
"bikeData.handlingMetric.den": 1,
|
26465
|
-
"w":
|
27439
|
+
"w": 6,
|
26466
27440
|
"mag": 4,
|
26467
27441
|
"phase": 2,
|
26468
27442
|
"bode": 5,
|
@@ -26542,7 +27516,7 @@
|
|
26542
27516
|
"Lateral": 1,
|
26543
27517
|
"Deviation": 1,
|
26544
27518
|
"paths.eps": 1,
|
26545
|
-
"d":
|
27519
|
+
"d": 12,
|
26546
27520
|
"like": 1,
|
26547
27521
|
"plot.": 1,
|
26548
27522
|
"names": 6,
|
@@ -26638,6 +27612,23 @@
|
|
26638
27612
|
"minLine": 4,
|
26639
27613
|
"min": 1,
|
26640
27614
|
"speedInd": 12,
|
27615
|
+
"cross_validation": 1,
|
27616
|
+
"hyper_parameter": 3,
|
27617
|
+
"num_data": 2,
|
27618
|
+
"K": 4,
|
27619
|
+
"indices": 2,
|
27620
|
+
"crossvalind": 1,
|
27621
|
+
"errors": 4,
|
27622
|
+
"test_idx": 4,
|
27623
|
+
"train_idx": 3,
|
27624
|
+
"x_train": 2,
|
27625
|
+
"y_train": 2,
|
27626
|
+
"train": 1,
|
27627
|
+
"x_test": 3,
|
27628
|
+
"y_test": 3,
|
27629
|
+
"calc_cost": 1,
|
27630
|
+
"calc_error": 2,
|
27631
|
+
"mean": 2,
|
26641
27632
|
"value": 2,
|
26642
27633
|
"isterminal": 2,
|
26643
27634
|
"direction": 2,
|
@@ -27148,6 +28139,12 @@
|
|
27148
28139
|
"command": 2,
|
27149
28140
|
"line.": 2,
|
27150
28141
|
"value2": 4,
|
28142
|
+
"d_mean": 3,
|
28143
|
+
"d_std": 3,
|
28144
|
+
"normalize": 1,
|
28145
|
+
"repmat": 2,
|
28146
|
+
"std": 1,
|
28147
|
+
"d./": 1,
|
27151
28148
|
"overrideSettings": 3,
|
27152
28149
|
"overrideNames": 2,
|
27153
28150
|
"defaultNames": 2,
|
@@ -27259,6 +28256,10 @@
|
|
27259
28256
|
"contents.colheaders": 1
|
27260
28257
|
},
|
27261
28258
|
"Max": {
|
28259
|
+
"{": 126,
|
28260
|
+
"}": 126,
|
28261
|
+
"[": 163,
|
28262
|
+
"]": 163,
|
27262
28263
|
"max": 1,
|
27263
28264
|
"v2": 1,
|
27264
28265
|
";": 39,
|
@@ -27295,283 +28296,6 @@
|
|
27295
28296
|
"fasten": 1,
|
27296
28297
|
"pop": 1
|
27297
28298
|
},
|
27298
|
-
"MediaWiki": {
|
27299
|
-
"Overview": 1,
|
27300
|
-
"The": 17,
|
27301
|
-
"GDB": 15,
|
27302
|
-
"Tracepoint": 4,
|
27303
|
-
"Analysis": 1,
|
27304
|
-
"feature": 3,
|
27305
|
-
"is": 9,
|
27306
|
-
"an": 3,
|
27307
|
-
"extension": 1,
|
27308
|
-
"to": 12,
|
27309
|
-
"the": 72,
|
27310
|
-
"Tracing": 3,
|
27311
|
-
"and": 20,
|
27312
|
-
"Monitoring": 1,
|
27313
|
-
"Framework": 1,
|
27314
|
-
"that": 4,
|
27315
|
-
"allows": 2,
|
27316
|
-
"visualization": 1,
|
27317
|
-
"analysis": 1,
|
27318
|
-
"of": 8,
|
27319
|
-
"C/C": 10,
|
27320
|
-
"+": 20,
|
27321
|
-
"tracepoint": 5,
|
27322
|
-
"data": 5,
|
27323
|
-
"collected": 2,
|
27324
|
-
"by": 10,
|
27325
|
-
"stored": 1,
|
27326
|
-
"a": 12,
|
27327
|
-
"log": 1,
|
27328
|
-
"file.": 1,
|
27329
|
-
"Getting": 1,
|
27330
|
-
"Started": 1,
|
27331
|
-
"can": 9,
|
27332
|
-
"be": 18,
|
27333
|
-
"installed": 2,
|
27334
|
-
"from": 8,
|
27335
|
-
"Eclipse": 1,
|
27336
|
-
"update": 2,
|
27337
|
-
"site": 1,
|
27338
|
-
"selecting": 1,
|
27339
|
-
".": 8,
|
27340
|
-
"requires": 1,
|
27341
|
-
"version": 1,
|
27342
|
-
"or": 8,
|
27343
|
-
"later": 1,
|
27344
|
-
"on": 3,
|
27345
|
-
"local": 1,
|
27346
|
-
"host.": 1,
|
27347
|
-
"executable": 3,
|
27348
|
-
"program": 1,
|
27349
|
-
"must": 3,
|
27350
|
-
"found": 1,
|
27351
|
-
"in": 15,
|
27352
|
-
"path.": 1,
|
27353
|
-
"Trace": 9,
|
27354
|
-
"Perspective": 1,
|
27355
|
-
"To": 1,
|
27356
|
-
"open": 1,
|
27357
|
-
"perspective": 2,
|
27358
|
-
"select": 5,
|
27359
|
-
"includes": 1,
|
27360
|
-
"following": 1,
|
27361
|
-
"views": 2,
|
27362
|
-
"default": 2,
|
27363
|
-
"*": 6,
|
27364
|
-
"This": 7,
|
27365
|
-
"view": 7,
|
27366
|
-
"shows": 7,
|
27367
|
-
"projects": 1,
|
27368
|
-
"workspace": 2,
|
27369
|
-
"used": 1,
|
27370
|
-
"create": 1,
|
27371
|
-
"manage": 1,
|
27372
|
-
"projects.": 1,
|
27373
|
-
"running": 1,
|
27374
|
-
"Postmortem": 5,
|
27375
|
-
"Debugger": 4,
|
27376
|
-
"instances": 1,
|
27377
|
-
"displays": 2,
|
27378
|
-
"thread": 1,
|
27379
|
-
"stack": 2,
|
27380
|
-
"trace": 17,
|
27381
|
-
"associated": 1,
|
27382
|
-
"with": 4,
|
27383
|
-
"tracepoint.": 3,
|
27384
|
-
"status": 1,
|
27385
|
-
"debugger": 1,
|
27386
|
-
"navigation": 1,
|
27387
|
-
"records.": 1,
|
27388
|
-
"console": 1,
|
27389
|
-
"output": 1,
|
27390
|
-
"Debugger.": 1,
|
27391
|
-
"editor": 7,
|
27392
|
-
"area": 2,
|
27393
|
-
"contains": 1,
|
27394
|
-
"editors": 1,
|
27395
|
-
"when": 1,
|
27396
|
-
"opened.": 1,
|
27397
|
-
"[": 11,
|
27398
|
-
"Image": 2,
|
27399
|
-
"images/GDBTracePerspective.png": 1,
|
27400
|
-
"]": 11,
|
27401
|
-
"Collecting": 2,
|
27402
|
-
"Data": 4,
|
27403
|
-
"outside": 2,
|
27404
|
-
"scope": 1,
|
27405
|
-
"this": 5,
|
27406
|
-
"feature.": 1,
|
27407
|
-
"It": 1,
|
27408
|
-
"done": 2,
|
27409
|
-
"command": 1,
|
27410
|
-
"line": 2,
|
27411
|
-
"using": 3,
|
27412
|
-
"CDT": 3,
|
27413
|
-
"debug": 1,
|
27414
|
-
"component": 1,
|
27415
|
-
"within": 1,
|
27416
|
-
"Eclipse.": 1,
|
27417
|
-
"See": 1,
|
27418
|
-
"FAQ": 2,
|
27419
|
-
"entry": 2,
|
27420
|
-
"#References": 2,
|
27421
|
-
"|": 2,
|
27422
|
-
"References": 3,
|
27423
|
-
"section.": 2,
|
27424
|
-
"Importing": 2,
|
27425
|
-
"Some": 1,
|
27426
|
-
"information": 1,
|
27427
|
-
"section": 1,
|
27428
|
-
"redundant": 1,
|
27429
|
-
"LTTng": 3,
|
27430
|
-
"User": 3,
|
27431
|
-
"Guide.": 1,
|
27432
|
-
"For": 1,
|
27433
|
-
"further": 1,
|
27434
|
-
"details": 1,
|
27435
|
-
"see": 1,
|
27436
|
-
"Guide": 2,
|
27437
|
-
"Creating": 1,
|
27438
|
-
"Project": 1,
|
27439
|
-
"In": 5,
|
27440
|
-
"right": 3,
|
27441
|
-
"-": 8,
|
27442
|
-
"click": 8,
|
27443
|
-
"context": 4,
|
27444
|
-
"menu.": 4,
|
27445
|
-
"dialog": 1,
|
27446
|
-
"name": 2,
|
27447
|
-
"your": 2,
|
27448
|
-
"project": 2,
|
27449
|
-
"tracing": 1,
|
27450
|
-
"folder": 5,
|
27451
|
-
"Browse": 2,
|
27452
|
-
"enter": 2,
|
27453
|
-
"source": 2,
|
27454
|
-
"directory.": 1,
|
27455
|
-
"Select": 1,
|
27456
|
-
"file": 6,
|
27457
|
-
"tree.": 1,
|
27458
|
-
"Optionally": 1,
|
27459
|
-
"set": 1,
|
27460
|
-
"type": 2,
|
27461
|
-
"Click": 1,
|
27462
|
-
"Alternatively": 1,
|
27463
|
-
"drag": 1,
|
27464
|
-
"&": 1,
|
27465
|
-
"dropped": 1,
|
27466
|
-
"any": 2,
|
27467
|
-
"external": 1,
|
27468
|
-
"manager.": 1,
|
27469
|
-
"Selecting": 2,
|
27470
|
-
"Type": 1,
|
27471
|
-
"Right": 2,
|
27472
|
-
"imported": 1,
|
27473
|
-
"choose": 2,
|
27474
|
-
"step": 1,
|
27475
|
-
"omitted": 1,
|
27476
|
-
"if": 1,
|
27477
|
-
"was": 2,
|
27478
|
-
"selected": 3,
|
27479
|
-
"at": 3,
|
27480
|
-
"import.": 1,
|
27481
|
-
"will": 6,
|
27482
|
-
"updated": 2,
|
27483
|
-
"icon": 1,
|
27484
|
-
"images/gdb_icon16.png": 1,
|
27485
|
-
"Executable": 1,
|
27486
|
-
"created": 1,
|
27487
|
-
"identified": 1,
|
27488
|
-
"so": 2,
|
27489
|
-
"launched": 1,
|
27490
|
-
"properly.": 1,
|
27491
|
-
"path": 1,
|
27492
|
-
"press": 1,
|
27493
|
-
"recognized": 1,
|
27494
|
-
"as": 1,
|
27495
|
-
"executable.": 1,
|
27496
|
-
"Visualizing": 1,
|
27497
|
-
"Opening": 1,
|
27498
|
-
"double": 1,
|
27499
|
-
"it": 3,
|
27500
|
-
"opened": 2,
|
27501
|
-
"Events": 5,
|
27502
|
-
"instance": 1,
|
27503
|
-
"launched.": 1,
|
27504
|
-
"If": 2,
|
27505
|
-
"available": 1,
|
27506
|
-
"code": 1,
|
27507
|
-
"corresponding": 1,
|
27508
|
-
"first": 1,
|
27509
|
-
"record": 2,
|
27510
|
-
"also": 2,
|
27511
|
-
"editor.": 2,
|
27512
|
-
"At": 1,
|
27513
|
-
"point": 1,
|
27514
|
-
"recommended": 1,
|
27515
|
-
"relocate": 1,
|
27516
|
-
"not": 1,
|
27517
|
-
"hidden": 1,
|
27518
|
-
"Viewing": 1,
|
27519
|
-
"table": 1,
|
27520
|
-
"shown": 1,
|
27521
|
-
"one": 1,
|
27522
|
-
"row": 1,
|
27523
|
-
"for": 2,
|
27524
|
-
"each": 1,
|
27525
|
-
"record.": 2,
|
27526
|
-
"column": 6,
|
27527
|
-
"sequential": 1,
|
27528
|
-
"number.": 1,
|
27529
|
-
"number": 2,
|
27530
|
-
"assigned": 1,
|
27531
|
-
"collection": 1,
|
27532
|
-
"time": 2,
|
27533
|
-
"method": 1,
|
27534
|
-
"where": 1,
|
27535
|
-
"set.": 1,
|
27536
|
-
"run": 1,
|
27537
|
-
"Searching": 1,
|
27538
|
-
"filtering": 1,
|
27539
|
-
"entering": 1,
|
27540
|
-
"regular": 1,
|
27541
|
-
"expression": 1,
|
27542
|
-
"header.": 1,
|
27543
|
-
"Navigating": 1,
|
27544
|
-
"records": 1,
|
27545
|
-
"keyboard": 1,
|
27546
|
-
"mouse.": 1,
|
27547
|
-
"show": 1,
|
27548
|
-
"current": 1,
|
27549
|
-
"navigated": 1,
|
27550
|
-
"clicking": 1,
|
27551
|
-
"buttons.": 1,
|
27552
|
-
"updated.": 1,
|
27553
|
-
"http": 4,
|
27554
|
-
"//wiki.eclipse.org/index.php/Linux_Tools_Project/LTTng2/User_Guide": 1,
|
27555
|
-
"//wiki.eclipse.org/CDT/User/FAQ#How_can_I_trace_my_application_using_C.2FC.2B.2B_Tracepoints.3F": 1,
|
27556
|
-
"How": 1,
|
27557
|
-
"I": 1,
|
27558
|
-
"my": 1,
|
27559
|
-
"application": 1,
|
27560
|
-
"Tracepoints": 1,
|
27561
|
-
"Updating": 1,
|
27562
|
-
"Document": 1,
|
27563
|
-
"document": 2,
|
27564
|
-
"maintained": 1,
|
27565
|
-
"collaborative": 1,
|
27566
|
-
"wiki.": 1,
|
27567
|
-
"you": 1,
|
27568
|
-
"wish": 1,
|
27569
|
-
"modify": 1,
|
27570
|
-
"please": 1,
|
27571
|
-
"visit": 1,
|
27572
|
-
"//wiki.eclipse.org/index.php/Linux_Tools_Project/GDB_Tracepoint_Analysis/User_Guide": 1,
|
27573
|
-
"//wiki.eclipse.org/Linux_Tools_Project/GDB_Tracepoint_Analysis/User_Guide": 1
|
27574
|
-
},
|
27575
28299
|
"Monkey": {
|
27576
28300
|
"Strict": 1,
|
27577
28301
|
"sample": 1,
|
@@ -27974,6 +28698,96 @@
|
|
27974
28698
|
"WriteLine": 1,
|
27975
28699
|
"}": 2
|
27976
28700
|
},
|
28701
|
+
"NetLogo": {
|
28702
|
+
"patches": 7,
|
28703
|
+
"-": 28,
|
28704
|
+
"own": 1,
|
28705
|
+
"[": 17,
|
28706
|
+
"living": 6,
|
28707
|
+
";": 12,
|
28708
|
+
"indicates": 1,
|
28709
|
+
"if": 2,
|
28710
|
+
"the": 6,
|
28711
|
+
"cell": 10,
|
28712
|
+
"is": 1,
|
28713
|
+
"live": 4,
|
28714
|
+
"neighbors": 5,
|
28715
|
+
"counts": 1,
|
28716
|
+
"how": 1,
|
28717
|
+
"many": 1,
|
28718
|
+
"neighboring": 1,
|
28719
|
+
"cells": 2,
|
28720
|
+
"are": 1,
|
28721
|
+
"alive": 1,
|
28722
|
+
"]": 17,
|
28723
|
+
"to": 6,
|
28724
|
+
"setup": 2,
|
28725
|
+
"blank": 1,
|
28726
|
+
"clear": 2,
|
28727
|
+
"all": 5,
|
28728
|
+
"ask": 6,
|
28729
|
+
"death": 5,
|
28730
|
+
"reset": 2,
|
28731
|
+
"ticks": 2,
|
28732
|
+
"end": 6,
|
28733
|
+
"random": 2,
|
28734
|
+
"ifelse": 3,
|
28735
|
+
"float": 1,
|
28736
|
+
"<": 1,
|
28737
|
+
"initial": 1,
|
28738
|
+
"density": 1,
|
28739
|
+
"birth": 4,
|
28740
|
+
"set": 5,
|
28741
|
+
"true": 1,
|
28742
|
+
"pcolor": 2,
|
28743
|
+
"fgcolor": 1,
|
28744
|
+
"false": 1,
|
28745
|
+
"bgcolor": 1,
|
28746
|
+
"go": 1,
|
28747
|
+
"count": 1,
|
28748
|
+
"with": 2,
|
28749
|
+
"Starting": 1,
|
28750
|
+
"a": 1,
|
28751
|
+
"new": 1,
|
28752
|
+
"here": 1,
|
28753
|
+
"ensures": 1,
|
28754
|
+
"that": 1,
|
28755
|
+
"finish": 1,
|
28756
|
+
"executing": 2,
|
28757
|
+
"first": 1,
|
28758
|
+
"before": 1,
|
28759
|
+
"any": 1,
|
28760
|
+
"of": 2,
|
28761
|
+
"them": 1,
|
28762
|
+
"start": 1,
|
28763
|
+
"second": 1,
|
28764
|
+
"ask.": 1,
|
28765
|
+
"This": 1,
|
28766
|
+
"keeps": 1,
|
28767
|
+
"in": 2,
|
28768
|
+
"synch": 1,
|
28769
|
+
"each": 2,
|
28770
|
+
"other": 1,
|
28771
|
+
"so": 1,
|
28772
|
+
"births": 1,
|
28773
|
+
"and": 1,
|
28774
|
+
"deaths": 1,
|
28775
|
+
"at": 1,
|
28776
|
+
"generation": 1,
|
28777
|
+
"happen": 1,
|
28778
|
+
"lockstep.": 1,
|
28779
|
+
"tick": 1,
|
28780
|
+
"draw": 1,
|
28781
|
+
"let": 1,
|
28782
|
+
"erasing": 2,
|
28783
|
+
"patch": 2,
|
28784
|
+
"mouse": 5,
|
28785
|
+
"xcor": 2,
|
28786
|
+
"ycor": 2,
|
28787
|
+
"while": 1,
|
28788
|
+
"down": 1,
|
28789
|
+
"display": 1
|
28790
|
+
},
|
27977
28791
|
"Nginx": {
|
27978
28792
|
"user": 1,
|
27979
28793
|
"www": 2,
|
@@ -31334,23 +32148,23 @@
|
|
31334
32148
|
"OpenCL": {
|
31335
32149
|
"double": 3,
|
31336
32150
|
"run_fftw": 1,
|
31337
|
-
"(":
|
32151
|
+
"(": 18,
|
31338
32152
|
"int": 3,
|
31339
|
-
"n":
|
31340
|
-
"const":
|
31341
|
-
"float":
|
31342
|
-
"*":
|
31343
|
-
"x":
|
31344
|
-
"y":
|
31345
|
-
")":
|
31346
|
-
"{":
|
32153
|
+
"n": 4,
|
32154
|
+
"const": 4,
|
32155
|
+
"float": 3,
|
32156
|
+
"*": 5,
|
32157
|
+
"x": 5,
|
32158
|
+
"y": 4,
|
32159
|
+
")": 18,
|
32160
|
+
"{": 4,
|
31347
32161
|
"fftwf_plan": 1,
|
31348
32162
|
"p1": 3,
|
31349
32163
|
"fftwf_plan_dft_1d": 1,
|
31350
32164
|
"fftwf_complex": 2,
|
31351
32165
|
"FFTW_FORWARD": 1,
|
31352
32166
|
"FFTW_ESTIMATE": 1,
|
31353
|
-
";":
|
32167
|
+
";": 12,
|
31354
32168
|
"nops": 3,
|
31355
32169
|
"t": 4,
|
31356
32170
|
"cl": 2,
|
@@ -31358,13 +32172,30 @@
|
|
31358
32172
|
"for": 1,
|
31359
32173
|
"op": 3,
|
31360
32174
|
"<": 1,
|
31361
|
-
"+":
|
32175
|
+
"+": 4,
|
31362
32176
|
"fftwf_execute": 1,
|
31363
|
-
"}":
|
32177
|
+
"}": 4,
|
31364
32178
|
"-": 1,
|
31365
32179
|
"/": 1,
|
31366
32180
|
"fftwf_destroy_plan": 1,
|
31367
|
-
"return": 1
|
32181
|
+
"return": 1,
|
32182
|
+
"typedef": 1,
|
32183
|
+
"foo_t": 3,
|
32184
|
+
"#ifndef": 1,
|
32185
|
+
"ZERO": 3,
|
32186
|
+
"#define": 2,
|
32187
|
+
"#endif": 1,
|
32188
|
+
"FOO": 1,
|
32189
|
+
"__kernel": 1,
|
32190
|
+
"void": 1,
|
32191
|
+
"foo": 1,
|
32192
|
+
"__global": 1,
|
32193
|
+
"__local": 1,
|
32194
|
+
"uint": 1,
|
32195
|
+
"barrier": 1,
|
32196
|
+
"CLK_LOCAL_MEM_FENCE": 1,
|
32197
|
+
"if": 1,
|
32198
|
+
"*x": 1
|
31368
32199
|
},
|
31369
32200
|
"OpenEdge ABL": {
|
31370
32201
|
"USING": 3,
|
@@ -31585,205 +32416,198 @@
|
|
31585
32416
|
"CHR": 2,
|
31586
32417
|
"lcPostBase64Data.": 1
|
31587
32418
|
},
|
31588
|
-
"
|
31589
|
-
"
|
31590
|
-
"
|
31591
|
-
"
|
31592
|
-
"
|
31593
|
-
"
|
31594
|
-
"
|
31595
|
-
"
|
31596
|
-
"
|
31597
|
-
"
|
31598
|
-
"
|
31599
|
-
"
|
31600
|
-
"
|
31601
|
-
"
|
31602
|
-
"
|
31603
|
-
"
|
31604
|
-
"
|
31605
|
-
"
|
31606
|
-
"
|
31607
|
-
"
|
31608
|
-
"
|
31609
|
-
"
|
31610
|
-
"
|
31611
|
-
"
|
32419
|
+
"Oxygene": {
|
32420
|
+
"<Project>": 1,
|
32421
|
+
"DefaultTargets=": 1,
|
32422
|
+
"xmlns=": 1,
|
32423
|
+
"<PropertyGroup>": 3,
|
32424
|
+
"<RootNamespace>": 1,
|
32425
|
+
"Loops": 3,
|
32426
|
+
"</RootNamespace>": 1,
|
32427
|
+
"<OutputType>": 1,
|
32428
|
+
"exe": 1,
|
32429
|
+
"</OutputType>": 1,
|
32430
|
+
"<AssemblyName>": 1,
|
32431
|
+
"</AssemblyName>": 1,
|
32432
|
+
"<AllowGlobals>": 1,
|
32433
|
+
"False": 4,
|
32434
|
+
"</AllowGlobals>": 1,
|
32435
|
+
"<AllowLegacyOutParams>": 1,
|
32436
|
+
"</AllowLegacyOutParams>": 1,
|
32437
|
+
"<AllowLegacyCreate>": 1,
|
32438
|
+
"</AllowLegacyCreate>": 1,
|
32439
|
+
"<ApplicationIcon>": 1,
|
32440
|
+
"Properties": 1,
|
32441
|
+
"App.ico": 1,
|
32442
|
+
"</ApplicationIcon>": 1,
|
32443
|
+
"<Configuration>": 1,
|
32444
|
+
"Condition=": 3,
|
32445
|
+
"Release": 2,
|
32446
|
+
"</Configuration>": 1,
|
32447
|
+
"<ProjectGuid>": 1,
|
32448
|
+
"{": 8,
|
32449
|
+
"BD89C": 1,
|
32450
|
+
"-": 4,
|
32451
|
+
"B610": 1,
|
32452
|
+
"CEE": 1,
|
32453
|
+
"CAF": 1,
|
32454
|
+
"C515D88E2C94": 1,
|
32455
|
+
"}": 8,
|
32456
|
+
"</ProjectGuid>": 1,
|
32457
|
+
"</PropertyGroup>": 3,
|
32458
|
+
"<DefineConstants>": 1,
|
32459
|
+
"DEBUG": 1,
|
32460
|
+
";": 64,
|
32461
|
+
"TRACE": 1,
|
32462
|
+
"</DefineConstants>": 1,
|
32463
|
+
"<OutputPath>": 2,
|
32464
|
+
".": 2,
|
32465
|
+
"bin": 2,
|
32466
|
+
"Debug": 1,
|
32467
|
+
"</OutputPath>": 2,
|
32468
|
+
"<GeneratePDB>": 1,
|
32469
|
+
"True": 3,
|
32470
|
+
"</GeneratePDB>": 1,
|
32471
|
+
"<GenerateMDB>": 1,
|
32472
|
+
"</GenerateMDB>": 1,
|
32473
|
+
"<EnableAsserts>": 1,
|
32474
|
+
"</EnableAsserts>": 1,
|
32475
|
+
"<Import>": 1,
|
32476
|
+
"Project=": 1,
|
32477
|
+
"<ItemGroup>": 2,
|
32478
|
+
"<Reference>": 5,
|
32479
|
+
"Include=": 12,
|
32480
|
+
"<HintPath>": 5,
|
32481
|
+
"(": 45,
|
32482
|
+
"Framework": 5,
|
32483
|
+
")": 45,
|
32484
|
+
"mscorlib.dll": 1,
|
32485
|
+
"</HintPath>": 5,
|
32486
|
+
"</Reference>": 5,
|
32487
|
+
"System.dll": 1,
|
32488
|
+
"ProgramFiles": 1,
|
32489
|
+
"Reference": 1,
|
32490
|
+
"Assemblies": 1,
|
32491
|
+
"Microsoft": 1,
|
32492
|
+
"v3.5": 1,
|
32493
|
+
"System.Core.dll": 1,
|
32494
|
+
"<Private>": 1,
|
32495
|
+
"</Private>": 1,
|
32496
|
+
"System.Data.dll": 1,
|
32497
|
+
"System.Xml.dll": 1,
|
32498
|
+
"</ItemGroup>": 2,
|
32499
|
+
"<Compile>": 4,
|
32500
|
+
"<Content>": 1,
|
32501
|
+
"<EmbeddResource>": 1,
|
32502
|
+
"<Generator>": 2,
|
32503
|
+
"ResXFileCodeGenerator": 1,
|
32504
|
+
"</Generator>": 2,
|
32505
|
+
"</EmbeddResource>": 1,
|
32506
|
+
"<None>": 1,
|
32507
|
+
"SettingsSingleFileGenerator": 1,
|
32508
|
+
"</None>": 1,
|
32509
|
+
"</Project>": 1,
|
32510
|
+
"namespace": 1,
|
32511
|
+
"interface": 1,
|
32512
|
+
"uses": 1,
|
32513
|
+
"System.Linq": 1,
|
32514
|
+
"type": 3,
|
32515
|
+
"ConsoleApp": 2,
|
32516
|
+
"class": 4,
|
32517
|
+
"public": 3,
|
32518
|
+
"method": 6,
|
32519
|
+
"Main": 1,
|
32520
|
+
"loopsTesting": 1,
|
32521
|
+
"fillData": 2,
|
32522
|
+
"sequence": 3,
|
32523
|
+
"of": 6,
|
32524
|
+
"Country": 11,
|
32525
|
+
"var": 2,
|
32526
|
+
"Countries": 4,
|
32527
|
+
"end": 10,
|
32528
|
+
"property": 2,
|
32529
|
+
"Name": 2,
|
32530
|
+
"String": 6,
|
32531
|
+
"Capital": 2,
|
32532
|
+
"constructor": 2,
|
32533
|
+
"setName": 3,
|
32534
|
+
"setCapital": 3,
|
32535
|
+
"implementation": 1,
|
32536
|
+
"ConsoleApp.Main": 1,
|
32537
|
+
"begin": 8,
|
32538
|
+
"Console.WriteLine": 19,
|
32539
|
+
"with": 2,
|
32540
|
+
"myConsoleApp": 1,
|
32541
|
+
"new": 7,
|
32542
|
+
"do": 6,
|
32543
|
+
"myConsoleApp.loopsTesting": 1,
|
32544
|
+
"ConsoleApp.loopsTesting": 1,
|
32545
|
+
"loop": 6,
|
32546
|
+
"taking": 1,
|
32547
|
+
"every": 1,
|
32548
|
+
"th": 1,
|
32549
|
+
"item": 1,
|
32550
|
+
"for": 4,
|
32551
|
+
"i": 4,
|
32552
|
+
"Int32": 2,
|
32553
|
+
"to": 2,
|
32554
|
+
"step": 1,
|
32555
|
+
"Console.Write": 4,
|
32556
|
+
"going": 1,
|
32557
|
+
"from": 2,
|
32558
|
+
"high": 1,
|
32559
|
+
"low": 1,
|
32560
|
+
"value": 1,
|
32561
|
+
"downto": 1,
|
32562
|
+
"defined": 1,
|
32563
|
+
"variable": 1,
|
32564
|
+
"which": 1,
|
32565
|
+
"will": 1,
|
32566
|
+
"count": 1,
|
32567
|
+
"through": 1,
|
32568
|
+
"the": 2,
|
32569
|
+
"number": 1,
|
32570
|
+
"elements": 1,
|
32571
|
+
"looped": 1,
|
32572
|
+
"each": 2,
|
32573
|
+
"c": 2,
|
31612
32574
|
"in": 2,
|
31613
|
-
"
|
31614
|
-
"
|
31615
|
-
"
|
31616
|
-
"
|
31617
|
-
"
|
31618
|
-
"
|
31619
|
-
"
|
31620
|
-
"
|
31621
|
-
"
|
31622
|
-
"INPROGRESS": 1,
|
31623
|
-
"i": 1,
|
31624
|
-
"WAITING": 1,
|
31625
|
-
"w@": 1,
|
31626
|
-
"DONE": 1,
|
31627
|
-
"CANCELED": 1,
|
31628
|
-
"c@": 1,
|
31629
|
-
"TAGS": 1,
|
31630
|
-
"Write": 1,
|
31631
|
-
"w": 1,
|
31632
|
-
"Update": 1,
|
31633
|
-
"u": 1,
|
31634
|
-
"Fix": 1,
|
31635
|
-
"Check": 1,
|
31636
|
-
"c": 1,
|
31637
|
-
"TITLE": 1,
|
31638
|
-
"org": 10,
|
31639
|
-
"ruby": 6,
|
31640
|
-
"AUTHOR": 1,
|
31641
|
-
"Brian": 1,
|
31642
|
-
"Dewey": 1,
|
31643
|
-
"EMAIL": 1,
|
31644
|
-
"bdewey@gmail.com": 1,
|
31645
|
-
"LANGUAGE": 1,
|
31646
|
-
"en": 1,
|
31647
|
-
"PRIORITIES": 1,
|
31648
|
-
"A": 1,
|
31649
|
-
"C": 1,
|
31650
|
-
"B": 1,
|
31651
|
-
"CATEGORY": 1,
|
31652
|
-
"worg": 1,
|
31653
|
-
"{": 1,
|
31654
|
-
"Back": 1,
|
31655
|
-
"to": 8,
|
31656
|
-
"Worg": 1,
|
31657
|
-
"rubygems": 2,
|
31658
|
-
"ve": 1,
|
31659
|
-
"already": 1,
|
31660
|
-
"created": 1,
|
31661
|
-
"a": 4,
|
31662
|
-
"site.": 1,
|
31663
|
-
"Make": 1,
|
31664
|
-
"sure": 1,
|
31665
|
-
"you": 2,
|
31666
|
-
"have": 1,
|
31667
|
-
"installed": 1,
|
31668
|
-
"sudo": 1,
|
31669
|
-
"gem": 1,
|
31670
|
-
"install": 1,
|
31671
|
-
".": 1,
|
31672
|
-
"You": 1,
|
31673
|
-
"need": 1,
|
31674
|
-
"register": 1,
|
31675
|
-
"new": 2,
|
31676
|
-
"Webby": 3,
|
31677
|
-
"filter": 3,
|
31678
|
-
"handle": 1,
|
31679
|
-
"mode": 2,
|
31680
|
-
"content.": 2,
|
31681
|
-
"makes": 1,
|
31682
|
-
"this": 2,
|
31683
|
-
"easy.": 1,
|
31684
|
-
"In": 1,
|
31685
|
-
"the": 6,
|
31686
|
-
"lib/": 1,
|
31687
|
-
"folder": 1,
|
31688
|
-
"of": 2,
|
31689
|
-
"your": 2,
|
31690
|
-
"site": 1,
|
31691
|
-
"create": 1,
|
31692
|
-
"file": 1,
|
31693
|
-
"orgmode.rb": 1,
|
31694
|
-
"BEGIN_EXAMPLE": 2,
|
31695
|
-
"require": 1,
|
31696
|
-
"Filters.register": 1,
|
31697
|
-
"do": 2,
|
31698
|
-
"input": 3,
|
31699
|
-
"Orgmode": 2,
|
31700
|
-
"Parser.new": 1,
|
31701
|
-
".to_html": 1,
|
31702
|
-
"end": 1,
|
31703
|
-
"END_EXAMPLE": 1,
|
31704
|
-
"This": 2,
|
31705
|
-
"code": 1,
|
31706
|
-
"creates": 1,
|
32575
|
+
"index": 1,
|
32576
|
+
"num": 2,
|
32577
|
+
"Convert.ToString": 1,
|
32578
|
+
"+": 5,
|
32579
|
+
"c.Name": 2,
|
32580
|
+
"ind": 12,
|
32581
|
+
"Integer": 1,
|
32582
|
+
"simple": 1,
|
32583
|
+
"construct": 1,
|
31707
32584
|
"that": 1,
|
31708
|
-
"
|
31709
|
-
"
|
31710
|
-
"
|
31711
|
-
"
|
31712
|
-
"
|
31713
|
-
"
|
31714
|
-
"
|
31715
|
-
"
|
31716
|
-
"
|
31717
|
-
"
|
31718
|
-
"
|
31719
|
-
"
|
31720
|
-
"
|
31721
|
-
"
|
31722
|
-
"
|
31723
|
-
"
|
31724
|
-
"
|
31725
|
-
"
|
31726
|
-
"
|
31727
|
-
"
|
31728
|
-
"
|
31729
|
-
"
|
31730
|
-
"
|
31731
|
-
"
|
31732
|
-
"
|
31733
|
-
"
|
31734
|
-
"files.": 1,
|
31735
|
-
"The": 3,
|
31736
|
-
"most": 1,
|
31737
|
-
"significant": 1,
|
31738
|
-
"thing": 2,
|
31739
|
-
"library": 1,
|
31740
|
-
"does": 1,
|
31741
|
-
"today": 1,
|
31742
|
-
"is": 5,
|
31743
|
-
"convert": 1,
|
31744
|
-
"files": 1,
|
31745
|
-
"textile.": 1,
|
31746
|
-
"Currently": 1,
|
31747
|
-
"cannot": 1,
|
31748
|
-
"much": 1,
|
31749
|
-
"customize": 1,
|
31750
|
-
"conversion.": 1,
|
31751
|
-
"supplied": 1,
|
31752
|
-
"textile": 1,
|
31753
|
-
"conversion": 1,
|
31754
|
-
"optimized": 1,
|
31755
|
-
"extracting": 1,
|
31756
|
-
"from": 1,
|
31757
|
-
"orgfile": 1,
|
31758
|
-
"as": 1,
|
31759
|
-
"opposed": 1,
|
31760
|
-
"History": 1,
|
31761
|
-
"**": 1,
|
31762
|
-
"Version": 1,
|
31763
|
-
"first": 1,
|
31764
|
-
"output": 2,
|
31765
|
-
"HTML": 2,
|
31766
|
-
"gets": 1,
|
31767
|
-
"class": 1,
|
31768
|
-
"now": 1,
|
31769
|
-
"indented": 1,
|
31770
|
-
"Proper": 1,
|
31771
|
-
"support": 1,
|
31772
|
-
"multi": 1,
|
31773
|
-
"paragraph": 2,
|
31774
|
-
"list": 1,
|
31775
|
-
"items.": 1,
|
31776
|
-
"See": 1,
|
31777
|
-
"part": 1,
|
31778
|
-
"last": 1,
|
31779
|
-
"bullet.": 1,
|
31780
|
-
"Fixed": 1,
|
31781
|
-
"bugs": 1,
|
31782
|
-
"wouldn": 1,
|
31783
|
-
"s": 1,
|
31784
|
-
"all": 1,
|
31785
|
-
"there": 1,
|
31786
|
-
"it": 1
|
32585
|
+
"loops": 1,
|
32586
|
+
"endlessly": 1,
|
32587
|
+
"until": 2,
|
32588
|
+
"broken": 1,
|
32589
|
+
"out": 1,
|
32590
|
+
"Countries.ElementAt": 3,
|
32591
|
+
".Capital": 2,
|
32592
|
+
"Inc": 3,
|
32593
|
+
"if": 1,
|
32594
|
+
"Countries.Count": 3,
|
32595
|
+
"then": 1,
|
32596
|
+
"break": 1,
|
32597
|
+
"is": 1,
|
32598
|
+
"inferred": 1,
|
32599
|
+
"automatically": 1,
|
32600
|
+
"c.Capital": 1,
|
32601
|
+
"repeat": 1,
|
32602
|
+
"while": 1,
|
32603
|
+
"<": 1,
|
32604
|
+
".Name": 1,
|
32605
|
+
"Console.ReadLine": 1,
|
32606
|
+
"ConsoleApp.fillData": 1,
|
32607
|
+
"result": 1,
|
32608
|
+
"[": 1,
|
32609
|
+
"]": 1,
|
32610
|
+
"end.": 1
|
31787
32611
|
},
|
31788
32612
|
"Parrot Assembly": {
|
31789
32613
|
"SHEBANG#!parrot": 1,
|
@@ -35060,6 +35884,40 @@
|
|
35060
35884
|
"stay": 1,
|
35061
35885
|
"L": 2
|
35062
35886
|
},
|
35887
|
+
"Protocol Buffer": {
|
35888
|
+
"package": 1,
|
35889
|
+
"tutorial": 1,
|
35890
|
+
";": 13,
|
35891
|
+
"option": 2,
|
35892
|
+
"java_package": 1,
|
35893
|
+
"java_outer_classname": 1,
|
35894
|
+
"message": 3,
|
35895
|
+
"Person": 2,
|
35896
|
+
"{": 4,
|
35897
|
+
"required": 3,
|
35898
|
+
"string": 3,
|
35899
|
+
"name": 1,
|
35900
|
+
"int32": 1,
|
35901
|
+
"id": 1,
|
35902
|
+
"optional": 2,
|
35903
|
+
"email": 1,
|
35904
|
+
"enum": 1,
|
35905
|
+
"PhoneType": 2,
|
35906
|
+
"MOBILE": 1,
|
35907
|
+
"HOME": 2,
|
35908
|
+
"WORK": 1,
|
35909
|
+
"}": 4,
|
35910
|
+
"PhoneNumber": 2,
|
35911
|
+
"number": 1,
|
35912
|
+
"type": 1,
|
35913
|
+
"[": 1,
|
35914
|
+
"default": 1,
|
35915
|
+
"]": 1,
|
35916
|
+
"repeated": 2,
|
35917
|
+
"phone": 1,
|
35918
|
+
"AddressBook": 1,
|
35919
|
+
"person": 1
|
35920
|
+
},
|
35063
35921
|
"Python": {
|
35064
35922
|
"from": 34,
|
35065
35923
|
"__future__": 2,
|
@@ -36330,177 +37188,6 @@
|
|
36330
37188
|
"my_ts..": 1,
|
36331
37189
|
"SimpleTokenizer.new": 1
|
36332
37190
|
},
|
36333
|
-
"RDoc": {
|
36334
|
-
"RDoc": 7,
|
36335
|
-
"-": 9,
|
36336
|
-
"Ruby": 4,
|
36337
|
-
"Documentation": 2,
|
36338
|
-
"System": 1,
|
36339
|
-
"home": 1,
|
36340
|
-
"https": 3,
|
36341
|
-
"//github.com/rdoc/rdoc": 1,
|
36342
|
-
"rdoc": 7,
|
36343
|
-
"http": 1,
|
36344
|
-
"//docs.seattlerb.org/rdoc": 1,
|
36345
|
-
"bugs": 1,
|
36346
|
-
"//github.com/rdoc/rdoc/issues": 1,
|
36347
|
-
"code": 1,
|
36348
|
-
"quality": 1,
|
36349
|
-
"{": 1,
|
36350
|
-
"<img>": 1,
|
36351
|
-
"src=": 1,
|
36352
|
-
"alt=": 1,
|
36353
|
-
"}": 1,
|
36354
|
-
"[": 3,
|
36355
|
-
"//codeclimate.com/github/rdoc/rdoc": 1,
|
36356
|
-
"]": 3,
|
36357
|
-
"Description": 1,
|
36358
|
-
"produces": 1,
|
36359
|
-
"HTML": 1,
|
36360
|
-
"and": 9,
|
36361
|
-
"command": 4,
|
36362
|
-
"line": 1,
|
36363
|
-
"documentation": 8,
|
36364
|
-
"for": 9,
|
36365
|
-
"projects.": 1,
|
36366
|
-
"includes": 1,
|
36367
|
-
"the": 12,
|
36368
|
-
"+": 8,
|
36369
|
-
"ri": 1,
|
36370
|
-
"tools": 1,
|
36371
|
-
"generating": 1,
|
36372
|
-
"displaying": 1,
|
36373
|
-
"from": 1,
|
36374
|
-
"line.": 1,
|
36375
|
-
"Generating": 1,
|
36376
|
-
"Once": 1,
|
36377
|
-
"installed": 1,
|
36378
|
-
"you": 3,
|
36379
|
-
"can": 2,
|
36380
|
-
"create": 1,
|
36381
|
-
"using": 1,
|
36382
|
-
"options": 1,
|
36383
|
-
"names...": 1,
|
36384
|
-
"For": 1,
|
36385
|
-
"an": 1,
|
36386
|
-
"up": 1,
|
36387
|
-
"to": 4,
|
36388
|
-
"date": 1,
|
36389
|
-
"option": 1,
|
36390
|
-
"summary": 1,
|
36391
|
-
"type": 2,
|
36392
|
-
"help": 1,
|
36393
|
-
"A": 1,
|
36394
|
-
"typical": 1,
|
36395
|
-
"use": 1,
|
36396
|
-
"might": 1,
|
36397
|
-
"be": 3,
|
36398
|
-
"generate": 1,
|
36399
|
-
"a": 5,
|
36400
|
-
"package": 1,
|
36401
|
-
"of": 2,
|
36402
|
-
"source": 2,
|
36403
|
-
"(": 3,
|
36404
|
-
"such": 1,
|
36405
|
-
"as": 1,
|
36406
|
-
"itself": 1,
|
36407
|
-
")": 3,
|
36408
|
-
".": 2,
|
36409
|
-
"This": 2,
|
36410
|
-
"generates": 1,
|
36411
|
-
"all": 1,
|
36412
|
-
"C": 1,
|
36413
|
-
"files": 2,
|
36414
|
-
"in": 4,
|
36415
|
-
"below": 1,
|
36416
|
-
"current": 1,
|
36417
|
-
"directory.": 1,
|
36418
|
-
"These": 1,
|
36419
|
-
"will": 1,
|
36420
|
-
"stored": 1,
|
36421
|
-
"tree": 1,
|
36422
|
-
"starting": 1,
|
36423
|
-
"subdirectory": 1,
|
36424
|
-
"doc": 1,
|
36425
|
-
"You": 2,
|
36426
|
-
"make": 2,
|
36427
|
-
"this": 1,
|
36428
|
-
"slightly": 1,
|
36429
|
-
"more": 1,
|
36430
|
-
"useful": 1,
|
36431
|
-
"your": 1,
|
36432
|
-
"readers": 1,
|
36433
|
-
"by": 1,
|
36434
|
-
"having": 1,
|
36435
|
-
"index": 1,
|
36436
|
-
"page": 1,
|
36437
|
-
"contain": 1,
|
36438
|
-
"primary": 1,
|
36439
|
-
"file.": 1,
|
36440
|
-
"In": 1,
|
36441
|
-
"our": 1,
|
36442
|
-
"case": 1,
|
36443
|
-
"we": 1,
|
36444
|
-
"could": 1,
|
36445
|
-
"#": 1,
|
36446
|
-
"rdoc/rdoc": 1,
|
36447
|
-
"s": 1,
|
36448
|
-
"OK": 1,
|
36449
|
-
"file": 1,
|
36450
|
-
"bug": 1,
|
36451
|
-
"report": 1,
|
36452
|
-
"anything": 1,
|
36453
|
-
"t": 1,
|
36454
|
-
"figure": 1,
|
36455
|
-
"out": 1,
|
36456
|
-
"how": 1,
|
36457
|
-
"produce": 1,
|
36458
|
-
"output": 1,
|
36459
|
-
"like": 1,
|
36460
|
-
"that": 1,
|
36461
|
-
"is": 4,
|
36462
|
-
"probably": 1,
|
36463
|
-
"bug.": 1,
|
36464
|
-
"License": 1,
|
36465
|
-
"Copyright": 1,
|
36466
|
-
"c": 2,
|
36467
|
-
"Dave": 1,
|
36468
|
-
"Thomas": 1,
|
36469
|
-
"The": 1,
|
36470
|
-
"Pragmatic": 1,
|
36471
|
-
"Programmers.": 1,
|
36472
|
-
"Portions": 2,
|
36473
|
-
"Eric": 1,
|
36474
|
-
"Hodel.": 1,
|
36475
|
-
"copyright": 1,
|
36476
|
-
"others": 1,
|
36477
|
-
"see": 1,
|
36478
|
-
"individual": 1,
|
36479
|
-
"LEGAL.rdoc": 1,
|
36480
|
-
"details.": 1,
|
36481
|
-
"free": 1,
|
36482
|
-
"software": 2,
|
36483
|
-
"may": 1,
|
36484
|
-
"redistributed": 1,
|
36485
|
-
"under": 1,
|
36486
|
-
"terms": 1,
|
36487
|
-
"specified": 1,
|
36488
|
-
"LICENSE.rdoc.": 1,
|
36489
|
-
"Warranty": 1,
|
36490
|
-
"provided": 1,
|
36491
|
-
"without": 2,
|
36492
|
-
"any": 1,
|
36493
|
-
"express": 1,
|
36494
|
-
"or": 1,
|
36495
|
-
"implied": 2,
|
36496
|
-
"warranties": 2,
|
36497
|
-
"including": 1,
|
36498
|
-
"limitation": 1,
|
36499
|
-
"merchantability": 1,
|
36500
|
-
"fitness": 1,
|
36501
|
-
"particular": 1,
|
36502
|
-
"purpose.": 1
|
36503
|
-
},
|
36504
37191
|
"Rebol": {
|
36505
37192
|
"REBOL": 1,
|
36506
37193
|
"[": 3,
|
@@ -36509,7 +37196,198 @@
|
|
36509
37196
|
"func": 1,
|
36510
37197
|
"print": 1
|
36511
37198
|
},
|
37199
|
+
"RobotFramework": {
|
37200
|
+
"***": 16,
|
37201
|
+
"Settings": 3,
|
37202
|
+
"Documentation": 3,
|
37203
|
+
"Example": 3,
|
37204
|
+
"test": 6,
|
37205
|
+
"cases": 2,
|
37206
|
+
"using": 4,
|
37207
|
+
"the": 9,
|
37208
|
+
"data": 2,
|
37209
|
+
"-": 16,
|
37210
|
+
"driven": 4,
|
37211
|
+
"testing": 2,
|
37212
|
+
"approach.": 2,
|
37213
|
+
"...": 28,
|
37214
|
+
"Tests": 1,
|
37215
|
+
"use": 2,
|
37216
|
+
"Calculate": 3,
|
37217
|
+
"keyword": 5,
|
37218
|
+
"created": 1,
|
37219
|
+
"in": 5,
|
37220
|
+
"this": 1,
|
37221
|
+
"file": 1,
|
37222
|
+
"that": 5,
|
37223
|
+
"turn": 1,
|
37224
|
+
"uses": 1,
|
37225
|
+
"keywords": 3,
|
37226
|
+
"CalculatorLibrary": 5,
|
37227
|
+
".": 4,
|
37228
|
+
"An": 1,
|
37229
|
+
"exception": 1,
|
37230
|
+
"is": 6,
|
37231
|
+
"last": 1,
|
37232
|
+
"has": 5,
|
37233
|
+
"a": 4,
|
37234
|
+
"custom": 1,
|
37235
|
+
"_template": 1,
|
37236
|
+
"keyword_.": 1,
|
37237
|
+
"The": 2,
|
37238
|
+
"style": 3,
|
37239
|
+
"works": 3,
|
37240
|
+
"well": 3,
|
37241
|
+
"when": 2,
|
37242
|
+
"you": 1,
|
37243
|
+
"need": 3,
|
37244
|
+
"to": 5,
|
37245
|
+
"repeat": 1,
|
37246
|
+
"same": 1,
|
37247
|
+
"workflow": 3,
|
37248
|
+
"multiple": 2,
|
37249
|
+
"times.": 1,
|
37250
|
+
"Notice": 1,
|
37251
|
+
"one": 1,
|
37252
|
+
"of": 3,
|
37253
|
+
"these": 1,
|
37254
|
+
"tests": 5,
|
37255
|
+
"fails": 1,
|
37256
|
+
"on": 1,
|
37257
|
+
"purpose": 1,
|
37258
|
+
"show": 1,
|
37259
|
+
"how": 1,
|
37260
|
+
"failures": 1,
|
37261
|
+
"look": 1,
|
37262
|
+
"like.": 1,
|
37263
|
+
"Test": 4,
|
37264
|
+
"Template": 2,
|
37265
|
+
"Library": 3,
|
37266
|
+
"Cases": 3,
|
37267
|
+
"Expression": 1,
|
37268
|
+
"Expected": 1,
|
37269
|
+
"Addition": 2,
|
37270
|
+
"+": 6,
|
37271
|
+
"Subtraction": 1,
|
37272
|
+
"Multiplication": 1,
|
37273
|
+
"*": 4,
|
37274
|
+
"Division": 2,
|
37275
|
+
"/": 5,
|
37276
|
+
"Failing": 1,
|
37277
|
+
"Calculation": 3,
|
37278
|
+
"error": 4,
|
37279
|
+
"[": 4,
|
37280
|
+
"]": 4,
|
37281
|
+
"should": 9,
|
37282
|
+
"fail": 2,
|
37283
|
+
"kekkonen": 1,
|
37284
|
+
"Invalid": 2,
|
37285
|
+
"button": 13,
|
37286
|
+
"{": 15,
|
37287
|
+
"EMPTY": 3,
|
37288
|
+
"}": 15,
|
37289
|
+
"expression.": 1,
|
37290
|
+
"by": 3,
|
37291
|
+
"zero.": 1,
|
37292
|
+
"Keywords": 2,
|
37293
|
+
"Arguments": 2,
|
37294
|
+
"expression": 5,
|
37295
|
+
"expected": 4,
|
37296
|
+
"Push": 16,
|
37297
|
+
"buttons": 4,
|
37298
|
+
"C": 4,
|
37299
|
+
"Result": 8,
|
37300
|
+
"be": 9,
|
37301
|
+
"Should": 2,
|
37302
|
+
"cause": 1,
|
37303
|
+
"equal": 1,
|
37304
|
+
"#": 2,
|
37305
|
+
"Using": 1,
|
37306
|
+
"BuiltIn": 1,
|
37307
|
+
"case": 1,
|
37308
|
+
"gherkin": 1,
|
37309
|
+
"syntax.": 1,
|
37310
|
+
"This": 3,
|
37311
|
+
"similar": 1,
|
37312
|
+
"examples.": 1,
|
37313
|
+
"difference": 1,
|
37314
|
+
"higher": 1,
|
37315
|
+
"abstraction": 1,
|
37316
|
+
"level": 1,
|
37317
|
+
"and": 2,
|
37318
|
+
"their": 1,
|
37319
|
+
"arguments": 1,
|
37320
|
+
"are": 1,
|
37321
|
+
"embedded": 1,
|
37322
|
+
"into": 1,
|
37323
|
+
"names.": 1,
|
37324
|
+
"kind": 2,
|
37325
|
+
"_gherkin_": 2,
|
37326
|
+
"syntax": 1,
|
37327
|
+
"been": 3,
|
37328
|
+
"made": 1,
|
37329
|
+
"popular": 1,
|
37330
|
+
"http": 1,
|
37331
|
+
"//cukes.info": 1,
|
37332
|
+
"|": 1,
|
37333
|
+
"Cucumber": 1,
|
37334
|
+
"It": 1,
|
37335
|
+
"especially": 1,
|
37336
|
+
"act": 1,
|
37337
|
+
"as": 1,
|
37338
|
+
"examples": 1,
|
37339
|
+
"easily": 1,
|
37340
|
+
"understood": 1,
|
37341
|
+
"also": 2,
|
37342
|
+
"business": 2,
|
37343
|
+
"people.": 1,
|
37344
|
+
"Given": 1,
|
37345
|
+
"calculator": 1,
|
37346
|
+
"cleared": 2,
|
37347
|
+
"When": 1,
|
37348
|
+
"user": 2,
|
37349
|
+
"types": 2,
|
37350
|
+
"pushes": 2,
|
37351
|
+
"equals": 2,
|
37352
|
+
"Then": 1,
|
37353
|
+
"result": 2,
|
37354
|
+
"Calculator": 1,
|
37355
|
+
"User": 2,
|
37356
|
+
"All": 1,
|
37357
|
+
"contain": 1,
|
37358
|
+
"constructed": 1,
|
37359
|
+
"from": 1,
|
37360
|
+
"Creating": 1,
|
37361
|
+
"new": 1,
|
37362
|
+
"or": 1,
|
37363
|
+
"editing": 1,
|
37364
|
+
"existing": 1,
|
37365
|
+
"easy": 1,
|
37366
|
+
"even": 1,
|
37367
|
+
"for": 2,
|
37368
|
+
"people": 2,
|
37369
|
+
"without": 1,
|
37370
|
+
"programming": 1,
|
37371
|
+
"skills.": 1,
|
37372
|
+
"normal": 1,
|
37373
|
+
"automation.": 1,
|
37374
|
+
"If": 1,
|
37375
|
+
"understand": 1,
|
37376
|
+
"may": 1,
|
37377
|
+
"work": 1,
|
37378
|
+
"better.": 1,
|
37379
|
+
"Simple": 1,
|
37380
|
+
"calculation": 2,
|
37381
|
+
"Longer": 1,
|
37382
|
+
"Clear": 1,
|
37383
|
+
"built": 1,
|
37384
|
+
"variable": 1
|
37385
|
+
},
|
36512
37386
|
"Ruby": {
|
37387
|
+
"appraise": 2,
|
37388
|
+
"do": 37,
|
37389
|
+
"gem": 3,
|
37390
|
+
"end": 238,
|
36513
37391
|
"load": 3,
|
36514
37392
|
"Dir": 4,
|
36515
37393
|
"[": 56,
|
@@ -36523,9 +37401,7 @@
|
|
36523
37401
|
"}": 68,
|
36524
37402
|
"task": 2,
|
36525
37403
|
"default": 2,
|
36526
|
-
"do": 35,
|
36527
37404
|
"puts": 12,
|
36528
|
-
"end": 236,
|
36529
37405
|
"module": 8,
|
36530
37406
|
"Foo": 1,
|
36531
37407
|
"require": 58,
|
@@ -37123,7 +37999,6 @@
|
|
37123
37999
|
"For": 1,
|
37124
38000
|
"use/testing": 1,
|
37125
38001
|
"no": 1,
|
37126
|
-
"gem": 1,
|
37127
38002
|
"require_all": 4,
|
37128
38003
|
"glob": 2,
|
37129
38004
|
"File.join": 6,
|
@@ -38100,6 +38975,12 @@
|
|
38100
38975
|
"[": 1,
|
38101
38976
|
"]": 1
|
38102
38977
|
},
|
38978
|
+
"Scaml": {
|
38979
|
+
"%": 1,
|
38980
|
+
"p": 1,
|
38981
|
+
"Hello": 1,
|
38982
|
+
"World": 1
|
38983
|
+
},
|
38103
38984
|
"Scheme": {
|
38104
38985
|
"(": 359,
|
38105
38986
|
"import": 1,
|
@@ -39750,6 +40631,431 @@
|
|
39750
40631
|
"tom.move": 1,
|
39751
40632
|
"console.log": 1
|
39752
40633
|
},
|
40634
|
+
"UnrealScript": {
|
40635
|
+
"//": 5,
|
40636
|
+
"-": 220,
|
40637
|
+
"class": 18,
|
40638
|
+
"MutU2Weapons": 1,
|
40639
|
+
"extends": 2,
|
40640
|
+
"Mutator": 1,
|
40641
|
+
"config": 18,
|
40642
|
+
"(": 189,
|
40643
|
+
"U2Weapons": 1,
|
40644
|
+
")": 189,
|
40645
|
+
";": 295,
|
40646
|
+
"var": 30,
|
40647
|
+
"string": 25,
|
40648
|
+
"ReplacedWeaponClassNames0": 1,
|
40649
|
+
"ReplacedWeaponClassNames1": 1,
|
40650
|
+
"ReplacedWeaponClassNames2": 1,
|
40651
|
+
"ReplacedWeaponClassNames3": 1,
|
40652
|
+
"ReplacedWeaponClassNames4": 1,
|
40653
|
+
"ReplacedWeaponClassNames5": 1,
|
40654
|
+
"ReplacedWeaponClassNames6": 1,
|
40655
|
+
"ReplacedWeaponClassNames7": 1,
|
40656
|
+
"ReplacedWeaponClassNames8": 1,
|
40657
|
+
"ReplacedWeaponClassNames9": 1,
|
40658
|
+
"ReplacedWeaponClassNames10": 1,
|
40659
|
+
"ReplacedWeaponClassNames11": 1,
|
40660
|
+
"ReplacedWeaponClassNames12": 1,
|
40661
|
+
"bool": 18,
|
40662
|
+
"bConfigUseU2Weapon0": 1,
|
40663
|
+
"bConfigUseU2Weapon1": 1,
|
40664
|
+
"bConfigUseU2Weapon2": 1,
|
40665
|
+
"bConfigUseU2Weapon3": 1,
|
40666
|
+
"bConfigUseU2Weapon4": 1,
|
40667
|
+
"bConfigUseU2Weapon5": 1,
|
40668
|
+
"bConfigUseU2Weapon6": 1,
|
40669
|
+
"bConfigUseU2Weapon7": 1,
|
40670
|
+
"bConfigUseU2Weapon8": 1,
|
40671
|
+
"bConfigUseU2Weapon9": 1,
|
40672
|
+
"bConfigUseU2Weapon10": 1,
|
40673
|
+
"bConfigUseU2Weapon11": 1,
|
40674
|
+
"bConfigUseU2Weapon12": 1,
|
40675
|
+
"//var": 8,
|
40676
|
+
"byte": 4,
|
40677
|
+
"bUseU2Weapon": 1,
|
40678
|
+
"[": 125,
|
40679
|
+
"]": 125,
|
40680
|
+
"<Weapon>": 7,
|
40681
|
+
"ReplacedWeaponClasses": 3,
|
40682
|
+
"<WeaponPickup>": 2,
|
40683
|
+
"ReplacedWeaponPickupClasses": 1,
|
40684
|
+
"<Ammo>": 3,
|
40685
|
+
"ReplacedAmmoPickupClasses": 1,
|
40686
|
+
"U2WeaponClasses": 2,
|
40687
|
+
"//GE": 17,
|
40688
|
+
"For": 3,
|
40689
|
+
"default": 12,
|
40690
|
+
"properties": 3,
|
40691
|
+
"ONLY": 3,
|
40692
|
+
"U2WeaponPickupClassNames": 1,
|
40693
|
+
"U2AmmoPickupClassNames": 2,
|
40694
|
+
"bIsVehicle": 4,
|
40695
|
+
"bNotVehicle": 3,
|
40696
|
+
"localized": 2,
|
40697
|
+
"U2WeaponDisplayText": 1,
|
40698
|
+
"U2WeaponDescText": 1,
|
40699
|
+
"GUISelectOptions": 1,
|
40700
|
+
"int": 10,
|
40701
|
+
"FirePowerMode": 1,
|
40702
|
+
"bExperimental": 3,
|
40703
|
+
"bUseFieldGenerator": 2,
|
40704
|
+
"bUseProximitySensor": 2,
|
40705
|
+
"bIntegrateShieldReward": 2,
|
40706
|
+
"IterationNum": 8,
|
40707
|
+
"Weapons.Length": 1,
|
40708
|
+
"const": 1,
|
40709
|
+
"DamageMultiplier": 28,
|
40710
|
+
"DamagePercentage": 3,
|
40711
|
+
"bUseXMPFeel": 4,
|
40712
|
+
"FlashbangModeString": 1,
|
40713
|
+
"struct": 1,
|
40714
|
+
"WeaponInfo": 2,
|
40715
|
+
"{": 28,
|
40716
|
+
"ReplacedWeaponClass": 1,
|
40717
|
+
"Generated": 4,
|
40718
|
+
"from": 6,
|
40719
|
+
"ReplacedWeaponClassName.": 2,
|
40720
|
+
"This": 3,
|
40721
|
+
"is": 6,
|
40722
|
+
"what": 1,
|
40723
|
+
"we": 3,
|
40724
|
+
"replace.": 1,
|
40725
|
+
"ReplacedWeaponPickupClass": 1,
|
40726
|
+
"UNUSED": 1,
|
40727
|
+
"ReplacedAmmoPickupClass": 1,
|
40728
|
+
"WeaponClass": 1,
|
40729
|
+
"the": 31,
|
40730
|
+
"weapon": 10,
|
40731
|
+
"are": 1,
|
40732
|
+
"going": 1,
|
40733
|
+
"to": 4,
|
40734
|
+
"put": 1,
|
40735
|
+
"inside": 1,
|
40736
|
+
"world.": 1,
|
40737
|
+
"WeaponPickupClassName": 1,
|
40738
|
+
"WeponClass.": 1,
|
40739
|
+
"AmmoPickupClassName": 1,
|
40740
|
+
"WeaponClass.": 1,
|
40741
|
+
"bEnabled": 1,
|
40742
|
+
"Structs": 1,
|
40743
|
+
"can": 2,
|
40744
|
+
"d": 1,
|
40745
|
+
"thus": 1,
|
40746
|
+
"still": 1,
|
40747
|
+
"require": 1,
|
40748
|
+
"bConfigUseU2WeaponX": 1,
|
40749
|
+
"indicates": 1,
|
40750
|
+
"that": 3,
|
40751
|
+
"spawns": 1,
|
40752
|
+
"a": 2,
|
40753
|
+
"vehicle": 3,
|
40754
|
+
"deployable": 1,
|
40755
|
+
"turrets": 1,
|
40756
|
+
".": 2,
|
40757
|
+
"These": 1,
|
40758
|
+
"only": 2,
|
40759
|
+
"work": 1,
|
40760
|
+
"in": 4,
|
40761
|
+
"gametypes": 1,
|
40762
|
+
"duh.": 1,
|
40763
|
+
"Opposite": 1,
|
40764
|
+
"of": 1,
|
40765
|
+
"works": 1,
|
40766
|
+
"non": 1,
|
40767
|
+
"gametypes.": 2,
|
40768
|
+
"Think": 1,
|
40769
|
+
"shotgun.": 1,
|
40770
|
+
"}": 27,
|
40771
|
+
"Weapons": 31,
|
40772
|
+
"function": 5,
|
40773
|
+
"PostBeginPlay": 1,
|
40774
|
+
"local": 8,
|
40775
|
+
"FireMode": 8,
|
40776
|
+
"x": 65,
|
40777
|
+
"//local": 3,
|
40778
|
+
"ReplacedWeaponPickupClassName": 1,
|
40779
|
+
"//IterationNum": 1,
|
40780
|
+
"ArrayCount": 2,
|
40781
|
+
"Level.Game.bAllowVehicles": 4,
|
40782
|
+
"He": 1,
|
40783
|
+
"he": 1,
|
40784
|
+
"neat": 1,
|
40785
|
+
"way": 1,
|
40786
|
+
"get": 1,
|
40787
|
+
"required": 1,
|
40788
|
+
"number.": 1,
|
40789
|
+
"for": 11,
|
40790
|
+
"<": 9,
|
40791
|
+
"+": 18,
|
40792
|
+
".bEnabled": 3,
|
40793
|
+
"GetPropertyText": 5,
|
40794
|
+
"needed": 1,
|
40795
|
+
"use": 1,
|
40796
|
+
"variables": 1,
|
40797
|
+
"an": 1,
|
40798
|
+
"array": 2,
|
40799
|
+
"like": 1,
|
40800
|
+
"fashion.": 1,
|
40801
|
+
"//bUseU2Weapon": 1,
|
40802
|
+
".ReplacedWeaponClass": 5,
|
40803
|
+
"DynamicLoadObject": 2,
|
40804
|
+
"//ReplacedWeaponClasses": 1,
|
40805
|
+
"//ReplacedWeaponPickupClassName": 1,
|
40806
|
+
".default.PickupClass": 1,
|
40807
|
+
"if": 55,
|
40808
|
+
".ReplacedWeaponClass.default.FireModeClass": 4,
|
40809
|
+
"None": 10,
|
40810
|
+
"&&": 15,
|
40811
|
+
".default.AmmoClass": 1,
|
40812
|
+
".default.AmmoClass.default.PickupClass": 2,
|
40813
|
+
".ReplacedAmmoPickupClass": 2,
|
40814
|
+
"break": 1,
|
40815
|
+
".WeaponClass": 7,
|
40816
|
+
".WeaponPickupClassName": 1,
|
40817
|
+
".WeaponClass.default.PickupClass": 1,
|
40818
|
+
".AmmoPickupClassName": 2,
|
40819
|
+
".bIsVehicle": 2,
|
40820
|
+
".bNotVehicle": 2,
|
40821
|
+
"Super.PostBeginPlay": 1,
|
40822
|
+
"ValidReplacement": 6,
|
40823
|
+
"return": 47,
|
40824
|
+
"CheckReplacement": 1,
|
40825
|
+
"Actor": 1,
|
40826
|
+
"Other": 23,
|
40827
|
+
"out": 2,
|
40828
|
+
"bSuperRelevant": 3,
|
40829
|
+
"i": 12,
|
40830
|
+
"WeaponLocker": 3,
|
40831
|
+
"L": 2,
|
40832
|
+
"xWeaponBase": 3,
|
40833
|
+
".WeaponType": 2,
|
40834
|
+
"false": 3,
|
40835
|
+
"true": 5,
|
40836
|
+
"Weapon": 1,
|
40837
|
+
"Other.IsA": 2,
|
40838
|
+
"Other.Class": 2,
|
40839
|
+
"Ammo": 1,
|
40840
|
+
"ReplaceWith": 1,
|
40841
|
+
"L.Weapons.Length": 1,
|
40842
|
+
"L.Weapons": 2,
|
40843
|
+
"//STARTING": 1,
|
40844
|
+
"WEAPON": 1,
|
40845
|
+
"xPawn": 6,
|
40846
|
+
".RequiredEquipment": 3,
|
40847
|
+
"True": 2,
|
40848
|
+
"Special": 1,
|
40849
|
+
"handling": 1,
|
40850
|
+
"Shield": 2,
|
40851
|
+
"Reward": 2,
|
40852
|
+
"integration": 1,
|
40853
|
+
"ShieldPack": 7,
|
40854
|
+
".SetStaticMesh": 1,
|
40855
|
+
"StaticMesh": 1,
|
40856
|
+
".Skins": 1,
|
40857
|
+
"Shader": 2,
|
40858
|
+
".RepSkin": 1,
|
40859
|
+
".SetDrawScale": 1,
|
40860
|
+
".SetCollisionSize": 1,
|
40861
|
+
".PickupMessage": 1,
|
40862
|
+
".PickupSound": 1,
|
40863
|
+
"Sound": 1,
|
40864
|
+
"Super.CheckReplacement": 1,
|
40865
|
+
"GetInventoryClassOverride": 1,
|
40866
|
+
"InventoryClassName": 3,
|
40867
|
+
"Super.GetInventoryClassOverride": 1,
|
40868
|
+
"static": 2,
|
40869
|
+
"FillPlayInfo": 1,
|
40870
|
+
"PlayInfo": 3,
|
40871
|
+
"<CacheManager.WeaponRecord>": 1,
|
40872
|
+
"Recs": 4,
|
40873
|
+
"WeaponOptions": 17,
|
40874
|
+
"Super.FillPlayInfo": 1,
|
40875
|
+
".static.GetWeaponList": 1,
|
40876
|
+
"Recs.Length": 1,
|
40877
|
+
".ClassName": 1,
|
40878
|
+
".FriendlyName": 1,
|
40879
|
+
"PlayInfo.AddSetting": 33,
|
40880
|
+
"default.RulesGroup": 33,
|
40881
|
+
"default.U2WeaponDisplayText": 33,
|
40882
|
+
"event": 3,
|
40883
|
+
"GetDescriptionText": 1,
|
40884
|
+
"PropName": 35,
|
40885
|
+
"default.U2WeaponDescText": 33,
|
40886
|
+
"Super.GetDescriptionText": 1,
|
40887
|
+
"PreBeginPlay": 1,
|
40888
|
+
"float": 3,
|
40889
|
+
"k": 29,
|
40890
|
+
"Multiplier.": 1,
|
40891
|
+
"Super.PreBeginPlay": 1,
|
40892
|
+
"/100.0": 1,
|
40893
|
+
"//log": 1,
|
40894
|
+
"@k": 1,
|
40895
|
+
"//Sets": 1,
|
40896
|
+
"various": 1,
|
40897
|
+
"settings": 1,
|
40898
|
+
"match": 1,
|
40899
|
+
"different": 1,
|
40900
|
+
"games": 1,
|
40901
|
+
".default.DamagePercentage": 1,
|
40902
|
+
"//Original": 1,
|
40903
|
+
"U2": 3,
|
40904
|
+
"compensate": 1,
|
40905
|
+
"division": 1,
|
40906
|
+
"errors": 1,
|
40907
|
+
"Class": 105,
|
40908
|
+
".default.DamageMin": 12,
|
40909
|
+
"*": 54,
|
40910
|
+
".default.DamageMax": 12,
|
40911
|
+
".default.Damage": 27,
|
40912
|
+
".default.myDamage": 4,
|
40913
|
+
"//Dampened": 1,
|
40914
|
+
"already": 1,
|
40915
|
+
"no": 2,
|
40916
|
+
"need": 1,
|
40917
|
+
"rewrite": 1,
|
40918
|
+
"else": 1,
|
40919
|
+
"//General": 2,
|
40920
|
+
"XMP": 4,
|
40921
|
+
".default.Spread": 1,
|
40922
|
+
".default.MaxAmmo": 7,
|
40923
|
+
".default.Speed": 8,
|
40924
|
+
".default.MomentumTransfer": 4,
|
40925
|
+
".default.ClipSize": 4,
|
40926
|
+
".default.FireLastReloadTime": 3,
|
40927
|
+
".default.DamageRadius": 4,
|
40928
|
+
".default.LifeSpan": 4,
|
40929
|
+
".default.ShakeRadius": 1,
|
40930
|
+
".default.ShakeMagnitude": 1,
|
40931
|
+
".default.MaxSpeed": 5,
|
40932
|
+
".default.FireRate": 3,
|
40933
|
+
".default.ReloadTime": 3,
|
40934
|
+
"//3200": 1,
|
40935
|
+
"too": 1,
|
40936
|
+
"much": 1,
|
40937
|
+
".default.VehicleDamageScaling": 2,
|
40938
|
+
"*k": 28,
|
40939
|
+
"//Experimental": 1,
|
40940
|
+
"options": 1,
|
40941
|
+
"lets": 1,
|
40942
|
+
"you": 2,
|
40943
|
+
"Unuse": 1,
|
40944
|
+
"EMPimp": 1,
|
40945
|
+
"projectile": 1,
|
40946
|
+
"and": 3,
|
40947
|
+
"fire": 1,
|
40948
|
+
"two": 1,
|
40949
|
+
"CAR": 1,
|
40950
|
+
"barrels": 1,
|
40951
|
+
"//CAR": 1,
|
40952
|
+
"nothing": 1,
|
40953
|
+
"U2Weapons.U2AssaultRifleFire": 1,
|
40954
|
+
"U2Weapons.U2AssaultRifleAltFire": 1,
|
40955
|
+
"U2ProjectileConcussionGrenade": 1,
|
40956
|
+
"U2Weapons.U2AssaultRifleInv": 1,
|
40957
|
+
"U2Weapons.U2WeaponEnergyRifle": 1,
|
40958
|
+
"U2Weapons.U2WeaponFlameThrower": 1,
|
40959
|
+
"U2Weapons.U2WeaponPistol": 1,
|
40960
|
+
"U2Weapons.U2AutoTurretDeploy": 1,
|
40961
|
+
"U2Weapons.U2WeaponRocketLauncher": 1,
|
40962
|
+
"U2Weapons.U2WeaponGrenadeLauncher": 1,
|
40963
|
+
"U2Weapons.U2WeaponSniper": 2,
|
40964
|
+
"U2Weapons.U2WeaponRocketTurret": 1,
|
40965
|
+
"U2Weapons.U2WeaponLandMine": 1,
|
40966
|
+
"U2Weapons.U2WeaponLaserTripMine": 1,
|
40967
|
+
"U2Weapons.U2WeaponShotgun": 1,
|
40968
|
+
"s": 7,
|
40969
|
+
"Minigun.": 1,
|
40970
|
+
"Enable": 5,
|
40971
|
+
"Shock": 1,
|
40972
|
+
"Lance": 1,
|
40973
|
+
"Energy": 2,
|
40974
|
+
"Rifle": 3,
|
40975
|
+
"What": 7,
|
40976
|
+
"should": 7,
|
40977
|
+
"be": 8,
|
40978
|
+
"replaced": 8,
|
40979
|
+
"with": 9,
|
40980
|
+
"Rifle.": 3,
|
40981
|
+
"By": 7,
|
40982
|
+
"it": 7,
|
40983
|
+
"Bio": 1,
|
40984
|
+
"Magnum": 2,
|
40985
|
+
"Pistol": 1,
|
40986
|
+
"Pistol.": 1,
|
40987
|
+
"Onslaught": 1,
|
40988
|
+
"Grenade": 1,
|
40989
|
+
"Launcher.": 2,
|
40990
|
+
"Shark": 2,
|
40991
|
+
"Rocket": 4,
|
40992
|
+
"Launcher": 1,
|
40993
|
+
"Flak": 1,
|
40994
|
+
"Cannon.": 1,
|
40995
|
+
"Should": 1,
|
40996
|
+
"Lightning": 1,
|
40997
|
+
"Gun": 2,
|
40998
|
+
"Widowmaker": 2,
|
40999
|
+
"Sniper": 3,
|
41000
|
+
"Classic": 1,
|
41001
|
+
"here.": 1,
|
41002
|
+
"Turret": 2,
|
41003
|
+
"delpoyable": 1,
|
41004
|
+
"deployable.": 1,
|
41005
|
+
"Redeemer.": 1,
|
41006
|
+
"Laser": 2,
|
41007
|
+
"Trip": 2,
|
41008
|
+
"Mine": 1,
|
41009
|
+
"Mine.": 1,
|
41010
|
+
"t": 2,
|
41011
|
+
"replace": 1,
|
41012
|
+
"Link": 1,
|
41013
|
+
"matches": 1,
|
41014
|
+
"vehicles.": 1,
|
41015
|
+
"Crowd": 1,
|
41016
|
+
"Pleaser": 1,
|
41017
|
+
"Shotgun.": 1,
|
41018
|
+
"have": 1,
|
41019
|
+
"shields": 1,
|
41020
|
+
"or": 2,
|
41021
|
+
"damage": 1,
|
41022
|
+
"filtering.": 1,
|
41023
|
+
"If": 1,
|
41024
|
+
"checked": 1,
|
41025
|
+
"mutator": 1,
|
41026
|
+
"produces": 1,
|
41027
|
+
"Unreal": 4,
|
41028
|
+
"II": 4,
|
41029
|
+
"shield": 1,
|
41030
|
+
"pickups.": 1,
|
41031
|
+
"Choose": 1,
|
41032
|
+
"between": 2,
|
41033
|
+
"white": 1,
|
41034
|
+
"overlay": 3,
|
41035
|
+
"depending": 2,
|
41036
|
+
"on": 2,
|
41037
|
+
"player": 2,
|
41038
|
+
"view": 1,
|
41039
|
+
"style": 1,
|
41040
|
+
"distance": 1,
|
41041
|
+
"foolproof": 1,
|
41042
|
+
"FM_DistanceBased": 1,
|
41043
|
+
"Arena": 1,
|
41044
|
+
"Add": 1,
|
41045
|
+
"weapons": 1,
|
41046
|
+
"other": 1,
|
41047
|
+
"Fully": 1,
|
41048
|
+
"customisable": 1,
|
41049
|
+
"choose": 1,
|
41050
|
+
"behaviour.": 1,
|
41051
|
+
"US3HelloWorld": 1,
|
41052
|
+
"GameInfo": 1,
|
41053
|
+
"InitGame": 1,
|
41054
|
+
"Options": 1,
|
41055
|
+
"Error": 1,
|
41056
|
+
"log": 1,
|
41057
|
+
"defaultproperties": 1
|
41058
|
+
},
|
39753
41059
|
"Verilog": {
|
39754
41060
|
"////////////////////////////////////////////////////////////////////////////////": 14,
|
39755
41061
|
"//": 117,
|
@@ -42058,24 +43364,29 @@
|
|
42058
43364
|
},
|
42059
43365
|
"language_tokens": {
|
42060
43366
|
"ABAP": 1500,
|
43367
|
+
"Agda": 376,
|
42061
43368
|
"ApacheConf": 1449,
|
42062
43369
|
"Apex": 4408,
|
42063
43370
|
"AppleScript": 1862,
|
42064
43371
|
"Arduino": 20,
|
42065
|
-
"AsciiDoc": 103,
|
42066
43372
|
"AutoHotkey": 3,
|
42067
43373
|
"Awk": 544,
|
42068
|
-
"
|
42069
|
-
"
|
43374
|
+
"BlitzBasic": 2065,
|
43375
|
+
"Bluespec": 1298,
|
43376
|
+
"C": 58858,
|
43377
|
+
"C++": 21308,
|
42070
43378
|
"Ceylon": 50,
|
43379
|
+
"Clojure": 510,
|
42071
43380
|
"COBOL": 90,
|
42072
43381
|
"CoffeeScript": 2951,
|
43382
|
+
"Common Lisp": 103,
|
42073
43383
|
"Coq": 18259,
|
42074
|
-
"Creole": 134,
|
42075
43384
|
"CSS": 43867,
|
43385
|
+
"Cuda": 290,
|
42076
43386
|
"Dart": 68,
|
42077
43387
|
"Diff": 16,
|
42078
|
-
"
|
43388
|
+
"DM": 169,
|
43389
|
+
"ECL": 281,
|
42079
43390
|
"edn": 227,
|
42080
43391
|
"Elm": 628,
|
42081
43392
|
"Emacs Lisp": 1756,
|
@@ -42089,16 +43400,20 @@
|
|
42089
43400
|
"Groovy Server Pages": 91,
|
42090
43401
|
"Haml": 4,
|
42091
43402
|
"Handlebars": 69,
|
43403
|
+
"Idris": 148,
|
42092
43404
|
"INI": 27,
|
42093
43405
|
"Ioke": 2,
|
43406
|
+
"Jade": 3,
|
42094
43407
|
"Java": 8987,
|
42095
43408
|
"JavaScript": 76934,
|
42096
|
-
"JSON":
|
43409
|
+
"JSON": 41,
|
42097
43410
|
"Julia": 247,
|
42098
43411
|
"Kotlin": 155,
|
43412
|
+
"KRL": 25,
|
42099
43413
|
"Lasso": 9849,
|
42100
43414
|
"Less": 39,
|
42101
43415
|
"LFE": 1711,
|
43416
|
+
"Literate Agda": 478,
|
42102
43417
|
"Literate CoffeeScript": 275,
|
42103
43418
|
"LiveScript": 123,
|
42104
43419
|
"Logos": 93,
|
@@ -42107,12 +43422,12 @@
|
|
42107
43422
|
"M": 23373,
|
42108
43423
|
"Makefile": 50,
|
42109
43424
|
"Markdown": 1,
|
42110
|
-
"Matlab":
|
42111
|
-
"Max":
|
42112
|
-
"MediaWiki": 766,
|
43425
|
+
"Matlab": 11942,
|
43426
|
+
"Max": 714,
|
42113
43427
|
"Monkey": 207,
|
42114
43428
|
"MoonScript": 1718,
|
42115
43429
|
"Nemerle": 17,
|
43430
|
+
"NetLogo": 243,
|
42116
43431
|
"Nginx": 179,
|
42117
43432
|
"Nimrod": 1,
|
42118
43433
|
"NSIS": 725,
|
@@ -42121,9 +43436,9 @@
|
|
42121
43436
|
"OCaml": 382,
|
42122
43437
|
"Omgrofl": 57,
|
42123
43438
|
"Opa": 28,
|
42124
|
-
"OpenCL":
|
43439
|
+
"OpenCL": 144,
|
42125
43440
|
"OpenEdge ABL": 762,
|
42126
|
-
"
|
43441
|
+
"Oxygene": 555,
|
42127
43442
|
"Parrot Assembly": 6,
|
42128
43443
|
"Parrot Internal Representation": 5,
|
42129
43444
|
"Pascal": 30,
|
@@ -42133,16 +43448,18 @@
|
|
42133
43448
|
"PowerShell": 12,
|
42134
43449
|
"Processing": 74,
|
42135
43450
|
"Prolog": 4040,
|
43451
|
+
"Protocol Buffer": 63,
|
42136
43452
|
"Python": 5715,
|
42137
43453
|
"R": 175,
|
42138
43454
|
"Racket": 360,
|
42139
43455
|
"Ragel in Ruby Host": 593,
|
42140
|
-
"RDoc": 279,
|
42141
43456
|
"Rebol": 11,
|
42142
|
-
"
|
43457
|
+
"RobotFramework": 483,
|
43458
|
+
"Ruby": 3862,
|
42143
43459
|
"Rust": 3566,
|
42144
43460
|
"Sass": 56,
|
42145
43461
|
"Scala": 420,
|
43462
|
+
"Scaml": 4,
|
42146
43463
|
"Scheme": 3478,
|
42147
43464
|
"Scilab": 69,
|
42148
43465
|
"SCSS": 39,
|
@@ -42156,6 +43473,7 @@
|
|
42156
43473
|
"Turing": 44,
|
42157
43474
|
"TXL": 213,
|
42158
43475
|
"TypeScript": 109,
|
43476
|
+
"UnrealScript": 2873,
|
42159
43477
|
"Verilog": 3778,
|
42160
43478
|
"VHDL": 42,
|
42161
43479
|
"VimL": 20,
|
@@ -42172,24 +43490,29 @@
|
|
42172
43490
|
},
|
42173
43491
|
"languages": {
|
42174
43492
|
"ABAP": 1,
|
43493
|
+
"Agda": 1,
|
42175
43494
|
"ApacheConf": 3,
|
42176
43495
|
"Apex": 6,
|
42177
43496
|
"AppleScript": 7,
|
42178
43497
|
"Arduino": 1,
|
42179
|
-
"AsciiDoc": 3,
|
42180
43498
|
"AutoHotkey": 1,
|
42181
43499
|
"Awk": 1,
|
42182
|
-
"
|
42183
|
-
"
|
43500
|
+
"BlitzBasic": 3,
|
43501
|
+
"Bluespec": 2,
|
43502
|
+
"C": 26,
|
43503
|
+
"C++": 19,
|
42184
43504
|
"Ceylon": 1,
|
43505
|
+
"Clojure": 7,
|
42185
43506
|
"COBOL": 4,
|
42186
43507
|
"CoffeeScript": 9,
|
43508
|
+
"Common Lisp": 1,
|
42187
43509
|
"Coq": 12,
|
42188
|
-
"Creole": 1,
|
42189
43510
|
"CSS": 2,
|
43511
|
+
"Cuda": 2,
|
42190
43512
|
"Dart": 1,
|
42191
43513
|
"Diff": 1,
|
42192
|
-
"
|
43514
|
+
"DM": 1,
|
43515
|
+
"ECL": 1,
|
42193
43516
|
"edn": 1,
|
42194
43517
|
"Elm": 3,
|
42195
43518
|
"Emacs Lisp": 2,
|
@@ -42203,16 +43526,20 @@
|
|
42203
43526
|
"Groovy Server Pages": 4,
|
42204
43527
|
"Haml": 1,
|
42205
43528
|
"Handlebars": 2,
|
43529
|
+
"Idris": 1,
|
42206
43530
|
"INI": 2,
|
42207
43531
|
"Ioke": 1,
|
43532
|
+
"Jade": 1,
|
42208
43533
|
"Java": 6,
|
42209
43534
|
"JavaScript": 20,
|
42210
|
-
"JSON":
|
43535
|
+
"JSON": 3,
|
42211
43536
|
"Julia": 1,
|
42212
43537
|
"Kotlin": 1,
|
43538
|
+
"KRL": 1,
|
42213
43539
|
"Lasso": 4,
|
42214
43540
|
"Less": 1,
|
42215
43541
|
"LFE": 4,
|
43542
|
+
"Literate Agda": 1,
|
42216
43543
|
"Literate CoffeeScript": 1,
|
42217
43544
|
"LiveScript": 1,
|
42218
43545
|
"Logos": 1,
|
@@ -42221,12 +43548,12 @@
|
|
42221
43548
|
"M": 28,
|
42222
43549
|
"Makefile": 2,
|
42223
43550
|
"Markdown": 1,
|
42224
|
-
"Matlab":
|
42225
|
-
"Max":
|
42226
|
-
"MediaWiki": 1,
|
43551
|
+
"Matlab": 39,
|
43552
|
+
"Max": 3,
|
42227
43553
|
"Monkey": 1,
|
42228
43554
|
"MoonScript": 1,
|
42229
43555
|
"Nemerle": 1,
|
43556
|
+
"NetLogo": 1,
|
42230
43557
|
"Nginx": 1,
|
42231
43558
|
"Nimrod": 1,
|
42232
43559
|
"NSIS": 2,
|
@@ -42235,9 +43562,9 @@
|
|
42235
43562
|
"OCaml": 2,
|
42236
43563
|
"Omgrofl": 1,
|
42237
43564
|
"Opa": 2,
|
42238
|
-
"OpenCL":
|
43565
|
+
"OpenCL": 2,
|
42239
43566
|
"OpenEdge ABL": 5,
|
42240
|
-
"
|
43567
|
+
"Oxygene": 2,
|
42241
43568
|
"Parrot Assembly": 1,
|
42242
43569
|
"Parrot Internal Representation": 1,
|
42243
43570
|
"Pascal": 1,
|
@@ -42247,16 +43574,18 @@
|
|
42247
43574
|
"PowerShell": 2,
|
42248
43575
|
"Processing": 1,
|
42249
43576
|
"Prolog": 6,
|
43577
|
+
"Protocol Buffer": 1,
|
42250
43578
|
"Python": 7,
|
42251
43579
|
"R": 2,
|
42252
43580
|
"Racket": 3,
|
42253
43581
|
"Ragel in Ruby Host": 3,
|
42254
|
-
"RDoc": 1,
|
42255
43582
|
"Rebol": 1,
|
42256
|
-
"
|
43583
|
+
"RobotFramework": 3,
|
43584
|
+
"Ruby": 17,
|
42257
43585
|
"Rust": 1,
|
42258
43586
|
"Sass": 2,
|
42259
43587
|
"Scala": 3,
|
43588
|
+
"Scaml": 1,
|
42260
43589
|
"Scheme": 1,
|
42261
43590
|
"Scilab": 3,
|
42262
43591
|
"SCSS": 1,
|
@@ -42270,6 +43599,7 @@
|
|
42270
43599
|
"Turing": 1,
|
42271
43600
|
"TXL": 1,
|
42272
43601
|
"TypeScript": 3,
|
43602
|
+
"UnrealScript": 2,
|
42273
43603
|
"Verilog": 13,
|
42274
43604
|
"VHDL": 1,
|
42275
43605
|
"VimL": 2,
|
@@ -42284,5 +43614,5 @@
|
|
42284
43614
|
"Xtend": 2,
|
42285
43615
|
"YAML": 1
|
42286
43616
|
},
|
42287
|
-
"md5": "
|
43617
|
+
"md5": "8a3ac1f1219fa2ba31eb0e5d6a22ee58"
|
42288
43618
|
}
|