github-linguist 2.10.0 → 2.10.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/linguist/blob_helper.rb +2 -2
- data/lib/linguist/classifier.rb +15 -15
- data/lib/linguist/generated.rb +9 -0
- data/lib/linguist/language.rb +60 -4
- data/lib/linguist/languages.yml +114 -6
- data/lib/linguist/samples.json +1515 -104
- data/lib/linguist/samples.rb +46 -0
- metadata +2 -2
data/lib/linguist/samples.json
CHANGED
@@ -15,6 +15,11 @@
|
|
15
15
|
"Arduino": [
|
16
16
|
".ino"
|
17
17
|
],
|
18
|
+
"AsciiDoc": [
|
19
|
+
".adoc",
|
20
|
+
".asc",
|
21
|
+
".asciidoc"
|
22
|
+
],
|
18
23
|
"AutoHotkey": [
|
19
24
|
".ahk"
|
20
25
|
],
|
@@ -27,6 +32,9 @@
|
|
27
32
|
"Bluespec": [
|
28
33
|
".bsv"
|
29
34
|
],
|
35
|
+
"Brightscript": [
|
36
|
+
".brs"
|
37
|
+
],
|
30
38
|
"C": [
|
31
39
|
".c",
|
32
40
|
".h"
|
@@ -64,6 +72,9 @@
|
|
64
72
|
"Coq": [
|
65
73
|
".v"
|
66
74
|
],
|
75
|
+
"Creole": [
|
76
|
+
".creole"
|
77
|
+
],
|
67
78
|
"CSS": [
|
68
79
|
".css"
|
69
80
|
],
|
@@ -149,7 +160,8 @@
|
|
149
160
|
".script!"
|
150
161
|
],
|
151
162
|
"JSON": [
|
152
|
-
".json"
|
163
|
+
".json",
|
164
|
+
".lock"
|
153
165
|
],
|
154
166
|
"Julia": [
|
155
167
|
".jl"
|
@@ -207,6 +219,9 @@
|
|
207
219
|
".maxpat",
|
208
220
|
".mxt"
|
209
221
|
],
|
222
|
+
"MediaWiki": [
|
223
|
+
".mediawiki"
|
224
|
+
],
|
210
225
|
"Monkey": [
|
211
226
|
".monkey"
|
212
227
|
],
|
@@ -251,6 +266,9 @@
|
|
251
266
|
".cls",
|
252
267
|
".p"
|
253
268
|
],
|
269
|
+
"Org": [
|
270
|
+
".org"
|
271
|
+
],
|
254
272
|
"Oxygene": [
|
255
273
|
".oxygene",
|
256
274
|
".pas"
|
@@ -276,6 +294,9 @@
|
|
276
294
|
".php",
|
277
295
|
".script!"
|
278
296
|
],
|
297
|
+
"Pod": [
|
298
|
+
".pod"
|
299
|
+
],
|
279
300
|
"PogoScript": [
|
280
301
|
".pogo"
|
281
302
|
],
|
@@ -301,12 +322,14 @@
|
|
301
322
|
".script!"
|
302
323
|
],
|
303
324
|
"Racket": [
|
304
|
-
".scrbl"
|
305
|
-
".script!"
|
325
|
+
".scrbl"
|
306
326
|
],
|
307
327
|
"Ragel in Ruby Host": [
|
308
328
|
".rl"
|
309
329
|
],
|
330
|
+
"RDoc": [
|
331
|
+
".rdoc"
|
332
|
+
],
|
310
333
|
"Rebol": [
|
311
334
|
".r"
|
312
335
|
],
|
@@ -329,6 +352,7 @@
|
|
329
352
|
],
|
330
353
|
"Scala": [
|
331
354
|
".sbt",
|
355
|
+
".sc",
|
332
356
|
".script!"
|
333
357
|
],
|
334
358
|
"Scaml": [
|
@@ -361,8 +385,10 @@
|
|
361
385
|
".sig",
|
362
386
|
".sml"
|
363
387
|
],
|
388
|
+
"Stylus": [
|
389
|
+
".styl"
|
390
|
+
],
|
364
391
|
"SuperCollider": [
|
365
|
-
".sc",
|
366
392
|
".scd"
|
367
393
|
],
|
368
394
|
"Tea": [
|
@@ -418,6 +444,9 @@
|
|
418
444
|
"Xtend": [
|
419
445
|
".xtend"
|
420
446
|
]
|
447
|
+
},
|
448
|
+
"interpreters": {
|
449
|
+
|
421
450
|
},
|
422
451
|
"filenames": {
|
423
452
|
"ApacheConf": [
|
@@ -477,8 +506,8 @@
|
|
477
506
|
".gemrc"
|
478
507
|
]
|
479
508
|
},
|
480
|
-
"tokens_total":
|
481
|
-
"languages_total":
|
509
|
+
"tokens_total": 426850,
|
510
|
+
"languages_total": 498,
|
482
511
|
"tokens": {
|
483
512
|
"ABAP": {
|
484
513
|
"*/**": 1,
|
@@ -1907,6 +1936,73 @@
|
|
1907
1936
|
"loop": 1,
|
1908
1937
|
"Serial.print": 1
|
1909
1938
|
},
|
1939
|
+
"AsciiDoc": {
|
1940
|
+
"Gregory": 2,
|
1941
|
+
"Rom": 2,
|
1942
|
+
"has": 2,
|
1943
|
+
"written": 2,
|
1944
|
+
"an": 2,
|
1945
|
+
"AsciiDoc": 3,
|
1946
|
+
"plugin": 2,
|
1947
|
+
"for": 2,
|
1948
|
+
"the": 2,
|
1949
|
+
"Redmine": 2,
|
1950
|
+
"project": 2,
|
1951
|
+
"management": 2,
|
1952
|
+
"application.": 2,
|
1953
|
+
"https": 1,
|
1954
|
+
"//github.com/foo": 1,
|
1955
|
+
"-": 4,
|
1956
|
+
"users/foo": 1,
|
1957
|
+
"vicmd": 1,
|
1958
|
+
"gif": 1,
|
1959
|
+
"tag": 1,
|
1960
|
+
"rom": 2,
|
1961
|
+
"[": 2,
|
1962
|
+
"]": 2,
|
1963
|
+
"end": 1,
|
1964
|
+
"berschrift": 1,
|
1965
|
+
"*": 4,
|
1966
|
+
"Codierungen": 1,
|
1967
|
+
"sind": 1,
|
1968
|
+
"verr": 1,
|
1969
|
+
"ckt": 1,
|
1970
|
+
"auf": 1,
|
1971
|
+
"lteren": 1,
|
1972
|
+
"Versionen": 1,
|
1973
|
+
"von": 1,
|
1974
|
+
"Ruby": 1,
|
1975
|
+
"Home": 1,
|
1976
|
+
"Page": 1,
|
1977
|
+
"Example": 1,
|
1978
|
+
"Articles": 1,
|
1979
|
+
"Item": 6,
|
1980
|
+
"Document": 1,
|
1981
|
+
"Title": 1,
|
1982
|
+
"Doc": 1,
|
1983
|
+
"Writer": 1,
|
1984
|
+
"<thedoc@asciidoctor.org>": 1,
|
1985
|
+
"idprefix": 1,
|
1986
|
+
"id_": 1,
|
1987
|
+
"Preamble": 1,
|
1988
|
+
"paragraph.": 4,
|
1989
|
+
"NOTE": 1,
|
1990
|
+
"This": 1,
|
1991
|
+
"is": 1,
|
1992
|
+
"test": 1,
|
1993
|
+
"only": 1,
|
1994
|
+
"a": 1,
|
1995
|
+
"test.": 1,
|
1996
|
+
"Section": 3,
|
1997
|
+
"A": 2,
|
1998
|
+
"*Section": 3,
|
1999
|
+
"A*": 2,
|
2000
|
+
"Subsection": 1,
|
2001
|
+
"B": 2,
|
2002
|
+
"B*": 1,
|
2003
|
+
".Section": 1,
|
2004
|
+
"list": 1
|
2005
|
+
},
|
1910
2006
|
"AutoHotkey": {
|
1911
2007
|
"MsgBox": 1,
|
1912
2008
|
"Hello": 1,
|
@@ -2573,6 +2669,268 @@
|
|
2573
2669
|
"addRules": 1,
|
2574
2670
|
"preempts": 1
|
2575
2671
|
},
|
2672
|
+
"Brightscript": {
|
2673
|
+
"**": 17,
|
2674
|
+
"Simple": 1,
|
2675
|
+
"Grid": 2,
|
2676
|
+
"Screen": 2,
|
2677
|
+
"Demonstration": 1,
|
2678
|
+
"App": 1,
|
2679
|
+
"Copyright": 1,
|
2680
|
+
"(": 32,
|
2681
|
+
"c": 1,
|
2682
|
+
")": 31,
|
2683
|
+
"Roku": 1,
|
2684
|
+
"Inc.": 1,
|
2685
|
+
"All": 3,
|
2686
|
+
"Rights": 1,
|
2687
|
+
"Reserved.": 1,
|
2688
|
+
"************************************************************": 2,
|
2689
|
+
"Sub": 2,
|
2690
|
+
"Main": 1,
|
2691
|
+
"set": 2,
|
2692
|
+
"to": 10,
|
2693
|
+
"go": 1,
|
2694
|
+
"time": 1,
|
2695
|
+
"get": 1,
|
2696
|
+
"started": 1,
|
2697
|
+
"while": 4,
|
2698
|
+
"gridstyle": 7,
|
2699
|
+
"<": 1,
|
2700
|
+
"print": 7,
|
2701
|
+
";": 10,
|
2702
|
+
"screen": 5,
|
2703
|
+
"preShowGridScreen": 2,
|
2704
|
+
"showGridScreen": 2,
|
2705
|
+
"end": 2,
|
2706
|
+
"End": 4,
|
2707
|
+
"Set": 1,
|
2708
|
+
"the": 17,
|
2709
|
+
"configurable": 1,
|
2710
|
+
"theme": 3,
|
2711
|
+
"attributes": 2,
|
2712
|
+
"for": 10,
|
2713
|
+
"application": 1,
|
2714
|
+
"Configure": 1,
|
2715
|
+
"custom": 1,
|
2716
|
+
"overhang": 1,
|
2717
|
+
"and": 4,
|
2718
|
+
"Logo": 1,
|
2719
|
+
"are": 2,
|
2720
|
+
"artwork": 2,
|
2721
|
+
"colors": 1,
|
2722
|
+
"offsets": 1,
|
2723
|
+
"specific": 1,
|
2724
|
+
"app": 1,
|
2725
|
+
"******************************************************": 4,
|
2726
|
+
"Screens": 1,
|
2727
|
+
"can": 2,
|
2728
|
+
"make": 1,
|
2729
|
+
"slight": 1,
|
2730
|
+
"adjustments": 1,
|
2731
|
+
"default": 1,
|
2732
|
+
"individual": 1,
|
2733
|
+
"attributes.": 1,
|
2734
|
+
"these": 1,
|
2735
|
+
"greyscales": 1,
|
2736
|
+
"theme.GridScreenBackgroundColor": 1,
|
2737
|
+
"theme.GridScreenMessageColor": 1,
|
2738
|
+
"theme.GridScreenRetrievingColor": 1,
|
2739
|
+
"theme.GridScreenListNameColor": 1,
|
2740
|
+
"used": 1,
|
2741
|
+
"in": 3,
|
2742
|
+
"theme.CounterTextLeft": 1,
|
2743
|
+
"theme.CounterSeparator": 1,
|
2744
|
+
"theme.CounterTextRight": 1,
|
2745
|
+
"theme.GridScreenLogoHD": 1,
|
2746
|
+
"theme.GridScreenLogoOffsetHD_X": 1,
|
2747
|
+
"theme.GridScreenLogoOffsetHD_Y": 1,
|
2748
|
+
"theme.GridScreenOverhangHeightHD": 1,
|
2749
|
+
"theme.GridScreenLogoSD": 1,
|
2750
|
+
"theme.GridScreenOverhangHeightSD": 1,
|
2751
|
+
"theme.GridScreenLogoOffsetSD_X": 1,
|
2752
|
+
"theme.GridScreenLogoOffsetSD_Y": 1,
|
2753
|
+
"theme.GridScreenFocusBorderSD": 1,
|
2754
|
+
"theme.GridScreenFocusBorderHD": 1,
|
2755
|
+
"use": 1,
|
2756
|
+
"your": 1,
|
2757
|
+
"own": 1,
|
2758
|
+
"description": 1,
|
2759
|
+
"background": 1,
|
2760
|
+
"theme.GridScreenDescriptionOffsetSD": 1,
|
2761
|
+
"theme.GridScreenDescriptionOffsetHD": 1,
|
2762
|
+
"return": 5,
|
2763
|
+
"Function": 5,
|
2764
|
+
"Perform": 1,
|
2765
|
+
"any": 1,
|
2766
|
+
"startup/initialization": 1,
|
2767
|
+
"stuff": 1,
|
2768
|
+
"prior": 1,
|
2769
|
+
"style": 6,
|
2770
|
+
"as": 2,
|
2771
|
+
"string": 3,
|
2772
|
+
"As": 3,
|
2773
|
+
"Object": 2,
|
2774
|
+
"m.port": 3,
|
2775
|
+
"CreateObject": 2,
|
2776
|
+
"screen.SetMessagePort": 1,
|
2777
|
+
"screen.": 1,
|
2778
|
+
"The": 1,
|
2779
|
+
"will": 3,
|
2780
|
+
"show": 1,
|
2781
|
+
"retreiving": 1,
|
2782
|
+
"categoryList": 4,
|
2783
|
+
"getCategoryList": 1,
|
2784
|
+
"[": 3,
|
2785
|
+
"]": 4,
|
2786
|
+
"+": 1,
|
2787
|
+
"screen.setupLists": 1,
|
2788
|
+
"categoryList.count": 2,
|
2789
|
+
"screen.SetListNames": 1,
|
2790
|
+
"StyleButtons": 3,
|
2791
|
+
"getGridControlButtons": 1,
|
2792
|
+
"screen.SetContentList": 2,
|
2793
|
+
"i": 3,
|
2794
|
+
"-": 15,
|
2795
|
+
"getShowsForCategoryItem": 1,
|
2796
|
+
"screen.Show": 1,
|
2797
|
+
"true": 1,
|
2798
|
+
"msg": 3,
|
2799
|
+
"wait": 1,
|
2800
|
+
"getmessageport": 1,
|
2801
|
+
"does": 1,
|
2802
|
+
"not": 2,
|
2803
|
+
"work": 1,
|
2804
|
+
"on": 1,
|
2805
|
+
"gridscreen": 1,
|
2806
|
+
"type": 2,
|
2807
|
+
"if": 3,
|
2808
|
+
"then": 3,
|
2809
|
+
"msg.GetMessage": 1,
|
2810
|
+
"msg.GetIndex": 3,
|
2811
|
+
"msg.getData": 2,
|
2812
|
+
"msg.isListItemFocused": 1,
|
2813
|
+
"else": 1,
|
2814
|
+
"msg.isListItemSelected": 1,
|
2815
|
+
"row": 2,
|
2816
|
+
"selection": 3,
|
2817
|
+
"yes": 1,
|
2818
|
+
"so": 2,
|
2819
|
+
"we": 3,
|
2820
|
+
"come": 1,
|
2821
|
+
"back": 1,
|
2822
|
+
"with": 2,
|
2823
|
+
"new": 1,
|
2824
|
+
".Title": 1,
|
2825
|
+
"endif": 1,
|
2826
|
+
"**********************************************************": 1,
|
2827
|
+
"this": 3,
|
2828
|
+
"function": 1,
|
2829
|
+
"passing": 1,
|
2830
|
+
"an": 1,
|
2831
|
+
"roAssociativeArray": 2,
|
2832
|
+
"be": 2,
|
2833
|
+
"sufficient": 1,
|
2834
|
+
"springboard": 2,
|
2835
|
+
"display": 2,
|
2836
|
+
"add": 1,
|
2837
|
+
"code": 1,
|
2838
|
+
"create": 1,
|
2839
|
+
"now": 1,
|
2840
|
+
"do": 1,
|
2841
|
+
"nothing": 1,
|
2842
|
+
"Return": 1,
|
2843
|
+
"list": 1,
|
2844
|
+
"of": 5,
|
2845
|
+
"categories": 1,
|
2846
|
+
"filter": 1,
|
2847
|
+
"all": 1,
|
2848
|
+
"categories.": 1,
|
2849
|
+
"just": 2,
|
2850
|
+
"static": 1,
|
2851
|
+
"data": 2,
|
2852
|
+
"example.": 1,
|
2853
|
+
"********************************************************************": 1,
|
2854
|
+
"ContentMetaData": 1,
|
2855
|
+
"objects": 1,
|
2856
|
+
"shows": 1,
|
2857
|
+
"category.": 1,
|
2858
|
+
"For": 1,
|
2859
|
+
"example": 1,
|
2860
|
+
"cheat": 1,
|
2861
|
+
"but": 2,
|
2862
|
+
"ideally": 1,
|
2863
|
+
"you": 1,
|
2864
|
+
"dynamically": 1,
|
2865
|
+
"content": 2,
|
2866
|
+
"each": 1,
|
2867
|
+
"category": 1,
|
2868
|
+
"is": 1,
|
2869
|
+
"dynamic": 1,
|
2870
|
+
"s": 1,
|
2871
|
+
"one": 3,
|
2872
|
+
"small": 1,
|
2873
|
+
"step": 1,
|
2874
|
+
"a": 4,
|
2875
|
+
"man": 1,
|
2876
|
+
"giant": 1,
|
2877
|
+
"leap": 1,
|
2878
|
+
"mankind.": 1,
|
2879
|
+
"http": 14,
|
2880
|
+
"//upload.wikimedia.org/wikipedia/commons/1/1e/Apollo_11_first_step.jpg": 2,
|
2881
|
+
"I": 2,
|
2882
|
+
"have": 2,
|
2883
|
+
"Dream": 1,
|
2884
|
+
"PG": 1,
|
2885
|
+
"dream": 1,
|
2886
|
+
"that": 1,
|
2887
|
+
"my": 1,
|
2888
|
+
"four": 1,
|
2889
|
+
"little": 1,
|
2890
|
+
"children": 1,
|
2891
|
+
"day": 1,
|
2892
|
+
"live": 1,
|
2893
|
+
"nation": 1,
|
2894
|
+
"where": 1,
|
2895
|
+
"they": 1,
|
2896
|
+
"judged": 1,
|
2897
|
+
"by": 2,
|
2898
|
+
"color": 1,
|
2899
|
+
"their": 2,
|
2900
|
+
"skin": 1,
|
2901
|
+
"character.": 1,
|
2902
|
+
"//upload.wikimedia.org/wikipedia/commons/8/81/Martin_Luther_King_": 2,
|
2903
|
+
"_March_on_Washington.jpg": 2,
|
2904
|
+
"Flat": 6,
|
2905
|
+
"Movie": 2,
|
2906
|
+
"HD": 6,
|
2907
|
+
"x2": 4,
|
2908
|
+
"SD": 5,
|
2909
|
+
"Netflix": 1,
|
2910
|
+
"//upload.wikimedia.org/wikipedia/commons/4/43/Gold_star_on_blue.gif": 2,
|
2911
|
+
"Landscape": 1,
|
2912
|
+
"x3": 6,
|
2913
|
+
"Channel": 1,
|
2914
|
+
"Store": 1,
|
2915
|
+
"//upload.wikimedia.org/wikipedia/commons/thumb/9/96/Dunkery_Hill.jpg/800px": 2,
|
2916
|
+
"Dunkery_Hill.jpg": 2,
|
2917
|
+
"Portrait": 1,
|
2918
|
+
"x4": 1,
|
2919
|
+
"posters": 3,
|
2920
|
+
"//upload.wikimedia.org/wikipedia/commons/9/9f/Kane_George_Gurnett.jpg": 2,
|
2921
|
+
"Square": 1,
|
2922
|
+
"x1": 1,
|
2923
|
+
"//upload.wikimedia.org/wikipedia/commons/thumb/d/de/SQUARE_SHAPE.svg/536px": 2,
|
2924
|
+
"SQUARE_SHAPE.svg.png": 2,
|
2925
|
+
"x9": 1,
|
2926
|
+
"//upload.wikimedia.org/wikipedia/commons/thumb/2/22/": 2,
|
2927
|
+
"%": 8,
|
2928
|
+
"C3": 4,
|
2929
|
+
"cran_TV_plat.svg/200px": 2,
|
2930
|
+
"cran_TV_plat.svg.png": 2,
|
2931
|
+
"}": 1,
|
2932
|
+
"buttons": 1
|
2933
|
+
},
|
2576
2934
|
"C": {
|
2577
2935
|
"#include": 150,
|
2578
2936
|
"const": 358,
|
@@ -12764,6 +13122,95 @@
|
|
12764
13122
|
"IHhas_type1.": 1,
|
12765
13123
|
"IHhas_type2.": 1
|
12766
13124
|
},
|
13125
|
+
"Creole": {
|
13126
|
+
"Creole": 6,
|
13127
|
+
"is": 3,
|
13128
|
+
"a": 2,
|
13129
|
+
"-": 5,
|
13130
|
+
"to": 2,
|
13131
|
+
"HTML": 1,
|
13132
|
+
"converter": 2,
|
13133
|
+
"for": 1,
|
13134
|
+
"the": 5,
|
13135
|
+
"lightweight": 1,
|
13136
|
+
"markup": 1,
|
13137
|
+
"language": 1,
|
13138
|
+
"(": 5,
|
13139
|
+
"http": 4,
|
13140
|
+
"//wikicreole.org/": 1,
|
13141
|
+
")": 5,
|
13142
|
+
".": 1,
|
13143
|
+
"Github": 1,
|
13144
|
+
"uses": 1,
|
13145
|
+
"this": 1,
|
13146
|
+
"render": 1,
|
13147
|
+
"*.creole": 1,
|
13148
|
+
"files.": 1,
|
13149
|
+
"Project": 1,
|
13150
|
+
"page": 1,
|
13151
|
+
"on": 2,
|
13152
|
+
"github": 1,
|
13153
|
+
"*": 5,
|
13154
|
+
"//github.com/minad/creole": 1,
|
13155
|
+
"Travis": 1,
|
13156
|
+
"CI": 1,
|
13157
|
+
"https": 1,
|
13158
|
+
"//travis": 1,
|
13159
|
+
"ci.org/minad/creole": 1,
|
13160
|
+
"RDOC": 1,
|
13161
|
+
"//rdoc.info/projects/minad/creole": 1,
|
13162
|
+
"INSTALLATION": 1,
|
13163
|
+
"{": 6,
|
13164
|
+
"gem": 1,
|
13165
|
+
"install": 1,
|
13166
|
+
"creole": 1,
|
13167
|
+
"}": 6,
|
13168
|
+
"SYNOPSIS": 1,
|
13169
|
+
"require": 1,
|
13170
|
+
"html": 1,
|
13171
|
+
"Creole.creolize": 1,
|
13172
|
+
"BUGS": 1,
|
13173
|
+
"If": 1,
|
13174
|
+
"you": 1,
|
13175
|
+
"found": 1,
|
13176
|
+
"bug": 1,
|
13177
|
+
"please": 1,
|
13178
|
+
"report": 1,
|
13179
|
+
"it": 1,
|
13180
|
+
"at": 1,
|
13181
|
+
"project": 1,
|
13182
|
+
"s": 1,
|
13183
|
+
"tracker": 1,
|
13184
|
+
"GitHub": 1,
|
13185
|
+
"//github.com/minad/creole/issues": 1,
|
13186
|
+
"AUTHORS": 1,
|
13187
|
+
"Lars": 2,
|
13188
|
+
"Christensen": 2,
|
13189
|
+
"larsch": 1,
|
13190
|
+
"Daniel": 2,
|
13191
|
+
"Mendler": 1,
|
13192
|
+
"minad": 1,
|
13193
|
+
"LICENSE": 1,
|
13194
|
+
"Copyright": 1,
|
13195
|
+
"c": 1,
|
13196
|
+
"Mendler.": 1,
|
13197
|
+
"It": 1,
|
13198
|
+
"free": 1,
|
13199
|
+
"software": 1,
|
13200
|
+
"and": 1,
|
13201
|
+
"may": 1,
|
13202
|
+
"be": 1,
|
13203
|
+
"redistributed": 1,
|
13204
|
+
"under": 1,
|
13205
|
+
"terms": 1,
|
13206
|
+
"specified": 1,
|
13207
|
+
"in": 1,
|
13208
|
+
"README": 1,
|
13209
|
+
"file": 1,
|
13210
|
+
"of": 1,
|
13211
|
+
"Ruby": 1,
|
13212
|
+
"distribution.": 1
|
13213
|
+
},
|
12767
13214
|
"CSS": {
|
12768
13215
|
".clearfix": 8,
|
12769
13216
|
"{": 1661,
|
@@ -22921,10 +23368,10 @@
|
|
22921
23368
|
"logger": 2
|
22922
23369
|
},
|
22923
23370
|
"JSON": {
|
22924
|
-
"{":
|
22925
|
-
"
|
22926
|
-
"
|
22927
|
-
"
|
23371
|
+
"{": 73,
|
23372
|
+
"[": 17,
|
23373
|
+
"]": 17,
|
23374
|
+
"}": 73,
|
22928
23375
|
"true": 3
|
22929
23376
|
},
|
22930
23377
|
"Julia": {
|
@@ -28296,6 +28743,283 @@
|
|
28296
28743
|
"fasten": 1,
|
28297
28744
|
"pop": 1
|
28298
28745
|
},
|
28746
|
+
"MediaWiki": {
|
28747
|
+
"Overview": 1,
|
28748
|
+
"The": 17,
|
28749
|
+
"GDB": 15,
|
28750
|
+
"Tracepoint": 4,
|
28751
|
+
"Analysis": 1,
|
28752
|
+
"feature": 3,
|
28753
|
+
"is": 9,
|
28754
|
+
"an": 3,
|
28755
|
+
"extension": 1,
|
28756
|
+
"to": 12,
|
28757
|
+
"the": 72,
|
28758
|
+
"Tracing": 3,
|
28759
|
+
"and": 20,
|
28760
|
+
"Monitoring": 1,
|
28761
|
+
"Framework": 1,
|
28762
|
+
"that": 4,
|
28763
|
+
"allows": 2,
|
28764
|
+
"visualization": 1,
|
28765
|
+
"analysis": 1,
|
28766
|
+
"of": 8,
|
28767
|
+
"C/C": 10,
|
28768
|
+
"+": 20,
|
28769
|
+
"tracepoint": 5,
|
28770
|
+
"data": 5,
|
28771
|
+
"collected": 2,
|
28772
|
+
"by": 10,
|
28773
|
+
"stored": 1,
|
28774
|
+
"a": 12,
|
28775
|
+
"log": 1,
|
28776
|
+
"file.": 1,
|
28777
|
+
"Getting": 1,
|
28778
|
+
"Started": 1,
|
28779
|
+
"can": 9,
|
28780
|
+
"be": 18,
|
28781
|
+
"installed": 2,
|
28782
|
+
"from": 8,
|
28783
|
+
"Eclipse": 1,
|
28784
|
+
"update": 2,
|
28785
|
+
"site": 1,
|
28786
|
+
"selecting": 1,
|
28787
|
+
".": 8,
|
28788
|
+
"requires": 1,
|
28789
|
+
"version": 1,
|
28790
|
+
"or": 8,
|
28791
|
+
"later": 1,
|
28792
|
+
"on": 3,
|
28793
|
+
"local": 1,
|
28794
|
+
"host.": 1,
|
28795
|
+
"executable": 3,
|
28796
|
+
"program": 1,
|
28797
|
+
"must": 3,
|
28798
|
+
"found": 1,
|
28799
|
+
"in": 15,
|
28800
|
+
"path.": 1,
|
28801
|
+
"Trace": 9,
|
28802
|
+
"Perspective": 1,
|
28803
|
+
"To": 1,
|
28804
|
+
"open": 1,
|
28805
|
+
"perspective": 2,
|
28806
|
+
"select": 5,
|
28807
|
+
"includes": 1,
|
28808
|
+
"following": 1,
|
28809
|
+
"views": 2,
|
28810
|
+
"default": 2,
|
28811
|
+
"*": 6,
|
28812
|
+
"This": 7,
|
28813
|
+
"view": 7,
|
28814
|
+
"shows": 7,
|
28815
|
+
"projects": 1,
|
28816
|
+
"workspace": 2,
|
28817
|
+
"used": 1,
|
28818
|
+
"create": 1,
|
28819
|
+
"manage": 1,
|
28820
|
+
"projects.": 1,
|
28821
|
+
"running": 1,
|
28822
|
+
"Postmortem": 5,
|
28823
|
+
"Debugger": 4,
|
28824
|
+
"instances": 1,
|
28825
|
+
"displays": 2,
|
28826
|
+
"thread": 1,
|
28827
|
+
"stack": 2,
|
28828
|
+
"trace": 17,
|
28829
|
+
"associated": 1,
|
28830
|
+
"with": 4,
|
28831
|
+
"tracepoint.": 3,
|
28832
|
+
"status": 1,
|
28833
|
+
"debugger": 1,
|
28834
|
+
"navigation": 1,
|
28835
|
+
"records.": 1,
|
28836
|
+
"console": 1,
|
28837
|
+
"output": 1,
|
28838
|
+
"Debugger.": 1,
|
28839
|
+
"editor": 7,
|
28840
|
+
"area": 2,
|
28841
|
+
"contains": 1,
|
28842
|
+
"editors": 1,
|
28843
|
+
"when": 1,
|
28844
|
+
"opened.": 1,
|
28845
|
+
"[": 11,
|
28846
|
+
"Image": 2,
|
28847
|
+
"images/GDBTracePerspective.png": 1,
|
28848
|
+
"]": 11,
|
28849
|
+
"Collecting": 2,
|
28850
|
+
"Data": 4,
|
28851
|
+
"outside": 2,
|
28852
|
+
"scope": 1,
|
28853
|
+
"this": 5,
|
28854
|
+
"feature.": 1,
|
28855
|
+
"It": 1,
|
28856
|
+
"done": 2,
|
28857
|
+
"command": 1,
|
28858
|
+
"line": 2,
|
28859
|
+
"using": 3,
|
28860
|
+
"CDT": 3,
|
28861
|
+
"debug": 1,
|
28862
|
+
"component": 1,
|
28863
|
+
"within": 1,
|
28864
|
+
"Eclipse.": 1,
|
28865
|
+
"See": 1,
|
28866
|
+
"FAQ": 2,
|
28867
|
+
"entry": 2,
|
28868
|
+
"#References": 2,
|
28869
|
+
"|": 2,
|
28870
|
+
"References": 3,
|
28871
|
+
"section.": 2,
|
28872
|
+
"Importing": 2,
|
28873
|
+
"Some": 1,
|
28874
|
+
"information": 1,
|
28875
|
+
"section": 1,
|
28876
|
+
"redundant": 1,
|
28877
|
+
"LTTng": 3,
|
28878
|
+
"User": 3,
|
28879
|
+
"Guide.": 1,
|
28880
|
+
"For": 1,
|
28881
|
+
"further": 1,
|
28882
|
+
"details": 1,
|
28883
|
+
"see": 1,
|
28884
|
+
"Guide": 2,
|
28885
|
+
"Creating": 1,
|
28886
|
+
"Project": 1,
|
28887
|
+
"In": 5,
|
28888
|
+
"right": 3,
|
28889
|
+
"-": 8,
|
28890
|
+
"click": 8,
|
28891
|
+
"context": 4,
|
28892
|
+
"menu.": 4,
|
28893
|
+
"dialog": 1,
|
28894
|
+
"name": 2,
|
28895
|
+
"your": 2,
|
28896
|
+
"project": 2,
|
28897
|
+
"tracing": 1,
|
28898
|
+
"folder": 5,
|
28899
|
+
"Browse": 2,
|
28900
|
+
"enter": 2,
|
28901
|
+
"source": 2,
|
28902
|
+
"directory.": 1,
|
28903
|
+
"Select": 1,
|
28904
|
+
"file": 6,
|
28905
|
+
"tree.": 1,
|
28906
|
+
"Optionally": 1,
|
28907
|
+
"set": 1,
|
28908
|
+
"type": 2,
|
28909
|
+
"Click": 1,
|
28910
|
+
"Alternatively": 1,
|
28911
|
+
"drag": 1,
|
28912
|
+
"&": 1,
|
28913
|
+
"dropped": 1,
|
28914
|
+
"any": 2,
|
28915
|
+
"external": 1,
|
28916
|
+
"manager.": 1,
|
28917
|
+
"Selecting": 2,
|
28918
|
+
"Type": 1,
|
28919
|
+
"Right": 2,
|
28920
|
+
"imported": 1,
|
28921
|
+
"choose": 2,
|
28922
|
+
"step": 1,
|
28923
|
+
"omitted": 1,
|
28924
|
+
"if": 1,
|
28925
|
+
"was": 2,
|
28926
|
+
"selected": 3,
|
28927
|
+
"at": 3,
|
28928
|
+
"import.": 1,
|
28929
|
+
"will": 6,
|
28930
|
+
"updated": 2,
|
28931
|
+
"icon": 1,
|
28932
|
+
"images/gdb_icon16.png": 1,
|
28933
|
+
"Executable": 1,
|
28934
|
+
"created": 1,
|
28935
|
+
"identified": 1,
|
28936
|
+
"so": 2,
|
28937
|
+
"launched": 1,
|
28938
|
+
"properly.": 1,
|
28939
|
+
"path": 1,
|
28940
|
+
"press": 1,
|
28941
|
+
"recognized": 1,
|
28942
|
+
"as": 1,
|
28943
|
+
"executable.": 1,
|
28944
|
+
"Visualizing": 1,
|
28945
|
+
"Opening": 1,
|
28946
|
+
"double": 1,
|
28947
|
+
"it": 3,
|
28948
|
+
"opened": 2,
|
28949
|
+
"Events": 5,
|
28950
|
+
"instance": 1,
|
28951
|
+
"launched.": 1,
|
28952
|
+
"If": 2,
|
28953
|
+
"available": 1,
|
28954
|
+
"code": 1,
|
28955
|
+
"corresponding": 1,
|
28956
|
+
"first": 1,
|
28957
|
+
"record": 2,
|
28958
|
+
"also": 2,
|
28959
|
+
"editor.": 2,
|
28960
|
+
"At": 1,
|
28961
|
+
"point": 1,
|
28962
|
+
"recommended": 1,
|
28963
|
+
"relocate": 1,
|
28964
|
+
"not": 1,
|
28965
|
+
"hidden": 1,
|
28966
|
+
"Viewing": 1,
|
28967
|
+
"table": 1,
|
28968
|
+
"shown": 1,
|
28969
|
+
"one": 1,
|
28970
|
+
"row": 1,
|
28971
|
+
"for": 2,
|
28972
|
+
"each": 1,
|
28973
|
+
"record.": 2,
|
28974
|
+
"column": 6,
|
28975
|
+
"sequential": 1,
|
28976
|
+
"number.": 1,
|
28977
|
+
"number": 2,
|
28978
|
+
"assigned": 1,
|
28979
|
+
"collection": 1,
|
28980
|
+
"time": 2,
|
28981
|
+
"method": 1,
|
28982
|
+
"where": 1,
|
28983
|
+
"set.": 1,
|
28984
|
+
"run": 1,
|
28985
|
+
"Searching": 1,
|
28986
|
+
"filtering": 1,
|
28987
|
+
"entering": 1,
|
28988
|
+
"regular": 1,
|
28989
|
+
"expression": 1,
|
28990
|
+
"header.": 1,
|
28991
|
+
"Navigating": 1,
|
28992
|
+
"records": 1,
|
28993
|
+
"keyboard": 1,
|
28994
|
+
"mouse.": 1,
|
28995
|
+
"show": 1,
|
28996
|
+
"current": 1,
|
28997
|
+
"navigated": 1,
|
28998
|
+
"clicking": 1,
|
28999
|
+
"buttons.": 1,
|
29000
|
+
"updated.": 1,
|
29001
|
+
"http": 4,
|
29002
|
+
"//wiki.eclipse.org/index.php/Linux_Tools_Project/LTTng2/User_Guide": 1,
|
29003
|
+
"//wiki.eclipse.org/CDT/User/FAQ#How_can_I_trace_my_application_using_C.2FC.2B.2B_Tracepoints.3F": 1,
|
29004
|
+
"How": 1,
|
29005
|
+
"I": 1,
|
29006
|
+
"my": 1,
|
29007
|
+
"application": 1,
|
29008
|
+
"Tracepoints": 1,
|
29009
|
+
"Updating": 1,
|
29010
|
+
"Document": 1,
|
29011
|
+
"document": 2,
|
29012
|
+
"maintained": 1,
|
29013
|
+
"collaborative": 1,
|
29014
|
+
"wiki.": 1,
|
29015
|
+
"you": 1,
|
29016
|
+
"wish": 1,
|
29017
|
+
"modify": 1,
|
29018
|
+
"please": 1,
|
29019
|
+
"visit": 1,
|
29020
|
+
"//wiki.eclipse.org/index.php/Linux_Tools_Project/GDB_Tracepoint_Analysis/User_Guide": 1,
|
29021
|
+
"//wiki.eclipse.org/Linux_Tools_Project/GDB_Tracepoint_Analysis/User_Guide": 1
|
29022
|
+
},
|
28299
29023
|
"Monkey": {
|
28300
29024
|
"Strict": 1,
|
28301
29025
|
"sample": 1,
|
@@ -32416,6 +33140,206 @@
|
|
32416
33140
|
"CHR": 2,
|
32417
33141
|
"lcPostBase64Data.": 1
|
32418
33142
|
},
|
33143
|
+
"Org": {
|
33144
|
+
"#": 13,
|
33145
|
+
"+": 13,
|
33146
|
+
"OPTIONS": 1,
|
33147
|
+
"H": 1,
|
33148
|
+
"num": 1,
|
33149
|
+
"nil": 4,
|
33150
|
+
"toc": 2,
|
33151
|
+
"n": 1,
|
33152
|
+
"@": 1,
|
33153
|
+
"t": 10,
|
33154
|
+
"|": 4,
|
33155
|
+
"-": 30,
|
33156
|
+
"f": 2,
|
33157
|
+
"*": 3,
|
33158
|
+
"TeX": 1,
|
33159
|
+
"LaTeX": 1,
|
33160
|
+
"skip": 1,
|
33161
|
+
"d": 2,
|
33162
|
+
"(": 11,
|
33163
|
+
"HIDE": 1,
|
33164
|
+
")": 11,
|
33165
|
+
"tags": 2,
|
33166
|
+
"not": 1,
|
33167
|
+
"in": 2,
|
33168
|
+
"STARTUP": 1,
|
33169
|
+
"align": 1,
|
33170
|
+
"fold": 1,
|
33171
|
+
"nodlcheck": 1,
|
33172
|
+
"hidestars": 1,
|
33173
|
+
"oddeven": 1,
|
33174
|
+
"lognotestate": 1,
|
33175
|
+
"SEQ_TODO": 1,
|
33176
|
+
"TODO": 1,
|
33177
|
+
"INPROGRESS": 1,
|
33178
|
+
"i": 1,
|
33179
|
+
"WAITING": 1,
|
33180
|
+
"w@": 1,
|
33181
|
+
"DONE": 1,
|
33182
|
+
"CANCELED": 1,
|
33183
|
+
"c@": 1,
|
33184
|
+
"TAGS": 1,
|
33185
|
+
"Write": 1,
|
33186
|
+
"w": 1,
|
33187
|
+
"Update": 1,
|
33188
|
+
"u": 1,
|
33189
|
+
"Fix": 1,
|
33190
|
+
"Check": 1,
|
33191
|
+
"c": 1,
|
33192
|
+
"TITLE": 1,
|
33193
|
+
"org": 10,
|
33194
|
+
"ruby": 6,
|
33195
|
+
"AUTHOR": 1,
|
33196
|
+
"Brian": 1,
|
33197
|
+
"Dewey": 1,
|
33198
|
+
"EMAIL": 1,
|
33199
|
+
"bdewey@gmail.com": 1,
|
33200
|
+
"LANGUAGE": 1,
|
33201
|
+
"en": 1,
|
33202
|
+
"PRIORITIES": 1,
|
33203
|
+
"A": 1,
|
33204
|
+
"C": 1,
|
33205
|
+
"B": 1,
|
33206
|
+
"CATEGORY": 1,
|
33207
|
+
"worg": 1,
|
33208
|
+
"{": 1,
|
33209
|
+
"Back": 1,
|
33210
|
+
"to": 8,
|
33211
|
+
"Worg": 1,
|
33212
|
+
"rubygems": 2,
|
33213
|
+
"ve": 1,
|
33214
|
+
"already": 1,
|
33215
|
+
"created": 1,
|
33216
|
+
"a": 4,
|
33217
|
+
"site.": 1,
|
33218
|
+
"Make": 1,
|
33219
|
+
"sure": 1,
|
33220
|
+
"you": 2,
|
33221
|
+
"have": 1,
|
33222
|
+
"installed": 1,
|
33223
|
+
"sudo": 1,
|
33224
|
+
"gem": 1,
|
33225
|
+
"install": 1,
|
33226
|
+
".": 1,
|
33227
|
+
"You": 1,
|
33228
|
+
"need": 1,
|
33229
|
+
"register": 1,
|
33230
|
+
"new": 2,
|
33231
|
+
"Webby": 3,
|
33232
|
+
"filter": 3,
|
33233
|
+
"handle": 1,
|
33234
|
+
"mode": 2,
|
33235
|
+
"content.": 2,
|
33236
|
+
"makes": 1,
|
33237
|
+
"this": 2,
|
33238
|
+
"easy.": 1,
|
33239
|
+
"In": 1,
|
33240
|
+
"the": 6,
|
33241
|
+
"lib/": 1,
|
33242
|
+
"folder": 1,
|
33243
|
+
"of": 2,
|
33244
|
+
"your": 2,
|
33245
|
+
"site": 1,
|
33246
|
+
"create": 1,
|
33247
|
+
"file": 1,
|
33248
|
+
"orgmode.rb": 1,
|
33249
|
+
"BEGIN_EXAMPLE": 2,
|
33250
|
+
"require": 1,
|
33251
|
+
"Filters.register": 1,
|
33252
|
+
"do": 2,
|
33253
|
+
"input": 3,
|
33254
|
+
"Orgmode": 2,
|
33255
|
+
"Parser.new": 1,
|
33256
|
+
".to_html": 1,
|
33257
|
+
"end": 1,
|
33258
|
+
"END_EXAMPLE": 1,
|
33259
|
+
"This": 2,
|
33260
|
+
"code": 1,
|
33261
|
+
"creates": 1,
|
33262
|
+
"that": 1,
|
33263
|
+
"will": 1,
|
33264
|
+
"use": 1,
|
33265
|
+
"parser": 1,
|
33266
|
+
"translate": 1,
|
33267
|
+
"into": 1,
|
33268
|
+
"HTML.": 1,
|
33269
|
+
"Create": 1,
|
33270
|
+
"For": 1,
|
33271
|
+
"example": 1,
|
33272
|
+
"title": 2,
|
33273
|
+
"Parser": 1,
|
33274
|
+
"created_at": 1,
|
33275
|
+
"status": 2,
|
33276
|
+
"Under": 1,
|
33277
|
+
"development": 1,
|
33278
|
+
"erb": 1,
|
33279
|
+
"orgmode": 3,
|
33280
|
+
"<%=>": 2,
|
33281
|
+
"page": 2,
|
33282
|
+
"Status": 1,
|
33283
|
+
"Description": 1,
|
33284
|
+
"Helpful": 1,
|
33285
|
+
"Ruby": 1,
|
33286
|
+
"routines": 1,
|
33287
|
+
"for": 3,
|
33288
|
+
"parsing": 1,
|
33289
|
+
"files.": 1,
|
33290
|
+
"The": 3,
|
33291
|
+
"most": 1,
|
33292
|
+
"significant": 1,
|
33293
|
+
"thing": 2,
|
33294
|
+
"library": 1,
|
33295
|
+
"does": 1,
|
33296
|
+
"today": 1,
|
33297
|
+
"is": 5,
|
33298
|
+
"convert": 1,
|
33299
|
+
"files": 1,
|
33300
|
+
"textile.": 1,
|
33301
|
+
"Currently": 1,
|
33302
|
+
"cannot": 1,
|
33303
|
+
"much": 1,
|
33304
|
+
"customize": 1,
|
33305
|
+
"conversion.": 1,
|
33306
|
+
"supplied": 1,
|
33307
|
+
"textile": 1,
|
33308
|
+
"conversion": 1,
|
33309
|
+
"optimized": 1,
|
33310
|
+
"extracting": 1,
|
33311
|
+
"from": 1,
|
33312
|
+
"orgfile": 1,
|
33313
|
+
"as": 1,
|
33314
|
+
"opposed": 1,
|
33315
|
+
"History": 1,
|
33316
|
+
"**": 1,
|
33317
|
+
"Version": 1,
|
33318
|
+
"first": 1,
|
33319
|
+
"output": 2,
|
33320
|
+
"HTML": 2,
|
33321
|
+
"gets": 1,
|
33322
|
+
"class": 1,
|
33323
|
+
"now": 1,
|
33324
|
+
"indented": 1,
|
33325
|
+
"Proper": 1,
|
33326
|
+
"support": 1,
|
33327
|
+
"multi": 1,
|
33328
|
+
"paragraph": 2,
|
33329
|
+
"list": 1,
|
33330
|
+
"items.": 1,
|
33331
|
+
"See": 1,
|
33332
|
+
"part": 1,
|
33333
|
+
"last": 1,
|
33334
|
+
"bullet.": 1,
|
33335
|
+
"Fixed": 1,
|
33336
|
+
"bugs": 1,
|
33337
|
+
"wouldn": 1,
|
33338
|
+
"s": 1,
|
33339
|
+
"all": 1,
|
33340
|
+
"there": 1,
|
33341
|
+
"it": 1
|
33342
|
+
},
|
32419
33343
|
"Oxygene": {
|
32420
33344
|
"<Project>": 1,
|
32421
33345
|
"DefaultTargets=": 1,
|
@@ -35410,6 +36334,253 @@
|
|
35410
36334
|
"config": 3,
|
35411
36335
|
"application": 2
|
35412
36336
|
},
|
36337
|
+
"Pod": {
|
36338
|
+
"Id": 1,
|
36339
|
+
"contents.pod": 1,
|
36340
|
+
"v": 1,
|
36341
|
+
"/05/04": 1,
|
36342
|
+
"tower": 1,
|
36343
|
+
"Exp": 1,
|
36344
|
+
"begin": 3,
|
36345
|
+
"html": 7,
|
36346
|
+
"<style>": 1,
|
36347
|
+
"text": 1,
|
36348
|
+
"css": 1,
|
36349
|
+
"code": 1,
|
36350
|
+
"{": 1,
|
36351
|
+
"font": 2,
|
36352
|
+
"-": 25,
|
36353
|
+
"family": 1,
|
36354
|
+
"sans": 1,
|
36355
|
+
"serif": 1,
|
36356
|
+
";": 2,
|
36357
|
+
"weight": 1,
|
36358
|
+
"bold": 1,
|
36359
|
+
"}": 1,
|
36360
|
+
"</style>": 1,
|
36361
|
+
"end": 4,
|
36362
|
+
"head1": 2,
|
36363
|
+
"Net": 12,
|
36364
|
+
"Z3950": 12,
|
36365
|
+
"AsyncZ": 16,
|
36366
|
+
"head2": 3,
|
36367
|
+
"Intro": 1,
|
36368
|
+
"adds": 1,
|
36369
|
+
"an": 3,
|
36370
|
+
"additional": 1,
|
36371
|
+
"layer": 1,
|
36372
|
+
"of": 19,
|
36373
|
+
"asynchronous": 4,
|
36374
|
+
"support": 1,
|
36375
|
+
"for": 11,
|
36376
|
+
"the": 29,
|
36377
|
+
"module": 6,
|
36378
|
+
"through": 1,
|
36379
|
+
"use": 1,
|
36380
|
+
"multiple": 1,
|
36381
|
+
"forked": 1,
|
36382
|
+
"processes.": 1,
|
36383
|
+
"I": 8,
|
36384
|
+
"hope": 1,
|
36385
|
+
"that": 9,
|
36386
|
+
"users": 1,
|
36387
|
+
"will": 1,
|
36388
|
+
"also": 2,
|
36389
|
+
"find": 1,
|
36390
|
+
"it": 3,
|
36391
|
+
"provides": 1,
|
36392
|
+
"a": 8,
|
36393
|
+
"convenient": 2,
|
36394
|
+
"front": 1,
|
36395
|
+
"to": 9,
|
36396
|
+
"C": 13,
|
36397
|
+
"<Net::Z3950>": 1,
|
36398
|
+
".": 5,
|
36399
|
+
"My": 1,
|
36400
|
+
"initial": 1,
|
36401
|
+
"idea": 1,
|
36402
|
+
"was": 1,
|
36403
|
+
"write": 1,
|
36404
|
+
"something": 2,
|
36405
|
+
"would": 1,
|
36406
|
+
"provide": 1,
|
36407
|
+
"means": 1,
|
36408
|
+
"processing": 1,
|
36409
|
+
"and": 14,
|
36410
|
+
"formatting": 2,
|
36411
|
+
"Z39.50": 1,
|
36412
|
+
"records": 4,
|
36413
|
+
"which": 3,
|
36414
|
+
"did": 1,
|
36415
|
+
"using": 1,
|
36416
|
+
"<Z3950>": 2,
|
36417
|
+
"synchronous": 1,
|
36418
|
+
"code.": 1,
|
36419
|
+
"But": 3,
|
36420
|
+
"wanted": 1,
|
36421
|
+
"could": 1,
|
36422
|
+
"handle": 1,
|
36423
|
+
"queries": 1,
|
36424
|
+
"large": 1,
|
36425
|
+
"numbers": 1,
|
36426
|
+
"servers": 1,
|
36427
|
+
"at": 1,
|
36428
|
+
"one": 1,
|
36429
|
+
"session.": 1,
|
36430
|
+
"Working": 1,
|
36431
|
+
"on": 1,
|
36432
|
+
"this": 3,
|
36433
|
+
"part": 3,
|
36434
|
+
"my": 1,
|
36435
|
+
"project": 1,
|
36436
|
+
"found": 1,
|
36437
|
+
"had": 1,
|
36438
|
+
"trouble": 1,
|
36439
|
+
"with": 6,
|
36440
|
+
"features": 1,
|
36441
|
+
"so": 1,
|
36442
|
+
"ended": 1,
|
36443
|
+
"up": 1,
|
36444
|
+
"what": 1,
|
36445
|
+
"have": 3,
|
36446
|
+
"here.": 1,
|
36447
|
+
"give": 2,
|
36448
|
+
"more": 4,
|
36449
|
+
"detailed": 4,
|
36450
|
+
"account": 2,
|
36451
|
+
"in": 9,
|
36452
|
+
"<A>": 4,
|
36453
|
+
"href=": 5,
|
36454
|
+
"<B>": 1,
|
36455
|
+
"DESCRIPTION": 1,
|
36456
|
+
"</b>": 1,
|
36457
|
+
"</a>": 5,
|
36458
|
+
"section": 2,
|
36459
|
+
"<code>": 5,
|
36460
|
+
"AsyncZ.html": 2,
|
36461
|
+
"</code>": 6,
|
36462
|
+
"pod": 3,
|
36463
|
+
"B": 1,
|
36464
|
+
"<DESCRIPTION>": 1,
|
36465
|
+
"<AsyncZ.pod>": 1,
|
36466
|
+
"cut": 3,
|
36467
|
+
"Documentation": 1,
|
36468
|
+
"over": 2,
|
36469
|
+
"item": 10,
|
36470
|
+
"AsyncZ.pod": 1,
|
36471
|
+
"This": 4,
|
36472
|
+
"is": 8,
|
36473
|
+
"starting": 2,
|
36474
|
+
"point": 2,
|
36475
|
+
"gives": 2,
|
36476
|
+
"overview": 2,
|
36477
|
+
"describes": 2,
|
36478
|
+
"basic": 4,
|
36479
|
+
"mechanics": 2,
|
36480
|
+
"its": 2,
|
36481
|
+
"workings": 2,
|
36482
|
+
"details": 5,
|
36483
|
+
"particulars": 2,
|
36484
|
+
"objects": 2,
|
36485
|
+
"methods.": 2,
|
36486
|
+
"see": 2,
|
36487
|
+
"L": 1,
|
36488
|
+
"</\"Examples.pod>": 1,
|
36489
|
+
"explanations": 2,
|
36490
|
+
"sample": 2,
|
36491
|
+
"scripts": 2,
|
36492
|
+
"come": 2,
|
36493
|
+
"<Net::Z3950::AsyncZ>": 2,
|
36494
|
+
"distribution.": 2,
|
36495
|
+
"Options.pod": 1,
|
36496
|
+
"document": 2,
|
36497
|
+
"various": 2,
|
36498
|
+
"options": 2,
|
36499
|
+
"can": 4,
|
36500
|
+
"be": 2,
|
36501
|
+
"set": 2,
|
36502
|
+
"modify": 2,
|
36503
|
+
"behavior": 2,
|
36504
|
+
"Index": 1,
|
36505
|
+
"Report.pod": 2,
|
36506
|
+
"deals": 2,
|
36507
|
+
"how": 4,
|
36508
|
+
"are": 7,
|
36509
|
+
"treated": 2,
|
36510
|
+
"line": 4,
|
36511
|
+
"by": 2,
|
36512
|
+
"you": 4,
|
36513
|
+
"affect": 2,
|
36514
|
+
"apearance": 2,
|
36515
|
+
"record": 2,
|
36516
|
+
"s": 2,
|
36517
|
+
"HOW": 2,
|
36518
|
+
"TO.": 2,
|
36519
|
+
"back": 2,
|
36520
|
+
"<UL>": 1,
|
36521
|
+
"<LI>": 3,
|
36522
|
+
"<br>": 3,
|
36523
|
+
"<a>": 1,
|
36524
|
+
"Examples": 1,
|
36525
|
+
"Options.html": 1,
|
36526
|
+
"Report.html": 2,
|
36527
|
+
"<Code>": 1,
|
36528
|
+
"</UL>": 1,
|
36529
|
+
"The": 6,
|
36530
|
+
"Modules": 1,
|
36531
|
+
"There": 2,
|
36532
|
+
"modules": 5,
|
36533
|
+
"than": 2,
|
36534
|
+
"there": 2,
|
36535
|
+
"documentation.": 2,
|
36536
|
+
"reason": 2,
|
36537
|
+
"only": 2,
|
36538
|
+
"full": 2,
|
36539
|
+
"complete": 2,
|
36540
|
+
"access": 9,
|
36541
|
+
"other": 2,
|
36542
|
+
"either": 2,
|
36543
|
+
"internal": 2,
|
36544
|
+
"<Net::AsyncZ>": 1,
|
36545
|
+
"or": 4,
|
36546
|
+
"accessed": 2,
|
36547
|
+
"indirectly": 2,
|
36548
|
+
"indirectly.": 2,
|
36549
|
+
"head3": 1,
|
36550
|
+
"Here": 1,
|
36551
|
+
"main": 1,
|
36552
|
+
"direct": 2,
|
36553
|
+
"documented": 7,
|
36554
|
+
"<AsyncZ>": 4,
|
36555
|
+
"<Options>": 2,
|
36556
|
+
"documentation": 4,
|
36557
|
+
"ErrMsg": 1,
|
36558
|
+
"User": 1,
|
36559
|
+
"error": 1,
|
36560
|
+
"message": 1,
|
36561
|
+
"handling": 2,
|
36562
|
+
"indirect": 2,
|
36563
|
+
"Errors": 1,
|
36564
|
+
"Error": 1,
|
36565
|
+
"debugging": 1,
|
36566
|
+
"limited": 2,
|
36567
|
+
"Report": 1,
|
36568
|
+
"Module": 1,
|
36569
|
+
"reponsible": 1,
|
36570
|
+
"fetching": 1,
|
36571
|
+
"ZLoop": 1,
|
36572
|
+
"Event": 1,
|
36573
|
+
"loop": 1,
|
36574
|
+
"child": 3,
|
36575
|
+
"processes": 3,
|
36576
|
+
"no": 2,
|
36577
|
+
"not": 2,
|
36578
|
+
"ZSend": 1,
|
36579
|
+
"Connection": 1,
|
36580
|
+
"Options": 2,
|
36581
|
+
"_params": 1,
|
36582
|
+
"INDEX": 1
|
36583
|
+
},
|
35413
36584
|
"PogoScript": {
|
35414
36585
|
"httpism": 1,
|
35415
36586
|
"require": 3,
|
@@ -36936,7 +38107,7 @@
|
|
36936
38107
|
"and": 1,
|
36937
38108
|
"efficient": 1,
|
36938
38109
|
"code": 1,
|
36939
|
-
"-":
|
38110
|
+
"-": 94,
|
36940
38111
|
"that": 2,
|
36941
38112
|
"s": 1,
|
36942
38113
|
"the": 3,
|
@@ -36946,41 +38117,27 @@
|
|
36946
38117
|
"http": 1,
|
36947
38118
|
"//racket": 1,
|
36948
38119
|
"lang.org/": 1,
|
36949
|
-
"(":
|
38120
|
+
"(": 23,
|
36950
38121
|
"define": 1,
|
36951
38122
|
"bottles": 4,
|
36952
38123
|
"n": 8,
|
36953
38124
|
"more": 2,
|
36954
|
-
")":
|
38125
|
+
")": 23,
|
36955
38126
|
"printf": 2,
|
36956
38127
|
"case": 1,
|
36957
38128
|
"[": 16,
|
36958
38129
|
"]": 16,
|
36959
38130
|
"else": 1,
|
36960
38131
|
"if": 1,
|
36961
|
-
"for":
|
38132
|
+
"for": 2,
|
36962
38133
|
"in": 3,
|
36963
38134
|
"range": 1,
|
36964
38135
|
"sub1": 1,
|
36965
38136
|
"displayln": 2,
|
36966
|
-
"SHEBANG#!sh": 1,
|
36967
|
-
"#": 2,
|
36968
|
-
"|": 2,
|
36969
|
-
"*": 2,
|
36970
|
-
"scheme": 1,
|
36971
|
-
"exec": 1,
|
36972
|
-
"racket": 1,
|
36973
|
-
"um": 1,
|
36974
|
-
"require": 2,
|
36975
|
-
"racket/file": 1,
|
36976
|
-
"racket/path": 1,
|
36977
|
-
"racket/list": 1,
|
36978
|
-
"racket/string": 1,
|
36979
|
-
"syntax": 1,
|
36980
|
-
"racket/base": 1,
|
36981
38137
|
"#lang": 1,
|
36982
38138
|
"scribble/manual": 1,
|
36983
38139
|
"@": 3,
|
38140
|
+
"require": 1,
|
36984
38141
|
"scribble/bnf": 1,
|
36985
38142
|
"@title": 1,
|
36986
38143
|
"{": 2,
|
@@ -37188,6 +38345,177 @@
|
|
37188
38345
|
"my_ts..": 1,
|
37189
38346
|
"SimpleTokenizer.new": 1
|
37190
38347
|
},
|
38348
|
+
"RDoc": {
|
38349
|
+
"RDoc": 7,
|
38350
|
+
"-": 9,
|
38351
|
+
"Ruby": 4,
|
38352
|
+
"Documentation": 2,
|
38353
|
+
"System": 1,
|
38354
|
+
"home": 1,
|
38355
|
+
"https": 3,
|
38356
|
+
"//github.com/rdoc/rdoc": 1,
|
38357
|
+
"rdoc": 7,
|
38358
|
+
"http": 1,
|
38359
|
+
"//docs.seattlerb.org/rdoc": 1,
|
38360
|
+
"bugs": 1,
|
38361
|
+
"//github.com/rdoc/rdoc/issues": 1,
|
38362
|
+
"code": 1,
|
38363
|
+
"quality": 1,
|
38364
|
+
"{": 1,
|
38365
|
+
"<img>": 1,
|
38366
|
+
"src=": 1,
|
38367
|
+
"alt=": 1,
|
38368
|
+
"}": 1,
|
38369
|
+
"[": 3,
|
38370
|
+
"//codeclimate.com/github/rdoc/rdoc": 1,
|
38371
|
+
"]": 3,
|
38372
|
+
"Description": 1,
|
38373
|
+
"produces": 1,
|
38374
|
+
"HTML": 1,
|
38375
|
+
"and": 9,
|
38376
|
+
"command": 4,
|
38377
|
+
"line": 1,
|
38378
|
+
"documentation": 8,
|
38379
|
+
"for": 9,
|
38380
|
+
"projects.": 1,
|
38381
|
+
"includes": 1,
|
38382
|
+
"the": 12,
|
38383
|
+
"+": 8,
|
38384
|
+
"ri": 1,
|
38385
|
+
"tools": 1,
|
38386
|
+
"generating": 1,
|
38387
|
+
"displaying": 1,
|
38388
|
+
"from": 1,
|
38389
|
+
"line.": 1,
|
38390
|
+
"Generating": 1,
|
38391
|
+
"Once": 1,
|
38392
|
+
"installed": 1,
|
38393
|
+
"you": 3,
|
38394
|
+
"can": 2,
|
38395
|
+
"create": 1,
|
38396
|
+
"using": 1,
|
38397
|
+
"options": 1,
|
38398
|
+
"names...": 1,
|
38399
|
+
"For": 1,
|
38400
|
+
"an": 1,
|
38401
|
+
"up": 1,
|
38402
|
+
"to": 4,
|
38403
|
+
"date": 1,
|
38404
|
+
"option": 1,
|
38405
|
+
"summary": 1,
|
38406
|
+
"type": 2,
|
38407
|
+
"help": 1,
|
38408
|
+
"A": 1,
|
38409
|
+
"typical": 1,
|
38410
|
+
"use": 1,
|
38411
|
+
"might": 1,
|
38412
|
+
"be": 3,
|
38413
|
+
"generate": 1,
|
38414
|
+
"a": 5,
|
38415
|
+
"package": 1,
|
38416
|
+
"of": 2,
|
38417
|
+
"source": 2,
|
38418
|
+
"(": 3,
|
38419
|
+
"such": 1,
|
38420
|
+
"as": 1,
|
38421
|
+
"itself": 1,
|
38422
|
+
")": 3,
|
38423
|
+
".": 2,
|
38424
|
+
"This": 2,
|
38425
|
+
"generates": 1,
|
38426
|
+
"all": 1,
|
38427
|
+
"C": 1,
|
38428
|
+
"files": 2,
|
38429
|
+
"in": 4,
|
38430
|
+
"below": 1,
|
38431
|
+
"current": 1,
|
38432
|
+
"directory.": 1,
|
38433
|
+
"These": 1,
|
38434
|
+
"will": 1,
|
38435
|
+
"stored": 1,
|
38436
|
+
"tree": 1,
|
38437
|
+
"starting": 1,
|
38438
|
+
"subdirectory": 1,
|
38439
|
+
"doc": 1,
|
38440
|
+
"You": 2,
|
38441
|
+
"make": 2,
|
38442
|
+
"this": 1,
|
38443
|
+
"slightly": 1,
|
38444
|
+
"more": 1,
|
38445
|
+
"useful": 1,
|
38446
|
+
"your": 1,
|
38447
|
+
"readers": 1,
|
38448
|
+
"by": 1,
|
38449
|
+
"having": 1,
|
38450
|
+
"index": 1,
|
38451
|
+
"page": 1,
|
38452
|
+
"contain": 1,
|
38453
|
+
"primary": 1,
|
38454
|
+
"file.": 1,
|
38455
|
+
"In": 1,
|
38456
|
+
"our": 1,
|
38457
|
+
"case": 1,
|
38458
|
+
"we": 1,
|
38459
|
+
"could": 1,
|
38460
|
+
"#": 1,
|
38461
|
+
"rdoc/rdoc": 1,
|
38462
|
+
"s": 1,
|
38463
|
+
"OK": 1,
|
38464
|
+
"file": 1,
|
38465
|
+
"bug": 1,
|
38466
|
+
"report": 1,
|
38467
|
+
"anything": 1,
|
38468
|
+
"t": 1,
|
38469
|
+
"figure": 1,
|
38470
|
+
"out": 1,
|
38471
|
+
"how": 1,
|
38472
|
+
"produce": 1,
|
38473
|
+
"output": 1,
|
38474
|
+
"like": 1,
|
38475
|
+
"that": 1,
|
38476
|
+
"is": 4,
|
38477
|
+
"probably": 1,
|
38478
|
+
"bug.": 1,
|
38479
|
+
"License": 1,
|
38480
|
+
"Copyright": 1,
|
38481
|
+
"c": 2,
|
38482
|
+
"Dave": 1,
|
38483
|
+
"Thomas": 1,
|
38484
|
+
"The": 1,
|
38485
|
+
"Pragmatic": 1,
|
38486
|
+
"Programmers.": 1,
|
38487
|
+
"Portions": 2,
|
38488
|
+
"Eric": 1,
|
38489
|
+
"Hodel.": 1,
|
38490
|
+
"copyright": 1,
|
38491
|
+
"others": 1,
|
38492
|
+
"see": 1,
|
38493
|
+
"individual": 1,
|
38494
|
+
"LEGAL.rdoc": 1,
|
38495
|
+
"details.": 1,
|
38496
|
+
"free": 1,
|
38497
|
+
"software": 2,
|
38498
|
+
"may": 1,
|
38499
|
+
"redistributed": 1,
|
38500
|
+
"under": 1,
|
38501
|
+
"terms": 1,
|
38502
|
+
"specified": 1,
|
38503
|
+
"LICENSE.rdoc.": 1,
|
38504
|
+
"Warranty": 1,
|
38505
|
+
"provided": 1,
|
38506
|
+
"without": 2,
|
38507
|
+
"any": 1,
|
38508
|
+
"express": 1,
|
38509
|
+
"or": 1,
|
38510
|
+
"implied": 2,
|
38511
|
+
"warranties": 2,
|
38512
|
+
"including": 1,
|
38513
|
+
"limitation": 1,
|
38514
|
+
"merchantability": 1,
|
38515
|
+
"fitness": 1,
|
38516
|
+
"particular": 1,
|
38517
|
+
"purpose.": 1
|
38518
|
+
},
|
37191
38519
|
"Rebol": {
|
37192
38520
|
"REBOL": 1,
|
37193
38521
|
"[": 3,
|
@@ -38821,29 +40149,29 @@
|
|
38821
40149
|
"exec": 2,
|
38822
40150
|
"scala": 2,
|
38823
40151
|
"#": 2,
|
38824
|
-
"object":
|
40152
|
+
"object": 3,
|
38825
40153
|
"Beers": 1,
|
38826
40154
|
"extends": 1,
|
38827
40155
|
"Application": 1,
|
38828
|
-
"{":
|
38829
|
-
"def":
|
40156
|
+
"{": 21,
|
40157
|
+
"def": 10,
|
38830
40158
|
"bottles": 3,
|
38831
|
-
"(":
|
40159
|
+
"(": 67,
|
38832
40160
|
"qty": 12,
|
38833
|
-
"Int":
|
40161
|
+
"Int": 11,
|
38834
40162
|
"f": 4,
|
38835
40163
|
"String": 5,
|
38836
|
-
")":
|
38837
|
-
"//":
|
40164
|
+
")": 67,
|
40165
|
+
"//": 29,
|
38838
40166
|
"higher": 1,
|
38839
|
-
"-":
|
40167
|
+
"-": 5,
|
38840
40168
|
"order": 1,
|
38841
40169
|
"functions": 2,
|
38842
40170
|
"match": 2,
|
38843
|
-
"case":
|
38844
|
-
"+":
|
40171
|
+
"case": 8,
|
40172
|
+
"+": 49,
|
38845
40173
|
"x": 3,
|
38846
|
-
"}":
|
40174
|
+
"}": 22,
|
38847
40175
|
"beers": 3,
|
38848
40176
|
"sing": 3,
|
38849
40177
|
"implicit": 3,
|
@@ -38857,9 +40185,9 @@
|
|
38857
40185
|
".capitalize": 1,
|
38858
40186
|
"tail": 1,
|
38859
40187
|
"recursion": 1,
|
38860
|
-
"val":
|
40188
|
+
"val": 6,
|
38861
40189
|
"headOfSong": 1,
|
38862
|
-
"println":
|
40190
|
+
"println": 8,
|
38863
40191
|
"parameter": 1,
|
38864
40192
|
"name": 4,
|
38865
40193
|
"version": 1,
|
@@ -38886,10 +40214,10 @@
|
|
38886
40214
|
"<+=>": 1,
|
38887
40215
|
"baseDirectory": 1,
|
38888
40216
|
"map": 1,
|
38889
|
-
"_":
|
40217
|
+
"_": 2,
|
38890
40218
|
"input": 1,
|
38891
40219
|
"add": 2,
|
38892
|
-
"a":
|
40220
|
+
"a": 4,
|
38893
40221
|
"maven": 2,
|
38894
40222
|
"style": 2,
|
38895
40223
|
"repository": 2,
|
@@ -38900,8 +40228,8 @@
|
|
38900
40228
|
"of": 1,
|
38901
40229
|
"repositories": 1,
|
38902
40230
|
"define": 1,
|
38903
|
-
"the":
|
38904
|
-
"to":
|
40231
|
+
"the": 5,
|
40232
|
+
"to": 7,
|
38905
40233
|
"publish": 1,
|
38906
40234
|
"publishTo": 1,
|
38907
40235
|
"set": 2,
|
@@ -38939,7 +40267,7 @@
|
|
38939
40267
|
"false": 7,
|
38940
40268
|
"showSuccess": 1,
|
38941
40269
|
"timingFormat": 1,
|
38942
|
-
"import":
|
40270
|
+
"import": 9,
|
38943
40271
|
"java.text.DateFormat": 1,
|
38944
40272
|
"DateFormat.getDateTimeInstance": 1,
|
38945
40273
|
"DateFormat.SHORT": 2,
|
@@ -38968,12 +40296,72 @@
|
|
38968
40296
|
"Credentials": 2,
|
38969
40297
|
"Path.userHome": 1,
|
38970
40298
|
"/": 2,
|
40299
|
+
"math.random": 1,
|
40300
|
+
"scala.language.postfixOps": 1,
|
40301
|
+
"scala.util._": 1,
|
40302
|
+
"scala.util.": 1,
|
40303
|
+
"Try": 1,
|
40304
|
+
"Success": 2,
|
40305
|
+
"Failure": 2,
|
40306
|
+
"scala.concurrent._": 1,
|
40307
|
+
"duration._": 1,
|
40308
|
+
"ExecutionContext.Implicits.global": 1,
|
40309
|
+
"scala.concurrent.": 1,
|
40310
|
+
"ExecutionContext": 1,
|
40311
|
+
"CanAwait": 1,
|
40312
|
+
"OnCompleteRunnable": 1,
|
40313
|
+
"TimeoutException": 1,
|
40314
|
+
"ExecutionException": 1,
|
40315
|
+
"blocking": 3,
|
40316
|
+
"node11": 1,
|
40317
|
+
"Welcome": 1,
|
40318
|
+
"Scala": 1,
|
40319
|
+
"worksheet": 1,
|
40320
|
+
"retry": 3,
|
40321
|
+
"[": 11,
|
40322
|
+
"T": 8,
|
40323
|
+
"]": 11,
|
40324
|
+
"n": 3,
|
40325
|
+
"block": 8,
|
40326
|
+
"Future": 5,
|
40327
|
+
"ns": 1,
|
40328
|
+
"Iterator": 2,
|
40329
|
+
".iterator": 1,
|
40330
|
+
"attempts": 1,
|
40331
|
+
"ns.map": 1,
|
40332
|
+
"failed": 2,
|
40333
|
+
"Future.failed": 1,
|
40334
|
+
"new": 1,
|
40335
|
+
"Exception": 2,
|
40336
|
+
"attempts.foldLeft": 1,
|
40337
|
+
"fallbackTo": 1,
|
40338
|
+
"scala.concurrent.Future": 1,
|
40339
|
+
"scala.concurrent.Fut": 1,
|
40340
|
+
"|": 19,
|
40341
|
+
"ure": 1,
|
40342
|
+
"rb": 3,
|
40343
|
+
"i": 9,
|
40344
|
+
"Thread.sleep": 2,
|
40345
|
+
"*random.toInt": 1,
|
40346
|
+
"i.toString": 5,
|
40347
|
+
"ri": 2,
|
40348
|
+
"onComplete": 1,
|
40349
|
+
"s": 1,
|
40350
|
+
"s.toString": 1,
|
40351
|
+
"t": 1,
|
40352
|
+
"t.toString": 1,
|
40353
|
+
"r": 1,
|
40354
|
+
"r.toString": 1,
|
40355
|
+
"Unit": 1,
|
40356
|
+
"toList": 1,
|
40357
|
+
".foreach": 1,
|
40358
|
+
"Iteration": 5,
|
40359
|
+
"java.lang.Exception": 1,
|
40360
|
+
"Hi": 10,
|
38971
40361
|
"HelloWorld": 1,
|
38972
40362
|
"main": 1,
|
38973
40363
|
"args": 1,
|
38974
|
-
"Array": 1
|
38975
|
-
"[": 1,
|
38976
|
-
"]": 1
|
40364
|
+
"Array": 1
|
38977
40365
|
},
|
38978
40366
|
"Scaml": {
|
38979
40367
|
"%": 1,
|
@@ -40148,65 +41536,70 @@
|
|
40148
41536
|
"LazyFn": 2,
|
40149
41537
|
"LazyMemo": 1
|
40150
41538
|
},
|
41539
|
+
"Stylus": {
|
41540
|
+
"border": 6,
|
41541
|
+
"-": 10,
|
41542
|
+
"radius": 5,
|
41543
|
+
"(": 1,
|
41544
|
+
")": 1,
|
41545
|
+
"webkit": 1,
|
41546
|
+
"arguments": 3,
|
41547
|
+
"moz": 1,
|
41548
|
+
"a.button": 1,
|
41549
|
+
"px": 5,
|
41550
|
+
"fonts": 2,
|
41551
|
+
"helvetica": 1,
|
41552
|
+
"arial": 1,
|
41553
|
+
"sans": 1,
|
41554
|
+
"serif": 1,
|
41555
|
+
"body": 1,
|
41556
|
+
"{": 1,
|
41557
|
+
"padding": 3,
|
41558
|
+
";": 2,
|
41559
|
+
"font": 1,
|
41560
|
+
"px/1.4": 1,
|
41561
|
+
"}": 1,
|
41562
|
+
"form": 2,
|
41563
|
+
"input": 2,
|
41564
|
+
"[": 2,
|
41565
|
+
"type": 2,
|
41566
|
+
"text": 2,
|
41567
|
+
"]": 2,
|
41568
|
+
"solid": 1,
|
41569
|
+
"#eee": 1,
|
41570
|
+
"color": 2,
|
41571
|
+
"#ddd": 1,
|
41572
|
+
"textarea": 1,
|
41573
|
+
"@extends": 2,
|
41574
|
+
"foo": 2,
|
41575
|
+
"#FFF": 1,
|
41576
|
+
".bar": 1,
|
41577
|
+
"background": 1,
|
41578
|
+
"#000": 1
|
41579
|
+
},
|
40151
41580
|
"SuperCollider": {
|
40152
|
-
"BCR2000": 1,
|
40153
|
-
"{": 14,
|
40154
|
-
"var": 2,
|
40155
|
-
"controls": 2,
|
40156
|
-
"controlBuses": 2,
|
40157
|
-
"rangedControlBuses": 2,
|
40158
|
-
"responders": 2,
|
40159
|
-
";": 32,
|
40160
|
-
"*new": 1,
|
40161
|
-
"super.new.init": 1,
|
40162
|
-
"}": 14,
|
40163
|
-
"init": 1,
|
40164
|
-
"Dictionary.new": 3,
|
40165
|
-
"(": 34,
|
40166
|
-
")": 34,
|
40167
|
-
"this.createCCResponders": 1,
|
40168
|
-
"createCCResponders": 1,
|
40169
|
-
"Array.fill": 1,
|
40170
|
-
"|": 4,
|
40171
|
-
"i": 5,
|
40172
|
-
"CCResponder": 1,
|
40173
|
-
"src": 3,
|
40174
|
-
"chan": 3,
|
40175
|
-
"num": 3,
|
40176
|
-
"val": 4,
|
40177
|
-
"[": 3,
|
40178
|
-
"]": 3,
|
40179
|
-
".postln": 1,
|
40180
|
-
"controls.put": 1,
|
40181
|
-
"+": 4,
|
40182
|
-
"controlBuses.put": 1,
|
40183
|
-
"Bus.control": 1,
|
40184
|
-
"Server.default": 1,
|
40185
|
-
"controlBuses.at": 2,
|
40186
|
-
".value": 1,
|
40187
|
-
"/": 2,
|
40188
|
-
"nil": 4,
|
40189
|
-
"//": 4,
|
40190
|
-
"value": 1,
|
40191
|
-
"at": 1,
|
40192
|
-
"arg": 4,
|
40193
|
-
"controlNum": 6,
|
40194
|
-
"controls.at": 2,
|
40195
|
-
"scalarAt": 1,
|
40196
|
-
"busAt": 1,
|
40197
41581
|
"//boot": 1,
|
40198
41582
|
"server": 1,
|
40199
41583
|
"s.boot": 1,
|
41584
|
+
";": 18,
|
41585
|
+
"(": 22,
|
40200
41586
|
"SynthDef": 1,
|
41587
|
+
"{": 5,
|
41588
|
+
"var": 1,
|
40201
41589
|
"sig": 7,
|
40202
41590
|
"resfreq": 3,
|
40203
41591
|
"Saw.ar": 1,
|
41592
|
+
")": 22,
|
40204
41593
|
"SinOsc.kr": 1,
|
40205
41594
|
"*": 3,
|
41595
|
+
"+": 1,
|
40206
41596
|
"RLPF.ar": 1,
|
40207
41597
|
"Out.ar": 1,
|
41598
|
+
"}": 5,
|
40208
41599
|
".play": 2,
|
40209
41600
|
"do": 2,
|
41601
|
+
"arg": 1,
|
41602
|
+
"i": 1,
|
40210
41603
|
"Pan2.ar": 1,
|
40211
41604
|
"SinOsc.ar": 1,
|
40212
41605
|
"exprand": 1,
|
@@ -40223,6 +41616,8 @@
|
|
40223
41616
|
"a.test.plot": 1,
|
40224
41617
|
"b.test.plot": 1,
|
40225
41618
|
"Env": 1,
|
41619
|
+
"[": 2,
|
41620
|
+
"]": 2,
|
40226
41621
|
".plot": 2,
|
40227
41622
|
"e": 1,
|
40228
41623
|
"Env.sine.asStream": 1,
|
@@ -43369,10 +44764,12 @@
|
|
43369
44764
|
"Apex": 4408,
|
43370
44765
|
"AppleScript": 1862,
|
43371
44766
|
"Arduino": 20,
|
44767
|
+
"AsciiDoc": 103,
|
43372
44768
|
"AutoHotkey": 3,
|
43373
44769
|
"Awk": 544,
|
43374
44770
|
"BlitzBasic": 2065,
|
43375
44771
|
"Bluespec": 1298,
|
44772
|
+
"Brightscript": 579,
|
43376
44773
|
"C": 58858,
|
43377
44774
|
"C++": 21308,
|
43378
44775
|
"Ceylon": 50,
|
@@ -43381,6 +44778,7 @@
|
|
43381
44778
|
"CoffeeScript": 2951,
|
43382
44779
|
"Common Lisp": 103,
|
43383
44780
|
"Coq": 18259,
|
44781
|
+
"Creole": 134,
|
43384
44782
|
"CSS": 43867,
|
43385
44783
|
"Cuda": 290,
|
43386
44784
|
"Dart": 68,
|
@@ -43406,7 +44804,7 @@
|
|
43406
44804
|
"Jade": 3,
|
43407
44805
|
"Java": 8987,
|
43408
44806
|
"JavaScript": 76934,
|
43409
|
-
"JSON":
|
44807
|
+
"JSON": 183,
|
43410
44808
|
"Julia": 247,
|
43411
44809
|
"Kotlin": 155,
|
43412
44810
|
"KRL": 25,
|
@@ -43424,6 +44822,7 @@
|
|
43424
44822
|
"Markdown": 1,
|
43425
44823
|
"Matlab": 11942,
|
43426
44824
|
"Max": 714,
|
44825
|
+
"MediaWiki": 766,
|
43427
44826
|
"Monkey": 207,
|
43428
44827
|
"MoonScript": 1718,
|
43429
44828
|
"Nemerle": 17,
|
@@ -43438,12 +44837,14 @@
|
|
43438
44837
|
"Opa": 28,
|
43439
44838
|
"OpenCL": 144,
|
43440
44839
|
"OpenEdge ABL": 762,
|
44840
|
+
"Org": 358,
|
43441
44841
|
"Oxygene": 555,
|
43442
44842
|
"Parrot Assembly": 6,
|
43443
44843
|
"Parrot Internal Representation": 5,
|
43444
44844
|
"Pascal": 30,
|
43445
44845
|
"Perl": 17497,
|
43446
44846
|
"PHP": 20724,
|
44847
|
+
"Pod": 658,
|
43447
44848
|
"PogoScript": 250,
|
43448
44849
|
"PowerShell": 12,
|
43449
44850
|
"Processing": 74,
|
@@ -43451,14 +44852,15 @@
|
|
43451
44852
|
"Protocol Buffer": 63,
|
43452
44853
|
"Python": 5715,
|
43453
44854
|
"R": 175,
|
43454
|
-
"Racket":
|
44855
|
+
"Racket": 331,
|
43455
44856
|
"Ragel in Ruby Host": 593,
|
44857
|
+
"RDoc": 279,
|
43456
44858
|
"Rebol": 11,
|
43457
44859
|
"RobotFramework": 483,
|
43458
44860
|
"Ruby": 3862,
|
43459
44861
|
"Rust": 3566,
|
43460
44862
|
"Sass": 56,
|
43461
|
-
"Scala":
|
44863
|
+
"Scala": 750,
|
43462
44864
|
"Scaml": 4,
|
43463
44865
|
"Scheme": 3478,
|
43464
44866
|
"Scilab": 69,
|
@@ -43467,7 +44869,8 @@
|
|
43467
44869
|
"Slash": 187,
|
43468
44870
|
"Squirrel": 130,
|
43469
44871
|
"Standard ML": 243,
|
43470
|
-
"
|
44872
|
+
"Stylus": 76,
|
44873
|
+
"SuperCollider": 133,
|
43471
44874
|
"Tea": 3,
|
43472
44875
|
"TeX": 1155,
|
43473
44876
|
"Turing": 44,
|
@@ -43495,10 +44898,12 @@
|
|
43495
44898
|
"Apex": 6,
|
43496
44899
|
"AppleScript": 7,
|
43497
44900
|
"Arduino": 1,
|
44901
|
+
"AsciiDoc": 3,
|
43498
44902
|
"AutoHotkey": 1,
|
43499
44903
|
"Awk": 1,
|
43500
44904
|
"BlitzBasic": 3,
|
43501
44905
|
"Bluespec": 2,
|
44906
|
+
"Brightscript": 1,
|
43502
44907
|
"C": 26,
|
43503
44908
|
"C++": 19,
|
43504
44909
|
"Ceylon": 1,
|
@@ -43507,6 +44912,7 @@
|
|
43507
44912
|
"CoffeeScript": 9,
|
43508
44913
|
"Common Lisp": 1,
|
43509
44914
|
"Coq": 12,
|
44915
|
+
"Creole": 1,
|
43510
44916
|
"CSS": 2,
|
43511
44917
|
"Cuda": 2,
|
43512
44918
|
"Dart": 1,
|
@@ -43532,7 +44938,7 @@
|
|
43532
44938
|
"Jade": 1,
|
43533
44939
|
"Java": 6,
|
43534
44940
|
"JavaScript": 20,
|
43535
|
-
"JSON":
|
44941
|
+
"JSON": 4,
|
43536
44942
|
"Julia": 1,
|
43537
44943
|
"Kotlin": 1,
|
43538
44944
|
"KRL": 1,
|
@@ -43550,6 +44956,7 @@
|
|
43550
44956
|
"Markdown": 1,
|
43551
44957
|
"Matlab": 39,
|
43552
44958
|
"Max": 3,
|
44959
|
+
"MediaWiki": 1,
|
43553
44960
|
"Monkey": 1,
|
43554
44961
|
"MoonScript": 1,
|
43555
44962
|
"Nemerle": 1,
|
@@ -43564,12 +44971,14 @@
|
|
43564
44971
|
"Opa": 2,
|
43565
44972
|
"OpenCL": 2,
|
43566
44973
|
"OpenEdge ABL": 5,
|
44974
|
+
"Org": 1,
|
43567
44975
|
"Oxygene": 2,
|
43568
44976
|
"Parrot Assembly": 1,
|
43569
44977
|
"Parrot Internal Representation": 1,
|
43570
44978
|
"Pascal": 1,
|
43571
44979
|
"Perl": 14,
|
43572
44980
|
"PHP": 9,
|
44981
|
+
"Pod": 1,
|
43573
44982
|
"PogoScript": 1,
|
43574
44983
|
"PowerShell": 2,
|
43575
44984
|
"Processing": 1,
|
@@ -43577,14 +44986,15 @@
|
|
43577
44986
|
"Protocol Buffer": 1,
|
43578
44987
|
"Python": 7,
|
43579
44988
|
"R": 2,
|
43580
|
-
"Racket":
|
44989
|
+
"Racket": 2,
|
43581
44990
|
"Ragel in Ruby Host": 3,
|
44991
|
+
"RDoc": 1,
|
43582
44992
|
"Rebol": 1,
|
43583
44993
|
"RobotFramework": 3,
|
43584
44994
|
"Ruby": 17,
|
43585
44995
|
"Rust": 1,
|
43586
44996
|
"Sass": 2,
|
43587
|
-
"Scala":
|
44997
|
+
"Scala": 4,
|
43588
44998
|
"Scaml": 1,
|
43589
44999
|
"Scheme": 1,
|
43590
45000
|
"Scilab": 3,
|
@@ -43593,7 +45003,8 @@
|
|
43593
45003
|
"Slash": 1,
|
43594
45004
|
"Squirrel": 1,
|
43595
45005
|
"Standard ML": 2,
|
43596
|
-
"
|
45006
|
+
"Stylus": 1,
|
45007
|
+
"SuperCollider": 1,
|
43597
45008
|
"Tea": 1,
|
43598
45009
|
"TeX": 1,
|
43599
45010
|
"Turing": 1,
|
@@ -43614,5 +45025,5 @@
|
|
43614
45025
|
"Xtend": 2,
|
43615
45026
|
"YAML": 1
|
43616
45027
|
},
|
43617
|
-
"md5": "
|
45028
|
+
"md5": "47fe2f821dd0c55027348132eab3a3b8"
|
43618
45029
|
}
|