-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRubyGems1.1.csv
We can't make this file beautiful and searchable because it's too large.
12565 lines (12565 loc) · 743 KB
/
RubyGems1.1.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Id,Label,timeset,type,Eccentricity,closnesscentrality,harmonicclosnesscentrality,betweenesscentrality,Degree,clustering,triangles,pageranks,modularity_class
coercible,coercible,,0,2,0.791045,0.867925,646,39,0.527665,391,0.000151,2294
fxruby,fxruby,,0,2,0.809524,0.882353,273,26,0.48,156,0.00015,1359
wsram,wsram,,0,3,0.883721,0.942982,361,34,0.491979,276,0.00015,25
martile,martile,,0,2,0.891089,0.938889,1515,158,0.545271,6763,0.000147,3448
mindmapdoc,mindmapdoc,,0,2,0.891089,0.938889,1515,158,0.545271,6763,0.000147,3448
myuniversaljobsmatch,myuniversaljobsmatch,,0,2,0.891089,0.938889,1515,158,0.545271,6763,0.000147,3448
simple-config,simple-config,,0,2,0.891089,0.938889,1515,158,0.545271,6763,0.000147,3448
simple_wiimote,simple_wiimote,,0,2,0.891089,0.938889,1515,158,0.545271,6763,0.000147,3448
about_pos,about_pos,,0,2,0.962963,0.980769,160,25,0.5,150,0.000145,1945
activerecord-bogacs,activerecord-bogacs,,0,2,0.833333,0.9,84,16,0.541667,65,0.000145,1246
avro_schema_registry-client,avro_schema_registry-client,,0,2,0.9375,0.966667,56,14,0.461538,42,0.000145,719
delayed_job_mongoid,delayed_job_mongoid,,0,1,1,1,391,40,0.498718,389,0.000144,1393
jazz_fingers,jazz_fingers,,0,2,0.933333,0.964286,48,13,0.461538,36,0.000144,1172
rserve-simpler,rserve-simpler,,0,2,0.916667,0.954545,30,10,0.444444,20,0.000143,2268
addressable,addressable,,0,2,0.954545,0.97619,98,20,0.521053,99,0.000142,578
solidus_core,solidus_core,,0,2,0.8,0.875,84,15,0.485714,51,0.000142,2885
wlang,wlang,,0,1,1,1,99,20,0.478947,91,0.000142,2879
dat-worker-pool,dat-worker-pool,,0,1,1,1,170,27,0.51567,181,0.000141,707
gigo,gigo,,0,1,1,1,70,17,0.485294,66,0.00014,2491
spree_api,spree_api,,0,1,1,1,63,16,0.475,57,0.00014,2833
hash_digest,hash_digest,,0,1,1,1,171,28,0.547619,207,0.000139,1386
symmetric-encryption,symmetric-encryption,,0,3,0.688312,0.805031,396,34,0.59893,336,0.000139,2294
chef-vault-autorefresh,chef-vault-autorefresh,,0,2,0.708333,0.794118,189,20,0.521053,99,0.000138,1359
rspec-support,rspec-support,,0,1,1,1,25,10,0.444444,20,0.000138,2352
state_machine_job,state_machine_job,,0,2,0.769231,0.85,75,14,0.505495,46,0.000137,2885
webhookr,webhookr,,0,1,1,1,35,12,0.469697,31,0.000137,3533
derailed_benchmarks,derailed_benchmarks,,0,1,1,1,119,24,0.568841,157,0.000136,2025
pipeline.rb,pipeline.rb,,0,1,1,1,45,14,0.505495,46,0.000136,3240
evt-dns-resolve_host,evt-dns-resolve_host,,0,1,1,1,140,43,0.534884,483,0.000134,843
evt-event_store-http,evt-event_store-http,,0,1,1,1,140,43,0.534884,483,0.000134,843
evt-messaging-postgres,evt-messaging-postgres,,0,1,1,1,140,43,0.534884,483,0.000134,843
github-linguist,github-linguist,,0,3,0.608696,0.765873,437,26,0.590769,192,0.000134,2550
notiffany,notiffany,,0,2,0.916667,0.954545,24,10,0.533333,24,0.000133,2299
aasm,aasm,,0,1,1,1,15,8,0.464286,13,0.000132,2600
nightcrawler_swift,nightcrawler_swift,,0,1,1,1,9,6,0.4,6,0.000132,2228
remote_syslog_logger,remote_syslog_logger,,0,1,1,1,15,8,0.464286,13,0.000132,2392
serienrenamer,serienrenamer,,0,1,1,1,18,9,0.5,18,0.00013,3185
fog-brightbox,fog-brightbox,,0,1,1,1,85,22,0.632035,146,0.000129,1657
aerogel-core,aerogel-core,,0,1,1,1,21,10,0.533333,24,0.000128,1460
atomy,atomy,,0,1,1,1,21,10,0.533333,24,0.000128,1953
authn,authn,,0,1,1,1,6,5,0.4,4,0.000128,3139
envjs,envjs,,0,1,1,1,6,5,0.4,4,0.000128,3537
fog-azure-rm,fog-azure-rm,,0,1,1,1,21,10,0.533333,24,0.000128,912
trinidad_bonecp,trinidad_bonecp,,0,3,0.740741,0.841667,51,14,0.637363,58,0.000128,1246
ydim,ydim,,0,1,1,1,21,10,0.533333,24,0.000128,64
archive-tar-minitar,archive-tar-minitar,,0,1,1,1,24,11,0.563636,31,0.000127,2904
image_processing,image_processing,,0,1,1,1,27,12,0.590909,39,0.000125,1122
persistent_httparty,persistent_httparty,,0,1,1,1,27,12,0.590909,39,0.000125,2436
pronto-scss,pronto-scss,,0,3,0.482759,0.615079,341,16,0.541667,65,0.000125,2550
omah,omah,,0,3,0.612245,0.696296,1539,73,0.780822,2052,0.000124,2030
alchemy-api-rb,alchemy-api-rb,,0,1,1,1,33,14,0.637363,58,0.000123,1726
ohm-contrib,ohm-contrib,,0,1,1,1,140,33,0.734848,388,0.000123,2201
lupo,lupo,,0,3,0.552083,0.650943,240,19,0.590643,101,0.000122,2294
vigilem-core,vigilem-core,,0,3,0.664207,0.775,1044,104,0.890217,4768,0.000121,3448
wref,wref,,0,1,1,1,39,16,0.675,81,0.00012,2918
faraday-cookie_jar,faraday-cookie_jar,,0,2,0.791667,0.868421,88,14,0.637363,58,0.000119,2592
hobo_will_paginate-bootstrap,hobo_will_paginate-bootstrap,,0,2,0.655172,0.736842,136,18,0.705882,108,0.000118,25
kalibro_client,kalibro_client,,0,1,1,1,2,3,0.333333,1,0.000117,1276
turat,turat,,0,2,0.961538,0.98,66,24,0.771739,213,0.000117,3270
activerecord-redshift,activerecord-redshift,,0,1,1,1,1,2,0,0,0.000116,175
akamai_api,akamai_api,,0,1,1,1,1,2,0,0,0.000116,277
bubble-wrap,bubble-wrap,,0,1,1,1,1,2,0,0,0.000116,75
c7decrypt,c7decrypt,,0,1,1,1,1,2,0,0,0.000116,2338
corundum,corundum,,0,1,1,1,1,2,0,0,0.000116,2691
despamilator,despamilator,,0,1,1,1,1,2,0,0,0.000116,759
epuber-stylus,epuber-stylus,,0,1,1,1,1,2,0,0,0.000116,827
feedbuilder,feedbuilder,,0,1,1,1,1,2,0,0,0.000116,873
global_convert,global_convert,,0,1,1,1,1,2,0,0,0.000116,1638
guard-hologram,guard-hologram,,0,1,1,1,1,2,0,0,0.000116,1090
jasper-rails,jasper-rails,,0,1,1,1,1,2,0,0,0.000116,1169
jobba,jobba,,0,1,1,1,1,2,0,0,0.000116,1196
jrubyfx,jrubyfx,,0,1,1,1,1,2,0,0,0.000116,1209
json_api_resource,json_api_resource,,0,1,1,1,1,2,0,0,0.000116,1546
kitchen-zcloudjp,kitchen-zcloudjp,,0,1,1,1,1,2,0,0,0.000116,1255
net-dns2,net-dns2,,0,1,1,1,1,2,0,0,0.000116,1597
net-ssh,net-ssh,,0,1,1,1,1,2,0,0,0.000116,1603
newrelic_rpm,newrelic_rpm,,0,1,1,1,1,2,0,0,0.000116,1618
octocat_herder,octocat_herder,,0,1,1,1,1,2,0,0,0.000116,1665
openassets-ruby,openassets-ruby,,0,1,1,1,1,2,0,0,0.000116,1711
poefy,poefy,,0,1,1,1,1,2,0,0,0.000116,1883
rdoba,rdoba,,0,1,1,1,1,2,0,0,0.000116,2140
sendgrid-ruby,sendgrid-ruby,,0,1,1,1,1,2,0,0,0.000116,2575
shiner,shiner,,0,1,1,1,1,2,0,0,0.000116,2618
skeme,skeme,,0,1,1,1,1,2,0,0,0.000116,2724
stupidedi,stupidedi,,0,1,1,1,1,2,0,0,0.000116,2946
sufia-models,sufia-models,,0,1,1,1,1,2,0,0,0.000116,2956
tcravit_ruby_lib,tcravit_ruby_lib,,0,1,1,1,1,2,0,0,0.000116,3055
thecore_print_commons,thecore_print_commons,,0,1,1,1,1,2,0,0,0.000116,3105
vacuum,vacuum,,0,1,1,1,1,2,0,0,0.000116,3374
asterisk-ari-client,asterisk-ari-client,,0,3,0.567164,0.741228,105,23,0.762846,193,0.000115,3541
talks,talks,,0,1,1,1,69,26,0.787692,256,0.000114,3184
asciidoctor-doctest,asciidoctor-doctest,,0,1,1,1,3,4,0.5,3,0.000113,667
banking_data,banking_data,,0,1,1,1,3,4,0.5,3,0.000113,2757
bemer,bemer,,0,1,1,1,3,4,0.5,3,0.000113,1635
bogus,bogus,,0,1,1,1,3,4,0.5,3,0.000113,3210
chroma_wcag_contrast,chroma_wcag_contrast,,0,1,1,1,3,4,0.5,3,0.000113,779
codemodels,codemodels,,0,1,1,1,3,4,0.5,3,0.000113,1317
credit_card_validator,credit_card_validator,,0,1,1,1,3,4,0.5,3,0.000113,3199
ember-emblem-template,ember-emblem-template,,0,1,1,1,3,4,0.5,3,0.000113,2519
icalendar-recurrence,icalendar-recurrence,,0,1,1,1,3,4,0.5,3,0.000113,1116
knife-windows,knife-windows,,0,1,1,1,3,4,0.5,3,0.000113,3572
paperclip,paperclip,,0,1,1,1,3,4,0.5,3,0.000113,1814
praxis-docs-search,praxis-docs-search,,0,1,1,1,3,4,0.5,3,0.000113,1906
rack-emoji,rack-emoji,,0,1,1,1,3,4,0.5,3,0.000113,1821
rhknm,rhknm,,0,1,1,1,3,4,0.5,3,0.000113,2164
rsf_services,rsf_services,,0,3,0.604027,0.685185,875,69,0.863598,2026,0.000113,2030
softlayer_api,softlayer_api,,0,1,1,1,3,4,0.5,3,0.000113,2775
spitball,spitball,,0,1,1,1,3,4,0.5,3,0.000113,3297
stash_ezid_datacite,stash_ezid_datacite,,0,1,1,1,3,4,0.5,3,0.000113,2884
tassadar,tassadar,,0,1,1,1,3,4,0.5,3,0.000113,2437
trax_core,trax_core,,0,1,1,1,3,4,0.5,3,0.000113,3501
action_mailer_cache_delivery,action_mailer_cache_delivery,,0,1,1,1,87,32,0.824597,409,0.000112,155
kosi,kosi,,0,1,1,1,93,34,0.834225,468,0.000111,3321
huia,huia,,0,1,1,1,120,43,0.86711,783,0.00011,2923
jsonism,jsonism,,0,1,1,1,111,40,0.857692,669,0.00011,2739
fixwhich,fixwhich,,0,1,1,1,129,46,0.875362,906,0.000109,3239
guard-cucumber,guard-cucumber,,0,2,0.785714,0.863636,10,8,0.75,21,0.000108,2299
dispatch-rider,dispatch-rider,,0,1,1,1,5,6,0.666667,10,0.000107,3525
motion-kit,motion-kit,,0,1,1,1,5,6,0.666667,10,0.000107,2958
ruby-ll,ruby-ll,,0,1,1,1,5,6,0.666667,10,0.000107,465
grape-jbuilder,grape-jbuilder,,0,1,1,1,6,7,0.714286,15,0.000105,3137
pry-full,pry-full,,0,1,1,1,6,7,0.714286,15,0.000105,267
rack-graphite,rack-graphite,,0,1,1,1,6,7,0.714286,15,0.000105,1360
goodbye_chatwork,goodbye_chatwork,,0,2,0.633333,0.710526,70,8,0.464286,13,0.000104,2592
remote_table-ruby19,remote_table-ruby19,,0,1,1,1,10,13,0.74359,58,0.000104,2552
seamusabshere-remote_table,seamusabshere-remote_table,,0,1,1,1,10,13,0.74359,58,0.000104,2552
angularjs-rails,angularjs-rails,,0,1,1,1,7,8,0.75,21,0.000103,2251
color-proximity,color-proximity,,0,2,0.583333,0.642857,416,12,0.469697,31,0.000103,2550
ftpd,ftpd,,0,2,0.75,0.833333,2,2,0,0,0.000103,1424
ftpmvc,ftpmvc,,0,2,0.75,0.833333,2,2,0,0,0.000103,1424
lolita,lolita,,0,1,1,1,7,8,0.75,21,0.000103,3163
rbplotly,rbplotly,,0,1,1,1,7,8,0.75,21,0.000103,1127
ruby-pinyin,ruby-pinyin,,0,1,1,1,7,8,0.75,21,0.000103,2275
thomas_utils,thomas_utils,,0,1,1,1,8,9,0.777778,28,0.000102,3247
aggtive_record,aggtive_record,,0,2,0.9375,0.966667,14,14,0.857143,78,0.000101,258
better_errors,better_errors,,0,1,1,1,9,10,0.8,36,0.000101,460
delayed_job_active_record,delayed_job_active_record,,0,1,1,1,9,10,0.8,36,0.000101,716
dnsimple-ruby,dnsimple-ruby,,0,2,0.75,0.833333,20,14,0.857143,78,0.000101,578
errbase,errbase,,0,2,0.9375,0.966667,14,14,0.857143,78,0.000101,258
fuubar,fuubar,,0,1,1,1,9,10,0.8,36,0.000101,202
rtmfr,rtmfr,,0,1,1,1,9,10,0.8,36,0.000101,2510
yargraph,yargraph,,0,1,1,1,9,10,0.8,36,0.000101,738
super-pry,super-pry,,0,2,0.7,0.785714,13,8,0.75,21,0.0001,1172
groonga-command-parser,groonga-command-parser,,0,2,0.892857,0.94,24,22,0.909091,210,0.000099,3270
rubabel,rubabel,,0,2,0.6875,0.772727,10,6,0.666667,10,0.000099,2268
dotgpg-environment,dotgpg-environment,,0,2,0.722222,0.807692,25,16,0.875,105,0.000098,1945
jrjackson,jrjackson,,0,1,1,1,13,14,0.857143,78,0.000098,554
viewizer,viewizer,,0,1,1,1,13,14,0.857143,78,0.000098,3444
active_decorator,active_decorator,,0,1,1,1,14,15,0.866667,91,0.000097,424
avro_pinions,avro_pinions,,0,2,0.681818,0.766667,14,8,0.75,21,0.000097,719
chromedriver-helper,chromedriver-helper,,0,2,0.62963,0.705882,33,14,0.857143,78,0.000097,1359
jekyll-minifier,jekyll-minifier,,0,1,1,1,15,16,0.875,105,0.000097,642
fluent-mixin-plaintextformatter,fluent-mixin-plaintextformatter,,0,1,1,1,18,19,0.894737,153,0.000096,905
iron_cache,iron_cache,,0,1,1,1,19,20,0.9,171,0.000095,497
rpi_pwm,rpi_pwm,,0,3,0.652174,0.761111,179,99,0.979798,4753,0.000095,3448
rubydns,rubydns,,0,1,1,1,20,21,0.904762,190,0.000095,3455
google-cloud-monitoring,google-cloud-monitoring,,0,1,1,1,29,30,0.933333,406,0.000094,1002
activeresource-response,activeresource-response,,0,2,0.979592,0.989583,47,47,0.957447,1035,0.000093,261
attr_init,attr_init,,0,1,1,1,37,38,0.947368,666,0.000093,737
kontena-cli,kontena-cli,,0,1,1,1,40,41,0.95122,780,0.000093,1590
oxen_deployer,oxen_deployer,,0,2,0.979592,0.989583,47,47,0.957447,1035,0.000093,261
hokuto,hokuto,,0,3,0.666667,0.766667,0,11,1,55,0.00009,1246
jruby-rack,jruby-rack,,0,3,0.666667,0.766667,0,11,1,55,0.00009,1246
killbill-helloworld,killbill-helloworld,,0,3,0.666667,0.766667,0,11,1,55,0.00009,1246
rake_dashboard,rake_dashboard,,0,3,0.666667,0.766667,0,11,1,55,0.00009,1246
session_off,session_off,,0,3,0.666667,0.766667,0,11,1,55,0.00009,1246
therubyrhino,therubyrhino,,0,3,0.666667,0.766667,0,11,1,55,0.00009,1246
therubyrhino_jar,therubyrhino_jar,,0,3,0.666667,0.766667,0,11,1,55,0.00009,1246
trinidad,trinidad,,0,3,0.666667,0.766667,0,11,1,55,0.00009,1246
trinidad_daemon,trinidad_daemon,,0,3,0.666667,0.766667,0,11,1,55,0.00009,1246
trinidad_jars,trinidad_jars,,0,3,0.666667,0.766667,0,11,1,55,0.00009,1246
websocket-client-simple,websocket-client-simple,,0,2,0.690909,0.776316,345,21,0.904762,190,0.000089,3541
xmpp-agent,xmpp-agent,,0,3,0.596026,0.674074,179,65,0.969231,2016,0.000089,2030
guard-annotate,guard-annotate,,0,2,0.733333,0.818182,0,7,1,21,0.000088,2299
guard-compat,guard-compat,,0,2,0.733333,0.818182,0,7,1,21,0.000088,2299
nenv,nenv,,0,2,0.733333,0.818182,0,7,1,21,0.000088,2299
roqua-rom-api,roqua-rom-api,,0,2,0.733333,0.818182,0,7,1,21,0.000088,2299
ruby_dep,ruby_dep,,0,2,0.733333,0.818182,0,7,1,21,0.000088,2299
timeless,timeless,,0,2,0.733333,0.818182,0,7,1,21,0.000088,2299
actionmailer-with-request,actionmailer-with-request,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
active_record_mutex,active_record_mutex,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
ahoy_events,ahoy_events,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
ahoy_matey,ahoy_matey,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
aq1018-dm-is-markup,aq1018-dm-is-markup,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
auto_breadcrumbs,auto_breadcrumbs,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
bitclust-core,bitclust-core,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
blazer,blazer,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
bosh-cloudfoundry,bosh-cloudfoundry,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
breadcrumbs_on_rails,breadcrumbs_on_rails,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
bulkdom,bulkdom,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
chartkick,chartkick,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
config_templates,config_templates,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dm-core,dm-core,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dm-deep_cloning,dm-deep_cloning,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dm-do-adapter,dm-do-adapter,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dm-is-reflective,dm-is-reflective,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dm-postgres-adapter,dm-postgres-adapter,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dm-regex,dm-regex,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dm-sqlite-adapter,dm-sqlite-adapter,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dm-transactions,dm-transactions,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dnsimple,dnsimple,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
dream_cheeky,dream_cheeky,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
dry-auto_inject,dry-auto_inject,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dry-equalizer,dry-equalizer,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dry-types,dry-types,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
dry-validation,dry-validation,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
flexquery_datastore,flexquery_datastore,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
fluent-plugin-groonga,fluent-plugin-groonga,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
glib2,glib2,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
gqtp,gqtp,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
groupdate,groupdate,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
locomotivecms,locomotivecms,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
native-package-installer,native-package-installer,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
neo4j-searchkick,neo4j-searchkick,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
net-dns,net-dns,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
notable,notable,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
pkg-config,pkg-config,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
porch,porch,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
public_suffix,public_suffix,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
rabbit,rabbit,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
rabbit-slide-daijiro-groonga-night-3,rabbit-slide-daijiro-groonga-night-3,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
rabbit-slide-daijiro-groonga-night-4,rabbit-slide-daijiro-groonga-night-4,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
rabbit-theme-groonga,rabbit-theme-groonga,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
rcfmp,rcfmp,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
red-arrow,red-arrow,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
red-arrow-numo-narray,red-arrow-numo-narray,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
red-chainer,red-chainer,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
red-datasets,red-datasets,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
robustly,robustly,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
rodakase,rodakase,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
rom,rom,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
rom-mapper,rom-mapper,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
rom-mongo,rom-mongo,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
rom-sql,rom-sql,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
rubocop-migration,rubocop-migration,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
safely_block,safely_block,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
searchkick,searchkick,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
squatcop,squatcop,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
strong_migrations,strong_migrations,,0,2,0.882353,0.933333,0,13,1,78,0.000086,258
test-unit,test-unit,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
test-unit-notify,test-unit-notify,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
test-unit-rr,test-unit-rr,,0,2,0.862069,0.92,0,21,1,210,0.000086,3270
transflow,transflow,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
transproc,transproc,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
transproc-contrib,transproc-contrib,,0,3,0.616279,0.720126,0,25,1,300,0.000086,2294
whois,whois,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
whois-parser,whois-parser,,0,2,0.724138,0.809524,0,13,1,78,0.000086,578
RubyProcess,RubyProcess,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
acme_nsupdate,acme_nsupdate,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
active-record-data-tables,active-record-data-tables,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
active-record-streamer,active-record-streamer,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
active_fedora-crosswalks,active_fedora-crosswalks,,0,2,0.785714,0.863636,0,8,1,28,0.000085,2904
airbrake-ruby,airbrake-ruby,,0,2,0.875,0.928571,0,6,1,15,0.000085,267
amtrak,amtrak,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
args-handler,args-handler,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
as-duration,as-duration,,0,2,0.8,0.875,0,9,1,36,0.000085,1122
ast,ast,,0,2,0.857143,0.916667,0,5,1,10,0.000085,465
baza,baza,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
blimpy,blimpy,,0,2,0.875,0.928571,0,6,1,15,0.000085,1360
blimpy-cucumber,blimpy-cucumber,,0,2,0.875,0.928571,0,6,1,15,0.000085,1360
bpardee-net-http-persistent,bpardee-net-http-persistent,,0,2,0.8,0.875,0,9,1,36,0.000085,2436
cartage,cartage,,0,2,0.785714,0.863636,0,8,1,28,0.000085,2904
cartage-bundler,cartage-bundler,,0,2,0.785714,0.863636,0,8,1,28,0.000085,2904
castic,castic,,0,2,0.857143,0.916667,0,5,1,10,0.000085,465
ckeditor4ruby,ckeditor4ruby,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
click_heat_map,click_heat_map,,0,2,0.8,0.875,0,9,1,36,0.000085,1122
cloudclone,cloudclone,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
cloudflock,cloudflock,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
contactology,contactology,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
contactology-mailer,contactology-mailer,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
dbt,dbt,,0,2,0.857143,0.916667,0,5,1,10,0.000085,2958
debox,debox,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
dyno_scaler,dyno_scaler,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
env_lint,env_lint,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
errawr,errawr,,0,2,0.875,0.928571,0,6,1,15,0.000085,3137
errawr-http,errawr-http,,0,2,0.875,0.928571,0,6,1,15,0.000085,3137
errawr-rails,errawr-rails,,0,2,0.875,0.928571,0,6,1,15,0.000085,3137
excon,excon,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
faraday-detailed_logger,faraday-detailed_logger,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
fast_method_source,fast_method_source,,0,2,0.875,0.928571,0,6,1,15,0.000085,267
fezzik,fezzik,,0,2,0.857143,0.916667,0,5,1,10,0.000085,3525
fog-core,fog-core,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
fog-json,fog-json,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
fog-vmfusion,fog-vmfusion,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
formatador,formatador,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
gene_pool,gene_pool,,0,2,0.8,0.875,0,9,1,36,0.000085,2436
gengo-motion,gengo-motion,,0,2,0.857143,0.916667,0,5,1,10,0.000085,2958
heimdallr,heimdallr,,0,2,0.857143,0.916667,0,5,1,10,0.000085,465
heimdallr-resource,heimdallr-resource,,0,2,0.857143,0.916667,0,5,1,10,0.000085,465
heroku,heroku,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
heroku-api,heroku-api,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
heroku-rails-saas,heroku-rails-saas,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
knjrbfw,knjrbfw,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
leafy-complete,leafy-complete,,0,2,0.875,0.928571,0,6,1,15,0.000085,1360
leafy-metrics,leafy-metrics,,0,2,0.875,0.928571,0,6,1,15,0.000085,1360
leafy-rack,leafy-rack,,0,2,0.875,0.928571,0,6,1,15,0.000085,1360
lookout-rack-utils,lookout-rack-utils,,0,2,0.875,0.928571,0,6,1,15,0.000085,1360
lux-fw,lux-fw,,0,2,0.8,0.875,0,9,1,36,0.000085,1122
m3u8_generator,m3u8_generator,,0,2,0.857143,0.916667,0,5,1,10,0.000085,3525
manilla,manilla,,0,2,0.875,0.928571,0,6,1,15,0.000085,3137
mime-types,mime-types,,0,2,0.785714,0.863636,0,8,1,28,0.000085,2904
mime-types-data,mime-types-data,,0,2,0.785714,0.863636,0,8,1,28,0.000085,2904
minitar-cli,minitar-cli,,0,2,0.785714,0.863636,0,8,1,28,0.000085,2904
netrc,netrc,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
openssl-extensions,openssl-extensions,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
paperclip-tus,paperclip-tus,,0,2,0.8,0.875,0,9,1,36,0.000085,1122
parser,parser,,0,2,0.857143,0.916667,0,5,1,10,0.000085,465
pathological,pathological,,0,2,0.857143,0.916667,0,5,1,10,0.000085,3525
persistent_http,persistent_http,,0,2,0.8,0.875,0,9,1,36,0.000085,2436
php4r,php4r,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
pry-theme,pry-theme,,0,2,0.875,0.928571,0,6,1,15,0.000085,267
qwirk,qwirk,,0,2,0.8,0.875,0,9,1,36,0.000085,2436
qwirk_active_mq_adapter,qwirk_active_mq_adapter,,0,2,0.8,0.875,0,9,1,36,0.000085,2436
qwirk_jms_adapter,qwirk_jms_adapter,,0,2,0.8,0.875,0,9,1,36,0.000085,2436
qwop_client,qwop_client,,0,2,0.8,0.875,0,9,1,36,0.000085,2436
rapporteur,rapporteur,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
rapporteur-load_check,rapporteur-load_check,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
rendezvous,rendezvous,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
retries,retries,,0,2,0.857143,0.916667,0,5,1,10,0.000085,3525
ruby_do,ruby_do,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
ruby_do_plugin_execute_application,ruby_do_plugin_execute_application,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
ruby_nsq,ruby_nsq,,0,2,0.8,0.875,0,9,1,36,0.000085,2436
rumx,rumx,,0,2,0.8,0.875,0,9,1,36,0.000085,2436
scep,scep,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
shindo,shindo,,0,2,0.814815,0.886364,0,17,1,136,0.000085,1657
shrine,shrine,,0,2,0.8,0.875,0,9,1,36,0.000085,1122
shrine-imgix,shrine-imgix,,0,2,0.8,0.875,0,9,1,36,0.000085,1122
sibu,sibu,,0,2,0.8,0.875,0,9,1,36,0.000085,1122
sinatra-activerecord,sinatra-activerecord,,0,2,0.8,0.875,0,9,1,36,0.000085,1122
status_bar,status_bar,,0,2,0.857143,0.916667,0,5,1,10,0.000085,2958
stockpile,stockpile,,0,2,0.785714,0.863636,0,8,1,28,0.000085,2904
stockpile-redis,stockpile-redis,,0,2,0.785714,0.863636,0,8,1,28,0.000085,2904
string-cases,string-cases,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
sugarcube,sugarcube,,0,2,0.857143,0.916667,0,5,1,10,0.000085,2958
system_browser,system_browser,,0,2,0.875,0.928571,0,6,1,15,0.000085,267
system_navigation,system_navigation,,0,2,0.875,0.928571,0,6,1,15,0.000085,267
teacup,teacup,,0,2,0.857143,0.916667,0,5,1,10,0.000085,2958
threadded_enumerator,threadded_enumerator,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
tilt-jbuilder,tilt-jbuilder,,0,2,0.875,0.928571,0,6,1,15,0.000085,3137
tsafe,tsafe,,0,2,0.842105,0.90625,0,13,1,78,0.000085,2918
tus-server,tus-server,,0,2,0.8,0.875,0,9,1,36,0.000085,1122
unseen-ip-to-airbrake,unseen-ip-to-airbrake,,0,2,0.875,0.928571,0,6,1,15,0.000085,267
vaulted_billing,vaulted_billing,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
vaulted_billing-termcap,vaulted_billing-termcap,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
vcardio,vcardio,,0,2,0.875,0.928571,0,6,1,15,0.000085,3137
vcr,vcr,,0,2,0.823529,0.892857,0,11,1,55,0.000085,1726
weave,weave,,0,2,0.857143,0.916667,0,5,1,10,0.000085,3525
3d-ribbon,3d-ribbon,,0,2,0.909091,0.95,0,9,1,36,0.000084,2510
SilkSlider,SilkSlider,,0,2,0.909091,0.95,0,9,1,36,0.000084,738
aa-rails4,aa-rails4,,0,2,0.909091,0.95,0,9,1,36,0.000084,2510
acgt,acgt,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
action_audit,action_audit,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
actionmailer-instyle,actionmailer-instyle,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
active_scaffold-sequel,active_scaffold-sequel,,0,2,0.909091,0.95,0,9,1,36,0.000084,460
activeadmin_tinymce,activeadmin_tinymce,,0,2,0.888889,0.9375,0,7,1,21,0.000084,3163
activejob_disque_adapter,activejob_disque_adapter,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
actory,actory,,0,2,0.909091,0.95,0,9,1,36,0.000084,202
acts_as_recommendable,acts_as_recommendable,,0,2,0.909091,0.95,0,9,1,36,0.000084,202
addressbook_txt,addressbook_txt,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
adrianss-compass-oocss-plugin,adrianss-compass-oocss-plugin,,0,2,0.909091,0.95,0,9,1,36,0.000084,2510
aes_keeper,aes_keeper,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
aitch,aitch,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
alexa_skillsimulator,alexa_skillsimulator,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
aliyun_exmail_csv_generator,aliyun_exmail_csv_generator,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2275
angular-turbolinks,angular-turbolinks,,0,2,0.769231,0.85,0,7,1,21,0.000084,1460
arduino_firmata,arduino_firmata,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
arduino_ir_remote,arduino_ir_remote,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
args_parser,args_parser,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
armor,armor,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
askio,askio,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
ass_tests,ass_tests,,0,2,0.909091,0.95,0,9,1,36,0.000084,460
assert-url,assert-url,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
astrolabe,astrolabe,,0,2,0.888889,0.9375,0,7,1,21,0.000084,1127
attr_accessible2strong_params,attr_accessible2strong_params,,0,2,0.888889,0.9375,0,7,1,21,0.000084,1127
automobile,automobile,,0,2,0.866667,0.923077,0,11,1,55,0.000084,2552
automobile-ruby19,automobile-ruby19,,0,2,0.866667,0.923077,0,11,1,55,0.000084,2552
autotest-doom,autotest-doom,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
azimutto,azimutto,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
azure_mgmt_monitor,azure_mgmt_monitor,,0,2,0.769231,0.85,0,7,1,21,0.000084,912
azure_mgmt_network,azure_mgmt_network,,0,2,0.769231,0.85,0,7,1,21,0.000084,912
azure_mgmt_resources,azure_mgmt_resources,,0,2,0.769231,0.85,0,7,1,21,0.000084,912
azure_mgmt_storage,azure_mgmt_storage,,0,2,0.769231,0.85,0,7,1,21,0.000084,912
babel-transpiler,babel-transpiler,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
bankstatement_txt,bankstatement_txt,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
base-project,base-project,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
bbmb,bbmb,,0,2,0.769231,0.85,0,7,1,21,0.000084,64
benchmark-ips,benchmark-ips,,0,2,0.769231,0.85,0,7,1,21,0.000084,1953
benchmark_suite,benchmark_suite,,0,2,0.769231,0.85,0,7,1,21,0.000084,1953
biff,biff,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
bio-commandeer,bio-commandeer,,0,2,0.909091,0.95,0,9,1,36,0.000084,738
bio-img_metadata,bio-img_metadata,,0,2,0.909091,0.95,0,9,1,36,0.000084,738
bio-plasmoap,bio-plasmoap,,0,2,0.909091,0.95,0,9,1,36,0.000084,738
bio-signalp,bio-signalp,,0,2,0.909091,0.95,0,9,1,36,0.000084,738
bio-tm_hmm,bio-tm_hmm,,0,2,0.909091,0.95,0,9,1,36,0.000084,738
blockenspiel,blockenspiel,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2251
bombshell,bombshell,,0,2,0.866667,0.923077,0,11,1,55,0.000084,2552
botbase,botbase,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
botbase_drb_server,botbase_drb_server,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
bpci,bpci,,0,2,0.909091,0.95,0,9,1,36,0.000084,716
bueller,bueller,,0,2,0.866667,0.923077,0,11,1,55,0.000084,2552
bugsnag-em,bugsnag-em,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
capcode-render-coffee-script,capcode-render-coffee-script,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
capistrano3-puma,capistrano3-puma,,0,2,0.769231,0.85,0,7,1,21,0.000084,1953
capoblo,capoblo,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
certmeister-pg,certmeister-pg,,0,2,0.909091,0.95,0,9,1,36,0.000084,460
cft,cft,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
characterizable,characterizable,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2251
chaskiq,chaskiq,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
chriseppstein-compass,chriseppstein-compass,,0,2,0.909091,0.95,0,9,1,36,0.000084,2510
citrix,citrix,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
clap,clap,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
coffee-script,coffee-script,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
compass,compass,,0,2,0.909091,0.95,0,9,1,36,0.000084,2510
compass_integrator,compass_integrator,,0,2,0.909091,0.95,0,9,1,36,0.000084,2510
cpf_cnpj,cpf_cnpj,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
creepy-crawler,creepy-crawler,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
crontest,crontest,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
csapa,csapa,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
csmcb,csmcb,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
cuba,cuba,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
cuba-csrf,cuba-csrf,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
cucumber-rails,cucumber-rails,,0,2,0.909091,0.95,0,9,1,36,0.000084,202
cucumber-rails-training-wheels,cucumber-rails-training-wheels,,0,2,0.909091,0.95,0,9,1,36,0.000084,202
cutest,cutest,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
cutest-cj,cutest-cj,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
cycr,cycr,,0,3,0.540541,0.625,19,6,0.666667,10,0.000084,1246
daily_notices,daily_notices,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
data-anonymization,data-anonymization,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2251
delayed_acts_as_geocodable,delayed_acts_as_geocodable,,0,2,0.909091,0.95,0,9,1,36,0.000084,716
delayed_job,delayed_job,,0,2,0.909091,0.95,0,9,1,36,0.000084,716
derailed,derailed,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
dirseq,dirseq,,0,2,0.909091,0.95,0,9,1,36,0.000084,738
disque,disque,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
djanowski-helm,djanowski-helm,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
domain_name,domain_name,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
domle,domle,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
dotgpg,dotgpg,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
drb_fileclient,drb_fileclient,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
drewda_delayed_job,drewda_delayed_job,,0,2,0.909091,0.95,0,9,1,36,0.000084,716
drewda_delayed_job_active_record,drewda_delayed_job_active_record,,0,2,0.909091,0.95,0,9,1,36,0.000084,716
dxsectionx,dxsectionx,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
earth-ruby19,earth-ruby19,,0,2,0.866667,0.923077,0,11,1,55,0.000084,2552
ejs,ejs,,0,2,0.769231,0.85,0,7,1,21,0.000084,1460
emitter,emitter,,0,2,0.866667,0.923077,0,11,1,55,0.000084,2552
emitter-ruby19,emitter-ruby19,,0,2,0.866667,0.923077,0,11,1,55,0.000084,2552
encrypt_attr,encrypt_attr,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
errata-ruby19,errata-ruby19,,0,2,0.866667,0.923077,0,11,1,55,0.000084,2552
erubi,erubi,,0,2,0.909091,0.95,0,9,1,36,0.000084,460
ether-fly,ether-fly,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2275
ethereum-tx,ethereum-tx,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2275
event_nlp,event_nlp,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
execjs,execjs,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
fidor_validators,fidor_validators,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
filter_chain,filter_chain,,0,2,0.9,0.944444,0,8,1,28,0.000084,3247
finishm,finishm,,0,2,0.909091,0.95,0,9,1,36,0.000084,738
flag,flag,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
flowchartviz,flowchartviz,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
fog-azure-rm-temp,fog-azure-rm-temp,,0,2,0.769231,0.85,0,7,1,21,0.000084,912
fog-azure-rm-test,fog-azure-rm-test,,0,2,0.769231,0.85,0,7,1,21,0.000084,912
gemologist,gemologist,,0,2,0.888889,0.9375,0,7,1,21,0.000084,1127
geopoint_factory,geopoint_factory,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2251
get_process_mem,get_process_mem,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
git-branch_stats,git-branch_stats,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
git_hub_bub,git_hub_bub,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
github-graphql-client,github-graphql-client,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
global_phone,global_phone,,0,2,0.769231,0.85,0,7,1,21,0.000084,1460
grape_api_signature,grape_api_signature,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
graphql-client,graphql-client,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
graphvizml,graphvizml,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
graticule,graticule,,0,2,0.909091,0.95,0,9,1,36,0.000084,716
gtk2keypress,gtk2keypress,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
gtk2keypress123,gtk2keypress123,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
gtk2notify,gtk2notify,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
gtk2svg,gtk2svg,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
guard-i18n-js,guard-i18n-js,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
guard-rubocop,guard-rubocop,,0,2,0.888889,0.9375,0,7,1,21,0.000084,1127
gyazz-markup,gyazz-markup,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
h2ocube_rails_puma,h2ocube_rails_puma,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
hato-plugin-imkayac,hato-plugin-imkayac,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
hey_you,hey_you,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
htmlgrid,htmlgrid,,0,2,0.769231,0.85,0,7,1,21,0.000084,64
http-cookie,http-cookie,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
human_error,human_error,,0,2,0.909091,0.95,0,9,1,36,0.000084,202
humble_rpi-plugin-button,humble_rpi-plugin-button,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
humble_rpi-plugin-led,humble_rpi-plugin-led,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
humble_rpi-plugin-mtp,humble_rpi-plugin-mtp,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
humble_rpi-plugin-photocell,humble_rpi-plugin-photocell,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
humble_rpi-plugin-piezoelements,humble_rpi-plugin-piezoelements,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
humble_rpi-plugin-pir,humble_rpi-plugin-pir,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
humble_rpi-plugin-rsf,humble_rpi-plugin-rsf,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
humble_rpi-plugin-time7segment,humble_rpi-plugin-time7segment,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
i18n-js,i18n-js,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
im-kayac,im-kayac,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
img_scripts,img_scripts,,0,2,0.909091,0.95,0,9,1,36,0.000084,738
increments-schedule,increments-schedule,,0,2,0.888889,0.9375,0,7,1,21,0.000084,1127
inplace,inplace,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
ir_ptz,ir_ptz,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
it_cloud_sms,it_cloud_sms,,0,2,0.769231,0.85,0,7,1,21,0.000084,1460
jekyll-babel,jekyll-babel,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
jist,jist,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
johnny_cache,johnny_cache,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
kakasi,kakasi,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
kakasi_parser,kakasi_parser,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
keytar,keytar,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
kpeg,kpeg,,0,2,0.769231,0.85,0,7,1,21,0.000084,1953
kvx,kvx,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
leetpassword,leetpassword,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
linda-socket.io-client,linda-socket.io-client,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
linux_proc_mem,linux_proc_mem,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
liveblog,liveblog,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
liveblog-indexer,liveblog-indexer,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
liveblog-plugin-indexer,liveblog-plugin-indexer,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
liveblog_drb_server,liveblog_drb_server,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
lspace,lspace,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
mcp3008pi,mcp3008pi,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
md_edit,md_edit,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
memdash,memdash,,0,2,0.909091,0.95,0,9,1,36,0.000084,716
memdash-activerecord,memdash-activerecord,,0,2,0.909091,0.95,0,9,1,36,0.000084,716
merchant,merchant,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
merchant-moip,merchant-moip,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
micromachine,micromachine,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
mindmap_mfm,mindmap_mfm,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
mindmapviz,mindmapviz,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
minitest-hooks,minitest-hooks,,0,2,0.909091,0.95,0,9,1,36,0.000084,460
minitest-utils,minitest-utils,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
modjs-architecture,modjs-architecture,,0,2,0.769231,0.85,0,7,1,21,0.000084,1460
mongomodel,mongomodel,,0,2,0.888889,0.9375,0,7,1,21,0.000084,3163
mote,mote,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
ms_rest_azure,ms_rest_azure,,0,2,0.769231,0.85,0,7,1,21,0.000084,912
my_company-schedule,my_company-schedule,,0,2,0.888889,0.9375,0,7,1,21,0.000084,1127
mymedia-card,mymedia-card,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
mymedia-kvx,mymedia-kvx,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
myoutline,myoutline,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
myuniversaljobsmatchfeed,myuniversaljobsmatchfeed,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
notifier,notifier,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
nuvify,nuvify,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
odba,odba,,0,2,0.769231,0.85,0,7,1,21,0.000084,64
ofx,ofx,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
ohm,ohm,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
omah_search,omah_search,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
omniauth-broadworks,omniauth-broadworks,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2275
omniauth-http-basic,omniauth-http-basic,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2275
organizze_importer,organizze_importer,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
oskie_rpc,oskie_rpc,,0,2,0.9,0.944444,0,8,1,28,0.000084,3247
parsel,parsel,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
password_strength,password_strength,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
phrase_lookup,phrase_lookup,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
pinx,pinx,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
planner_template,planner_template,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
polyrex-calendar,polyrex-calendar,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
progressbar,progressbar,,0,2,0.909091,0.95,0,9,1,36,0.000084,202
pry,pry,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
pry-capture,pry-capture,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
pry-full18,pry-full18,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
pry-gist,pry-gist,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
pry-meta,pry-meta,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
pry-rescue,pry-rescue,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
pry-self,pry-self,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
puma,puma,,0,2,0.769231,0.85,0,7,1,21,0.000084,1953
puma_worker_killer,puma_worker_killer,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
pxgraphviz,pxgraphviz,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
pxindex,pxindex,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
pxindex-builder,pxindex-builder,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
pxlite,pxlite,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
raad_totem,raad_totem,,0,2,0.9,0.944444,0,8,1,28,0.000084,3247
rack-mount,rack-mount,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
rack-ssl,rack-ssl,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
rack-ssl-rails,rack-ssl-rails,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
rails_12factor,rails_12factor,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
rails_stdout_logging,rails_stdout_logging,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
random_word,random_word,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
recordx_sqlite,recordx_sqlite,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
redic,redic,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
reminders_txt,reminders_txt,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
rename_project,rename_project,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
rexle-diff,rexle-diff,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
rfc2047,rfc2047,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
rgeo-geojson,rgeo-geojson,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2251
rgeo-shapefile,rgeo-shapefile,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2251
rlp,rlp,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2275
roda,roda,,0,2,0.909091,0.95,0,9,1,36,0.000084,460
roda-rest_api,roda-rest_api,,0,2,0.909091,0.95,0,9,1,36,0.000084,460
rpi-pddb,rpi-pddb,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
rpi_led,rpi_led,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
rpi_led_bargraph,rpi_led_bargraph,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
rpi_photocell,rpi_photocell,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
rpi_pinin,rpi_pinin,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
rpi_pinin_msgout,rpi_pinin_msgout,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
rpi_pinout,rpi_pinout,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
rpi_rgb,rpi_rgb,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
rrrretry,rrrretry,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
rspectacular,rspectacular,,0,2,0.909091,0.95,0,9,1,36,0.000084,202
rstuk,rstuk,,0,2,0.909091,0.95,0,9,1,36,0.000084,202
rubocop-github,rubocop-github,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
ruboty-tiqav,ruboty-tiqav,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
ruby-ethereum,ruby-ethereum,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2275
ruby-progressbar,ruby-progressbar,,0,2,0.909091,0.95,0,9,1,36,0.000084,202
ruby18_source_location,ruby18_source_location,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
rx_sliml,rx_sliml,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
safedep,safedep,,0,2,0.888889,0.9375,0,7,1,21,0.000084,1127
sarsa,sarsa,,0,2,0.909091,0.95,0,9,1,36,0.000084,2510
sass-globbing,sass-globbing,,0,2,0.909091,0.95,0,9,1,36,0.000084,2510
sass-rails,sass-rails,,0,2,0.909091,0.95,0,9,1,36,0.000084,2510
sbsm,sbsm,,0,2,0.769231,0.85,0,7,1,21,0.000084,64
scrivener-cj,scrivener-cj,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
seamusabshere-data_miner,seamusabshere-data_miner,,0,2,0.866667,0.923077,0,11,1,55,0.000084,2552
secret_knock,secret_knock,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
seg,seg,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
self,self,,0,2,0.702703,0.788462,0,15,1,105,0.000084,1945
sequel,sequel,,0,2,0.909091,0.95,0,9,1,36,0.000084,460
sequel_pg,sequel_pg,,0,2,0.909091,0.95,0,9,1,36,0.000084,460
serialport_mtp,serialport_mtp,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
shutter3,shutter3,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
shutter3_morsecode,shutter3_morsecode,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
shutter3_sps,shutter3_sps,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
simple-messaging,simple-messaging,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
simple_raspberrypi,simple_raspberrypi,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
sinatra-cometio,sinatra-cometio,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
sinatra-multi-screen,sinatra-multi-screen,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
sinatra-rocketio,sinatra-rocketio,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
sinatra-rocketio-linda,sinatra-rocketio-linda,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
sinatra-websocketio,sinatra-websocketio,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
skype,skype,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
skype_markov,skype_markov,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
socket.io-client-simple,socket.io-client-simple,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
soveran-drawer,soveran-drawer,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
sprockets,sprockets,,0,4,0.456522,0.640873,0,19,1,171,0.000084,2550
sps-ftpd-driver,sps-ftpd-driver,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
sps-sub,sps-sub,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
sps-sub-ping,sps-sub-ping,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
sps_bot,sps_bot,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
sps_chat,sps_chat,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
sps_duplex,sps_duplex,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
sps_filesync,sps_filesync,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
sps_mqtt_bridge,sps_mqtt_bridge,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
spspub_log,spspub_log,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
spspublog_drb_server,spspublog_drb_server,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
spstrigger_execute,spstrigger_execute,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
squad,squad,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
stal,stal,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
stark,stark,,0,2,0.769231,0.85,0,7,1,21,0.000084,1953
stark-http,stark-http,,0,2,0.769231,0.85,0,7,1,21,0.000084,1953
svg_optimizer,svg_optimizer,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
svg_spriter,svg_spriter,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
svgle,svgle,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
syro,syro,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
syro-container,syro-container,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
test_notifier,test_notifier,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
the_lone_dyno,the_lone_dyno,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
time7segment,time7segment,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
tinder,tinder,,0,2,0.909091,0.95,0,9,1,36,0.000084,716
tinymce-rails,tinymce-rails,,0,2,0.888889,0.9375,0,7,1,21,0.000084,3163
tinymce-rails-langs,tinymce-rails-langs,,0,2,0.888889,0.9375,0,7,1,21,0.000084,3163
tiqav,tiqav,,0,3,0.542857,0.701754,0,20,1,190,0.000084,3541
token-die,token-die,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
totem,totem,,0,2,0.9,0.944444,0,8,1,28,0.000084,3247
totp,totp,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
trestle,trestle,,0,2,0.888889,0.9375,0,7,1,21,0.000084,3163
trestle-search,trestle-search,,0,2,0.888889,0.9375,0,7,1,21,0.000084,3163
tribe,tribe,,0,2,0.9,0.944444,0,8,1,28,0.000084,3247
tribe_em,tribe_em,,0,2,0.9,0.944444,0,8,1,28,0.000084,3247
tribe_em_amfsocket,tribe_em_amfsocket,,0,2,0.9,0.944444,0,8,1,28,0.000084,3247
turbolinks,turbolinks,,0,2,0.769231,0.85,0,7,1,21,0.000084,1460
twofactor,twofactor,,0,2,0.868421,0.924242,0,28,1,378,0.000084,2201
unf,unf,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
unf_ext,unf_ext,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
universal_dom_remote,universal_dom_remote,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
validators,validators,,0,2,0.896552,0.942308,0,23,1,253,0.000084,3184
versionomy,versionomy,,0,2,0.888889,0.9375,0,7,1,21,0.000084,2251
vigilem-support,vigilem-support,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
voicerss2017,voicerss2017,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
voicerss2017e,voicerss2017e,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
webrobots,webrobots,,0,3,0.59375,0.745614,0,11,1,55,0.000084,2592
weeklyplanner_template,weeklyplanner_template,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
weighted_average,weighted_average,,0,2,0.866667,0.923077,0,11,1,55,0.000084,2552
wheelhouse-blog,wheelhouse-blog,,0,2,0.888889,0.9375,0,7,1,21,0.000084,3163
wicked,wicked,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
wiimote_morsecode,wiimote_morsecode,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
wiimote_sps,wiimote_sps,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
wiki_md,wiki_md,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
wordsdotdat,wordsdotdat,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
workers,workers,,0,2,0.9,0.944444,0,8,1,28,0.000084,3247
xautobrowse,xautobrowse,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
xws,xws,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
yawc,yawc,,0,3,0.649819,0.758333,0,98,1,4753,0.000084,3448
ydbi,ydbi,,0,2,0.769231,0.85,0,7,1,21,0.000084,64
ypdf-writer,ypdf-writer,,0,2,0.769231,0.85,0,7,1,21,0.000084,64
yui-compressor,yui-compressor,,0,2,0.769231,0.85,0,7,1,21,0.000084,1460
yus,yus,,0,2,0.769231,0.85,0,7,1,21,0.000084,64
zuora_connect,zuora_connect,,0,2,0.774194,0.854167,0,17,1,136,0.000084,2025
a4nt,a4nt,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
aaalex-detect_mobiles,aaalex-detect_mobiles,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
abacus_count,abacus_count,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
abc-backend,abc-backend,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
abcde-atthemovies,abcde-atthemovies,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
abn_validator,abn_validator,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
abstract_feature_branch,abstract_feature_branch,,0,2,0.8,0.875,0,3,1,3,0.000083,2164
abstract_importer,abstract_importer,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
access_roles,access_roles,,0,2,0.8,0.875,0,3,1,3,0.000083,2884
actioncable,actioncable,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
actioncable_auto_param,actioncable_auto_param,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
actionmail_logger,actionmail_logger,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
actionmailer,actionmailer,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
actionmailer-deliver_later,actionmailer-deliver_later,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
actionpack,actionpack,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
actionview,actionview,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
actionview-pathfinder,actionview-pathfinder,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
active_domain,active_domain,,0,2,0.736842,0.821429,0,9,1,36,0.000083,3240
active_validator,active_validator,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
activejob,activejob,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
activemodel,activemodel,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
activerecord,activerecord,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
activerecord-endoscope,activerecord-endoscope,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
activestorage,activestorage,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
activestorage-tencent_cos,activestorage-tencent_cos,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
activesupport,activesupport,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
acts-as-assetable,acts-as-assetable,,0,2,0.8,0.875,0,3,1,3,0.000083,1814
acts_as_flexigrid,acts_as_flexigrid,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
admin_interface,admin_interface,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
agqr-recorder,agqr-recorder,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
altria,altria,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
amq-client,amq-client,,0,2,0.736842,0.821429,0,9,1,36,0.000083,3240
amqp,amqp,,0,2,0.736842,0.821429,0,9,1,36,0.000083,3240
amqp-boilerplate,amqp-boilerplate,,0,2,0.736842,0.821429,0,9,1,36,0.000083,3240
arel_ruby,arel_ruby,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
asciidoctor-revealjs,asciidoctor-revealjs,,0,2,0.8,0.875,0,3,1,3,0.000083,667
atabodi,atabodi,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
aws-pws,aws-pws,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
beastie,beastie,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
bio-incanter,bio-incanter,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
bitcoin-jruby,bitcoin-jruby,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
brighter_planet_layout,brighter_planet_layout,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
brighter_planet_metadata,brighter_planet_metadata,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
bunny,bunny,,0,2,0.736842,0.821429,0,9,1,36,0.000083,3240
cache,cache,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
cache_method,cache_method,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
capistrano-sidekiq,capistrano-sidekiq,,0,2,0.645161,0.725,0,9,1,36,0.000083,2885
capsum,capsum,,0,2,0.645161,0.725,0,9,1,36,0.000083,2885
cd,cd,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
cfsslrb,cfsslrb,,0,2,0.8,0.875,0,3,1,3,0.000083,667
characteristics,characteristics,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
charisma,charisma,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
chatroid,chatroid,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
chrono,chrono,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
cif-client,cif-client,,0,2,0.8,0.875,0,3,1,3,0.000083,2775
clipboard,clipboard,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
cliprompt,cliprompt,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
clitinyurl,clitinyurl,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
colorator,colorator,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
concourse,concourse,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
configparser,configparser,,0,2,0.8,0.875,0,3,1,3,0.000083,2775
conversions,conversions,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
corefines,corefines,,0,2,0.8,0.875,0,3,1,3,0.000083,667
cuba-api,cuba-api,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
cvg,cvg,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
dangdang,dangdang,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
datamapper4rails,datamapper4rails,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
devise-drupal,devise-drupal,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
devise-encryptable,devise-encryptable,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
dvl-color,dvl-color,,0,2,0.8,0.875,0,3,1,3,0.000083,779
dvl-flashes,dvl-flashes,,0,2,0.8,0.875,0,3,1,3,0.000083,779
easy_translate,easy_translate,,0,2,0.8,0.875,0,3,1,3,0.000083,1116
eat,eat,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
ellen,ellen,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
ellen-alias,ellen-alias,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
ellen-hipchat,ellen-hipchat,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
ellen-syoboi_calendar,ellen-syoboi_calendar,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
ember-rails-assets,ember-rails-assets,,0,2,0.8,0.875,0,3,1,3,0.000083,2519
enumeradical,enumeradical,,0,2,0.736842,0.821429,0,9,1,36,0.000083,3240
erector-rails4,erector-rails4,,0,2,0.8,0.875,0,3,1,3,0.000083,779
evelpidon_validators,evelpidon_validators,,0,2,0.8,0.875,0,3,1,3,0.000083,3199
every_day_irb,every_day_irb,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
exists,exists,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
ext_rails,ext_rails,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
ext_rails_admin,ext_rails_admin,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
ext_rake,ext_rake,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
ext_ruby,ext_ruby,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
ext_shell,ext_shell,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
ext_tasks,ext_tasks,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
ezid-client,ezid-client,,0,2,0.8,0.875,0,3,1,3,0.000083,2884
falls_back_on,falls_back_on,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
fancy_irb,fancy_irb,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
fasterer,fasterer,,0,2,0.8,0.875,0,3,1,3,0.000083,1635
fluent-plugin-out_hosted_graphite,fluent-plugin-out_hosted_graphite,,0,2,0.645161,0.725,0,9,1,36,0.000083,2885
frubby,frubby,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
fuzzy_match,fuzzy_match,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
gemoji,gemoji,,0,2,0.8,0.875,0,3,1,3,0.000083,1821
glim-sass-converter,glim-sass-converter,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
grape-papertrail,grape-papertrail,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
gwt-run,gwt-run,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
hocus_pocus,hocus_pocus,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
hoe-bundler,hoe-bundler,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
hoe-gemspec,hoe-gemspec,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
homograph-detector,homograph-detector,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
hosted_graphite,hosted_graphite,,0,2,0.645161,0.725,0,9,1,36,0.000083,2885
hstore-document,hstore-document,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
hydra-validations,hydra-validations,,0,2,0.8,0.875,0,3,1,3,0.000083,2884
ice_cube,ice_cube,,0,2,0.8,0.875,0,3,1,3,0.000083,1116
irbtools,irbtools,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
ixtlan-configuration,ixtlan-configuration,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
ixtlan-generators,ixtlan-generators,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
jar-dependencies,jar-dependencies,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
java_model_jrb,java_model_jrb,,0,2,0.8,0.875,0,3,1,3,0.000083,1317
jbundler,jbundler,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
jekyll-archives,jekyll-archives,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
jekyll-paginate,jekyll-paginate,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
jekyll-sass-converter,jekyll-sass-converter,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
jekyll-sitemap,jekyll-sitemap,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
jekyll-theme-woforo,jekyll-theme-woforo,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
jekyll-whiteglass,jekyll-whiteglass,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
jemoji,jemoji,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
jetty-run,jetty-run,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
journal_dev,journal_dev,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
jruby-openssl,jruby-openssl,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
jscover,jscover,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
json-encodable,json-encodable,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
kaminari,kaminari,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
kaminari-core,kaminari-core,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
kaminari-mongoid,kaminari-mongoid,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
knife-cloudstack,knife-cloudstack,,0,2,0.8,0.875,0,3,1,3,0.000083,3572
lesser-evil,lesser-evil,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
lightmodels,lightmodels,,0,2,0.8,0.875,0,3,1,3,0.000083,1317
linguist,linguist,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
locale_base,locale_base,,0,2,0.8,0.875,0,3,1,3,0.000083,1116
lock_method,lock_method,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
log-me,log-me,,0,2,0.8,0.875,0,3,1,3,0.000083,3501
loofah,loofah,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
loofah-activerecord,loofah-activerecord,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
mail,mail,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
markov_rensa-ruby,markov_rensa-ruby,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
matryoshka_view,matryoshka_view,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
mechanize,mechanize,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
mem,mem,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
mercenary,mercenary,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
mfinante,mfinante,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
middleman-somemoji,middleman-somemoji,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
mini_portile,mini_portile,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
mini_portile2,mini_portile2,,0,2,0.618182,0.691176,0,13,1,78,0.000083,1359
multi_block,multi_block,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
myl-fech,myl-fech,,0,2,0.8,0.875,0,3,1,3,0.000083,2757
named_proc,named_proc,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
nested_scaffold,nested_scaffold,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
newrelic-praxis,newrelic-praxis,,0,2,0.8,0.875,0,3,1,3,0.000083,1906
noodles,noodles,,0,2,0.8,0.875,0,3,1,3,0.000083,1635
null_question,null_question,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
octodmin,octodmin,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
octopress,octopress,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
paint,paint,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
pamds,pamds,,0,2,0.8,0.875,0,3,1,3,0.000083,1814
para,para,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
pcfam,pcfam,,0,2,0.8,0.875,0,3,1,3,0.000083,1814
peek-elasticsearch,peek-elasticsearch,,0,2,0.8,0.875,0,3,1,3,0.000083,1821
people,people,,0,2,0.8,0.875,0,3,1,3,0.000083,2757
petitest,petitest,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
petitest-dsl,petitest-dsl,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
petitest-power_assert,petitest-power_assert,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
petitest-spec,petitest-spec,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
pg-hstore,pg-hstore,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
praxis,praxis,,0,2,0.8,0.875,0,3,1,3,0.000083,1906
praxis-mapper,praxis-mapper,,0,2,0.8,0.875,0,3,1,3,0.000083,1906
pws,pws,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
qiita-markdown,qiita-markdown,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
rabbitmq_http_api_client,rabbitmq_http_api_client,,0,2,0.736842,0.821429,0,9,1,36,0.000083,3240
rack-datamapper,rack-datamapper,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
rack-mongoid_adapter,rack-mongoid_adapter,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
rack-multiplexer,rack-multiplexer,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
rails,rails,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
rails-html-sanitizer,rails-html-sanitizer,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
railties,railties,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
rapic,rapic,,0,2,0.8,0.875,0,3,1,3,0.000083,2164
rbzip2,rbzip2,,0,2,0.8,0.875,0,3,1,3,0.000083,2437
readme_spec,readme_spec,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
redis,redis,,0,2,0.8,0.875,0,3,1,3,0.000083,2164
remote_table,remote_table,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
restpack_serializer,restpack_serializer,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
rgen_ext,rgen_ext,,0,2,0.8,0.875,0,3,1,3,0.000083,1317
ruboty,ruboty,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
ruboty-aa,ruboty-aa,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
ruboty-bundler,ruboty-bundler,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
ruboty-github,ruboty-github,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
ruboty-redis,ruboty-redis,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
ruboty-redis-info,ruboty-redis-info,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
ruby-maven,ruby-maven,,0,2,0.933333,0.964286,0,13,1,78,0.000083,554
ruby_info,ruby_info,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
rubycon,rubycon,,0,2,0.8,0.875,0,3,1,3,0.000083,2437
sanity_check,sanity_check,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
savagery,savagery,,0,2,0.8,0.875,0,3,1,3,0.000083,2519
scheman,scheman,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
scheman-rails,scheman-rails,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
serverkit,serverkit,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
set_things,set_things,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
set_things_yml,set_things_yml,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
settings_yml,settings_yml,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
shalmaneser,shalmaneser,,0,2,0.75,0.833333,0,6,1,15,0.000083,3185
shalmaneser-lib,shalmaneser-lib,,0,2,0.75,0.833333,0,6,1,15,0.000083,3185
shalmaneser-rosy,shalmaneser-rosy,,0,2,0.75,0.833333,0,6,1,15,0.000083,3185
signore,signore,,0,2,0.8,0.875,0,3,1,3,0.000083,3210
simple_form,simple_form,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
smarter_csv,smarter_csv,,0,2,0.8,0.875,0,3,1,3,0.000083,2757
sneakers-laces,sneakers-laces,,0,2,0.736842,0.821429,0,9,1,36,0.000083,3240
snort-rule,snort-rule,,0,2,0.8,0.875,0,3,1,3,0.000083,2775
social_tokenizer,social_tokenizer,,0,2,0.75,0.833333,0,6,1,15,0.000083,3185
somemoji,somemoji,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
spitball-client,spitball-client,,0,2,0.8,0.875,0,3,1,3,0.000083,3297
sprockets-traceur,sprockets-traceur,,0,2,0.8,0.875,0,3,1,3,0.000083,3210
staging_interceptor,staging_interceptor,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
state_machines,state_machines,,0,2,0.645161,0.725,0,9,1,36,0.000083,2885
state_machines-activemodel,state_machines-activemodel,,0,2,0.645161,0.725,0,9,1,36,0.000083,2885
state_machines-activemodel-observers,state_machines-activemodel-observers,,0,2,0.645161,0.725,0,9,1,36,0.000083,2885
state_machines-activerecord,state_machines-activerecord,,0,2,0.645161,0.725,0,9,1,36,0.000083,2885
steam-condenser,steam-condenser,,0,2,0.8,0.875,0,3,1,3,0.000083,2437
stretch,stretch,,0,2,0.8,0.875,0,3,1,3,0.000083,1821
strong_parameters,strong_parameters,,0,2,0.914286,0.953125,0,29,1,406,0.000083,155
sun_cap,sun_cap,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
sunzistrano,sunzistrano,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
surface-rb,surface-rb,,0,2,0.933333,0.964286,0,13,1,78,0.000083,3444
sym-crypt,sym-crypt,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
symbolify,symbolify,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
syoboi_calendar,syoboi_calendar,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
to_regexp,to_regexp,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
tobias-rack-webconsole,tobias-rack-webconsole,,0,2,0.8,0.875,0,3,1,3,0.000083,3199
tokenizer,tokenizer,,0,2,0.75,0.833333,0,6,1,15,0.000083,3185
torquebox-webconsole,torquebox-webconsole,,0,2,0.8,0.875,0,3,1,3,0.000083,3199
traceroute,traceroute,,0,2,0.9375,0.966667,0,14,1,91,0.000083,424
traceur-rb,traceur-rb,,0,2,0.8,0.875,0,3,1,3,0.000083,3210
travis-lint,travis-lint,,0,2,0.736842,0.821429,0,9,1,36,0.000083,3240
tray-checkout,tray-checkout,,0,2,0.8,0.875,0,3,1,3,0.000083,3501
twail,twail,,0,2,0.8,0.875,0,3,1,3,0.000083,3297
twurl,twurl,,0,2,0.8,0.875,0,3,1,3,0.000083,3297
typeform-ruby,typeform-ruby,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
unibits,unibits,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
unicode-categories,unicode-categories,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
unicode-display_width,unicode-display_width,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
unicode-emoji,unicode-emoji,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
unicode-name,unicode-name,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
unicode-scripts,unicode-scripts,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
unicode-types,unicode-types,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
uniscribe,uniscribe,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
unix_utils,unix_utils,,0,2,0.756757,0.839286,0,19,1,171,0.000083,1386
vagrant-serverkit-mock,vagrant-serverkit-mock,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
wannabe_bool,wannabe_bool,,0,2,0.8,0.875,0,3,1,3,0.000083,3501
weak_parameters,weak_parameters,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
websocket,websocket,,0,3,0.59375,0.684211,336,15,0.866667,91,0.000083,3541
websocket-rack-noodles,websocket-rack-noodles,,0,2,0.8,0.875,0,3,1,3,0.000083,1635
whirly,whirly,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
win32-taskscheduler,win32-taskscheduler,,0,2,0.8,0.875,0,3,1,3,0.000083,3572
winever,winever,,0,2,0.8,0.875,0,3,1,3,0.000083,3572
wirb,wirb,,0,2,0.918919,0.955882,0,31,1,465,0.000083,3321
wlapi,wlapi,,0,2,0.75,0.833333,0,6,1,15,0.000083,3185
writers-zone,writers-zone,,0,2,0.941176,0.96875,0,15,1,105,0.000083,642
xrc,xrc,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
zassets-plugins-emblem,zassets-plugins-emblem,,0,2,0.8,0.875,0,3,1,3,0.000083,2519
zircon,zircon,,0,2,0.930233,0.9625,0,37,1,666,0.000083,2739
POpen4-mingw,POpen4-mingw,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
ParseTree,ParseTree,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
RubyInline,RubyInline,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
SyslogLogger,SyslogLogger,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
ZenTest,ZenTest,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
action-guard,action-guard,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
acts_as_protocolable,acts_as_protocolable,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
adamsanderson-sexp_path,adamsanderson-sexp_path,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
aef-launchy-opensearch,aef-launchy-opensearch,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
aidir,aidir,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
allsum-client,allsum-client,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
ambition,ambition,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
ar_mailer_service,ar_mailer_service,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
arbi,arbi,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
arel_converter,arel_converter,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
argible,argible,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
aslakhellesoy-png,aslakhellesoy-png,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
assert,assert,,0,2,0.72973,0.814815,0,17,1,136,0.000082,707
assert-rails,assert-rails,,0,2,0.72973,0.814815,0,17,1,136,0.000082,707
async-dns,async-dns,,0,2,0.954545,0.97619,0,20,1,190,0.000082,3455
async-io,async-io,,0,2,0.954545,0.97619,0,20,1,190,0.000082,3455
async-rspec,async-rspec,,0,2,0.954545,0.97619,0,20,1,190,0.000082,3455
authlogic_facebook,authlogic_facebook,,0,2,0.952381,0.975,0,19,1,171,0.000082,497
automate-standard-baseline,automate-standard-baseline,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
autotest,autotest,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
autotest-inotify,autotest-inotify,,0,2,0.954545,0.97619,0,20,1,190,0.000082,3455
aws-edges,aws-edges,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
bio-basespace-sdk,bio-basespace-sdk,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
blackwinter-autotest-notification,blackwinter-autotest-notification,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
brite-api,brite-api,,0,2,0.952381,0.975,0,19,1,171,0.000082,497
bundler-prehistoric,bundler-prehistoric,,0,2,0.934783,0.965116,0,40,1,780,0.000082,2923
byline,byline,,0,2,0.952381,0.975,0,19,1,171,0.000082,497
cap-util,cap-util,,0,2,0.72973,0.814815,0,17,1,136,0.000082,707
cash-addr,cash-addr,,0,4,0.355932,0.490079,0,11,1,55,0.000082,2550
check-age,check-age,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
cleaver_client,cleaver_client,,0,2,0.952381,0.975,0,19,1,171,0.000082,497
cloud_cache,cloud_cache,,0,2,0.952381,0.975,0,19,1,171,0.000082,497
code2html,code2html,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
codeguard,codeguard,,0,4,0.355932,0.490079,0,11,1,55,0.000082,2550
command-dispatcher,command-dispatcher,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
comparison,comparison,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
cowl,cowl,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
cryptocoin_payable,cryptocoin_payable,,0,4,0.355932,0.490079,0,11,1,55,0.000082,2550
csspool-st,csspool-st,,0,2,0.96,0.979167,0,46,1,1035,0.000082,261
cuke4nuke,cuke4nuke,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239
cyberSource_client,cyberSource_client,,0,2,0.938776,0.967391,0,43,1,903,0.000082,3239