task
stringlengths
42
101
input
stringlengths
7
2.13k
output
stringlengths
1
3.07k
options
list
pageTitle
stringlengths
38
132
outputColName
stringlengths
1
108
url
stringlengths
31
165
wdcFile
stringlengths
71
74
8334e283_kipedia__the_free_encyclopedia__Notes
[Name] L_tmpnam [Notes]
The size of a char array which is large enough to store a temporary filename generated by the tmpnam() function
[]
C file input/output - Wikipedia, the free encyclopedia
Notes
https://en.wikipedia.org/wiki/Stdio.h
23/1438042990609.0_20150728002310-00112-ip-10-236-191-2_856446131_2.json
8334e283_kipedia__the_free_encyclopedia__Notes
[Name] NULL [Notes]
A macro expanding to the null pointer constant; that is, a constant representing a pointer value which is guaranteed not to be a valid address of an object in memory
[]
C file input/output - Wikipedia, the free encyclopedia
Notes
https://en.wikipedia.org/wiki/Stdio.h
23/1438042990609.0_20150728002310-00112-ip-10-236-191-2_856446131_2.json
8334e283_kipedia__the_free_encyclopedia__Notes
[Name] SEEK_CUR [Notes]
An integer which may be passed to the fseek() function to request positioning relative to the current file position
[]
C file input/output - Wikipedia, the free encyclopedia
Notes
https://en.wikipedia.org/wiki/Stdio.h
23/1438042990609.0_20150728002310-00112-ip-10-236-191-2_856446131_2.json
8334e283_kipedia__the_free_encyclopedia__Notes
[Name] SEEK_END [Notes]
An integer which may be passed to the fseek() function to request positioning relative to the end of the file
[]
C file input/output - Wikipedia, the free encyclopedia
Notes
https://en.wikipedia.org/wiki/Stdio.h
23/1438042990609.0_20150728002310-00112-ip-10-236-191-2_856446131_2.json
8334e283_kipedia__the_free_encyclopedia__Notes
[Name] SEEK_SET [Notes]
An integer which may be passed to the fseek() function to request positioning relative to the beginning of the file
[]
C file input/output - Wikipedia, the free encyclopedia
Notes
https://en.wikipedia.org/wiki/Stdio.h
23/1438042990609.0_20150728002310-00112-ip-10-236-191-2_856446131_2.json
8334e283_kipedia__the_free_encyclopedia__Notes
[Name] TMP_MAX [Notes]
The maximum number of unique filenames generable by the tmpnam() function; will be at least 25
[]
C file input/output - Wikipedia, the free encyclopedia
Notes
https://en.wikipedia.org/wiki/Stdio.h
23/1438042990609.0_20150728002310-00112-ip-10-236-191-2_856446131_2.json
f631f0f0_kipedia__the_free_encyclopedia_Structural_patterns_Description
[Name] Adapter or Wrapper or Translator [In Design Patterns] Yes [In Code Complete[15]] Yes [Other] N/A [Description]
Convert the interface of a class into another interface clients expect. An adapter lets classes work together that could not otherwise because of incompatible interfaces. The enterprise integration pattern equivalent is the translator.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
23/1438042988930.94_20150728002308-00326-ip-10-236-191-2_865922083_1.json
f631f0f0_kipedia__the_free_encyclopedia_Structural_patterns_Description
[Name] Bridge [In Design Patterns] Yes [In Code Complete[15]] Yes [Other] N/A [Description]
Decouple an abstraction from its implementation allowing the two to vary independently.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
23/1438042988930.94_20150728002308-00326-ip-10-236-191-2_865922083_1.json
f631f0f0_kipedia__the_free_encyclopedia_Structural_patterns_Description
[Name] Composite [In Design Patterns] Yes [In Code Complete[15]] Yes [Other] N/A [Description]
Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
23/1438042988930.94_20150728002308-00326-ip-10-236-191-2_865922083_1.json
f631f0f0_kipedia__the_free_encyclopedia_Structural_patterns_Description
[Name] Decorator [In Design Patterns] Yes [In Code Complete[15]] Yes [Other] N/A [Description]
Attach additional responsibilities to an object dynamically keeping the same interface. Decorators provide a flexible alternative to subclassing for extending functionality.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
23/1438042988930.94_20150728002308-00326-ip-10-236-191-2_865922083_1.json
f631f0f0_kipedia__the_free_encyclopedia_Structural_patterns_Description
[Name] Facade [In Design Patterns] Yes [In Code Complete[15]] Yes [Other] N/A [Description]
Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
23/1438042988930.94_20150728002308-00326-ip-10-236-191-2_865922083_1.json
f631f0f0_kipedia__the_free_encyclopedia_Structural_patterns_Description
[Name] Flyweight [In Design Patterns] Yes [In Code Complete[15]] No [Other] N/A [Description]
Use sharing to support large numbers of similar objects efficiently.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
23/1438042988930.94_20150728002308-00326-ip-10-236-191-2_865922083_1.json
f631f0f0_kipedia__the_free_encyclopedia_Structural_patterns_Description
[Name] Front Controller [In Design Patterns] No [In Code Complete[15]] Yes [Other] N/A [Description]
The pattern relates to the design of Web applications. It provides a centralized entry point for handling requests.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
23/1438042988930.94_20150728002308-00326-ip-10-236-191-2_865922083_1.json
f631f0f0_kipedia__the_free_encyclopedia_Structural_patterns_Description
[Name] Module [In Design Patterns] No [In Code Complete[15]] No [Other] N/A [Description]
Group several related elements, such as classes, singletons, methods, globally used, into a single conceptual entity.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
23/1438042988930.94_20150728002308-00326-ip-10-236-191-2_865922083_1.json
f631f0f0_kipedia__the_free_encyclopedia_Structural_patterns_Description
[Name] Proxy [In Design Patterns] Yes [In Code Complete[15]] No [Other] N/A [Description]
Provide a surrogate or placeholder for another object to control access to it.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
23/1438042988930.94_20150728002308-00326-ip-10-236-191-2_865922083_1.json
f631f0f0_kipedia__the_free_encyclopedia_Structural_patterns_Description
[Name] Twin [18] [In Design Patterns] No [In Code Complete[15]] No [Other] N/A [Description]
Twin allows modeling of multiple inheritance in programming languages that do not support this feature.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
23/1438042988930.94_20150728002308-00326-ip-10-236-191-2_865922083_1.json
a120ea8b_kipedia__the_free_encyclopedia__notes_
[Ancillary Prefix] / [Usage] VE7xxx/7 [notes:]
denotes operator in his/her own call area operating away from primary location
[]
Amateur radio call signs - Wikipedia, the free encyclopedia
notes:
https://en.wikipedia.org/wiki/ITU_prefix_-_amateur_and_experimental_stations
23/1438042988930.94_20150728002308-00047-ip-10-236-191-2_876710446_2.json
a120ea8b_kipedia__the_free_encyclopedia__notes_
[Ancillary Prefix] /P [Usage] VE7xxx/P [notes:]
denotes operator in his/her own call area or country operating away from primary location
[]
Amateur radio call signs - Wikipedia, the free encyclopedia
notes:
https://en.wikipedia.org/wiki/ITU_prefix_-_amateur_and_experimental_stations
23/1438042988930.94_20150728002308-00047-ip-10-236-191-2_876710446_2.json
a120ea8b_kipedia__the_free_encyclopedia__notes_
[Ancillary Prefix] / [Usage] VE7xxx/6, VE7xxx/VE6 [notes:]
operator in another call area operating away from primary location, but within national boundary
[]
Amateur radio call signs - Wikipedia, the free encyclopedia
notes:
https://en.wikipedia.org/wiki/ITU_prefix_-_amateur_and_experimental_stations
23/1438042988930.94_20150728002308-00047-ip-10-236-191-2_876710446_2.json
a120ea8b_kipedia__the_free_encyclopedia__notes_
[Ancillary Prefix] / [Usage] VE7xxx/W7 [notes:]
operator in another call area operating away from primary location, but outside of national boundary
[]
Amateur radio call signs - Wikipedia, the free encyclopedia
notes:
https://en.wikipedia.org/wiki/ITU_prefix_-_amateur_and_experimental_stations
23/1438042988930.94_20150728002308-00047-ip-10-236-191-2_876710446_2.json
a120ea8b_kipedia__the_free_encyclopedia__notes_
[Ancillary Prefix] / [Usage] F/G3xxx [notes:]
operator in another country than that of the primary location
[]
Amateur radio call signs - Wikipedia, the free encyclopedia
notes:
https://en.wikipedia.org/wiki/ITU_prefix_-_amateur_and_experimental_stations
23/1438042988930.94_20150728002308-00047-ip-10-236-191-2_876710446_2.json
a120ea8b_kipedia__the_free_encyclopedia__notes_
[Ancillary Prefix] /M [Usage] VE7xxx/M [notes:]
operator in a mobile setting (e.g. moving, or aboard a land vehicle)
[]
Amateur radio call signs - Wikipedia, the free encyclopedia
notes:
https://en.wikipedia.org/wiki/ITU_prefix_-_amateur_and_experimental_stations
23/1438042988930.94_20150728002308-00047-ip-10-236-191-2_876710446_2.json
a120ea8b_kipedia__the_free_encyclopedia__notes_
[Ancillary Prefix] /MM [Usage] VE7xxx/MM [notes:]
operator in marine mobile setting
[]
Amateur radio call signs - Wikipedia, the free encyclopedia
notes:
https://en.wikipedia.org/wiki/ITU_prefix_-_amateur_and_experimental_stations
23/1438042988930.94_20150728002308-00047-ip-10-236-191-2_876710446_2.json
a120ea8b_kipedia__the_free_encyclopedia__notes_
[Ancillary Prefix] /AM [Usage] VE7xxx/AM [notes:]
operator in aeronautical mobile setting
[]
Amateur radio call signs - Wikipedia, the free encyclopedia
notes:
https://en.wikipedia.org/wiki/ITU_prefix_-_amateur_and_experimental_stations
23/1438042988930.94_20150728002308-00047-ip-10-236-191-2_876710446_2.json
a120ea8b_kipedia__the_free_encyclopedia__notes_
[Ancillary Prefix] /A [Usage] UR1xxx/A [notes:]
operator at a secondary location registered with the licensing authorities
[]
Amateur radio call signs - Wikipedia, the free encyclopedia
notes:
https://en.wikipedia.org/wiki/ITU_prefix_-_amateur_and_experimental_stations
23/1438042988930.94_20150728002308-00047-ip-10-236-191-2_876710446_2.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Video/Video of the Year [2006] Yes [2007] Yes [2008] Yes [2009] Yes [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Aussie [2006] No [2007] No [2008] Yes [2009] Yes [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Kiwi [2006] No [2007] No [2008] Yes [2009] Yes [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Breakthrough [2006] Yes [2007] Yes [2008] Yes [2009] Yes [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Collaboration/Best Hook-Up [2006] No [2007] Yes [2008] No [2009] Yes [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Rock Video [2006] Yes [2007] Yes [2008] No [2009] Yes [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Dance Video [2006] Yes [2007] Yes [2008] No [2009] Yes [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Moves [2006] No [2007] No [2008] No [2009] Yes [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Free Your Mind [2006] Yes [2007] Yes [2008] Yes [2009] Yes [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] International Music Artist of the Year [2006] No [2007] No [2008] Yes [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Video Vanguard Award [2006] No [2007] Yes [2008] No [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Download of the Year [2006] No [2007] Yes [2008] No [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Album of the Year [2006] Yes [2007] Yes [2008] No [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Song of the Year [2006] Yes [2007] No [2008] No [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Hip-Hop Video [2006] Yes [2007] Yes [2008] No [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best R&B Video [2006] Yes [2007] No [2008] No [2009] No [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Pop Video [2006] Yes [2007] Yes [2008] No [2009] No [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Male Artist [2006] Yes [2007] Yes [2008] No [2009] No [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Female Artist [2006] Yes [2007] Yes [2008] No [2009] No [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Group [2006] Yes [2007] Yes [2008] No [2009] No [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Best Dressed Video [2006] No [2007] No [2008] No [2009] No [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Sexiest Video [2006] No [2007] Yes [2008] No [2009] No [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Movie Star Award [2006] No [2007] No [2008] Yes [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Sport's Award [2006] No [2007] No [2008] Yes [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Supernova Award [2006] No [2007] No [2008] No [2009] No [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] VH1 Music First Award [2006] No [2007] No [2008] No [2009] No [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Viewer's Choice (Australia & New Zealand) [2006] Yes [2007] Yes [2008] No [2009] No [2005]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Television Moment Award [2006] No [2007] No [2008] Yes [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Good Karma Award [2006] No [2007] No [2008] Yes [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Bad Karma Award [2006] No [2007] No [2008] Yes [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Live Performer Award [2006] No [2007] No [2008] Yes [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Remake Award [2006] No [2007] No [2008] Yes [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
31df4a86_kipedia__the_free_encyclopedia__2005
[Category] Spankin' New Aussie Artist Award [2006] Yes [2007] No [2008] No [2009] No [2005]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
MTV Australia Awards - Wikipedia, the free encyclopedia
2005
https://en.wikipedia.org/wiki/MTV_Australia_Awards
23/1438042989043.35_20150728002309-00086-ip-10-236-191-2_866879237_1.json
69d478ce_kipedia__the_free_encyclopedia_al_warfare_technology_timeline_Dissemination
[0] 1914 [Agents] Chlorine Chloropicrin Phosgene Mustard gas [Protection] Gas masks, urinated-on gauze [Detection] Smell [Dissemination]
Wind dispersal
[ [ "W", "i", "n", "d", " ", "d", "i", "s", "p", "e", "r", "s", "a", "l" ], [ "C", "h", "e", "m", "i", "c", "a", "l", " ", "s", "h", "e", "l", "l", "s" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "l", "e", "s", " ", "w", "/", " ", "c", "e", "n", "t", "r", "a", "l", " ", "b", "u", "r", "s", "t", "e", "r", "s" ], [ "A", "i", "r", "c", "r", "a", "f", "t", " ", "b", "o", "m", "b", "s" ], [ "M", "i", "s", "s", "i", "l", "e", " ", "w", "a", "r", "h", "e", "a", "d", "s", " ", "S", "p", "r", "a", "y", " ", "t", "a", "n", "k", "s" ], [ "A", "e", "r", "o", "d", "y", "n", "a", "m", "i", "c" ], [ "B", "i", "n", "a", "r", "y", " ", "m", "u", "n", "i", "t", "i", "o", "n", "s" ] ]
Chemical warfare - Wikipedia, the free encyclopedia
Dissemination
https://en.wikipedia.org/wiki/Chemical_warfare
23/1438042988930.94_20150728002308-00044-ip-10-236-191-2_871514930_5.json
69d478ce_kipedia__the_free_encyclopedia_al_warfare_technology_timeline_Dissemination
[0] 1918 [Agents] Lewisite [Protection] Gas mask Rosin oil clothing [Detection] smell of geraniums [Dissemination]
Chemical shells
[ [ "W", "i", "n", "d", " ", "d", "i", "s", "p", "e", "r", "s", "a", "l" ], [ "C", "h", "e", "m", "i", "c", "a", "l", " ", "s", "h", "e", "l", "l", "s" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "l", "e", "s", " ", "w", "/", " ", "c", "e", "n", "t", "r", "a", "l", " ", "b", "u", "r", "s", "t", "e", "r", "s" ], [ "A", "i", "r", "c", "r", "a", "f", "t", " ", "b", "o", "m", "b", "s" ], [ "M", "i", "s", "s", "i", "l", "e", " ", "w", "a", "r", "h", "e", "a", "d", "s", " ", "S", "p", "r", "a", "y", " ", "t", "a", "n", "k", "s" ], [ "A", "e", "r", "o", "d", "y", "n", "a", "m", "i", "c" ], [ "B", "i", "n", "a", "r", "y", " ", "m", "u", "n", "i", "t", "i", "o", "n", "s" ] ]
Chemical warfare - Wikipedia, the free encyclopedia
Dissemination
https://en.wikipedia.org/wiki/Chemical_warfare
23/1438042988930.94_20150728002308-00044-ip-10-236-191-2_871514930_5.json
69d478ce_kipedia__the_free_encyclopedia_al_warfare_technology_timeline_Dissemination
[0] 1920s [Protection] CC-2 clothing [Dissemination]
Projectiles w/ central bursters
[ [ "W", "i", "n", "d", " ", "d", "i", "s", "p", "e", "r", "s", "a", "l" ], [ "C", "h", "e", "m", "i", "c", "a", "l", " ", "s", "h", "e", "l", "l", "s" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "l", "e", "s", " ", "w", "/", " ", "c", "e", "n", "t", "r", "a", "l", " ", "b", "u", "r", "s", "t", "e", "r", "s" ], [ "A", "i", "r", "c", "r", "a", "f", "t", " ", "b", "o", "m", "b", "s" ], [ "M", "i", "s", "s", "i", "l", "e", " ", "w", "a", "r", "h", "e", "a", "d", "s", " ", "S", "p", "r", "a", "y", " ", "t", "a", "n", "k", "s" ], [ "A", "e", "r", "o", "d", "y", "n", "a", "m", "i", "c" ], [ "B", "i", "n", "a", "r", "y", " ", "m", "u", "n", "i", "t", "i", "o", "n", "s" ] ]
Chemical warfare - Wikipedia, the free encyclopedia
Dissemination
https://en.wikipedia.org/wiki/Chemical_warfare
23/1438042988930.94_20150728002308-00044-ip-10-236-191-2_871514930_5.json
69d478ce_kipedia__the_free_encyclopedia_al_warfare_technology_timeline_Dissemination
[0] 1930s [Agents] G-series nerve agents [Detection] Blister agent detectors Color change paper [Dissemination]
Aircraft bombs
[ [ "W", "i", "n", "d", " ", "d", "i", "s", "p", "e", "r", "s", "a", "l" ], [ "C", "h", "e", "m", "i", "c", "a", "l", " ", "s", "h", "e", "l", "l", "s" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "l", "e", "s", " ", "w", "/", " ", "c", "e", "n", "t", "r", "a", "l", " ", "b", "u", "r", "s", "t", "e", "r", "s" ], [ "A", "i", "r", "c", "r", "a", "f", "t", " ", "b", "o", "m", "b", "s" ], [ "M", "i", "s", "s", "i", "l", "e", " ", "w", "a", "r", "h", "e", "a", "d", "s", " ", "S", "p", "r", "a", "y", " ", "t", "a", "n", "k", "s" ], [ "A", "e", "r", "o", "d", "y", "n", "a", "m", "i", "c" ], [ "B", "i", "n", "a", "r", "y", " ", "m", "u", "n", "i", "t", "i", "o", "n", "s" ] ]
Chemical warfare - Wikipedia, the free encyclopedia
Dissemination
https://en.wikipedia.org/wiki/Chemical_warfare
23/1438042988930.94_20150728002308-00044-ip-10-236-191-2_871514930_5.json
69d478ce_kipedia__the_free_encyclopedia_al_warfare_technology_timeline_Dissemination
[0] 1940s [Protection] Protective ointment (mustard) Collective protection Gas mask w/ Whetlerite [Dissemination]
Missile warheads Spray tanks
[ [ "W", "i", "n", "d", " ", "d", "i", "s", "p", "e", "r", "s", "a", "l" ], [ "C", "h", "e", "m", "i", "c", "a", "l", " ", "s", "h", "e", "l", "l", "s" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "l", "e", "s", " ", "w", "/", " ", "c", "e", "n", "t", "r", "a", "l", " ", "b", "u", "r", "s", "t", "e", "r", "s" ], [ "A", "i", "r", "c", "r", "a", "f", "t", " ", "b", "o", "m", "b", "s" ], [ "M", "i", "s", "s", "i", "l", "e", " ", "w", "a", "r", "h", "e", "a", "d", "s", " ", "S", "p", "r", "a", "y", " ", "t", "a", "n", "k", "s" ], [ "A", "e", "r", "o", "d", "y", "n", "a", "m", "i", "c" ], [ "B", "i", "n", "a", "r", "y", " ", "m", "u", "n", "i", "t", "i", "o", "n", "s" ] ]
Chemical warfare - Wikipedia, the free encyclopedia
Dissemination
https://en.wikipedia.org/wiki/Chemical_warfare
23/1438042988930.94_20150728002308-00044-ip-10-236-191-2_871514930_5.json
69d478ce_kipedia__the_free_encyclopedia_al_warfare_technology_timeline_Dissemination
[0] 1960s [Agents] V-series nerve agents [Protection] Gas mask w/ water supply [Detection] Nerve gas alarm [Dissemination]
Aerodynamic
[ [ "W", "i", "n", "d", " ", "d", "i", "s", "p", "e", "r", "s", "a", "l" ], [ "C", "h", "e", "m", "i", "c", "a", "l", " ", "s", "h", "e", "l", "l", "s" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "l", "e", "s", " ", "w", "/", " ", "c", "e", "n", "t", "r", "a", "l", " ", "b", "u", "r", "s", "t", "e", "r", "s" ], [ "A", "i", "r", "c", "r", "a", "f", "t", " ", "b", "o", "m", "b", "s" ], [ "M", "i", "s", "s", "i", "l", "e", " ", "w", "a", "r", "h", "e", "a", "d", "s", " ", "S", "p", "r", "a", "y", " ", "t", "a", "n", "k", "s" ], [ "A", "e", "r", "o", "d", "y", "n", "a", "m", "i", "c" ], [ "B", "i", "n", "a", "r", "y", " ", "m", "u", "n", "i", "t", "i", "o", "n", "s" ] ]
Chemical warfare - Wikipedia, the free encyclopedia
Dissemination
https://en.wikipedia.org/wiki/Chemical_warfare
23/1438042988930.94_20150728002308-00044-ip-10-236-191-2_871514930_5.json
69d478ce_kipedia__the_free_encyclopedia_al_warfare_technology_timeline_Dissemination
[0] 1980s [Protection] Improved gas masks (protection, fit, comfort) [Detection] Laser detection [Dissemination]
Binary munitions
[ [ "W", "i", "n", "d", " ", "d", "i", "s", "p", "e", "r", "s", "a", "l" ], [ "C", "h", "e", "m", "i", "c", "a", "l", " ", "s", "h", "e", "l", "l", "s" ], [ "P", "r", "o", "j", "e", "c", "t", "i", "l", "e", "s", " ", "w", "/", " ", "c", "e", "n", "t", "r", "a", "l", " ", "b", "u", "r", "s", "t", "e", "r", "s" ], [ "A", "i", "r", "c", "r", "a", "f", "t", " ", "b", "o", "m", "b", "s" ], [ "M", "i", "s", "s", "i", "l", "e", " ", "w", "a", "r", "h", "e", "a", "d", "s", " ", "S", "p", "r", "a", "y", " ", "t", "a", "n", "k", "s" ], [ "A", "e", "r", "o", "d", "y", "n", "a", "m", "i", "c" ], [ "B", "i", "n", "a", "r", "y", " ", "m", "u", "n", "i", "t", "i", "o", "n", "s" ] ]
Chemical warfare - Wikipedia, the free encyclopedia
Dissemination
https://en.wikipedia.org/wiki/Chemical_warfare
23/1438042988930.94_20150728002308-00044-ip-10-236-191-2_871514930_5.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Vitamin K deficiency or warfarin [Prothrombin time] Prolonged [Partial thromboplastin time] Normal or mildly prolonged [Platelet count] Unaffected [Bleeding time]
Unaffected
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Disseminated intravascular coagulation [Prothrombin time] Prolonged [Partial thromboplastin time] Prolonged [Platelet count] Decreased [Bleeding time]
Prolonged
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Von Willebrand disease [Prothrombin time] Unaffected [Partial thromboplastin time] Prolonged or unaffected [Platelet count] Unaffected [Bleeding time]
Prolonged
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Hemophilia [Prothrombin time] Unaffected [Partial thromboplastin time] Prolonged [Platelet count] Unaffected [Bleeding time]
Unaffected
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Aspirin [Prothrombin time] Unaffected [Partial thromboplastin time] Unaffected [Platelet count] Unaffected [Bleeding time]
Prolonged
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Thrombocytopenia [Prothrombin time] Unaffected [Partial thromboplastin time] Unaffected [Platelet count] Decreased [Bleeding time]
Prolonged
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Liver failure, early [Prothrombin time] Prolonged [Partial thromboplastin time] Unaffected [Platelet count] Unaffected [Bleeding time]
Unaffected
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Liver failure, end-stage [Prothrombin time] Prolonged [Partial thromboplastin time] Prolonged [Platelet count] Decreased [Bleeding time]
Prolonged
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Uremia [Prothrombin time] Unaffected [Partial thromboplastin time] Unaffected [Platelet count] Unaffected [Bleeding time]
Prolonged
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Congenital afibrinogenemia [Prothrombin time] Prolonged [Partial thromboplastin time] Prolonged [Platelet count] Unaffected [Bleeding time]
Prolonged
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Factor V deficiency [Prothrombin time] Prolonged [Partial thromboplastin time] Prolonged [Platelet count] Unaffected [Bleeding time]
Unaffected
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Factor X deficiency as seen in amyloid purpura [Prothrombin time] Prolonged [Partial thromboplastin time] Prolonged [Platelet count] Unaffected [Bleeding time]
Unaffected
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Glanzmann's thrombasthenia [Prothrombin time] Unaffected [Partial thromboplastin time] Unaffected [Platelet count] Unaffected [Bleeding time]
Prolonged
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Bernard-Soulier syndrome [Prothrombin time] Unaffected [Partial thromboplastin time] Unaffected [Platelet count] Decreased or unaffected [Bleeding time]
Prolonged
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] Factor XII deficiency [Prothrombin time] Unaffected [Partial thromboplastin time] Prolonged [Platelet count] Unaffected [Bleeding time]
Unaffected
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
54976fa7_kipedia__the_free_encyclopedia__coagulation_disorders__V___T__Bleeding_time
[Condition] C1INH deficiency [Prothrombin time] Unaffected [Partial thromboplastin time] Shortened [Platelet count] Unaffected [Bleeding time]
Unaffected
[ [ "U", "n", "a", "f", "f", "e", "c", "t", "e", "d" ], [ "P", "r", "o", "l", "o", "n", "g", "e", "d" ] ]
Bleeding diathesis - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bleeding_diathesis
23/1438042989043.35_20150728002309-00341-ip-10-236-191-2_880156070_3.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] ABC [Cache [Note 17]] No [Web seeding [Note 18]] Yes [Broad-catching (RSS)] No [Prioritization] Yes [Selective downloads] No [Sequential downloading] No [SOCKS] No [Tracker exchange [70]] No [Remote control via web] Yes [Auto updates] No [Reviews and Comments] No [Search engine]
Separate download
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] Acquisition [Cache [Note 17]] No [Web seeding [Note 18]] No [Broad-catching (RSS)] No [Prioritization] No [Selective downloads] No [Sequential downloading] No [SOCKS] No [Tracker exchange [70]] No [Remote control via web] No [Auto updates] No [Reviews and Comments] No [Notes] 3 torrents max, infinity when registered [Search engine]
No
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] BitComet [Cache [Note 17]] Yes [Web seeding [Note 18]] Yes[71] [Broad-catching (RSS)] Beta [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] Yes[Note 19] [SOCKS] Yes [Tracker exchange [70]] No [Remote control via web] Yes [Auto updates] Yes [Reviews and Comments] No [Notes] Portable version available [Search engine]
Built-in Web browser
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] BitLet [Cache [Note 17]] No [Web seeding [Note 18]] No [Broad-catching (RSS)] No [Prioritization] No [Selective downloads] No [Sequential downloading] No [SOCKS] No [Tracker exchange [70]] No [Remote control via web] No [Auto updates] Yes [Reviews and Comments] No [Search engine]
No
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] BitLord [Cache [Note 17]] Yes [Web seeding [Note 18]] No [Broad-catching (RSS)] Yes [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] No [SOCKS] Yes [Tracker exchange [70]] No [Remote control via web] No [Auto updates] Yes [Reviews and Comments] No [Search engine]
Built-in Web browser
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] BitTornado [Cache [Note 17]] Yes [Web seeding [Note 18]] Yes [Broad-catching (RSS)] No [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] No [SOCKS] No [Tracker exchange [70]] No [Remote control via web] No [Auto updates] via PMS [Reviews and Comments] No [Search engine]
No
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] BitTorrent 5, Mainline [Cache [Note 17]] No [Web seeding [Note 18]] Yes [Broad-catching (RSS)] No [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] No [SOCKS] No [Tracker exchange [70]] No [Remote control via web] No [Auto updates] Yes [Reviews and Comments] No [Search engine]
Yes
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] BitTorrent 6 [Cache [Note 17]] Yes [Web seeding [Note 18]] Yes [Broad-catching (RSS)] Yes [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] Yes [SOCKS] Yes [Tracker exchange [70]] No [Remote control via web] Yes [Auto updates] Yes [Reviews and Comments] Yes [Search engine]
Yes
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] BitTyrant [Cache [Note 17]] Yes [Web seeding [Note 18]] Yes[72] [Broad-catching (RSS)] Plugin [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] No [SOCKS] Yes [Tracker exchange [70]] No [Remote control via web] Plugin[Note 20] [Auto updates] Yes [Reviews and Comments] No [Notes] Upload priority optimized according to a series of research papers [Search engine]
3rd party plugins
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] Blog Torrent [Cache [Note 17]] No [Web seeding [Note 18]] No [Broad-catching (RSS)] No [Prioritization] No [Selective downloads] No [Sequential downloading] No [SOCKS] No [Tracker exchange [70]] No [Remote control via web] No [Auto updates] No [Reviews and Comments] No [Search engine]
No
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] Deluge [Cache [Note 17]] Yes [Web seeding [Note 18]] No [Broad-catching (RSS)] Plugin [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] No [SOCKS] Yes [Tracker exchange [70]] No [Remote control via web] Yes [Auto updates] via PMS [Reviews and Comments] No [Search engine]
No
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] FlashGet [Cache [Note 17]] No [Web seeding [Note 18]] No [Broad-catching (RSS)] No [Prioritization] No [Selective downloads] No [Sequential downloading] No [SOCKS] No [Tracker exchange [70]] No [Remote control via web] No [Auto updates] No [Reviews and Comments] No [Notes] FlashGet (standalone application) is not FlashGot (Firefox Addon) [Search engine]
No
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] Free Download Manager [Cache [Note 17]] No [Web seeding [Note 18]] No [Broad-catching (RSS)] No [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] No [SOCKS] No [Tracker exchange [70]] No [Remote control via web] Yes [Auto updates] Optional [Reviews and Comments] No [Search engine]
No
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] KTorrent [Cache [Note 17]] Yes [Web seeding [Note 18]] Yes [Broad-catching (RSS)] Yes [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] Yes [SOCKS] Yes [Tracker exchange [70]] No [Remote control via web] Yes [Auto updates] via PMS [Reviews and Comments] No [Search engine]
Built-in Web browser
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] LimeWire [Cache [Note 17]] Yes [Web seeding [Note 18]] Yes [Broad-catching (RSS)] No [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] No [SOCKS] Yes [Tracker exchange [70]] No [Remote control via web] No [Auto updates] Yes [Reviews and Comments] No [Search engine]
No
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] Meerkat Bittorrent Client [Cache [Note 17]] Yes [Web seeding [Note 18]] No [Broad-catching (RSS)] No [Prioritization] No [Selective downloads] No [Sequential downloading] No [SOCKS] No [Tracker exchange [70]] No [Remote control via web] No [Auto updates] No [Reviews and Comments] No [Search engine]
No
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] MLDonkey [Cache [Note 17]] Yes [Web seeding [Note 18]] No [Broad-catching (RSS)] 3rd party bash script [Prioritization] Yes [Selective downloads] No [Sequential downloading] No [SOCKS] No[73] [Tracker exchange [70]] No [Remote control via web] Yes [Auto updates] via PMS [Reviews and Comments] No [Search engine]
Built-in Web browser
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] µTorrent [Cache [Note 17]] Yes [Web seeding [Note 18]] Yes[74] [Broad-catching (RSS)] Yes[75] [Prioritization] Yes[76] [Selective downloads] Yes [Sequential downloading] Yes[Note 21] [SOCKS] Yes [Tracker exchange [70]] No [Remote control via web] Yes [Auto updates] Yes [Reviews and Comments] Yes [Search engine]
Yes
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json
d06951f3_kipedia__the_free_encyclopedia__Search_engine
[BitTorrent client] OneSwarm [Cache [Note 17]] Yes [Web seeding [Note 18]] Yes [Broad-catching (RSS)] No [Prioritization] Yes [Selective downloads] Yes [Sequential downloading] No [SOCKS] Yes [Tracker exchange [70]] No [Remote control via web] No [Auto updates] Yes [Reviews and Comments] No [Notes] has all BitTyrant features [Search engine]
No
[ [ "S", "e", "p", "a", "r", "a", "t", "e", " ", "d", "o", "w", "n", "l", "o", "a", "d" ], [ "N", "o" ], [ "B", "u", "i", "l", "t", "-", "i", "n", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "Y", "e", "s" ], [ "3", "r", "d", " ", "p", "a", "r", "t", "y", " ", "p", "l", "u", "g", "i", "n", "s" ], [ "b", "u", "i", "l", "t", "-", "i", "n", "t", "o", " ", "W", "e", "b", " ", "b", "r", "o", "w", "s", "e", "r" ], [ "S", "e", "a", "r", "c", "h", " ", "e", "n", "g", "i", "n", "e" ] ]
Comparison of BitTorrent clients - Wikipedia, the free encyclopedia
Search engine
https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_software
23/1438042988930.94_20150728002308-00260-ip-10-236-191-2_857396354_4.json