task
stringlengths
42
101
input
stringlengths
7
2.13k
output
stringlengths
1
3.07k
options
sequence
pageTitle
stringlengths
38
132
outputColName
stringlengths
1
108
url
stringlengths
31
165
wdcFile
stringlengths
71
74
d4e6759e_kipedia__the_free_encyclopedia_Structural_patterns_Name
[Description] Use sharing to support large numbers of similar objects efficiently. [In Design Patterns] Yes [In Code Complete[15]] No [Other] N/A [Name]
Flyweight
[ [ "A", "d", "a", "p", "t", "e", "r", " ", "o", "r", " ", "W", "r", "a", "p", "p", "e", "r", " ", "o", "r", " ", "T", "r", "a", "n", "s", "l", "a", "t", "o", "r" ], [ "B", "r", "i", "d", "g", "e" ], [ "C", "o", "m", "p", "o", "s", "i", "t", "e" ], [ "D", "e", "c", "o", "r", "a", "t", "o", "r" ], [ "F", "a", "c", "a", "d", "e" ], [ "F", "l", "y", "w", "e", "i", "g", "h", "t" ], [ "F", "r", "o", "n", "t", " ", "C", "o", "n", "t", "r", "o", "l", "l", "e", "r" ], [ "M", "o", "d", "u", "l", "e" ], [ "P", "r", "o", "x", "y" ], [ "T", "w", "i", "n", " ", "[", "1", "8", "]" ] ]
Software design pattern - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_1.json
d4e6759e_kipedia__the_free_encyclopedia_Structural_patterns_Name
[Description] The pattern relates to the design of Web applications. It provides a centralized entry point for handling requests. [In Design Patterns] No [In Code Complete[15]] Yes [Other] N/A [Name]
Front Controller
[ [ "A", "d", "a", "p", "t", "e", "r", " ", "o", "r", " ", "W", "r", "a", "p", "p", "e", "r", " ", "o", "r", " ", "T", "r", "a", "n", "s", "l", "a", "t", "o", "r" ], [ "B", "r", "i", "d", "g", "e" ], [ "C", "o", "m", "p", "o", "s", "i", "t", "e" ], [ "D", "e", "c", "o", "r", "a", "t", "o", "r" ], [ "F", "a", "c", "a", "d", "e" ], [ "F", "l", "y", "w", "e", "i", "g", "h", "t" ], [ "F", "r", "o", "n", "t", " ", "C", "o", "n", "t", "r", "o", "l", "l", "e", "r" ], [ "M", "o", "d", "u", "l", "e" ], [ "P", "r", "o", "x", "y" ], [ "T", "w", "i", "n", " ", "[", "1", "8", "]" ] ]
Software design pattern - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_1.json
d4e6759e_kipedia__the_free_encyclopedia_Structural_patterns_Name
[Description] Group several related elements, such as classes, singletons, methods, globally used, into a single conceptual entity. [In Design Patterns] No [In Code Complete[15]] No [Other] N/A [Name]
Module
[ [ "A", "d", "a", "p", "t", "e", "r", " ", "o", "r", " ", "W", "r", "a", "p", "p", "e", "r", " ", "o", "r", " ", "T", "r", "a", "n", "s", "l", "a", "t", "o", "r" ], [ "B", "r", "i", "d", "g", "e" ], [ "C", "o", "m", "p", "o", "s", "i", "t", "e" ], [ "D", "e", "c", "o", "r", "a", "t", "o", "r" ], [ "F", "a", "c", "a", "d", "e" ], [ "F", "l", "y", "w", "e", "i", "g", "h", "t" ], [ "F", "r", "o", "n", "t", " ", "C", "o", "n", "t", "r", "o", "l", "l", "e", "r" ], [ "M", "o", "d", "u", "l", "e" ], [ "P", "r", "o", "x", "y" ], [ "T", "w", "i", "n", " ", "[", "1", "8", "]" ] ]
Software design pattern - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_1.json
d4e6759e_kipedia__the_free_encyclopedia_Structural_patterns_Name
[Description] Provide a surrogate or placeholder for another object to control access to it. [In Design Patterns] Yes [In Code Complete[15]] No [Other] N/A [Name]
Proxy
[ [ "A", "d", "a", "p", "t", "e", "r", " ", "o", "r", " ", "W", "r", "a", "p", "p", "e", "r", " ", "o", "r", " ", "T", "r", "a", "n", "s", "l", "a", "t", "o", "r" ], [ "B", "r", "i", "d", "g", "e" ], [ "C", "o", "m", "p", "o", "s", "i", "t", "e" ], [ "D", "e", "c", "o", "r", "a", "t", "o", "r" ], [ "F", "a", "c", "a", "d", "e" ], [ "F", "l", "y", "w", "e", "i", "g", "h", "t" ], [ "F", "r", "o", "n", "t", " ", "C", "o", "n", "t", "r", "o", "l", "l", "e", "r" ], [ "M", "o", "d", "u", "l", "e" ], [ "P", "r", "o", "x", "y" ], [ "T", "w", "i", "n", " ", "[", "1", "8", "]" ] ]
Software design pattern - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_1.json
d4e6759e_kipedia__the_free_encyclopedia_Structural_patterns_Name
[Description] Twin allows modeling of multiple inheritance in programming languages that do not support this feature. [In Design Patterns] No [In Code Complete[15]] No [Other] N/A [Name]
Twin [18]
[ [ "A", "d", "a", "p", "t", "e", "r", " ", "o", "r", " ", "W", "r", "a", "p", "p", "e", "r", " ", "o", "r", " ", "T", "r", "a", "n", "s", "l", "a", "t", "o", "r" ], [ "B", "r", "i", "d", "g", "e" ], [ "C", "o", "m", "p", "o", "s", "i", "t", "e" ], [ "D", "e", "c", "o", "r", "a", "t", "o", "r" ], [ "F", "a", "c", "a", "d", "e" ], [ "F", "l", "y", "w", "e", "i", "g", "h", "t" ], [ "F", "r", "o", "n", "t", " ", "C", "o", "n", "t", "r", "o", "l", "l", "e", "r" ], [ "M", "o", "d", "u", "l", "e" ], [ "P", "r", "o", "x", "y" ], [ "T", "w", "i", "n", " ", "[", "1", "8", "]" ] ]
Software design pattern - Wikipedia, the free encyclopedia
Name
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_1.json
79665a6d_kipedia__the_free_encyclopedia__Duty
[Office] Commandant [Elected/ Appointed] Elected [Duty]
Sits as Chair for Meetings, Official Representative of Canton to outside persons and organizations and see that the program is planned in advance
[]
Independent Order of Odd Fellows - Wikipedia, the free encyclopedia
Duty
https://en.wikipedia.org/wiki/Independent_Order_of_Odd_Fellows
31/1438042989018.48_20150728002309-00200-ip-10-236-191-2_880453737_5.json
79665a6d_kipedia__the_free_encyclopedia__Duty
[Office] Ensign [Elected/ Appointed] Elected [Duty]
Examine members prior to opening and assist Commandant and Lieutenant
[]
Independent Order of Odd Fellows - Wikipedia, the free encyclopedia
Duty
https://en.wikipedia.org/wiki/Independent_Order_of_Odd_Fellows
31/1438042989018.48_20150728002309-00200-ip-10-236-191-2_880453737_5.json
79665a6d_kipedia__the_free_encyclopedia__Duty
[Office] Clerk/Accountant [Elected/ Appointed] Elected [Duty]
Records minutes at meetings, files necessary paper work, sends and receives communications.
[]
Independent Order of Odd Fellows - Wikipedia, the free encyclopedia
Duty
https://en.wikipedia.org/wiki/Independent_Order_of_Odd_Fellows
31/1438042989018.48_20150728002309-00200-ip-10-236-191-2_880453737_5.json
79665a6d_kipedia__the_free_encyclopedia__Duty
[Office] Chaplain [Elected/ Appointed] Appointed [Duty]
Leads opening and closing prayer
[]
Independent Order of Odd Fellows - Wikipedia, the free encyclopedia
Duty
https://en.wikipedia.org/wiki/Independent_Order_of_Odd_Fellows
31/1438042989018.48_20150728002309-00200-ip-10-236-191-2_880453737_5.json
79665a6d_kipedia__the_free_encyclopedia__Duty
[Office] Color Bearer [Elected/ Appointed] Appointed [Duty]
Oversees flags and proper presentation of such
[]
Independent Order of Odd Fellows - Wikipedia, the free encyclopedia
Duty
https://en.wikipedia.org/wiki/Independent_Order_of_Odd_Fellows
31/1438042989018.48_20150728002309-00200-ip-10-236-191-2_880453737_5.json
79665a6d_kipedia__the_free_encyclopedia__Duty
[Office] Musician (Optional) [Elected/ Appointed] Appointed [Duty]
Play all required music and accompaniment during meetings and ceremonies.
[]
Independent Order of Odd Fellows - Wikipedia, the free encyclopedia
Duty
https://en.wikipedia.org/wiki/Independent_Order_of_Odd_Fellows
31/1438042989018.48_20150728002309-00200-ip-10-236-191-2_880453737_5.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
227f8c58_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" ] ]
Bernard–Soulier syndrome - Wikipedia, the free encyclopedia
Bleeding time
https://en.wikipedia.org/wiki/Bernard-Soulier_syndrome
31/1438042988924.75_20150728002308-00027-ip-10-236-191-2_868073961_2.json
8105bf9b_kipedia__the_free_encyclopedia__Tracks
[Album] Side A [Year] 1989 [Label] Ivory Music, Inc [Tracks]
Di Pa Huli Eva Marie Love Will Find A Way Love That Was Still A Mystery Windows Of Our Souls Can't You Love Me Anymore Heart For Another Love Love's Bound In Time Forever Stay
[]
Side A - Wikipedia, the free encyclopedia
Tracks
https://en.wikipedia.org/wiki/Side_A_(band)
31/1438042989018.48_20150728002309-00324-ip-10-236-191-2_861045512_3.json
8105bf9b_kipedia__the_free_encyclopedia__Tracks
[Album] White Album [Year] 1991 [Label] Vicor Music [Tracks]
Hold On I Will Always Stay Only You There Will Never Be Another Lahat May Pag-Asa Time To Let Go I'll Be There Chances Are Samahan Mo Ako
[]
Side A - Wikipedia, the free encyclopedia
Tracks
https://en.wikipedia.org/wiki/Side_A_(band)
31/1438042989018.48_20150728002309-00324-ip-10-236-191-2_861045512_3.json
8105bf9b_kipedia__the_free_encyclopedia__Tracks
[Album] Blue Album [Year] 1993 [Label] Vicor Music [Tracks]
Tuloy Pa Rin Ako Love is Here To Stay Sana Naman I'll Be Seeing You Again Pangako Love Isn't Hard To Find Only You The Prelude Don't Stop Believing
[]
Side A - Wikipedia, the free encyclopedia
Tracks
https://en.wikipedia.org/wiki/Side_A_(band)
31/1438042989018.48_20150728002309-00324-ip-10-236-191-2_861045512_3.json
8105bf9b_kipedia__the_free_encyclopedia__Tracks
[Album] By Your Side [Year] 1995 [Label] Warner Music [Tracks]
Set You Free True Love Can Always Wait You and I So Many Questions By Your Side Open Your Eyes Forevermore Tell Me
[]
Side A - Wikipedia, the free encyclopedia
Tracks
https://en.wikipedia.org/wiki/Side_A_(band)
31/1438042989018.48_20150728002309-00324-ip-10-236-191-2_861045512_3.json
8105bf9b_kipedia__the_free_encyclopedia__Tracks
[Album] Side A 12 [Year] 1997 [Label] Warner Music [Tracks]
The Girl Is So Right For Me Endlessly Just Wanna Make You Happy Always There Don't Get Me Started Wala Nang Iba Forever Starts Today Can't Keep This Feeling In All This Time (feat. Sharon Cuneta) Breakaway
[]
Side A - Wikipedia, the free encyclopedia
Tracks
https://en.wikipedia.org/wiki/Side_A_(band)
31/1438042989018.48_20150728002309-00324-ip-10-236-191-2_861045512_3.json
8105bf9b_kipedia__the_free_encyclopedia__Tracks
[Album] Ang Ating Awitin [Year] 1998 [Label] Warner Music [Tracks]
Ang Aking Awitin Let The Pain Remain Iduyan Mo Pinay Habang May Buhay Manila Sa Ugoy Ng Duyan Anak Forevermore (feat. ELKE and MIRA SAISON of Toy Symphony)
[]
Side A - Wikipedia, the free encyclopedia
Tracks
https://en.wikipedia.org/wiki/Side_A_(band)
31/1438042989018.48_20150728002309-00324-ip-10-236-191-2_861045512_3.json
8105bf9b_kipedia__the_free_encyclopedia__Tracks
[Album] Will I Ever... [Year] 2000 [Label] Warner Music [Tracks]
Will I Ever If Only Still The One 'Till Falling In Love With Marilyn I Accept I Still Cry Clara's Eyes One Wish I Wanna Love You
[]
Side A - Wikipedia, the free encyclopedia
Tracks
https://en.wikipedia.org/wiki/Side_A_(band)
31/1438042989018.48_20150728002309-00324-ip-10-236-191-2_861045512_3.json
8105bf9b_kipedia__the_free_encyclopedia__Tracks
[Album] Titanium [Year] 2003 [Label] PolyEast Records [Tracks]
Dream On Love is Another Fragile Break My Heart Again Don't Let The World Win Nais Ko With You When I C U 2NYT Make Believe I Surrender
[]
Side A - Wikipedia, the free encyclopedia
Tracks
https://en.wikipedia.org/wiki/Side_A_(band)
31/1438042989018.48_20150728002309-00324-ip-10-236-191-2_861045512_3.json
8105bf9b_kipedia__the_free_encyclopedia__Tracks
[Album] Only One [Year] 2009 [Label] MCA Music, Inc. [Tracks]
Only One Kung Wala Ka Na Just Wanna Be With You That’s Okay Tila Fallin' Something’s Missing Can’t You See Where Do I Go? Save Me Die Just A Little
[]
Side A - Wikipedia, the free encyclopedia
Tracks
https://en.wikipedia.org/wiki/Side_A_(band)
31/1438042989018.48_20150728002309-00324-ip-10-236-191-2_861045512_3.json
117b7ee6_kipedia__the_free_encyclopedia_Defense_NFL_rank
[Category] Total yards [Value] 290.8 YPG [NFL rank]
2nd
[ [ "2", "n", "d" ], [ "3", "r", "d" ], [ "1", "s", "t" ], [ "4", "t", "h" ], [ "7", "t", "h" ], [ "T", "−", "1", "s", "t" ], [ "1", "3", "t", "h" ] ]
2012 Denver Broncos season - Wikipedia, the free encyclopedia
NFL rank
https://en.wikipedia.org/wiki/2012_Denver_Broncos_season
31/1438042988924.75_20150728002308-00174-ip-10-236-191-2_882403339_69.json
117b7ee6_kipedia__the_free_encyclopedia_Defense_NFL_rank
[Category] Rushing yards [Value] 91.1 YPG [NFL rank]
3rd
[ [ "2", "n", "d" ], [ "3", "r", "d" ], [ "1", "s", "t" ], [ "4", "t", "h" ], [ "7", "t", "h" ], [ "T", "−", "1", "s", "t" ], [ "1", "3", "t", "h" ] ]
2012 Denver Broncos season - Wikipedia, the free encyclopedia
NFL rank
https://en.wikipedia.org/wiki/2012_Denver_Broncos_season
31/1438042988924.75_20150728002308-00174-ip-10-236-191-2_882403339_69.json
117b7ee6_kipedia__the_free_encyclopedia_Defense_NFL_rank
[Category] Passing yards [Value] 199.6 YPG [NFL rank]
3rd
[ [ "2", "n", "d" ], [ "3", "r", "d" ], [ "1", "s", "t" ], [ "4", "t", "h" ], [ "7", "t", "h" ], [ "T", "−", "1", "s", "t" ], [ "1", "3", "t", "h" ] ]
2012 Denver Broncos season - Wikipedia, the free encyclopedia
NFL rank
https://en.wikipedia.org/wiki/2012_Denver_Broncos_season
31/1438042988924.75_20150728002308-00174-ip-10-236-191-2_882403339_69.json
117b7ee6_kipedia__the_free_encyclopedia_Defense_NFL_rank
[Category] Yards per play [Value] 4.6 [NFL rank]
1st
[ [ "2", "n", "d" ], [ "3", "r", "d" ], [ "1", "s", "t" ], [ "4", "t", "h" ], [ "7", "t", "h" ], [ "T", "−", "1", "s", "t" ], [ "1", "3", "t", "h" ] ]
2012 Denver Broncos season - Wikipedia, the free encyclopedia
NFL rank
https://en.wikipedia.org/wiki/2012_Denver_Broncos_season
31/1438042988924.75_20150728002308-00174-ip-10-236-191-2_882403339_69.json
117b7ee6_kipedia__the_free_encyclopedia_Defense_NFL_rank
[Category] Scoring [Value] 18.1 PPG [NFL rank]
4th
[ [ "2", "n", "d" ], [ "3", "r", "d" ], [ "1", "s", "t" ], [ "4", "t", "h" ], [ "7", "t", "h" ], [ "T", "−", "1", "s", "t" ], [ "1", "3", "t", "h" ] ]
2012 Denver Broncos season - Wikipedia, the free encyclopedia
NFL rank
https://en.wikipedia.org/wiki/2012_Denver_Broncos_season
31/1438042988924.75_20150728002308-00174-ip-10-236-191-2_882403339_69.json
117b7ee6_kipedia__the_free_encyclopedia_Defense_NFL_rank
[Category] Pass completions [Value] 321/559 (.574) [NFL rank]
7th
[ [ "2", "n", "d" ], [ "3", "r", "d" ], [ "1", "s", "t" ], [ "4", "t", "h" ], [ "7", "t", "h" ], [ "T", "−", "1", "s", "t" ], [ "1", "3", "t", "h" ] ]
2012 Denver Broncos season - Wikipedia, the free encyclopedia
NFL rank
https://en.wikipedia.org/wiki/2012_Denver_Broncos_season
31/1438042988924.75_20150728002308-00174-ip-10-236-191-2_882403339_69.json
117b7ee6_kipedia__the_free_encyclopedia_Defense_NFL_rank
[Category] Third downs [Value] 66/216 (.306) [NFL rank]
1st
[ [ "2", "n", "d" ], [ "3", "r", "d" ], [ "1", "s", "t" ], [ "4", "t", "h" ], [ "7", "t", "h" ], [ "T", "−", "1", "s", "t" ], [ "1", "3", "t", "h" ] ]
2012 Denver Broncos season - Wikipedia, the free encyclopedia
NFL rank
https://en.wikipedia.org/wiki/2012_Denver_Broncos_season
31/1438042988924.75_20150728002308-00174-ip-10-236-191-2_882403339_69.json
117b7ee6_kipedia__the_free_encyclopedia_Defense_NFL_rank
[Category] Sacks [Value] 52 [NFL rank]
T−1st
[ [ "2", "n", "d" ], [ "3", "r", "d" ], [ "1", "s", "t" ], [ "4", "t", "h" ], [ "7", "t", "h" ], [ "T", "−", "1", "s", "t" ], [ "1", "3", "t", "h" ] ]
2012 Denver Broncos season - Wikipedia, the free encyclopedia
NFL rank
https://en.wikipedia.org/wiki/2012_Denver_Broncos_season
31/1438042988924.75_20150728002308-00174-ip-10-236-191-2_882403339_69.json
117b7ee6_kipedia__the_free_encyclopedia_Defense_NFL_rank
[Category] Forced fumbles [Value] 19 [NFL rank]
4th
[ [ "2", "n", "d" ], [ "3", "r", "d" ], [ "1", "s", "t" ], [ "4", "t", "h" ], [ "7", "t", "h" ], [ "T", "−", "1", "s", "t" ], [ "1", "3", "t", "h" ] ]
2012 Denver Broncos season - Wikipedia, the free encyclopedia
NFL rank
https://en.wikipedia.org/wiki/2012_Denver_Broncos_season
31/1438042988924.75_20150728002308-00174-ip-10-236-191-2_882403339_69.json
117b7ee6_kipedia__the_free_encyclopedia_Defense_NFL_rank
[Category] Interceptions [Value] 16 [NFL rank]
13th
[ [ "2", "n", "d" ], [ "3", "r", "d" ], [ "1", "s", "t" ], [ "4", "t", "h" ], [ "7", "t", "h" ], [ "T", "−", "1", "s", "t" ], [ "1", "3", "t", "h" ] ]
2012 Denver Broncos season - Wikipedia, the free encyclopedia
NFL rank
https://en.wikipedia.org/wiki/2012_Denver_Broncos_season
31/1438042988924.75_20150728002308-00174-ip-10-236-191-2_882403339_69.json
ae20fa77_kipedia__the_free_encyclopedia__Theory
[Aim of theory] Punishment imposed for no reason other than an offense being committed, on the basis that if proportionate, punishment is morally acceptable as a response that satisfies the aggrieved party, their intimates and society. [Suitable punishment] Tariff sentences Sentence must be proportionate to the crime [Theory]
Retribution
[ [ "R", "e", "t", "r", "i", "b", "u", "t", "i", "o", "n" ], [ "D", "e", "t", "e", "r", "r", "e", "n", "c", "e" ], [ "R", "e", "h", "a", "b", "i", "l", "i", "t", "a", "t", "i", "o", "n" ], [ "I", "n", "c", "a", "p", "a", "c", "i", "t", "a", "t", "i", "o", "n" ], [ "R", "e", "p", "a", "r", "a", "t", "i", "o", "n" ], [ "D", "e", "n", "u", "n", "c", "i", "a", "t", "i", "o", "n" ] ]
Justice - Wikipedia, the free encyclopedia
Theory
https://en.wikipedia.org/wiki/Justice
31/1438042988924.75_20150728002308-00106-ip-10-236-191-2_881045078_0.json
ae20fa77_kipedia__the_free_encyclopedia__Theory
[Aim of theory] To the individual - the individual is deterred through fear of further punishment. To the general public - Potential offenders warned as to likely punishment [Suitable punishment] Prison Sentence Heavy Fine Long sentence as an example to others [Theory]
Deterrence
[ [ "R", "e", "t", "r", "i", "b", "u", "t", "i", "o", "n" ], [ "D", "e", "t", "e", "r", "r", "e", "n", "c", "e" ], [ "R", "e", "h", "a", "b", "i", "l", "i", "t", "a", "t", "i", "o", "n" ], [ "I", "n", "c", "a", "p", "a", "c", "i", "t", "a", "t", "i", "o", "n" ], [ "R", "e", "p", "a", "r", "a", "t", "i", "o", "n" ], [ "D", "e", "n", "u", "n", "c", "i", "a", "t", "i", "o", "n" ] ]
Justice - Wikipedia, the free encyclopedia
Theory
https://en.wikipedia.org/wiki/Justice
31/1438042988924.75_20150728002308-00106-ip-10-236-191-2_881045078_0.json
ae20fa77_kipedia__the_free_encyclopedia__Theory
[Aim of theory] To reform the offender's behavior [Suitable punishment] Individualized sentences Community service orders [Theory]
Rehabilitation
[ [ "R", "e", "t", "r", "i", "b", "u", "t", "i", "o", "n" ], [ "D", "e", "t", "e", "r", "r", "e", "n", "c", "e" ], [ "R", "e", "h", "a", "b", "i", "l", "i", "t", "a", "t", "i", "o", "n" ], [ "I", "n", "c", "a", "p", "a", "c", "i", "t", "a", "t", "i", "o", "n" ], [ "R", "e", "p", "a", "r", "a", "t", "i", "o", "n" ], [ "D", "e", "n", "u", "n", "c", "i", "a", "t", "i", "o", "n" ] ]
Justice - Wikipedia, the free encyclopedia
Theory
https://en.wikipedia.org/wiki/Justice
31/1438042988924.75_20150728002308-00106-ip-10-236-191-2_881045078_0.json
ae20fa77_kipedia__the_free_encyclopedia__Theory
[Aim of theory] Offender is made incapable of committing further crime to protect society at large from crime [Suitable punishment] Long prison sentence Electronic tagging Banning orders [Theory]
Incapacitation
[ [ "R", "e", "t", "r", "i", "b", "u", "t", "i", "o", "n" ], [ "D", "e", "t", "e", "r", "r", "e", "n", "c", "e" ], [ "R", "e", "h", "a", "b", "i", "l", "i", "t", "a", "t", "i", "o", "n" ], [ "I", "n", "c", "a", "p", "a", "c", "i", "t", "a", "t", "i", "o", "n" ], [ "R", "e", "p", "a", "r", "a", "t", "i", "o", "n" ], [ "D", "e", "n", "u", "n", "c", "i", "a", "t", "i", "o", "n" ] ]
Justice - Wikipedia, the free encyclopedia
Theory
https://en.wikipedia.org/wiki/Justice
31/1438042988924.75_20150728002308-00106-ip-10-236-191-2_881045078_0.json
ae20fa77_kipedia__the_free_encyclopedia__Theory
[Aim of theory] Repayment to victim(s) or to community [Suitable punishment] Compensation Unpaid work Reparation Schemes [Theory]
Reparation
[ [ "R", "e", "t", "r", "i", "b", "u", "t", "i", "o", "n" ], [ "D", "e", "t", "e", "r", "r", "e", "n", "c", "e" ], [ "R", "e", "h", "a", "b", "i", "l", "i", "t", "a", "t", "i", "o", "n" ], [ "I", "n", "c", "a", "p", "a", "c", "i", "t", "a", "t", "i", "o", "n" ], [ "R", "e", "p", "a", "r", "a", "t", "i", "o", "n" ], [ "D", "e", "n", "u", "n", "c", "i", "a", "t", "i", "o", "n" ] ]
Justice - Wikipedia, the free encyclopedia
Theory
https://en.wikipedia.org/wiki/Justice
31/1438042988924.75_20150728002308-00106-ip-10-236-191-2_881045078_0.json
ae20fa77_kipedia__the_free_encyclopedia__Theory
[Aim of theory] Society expressing its disapproval reinforcing moral boundaries [Suitable punishment] Reflects blameworthiness of offense [Theory]
Denunciation
[ [ "R", "e", "t", "r", "i", "b", "u", "t", "i", "o", "n" ], [ "D", "e", "t", "e", "r", "r", "e", "n", "c", "e" ], [ "R", "e", "h", "a", "b", "i", "l", "i", "t", "a", "t", "i", "o", "n" ], [ "I", "n", "c", "a", "p", "a", "c", "i", "t", "a", "t", "i", "o", "n" ], [ "R", "e", "p", "a", "r", "a", "t", "i", "o", "n" ], [ "D", "e", "n", "u", "n", "c", "i", "a", "t", "i", "o", "n" ] ]
Justice - Wikipedia, the free encyclopedia
Theory
https://en.wikipedia.org/wiki/Justice
31/1438042988924.75_20150728002308-00106-ip-10-236-191-2_881045078_0.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Active Object [Description] Decouples method execution from method invocation that reside in their own thread of control. The goal is to introduce concurrency, by using asynchronous method invocation and a scheduler for handling requests. [Other] N/A [In POSA2[19]]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Balking [Description] Only execute an action on an object when the object is in a particular state. [Other] N/A [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Binding properties [Description] Combining multiple observers to force properties in different objects to be synchronized or coordinated in some way.[20] [Other] N/A [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Block chain [Description] Decentralized way to store data and agree on ways of processing it in a Merkle tree, optionally using Digital signature for any individual contributions. [Other] N/A [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Double-checked locking [Description] Reduce the overhead of acquiring a lock by first testing the locking criterion (the 'lock hint') in an unsafe manner; only if that succeeds does the actual locking logic proceed. Can be unsafe when implemented in some language/hardware combinations. It can therefore sometimes be considered an anti-pattern. [Other] N/A [In POSA2[19]]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Event-based asynchronous [Description] Addresses problems with the asynchronous pattern that occur in multithreaded programs.[21] [Other] N/A [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Guarded suspension [Description] Manages operations that require both a lock to be acquired and a precondition to be satisfied before the operation can be executed. [Other] N/A [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Join [Description] Join-pattern provides a way to write concurrent, parallel and distributed programs by message passing. Compared to the use of threads and locks, this is a high level programming model. [Other] N/A [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Lock [Description] One thread puts a "lock" on a resource, preventing other threads from accessing or modifying it.[22] [Other] PoEAA[17] [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Messaging design pattern (MDP) [Description] Allows the interchange of information (i.e. messages) between components and applications. [Other] N/A [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Monitor object [Description] An object whose methods are subject to mutual exclusion, thus preventing multiple objects from erroneously trying to use it at the same time. [Other] N/A [In POSA2[19]]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Reactor [Description] A reactor object provides an asynchronous interface to resources that must be handled synchronously. [Other] N/A [In POSA2[19]]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Read-write lock [Description] Allows concurrent read access to an object, but requires exclusive access for write operations. [Other] N/A [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Scheduler [Description] Explicitly control when threads may execute single-threaded code. [Other] N/A [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Thread pool [Description] A number of threads are created to perform a number of tasks, which are usually organized in a queue. Typically, there are many more tasks than threads. Can be considered a special case of the object pool pattern. [Other] N/A [In POSA2[19]]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
222c3a08_kipedia__the_free_encyclopedia_Concurrency_patterns_In_POSA2_19_
[Name] Thread-specific storage [Description] Static or "global" memory local to a thread. [Other] N/A [In POSA2[19]]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Software design pattern - Wikipedia, the free encyclopedia
In POSA2[19]
https://en.wikipedia.org/wiki/Software_pattern
31/1438042989018.48_20150728002309-00082-ip-10-236-191-2_860947693_3.json
6bfd3794_kipedia__the_free_encyclopedia_Creational_patterns_Description
[Name] Abstract factory [In Design Patterns] Yes [In Code Complete[15]] Yes [Other] N/A [Description]
Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
13/1438042989891.18_20150728002309-00326-ip-10-236-191-2_864176696_0.json
6bfd3794_kipedia__the_free_encyclopedia_Creational_patterns_Description
[Name] Builder [In Design Patterns] Yes [In Code Complete[15]] No [Other] N/A [Description]
Separate the construction of a complex object from its representation, allowing the same construction process to create various representations.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
13/1438042989891.18_20150728002309-00326-ip-10-236-191-2_864176696_0.json
6bfd3794_kipedia__the_free_encyclopedia_Creational_patterns_Description
[Name] Factory method [In Design Patterns] Yes [In Code Complete[15]] Yes [Other] N/A [Description]
Define an interface for creating a single object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses (dependency injection[16]).
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
13/1438042989891.18_20150728002309-00326-ip-10-236-191-2_864176696_0.json
6bfd3794_kipedia__the_free_encyclopedia_Creational_patterns_Description
[Name] Lazy initialization [In Design Patterns] Yes [In Code Complete[15]] No [Other] PoEAA[17] [Description]
Tactic of delaying the creation of an object, the calculation of a value, or some other expensive process until the first time it is needed. This pattern appears in the GoF catalog as "virtual proxy", an implementation strategy for the Proxy pattern.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
13/1438042989891.18_20150728002309-00326-ip-10-236-191-2_864176696_0.json
6bfd3794_kipedia__the_free_encyclopedia_Creational_patterns_Description
[Name] Multiton [In Design Patterns] No [In Code Complete[15]] No [Other] N/A [Description]
Ensure a class has only named instances, and provide a global point of access to them.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
13/1438042989891.18_20150728002309-00326-ip-10-236-191-2_864176696_0.json
6bfd3794_kipedia__the_free_encyclopedia_Creational_patterns_Description
[Name] Object pool [In Design Patterns] No [In Code Complete[15]] No [Other] N/A [Description]
Avoid expensive acquisition and release of resources by recycling objects that are no longer in use. Can be considered a generalisation of connection pool and thread pool patterns.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
13/1438042989891.18_20150728002309-00326-ip-10-236-191-2_864176696_0.json
6bfd3794_kipedia__the_free_encyclopedia_Creational_patterns_Description
[Name] Prototype [In Design Patterns] Yes [In Code Complete[15]] No [Other] N/A [Description]
Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
13/1438042989891.18_20150728002309-00326-ip-10-236-191-2_864176696_0.json
6bfd3794_kipedia__the_free_encyclopedia_Creational_patterns_Description
[Name] Resource acquisition is initialization [In Design Patterns] No [In Code Complete[15]] No [Other] N/A [Description]
Ensure that resources are properly released by tying them to the lifespan of suitable objects.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
13/1438042989891.18_20150728002309-00326-ip-10-236-191-2_864176696_0.json
6bfd3794_kipedia__the_free_encyclopedia_Creational_patterns_Description
[Name] Singleton [In Design Patterns] Yes [In Code Complete[15]] Yes [Other] N/A [Description]
Ensure a class has only one instance, and provide a global point of access to it.
[]
Software design pattern - Wikipedia, the free encyclopedia
Description
https://en.wikipedia.org/wiki/Software_design_pattern
13/1438042989891.18_20150728002309-00326-ip-10-236-191-2_864176696_0.json
049e25c2_kipedia__the_free_encyclopedia__CorePlayer
[Video player] Outbound streaming [ALLPlayer] Yes [Apprentice Video] No [Banshee] Yes [DSPlayer] No [FFplay] ? [GOM Player] Yes [iTunes] Yes [jetAudio] Partial[25] [JRiver Media Center] Yes [K-Multimedia Player] Yes [Mac Blu-ray Player] Yes [Media Go] No [Media Player Classic] No ? [MediaPortal] Yes [MPlayer] Yes [Mplayerxp] Yes [Plex] Yes [PowerDVD] ? [QuickTime] Partial[featurenotes 3] [Quintessential Player] Partial[25] [RealPlayer] No [SMPlayer] ? [Songbird] No [Totem Movie Player] No [VLC] Yes [Winamp] Partial[25] [Windows Media Player] Yes [Kodi (formerly XBMC)] Yes[featurenotes 7] [xine] No [Video player_32] Outbound streaming [CorePlayer]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Comparison of video player software - Wikipedia, the free encyclopedia
CorePlayer
https://en.wikipedia.org/wiki/Comparison_of_video_player_software
13/1438042989891.18_20150728002309-00073-ip-10-236-191-2_876868942_2.json
049e25c2_kipedia__the_free_encyclopedia__CorePlayer
[Video player] Skinnable [ALLPlayer] Yes [Apprentice Video] No [Banshee] Partial[featurenotes 1] [DSPlayer] Yes [FFplay] No [GOM Player] Yes [iTunes] Partial[25] [jetAudio] Yes [JRiver Media Center] Yes [K-Multimedia Player] Yes [Mac Blu-ray Player] Yes [Media Go] No [Media Player Classic] No Yes [MediaPortal] Yes [MPlayer] Yes [Mplayerxp] No [Plex] Yes [PowerDVD] Yes [QuickTime] Partial[featurenotes 4] [Quintessential Player] Yes [RealPlayer] Yes [SMPlayer] Yes [Songbird] Yes [Totem Movie Player] No [VLC] Yes [Winamp] Yes [Windows Media Player] Yes [Kodi (formerly XBMC)] Yes [xine] Yes [Video player_32] Skinnable [CorePlayer]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Comparison of video player software - Wikipedia, the free encyclopedia
CorePlayer
https://en.wikipedia.org/wiki/Comparison_of_video_player_software
13/1438042989891.18_20150728002309-00073-ip-10-236-191-2_876868942_2.json
049e25c2_kipedia__the_free_encyclopedia__CorePlayer
[Video player] Media database [ALLPlayer] Yes [Apprentice Video] No [Banshee] Yes [DSPlayer] No [FFplay] No [GOM Player] No [iTunes] Yes [jetAudio] Yes [JRiver Media Center] Yes [K-Multimedia Player] Yes [Mac Blu-ray Player] Yes [Media Go] Yes [Media Player Classic] No Yes [MediaPortal] Yes [MPlayer] No [Mplayerxp] Yes [Plex] Yes [PowerDVD] No [QuickTime] No [Quintessential Player] Yes [RealPlayer] Yes [SMPlayer] No [Songbird] Yes [Totem Movie Player] No [VLC] yes, not Mac [Winamp] Yes [Windows Media Player] Yes [Kodi (formerly XBMC)] Yes [xine] No [Video player_32] Media database [CorePlayer]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Comparison of video player software - Wikipedia, the free encyclopedia
CorePlayer
https://en.wikipedia.org/wiki/Comparison_of_video_player_software
13/1438042989891.18_20150728002309-00073-ip-10-236-191-2_876868942_2.json
049e25c2_kipedia__the_free_encyclopedia__CorePlayer
[Video player] Gapless audio decoding [ALLPlayer] No [Apprentice Video] Yes [Banshee] Yes [DSPlayer] Yes [FFplay] ? [GOM Player] No [iTunes] Yes [jetAudio] Yes [JRiver Media Center] Yes [K-Multimedia Player] No[featurenotes 2] [Mac Blu-ray Player] Yes [Media Go] No [Media Player Classic] No Yes [MediaPortal] Yes [MPlayer] No [Mplayerxp] No [Plex] No [PowerDVD] ? [QuickTime] Yes [Quintessential Player] Yes [RealPlayer] No [SMPlayer] ? [Songbird] Yes [Totem Movie Player] No [VLC] No [Winamp] Yes [Windows Media Player] Yes [Kodi (formerly XBMC)] Yes [xine] Yes [Video player_32] Gapless audio decoding [CorePlayer]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Comparison of video player software - Wikipedia, the free encyclopedia
CorePlayer
https://en.wikipedia.org/wiki/Comparison_of_video_player_software
13/1438042989891.18_20150728002309-00073-ip-10-236-191-2_876868942_2.json
049e25c2_kipedia__the_free_encyclopedia__CorePlayer
[Video player] Visualizer [ALLPlayer] Yes [Apprentice Video] No [Banshee] In Development [DSPlayer] Yes [FFplay] Yes [GOM Player] No [iTunes] Yes [jetAudio] Yes [JRiver Media Center] Yes [K-Multimedia Player] Yes [Mac Blu-ray Player] No [Media Go] No [Media Player Classic] No No [MediaPortal] Yes [MPlayer] No [Mplayerxp] No [Plex] No [PowerDVD] Yes [QuickTime] No [Quintessential Player] Yes [RealPlayer] Yes [SMPlayer] ? [Songbird] No [Totem Movie Player] Yes [VLC] Yes [Winamp] Yes [Windows Media Player] Yes [Kodi (formerly XBMC)] Yes [xine] Yes [Video player_32] Visualizer [CorePlayer]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Comparison of video player software - Wikipedia, the free encyclopedia
CorePlayer
https://en.wikipedia.org/wiki/Comparison_of_video_player_software
13/1438042989891.18_20150728002309-00073-ip-10-236-191-2_876868942_2.json
049e25c2_kipedia__the_free_encyclopedia__CorePlayer
[Video player] Remote controllable [ALLPlayer] Yes [Apprentice Video] only on OSX [Banshee] Yes [DSPlayer] No [FFplay] No [GOM Player] Yes [iTunes] Yes [jetAudio] Yes [JRiver Media Center] Yes [K-Multimedia Player] Yes [Mac Blu-ray Player] No [Media Go] No [Media Player Classic] Yes Yes [MediaPortal] Yes [MPlayer] Yes [Mplayerxp] No [Plex] Yes [PowerDVD] ? [QuickTime] Yes [Quintessential Player] ? [RealPlayer] ? [SMPlayer] ? [Songbird] Yes[featurenotes 5] [Totem Movie Player] No [VLC] Yes [Winamp] Partial[25] [Windows Media Player] Yes [Kodi (formerly XBMC)] Yes [xine] Yes [Video player_32] Remote controllable [CorePlayer]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Comparison of video player software - Wikipedia, the free encyclopedia
CorePlayer
https://en.wikipedia.org/wiki/Comparison_of_video_player_software
13/1438042989891.18_20150728002309-00073-ip-10-236-191-2_876868942_2.json
049e25c2_kipedia__the_free_encyclopedia__CorePlayer
[Video player] Intelligent playlists from database (based on criteria) [ALLPlayer] Yes [Apprentice Video] No [Banshee] Yes [DSPlayer] No [FFplay] No [GOM Player] No [iTunes] Yes [jetAudio] ? [JRiver Media Center] Yes [K-Multimedia Player] No [Mac Blu-ray Player] No [Media Go] SensMe [Media Player Classic] No Yes [MediaPortal] Yes [MPlayer] No [Mplayerxp] No [Plex] No [PowerDVD] No [QuickTime] No [Quintessential Player] ? [RealPlayer] Yes [SMPlayer] No [Songbird] Yes [Totem Movie Player] No [VLC] No [Winamp] Yes[featurenotes 6] [Windows Media Player] Yes [Kodi (formerly XBMC)] Yes [xine] No [Video player_32] Intelligent playlists from database (based on criteria) [CorePlayer]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Comparison of video player software - Wikipedia, the free encyclopedia
CorePlayer
https://en.wikipedia.org/wiki/Comparison_of_video_player_software
13/1438042989891.18_20150728002309-00073-ip-10-236-191-2_876868942_2.json
2a7cc05a_kipedia__the_free_encyclopedia__OOP_Objects
[Semantic Web Objects] Classes are regarded as sets of individuals. [OOP Objects]
Classes are regarded as types for instances.
[]
Object (computer science) - Wikipedia, the free encyclopedia
OOP Objects
https://en.wikipedia.org/wiki/Object_(programming)
13/1438042992543.60_20150728002312-00286-ip-10-236-191-2_868437954_0.json
2a7cc05a_kipedia__the_free_encyclopedia__OOP_Objects
[Semantic Web Objects] Class membership may change at runtime. [OOP Objects]
Instances can not change their type at runtime.
[]
Object (computer science) - Wikipedia, the free encyclopedia
OOP Objects
https://en.wikipedia.org/wiki/Object_(programming)
13/1438042992543.60_20150728002312-00286-ip-10-236-191-2_868437954_0.json
2a7cc05a_kipedia__the_free_encyclopedia__OOP_Objects
[Semantic Web Objects] Classes can be created and changed at runtime. [OOP Objects]
The list of classes is fully known at compile-time and cannot change after that.
[]
Object (computer science) - Wikipedia, the free encyclopedia
OOP Objects
https://en.wikipedia.org/wiki/Object_(programming)
13/1438042992543.60_20150728002312-00286-ip-10-236-191-2_868437954_0.json
2a7cc05a_kipedia__the_free_encyclopedia__OOP_Objects
[Semantic Web Objects] Reasoners can be used for classification and consistency checking at runtime or build-time. [OOP Objects]
Compilers are used at build-time. Compile-time errors indicate problems.
[]
Object (computer science) - Wikipedia, the free encyclopedia
OOP Objects
https://en.wikipedia.org/wiki/Object_(programming)
13/1438042992543.60_20150728002312-00286-ip-10-236-191-2_868437954_0.json
2a7cc05a_kipedia__the_free_encyclopedia__OOP_Objects
[Semantic Web Objects] Classes make their meaning explicit in terms of OWL statements. No imperative code can be attached. [OOP Objects]
Classes encode much of their meaning and behavior through imperative functions and methods.
[]
Object (computer science) - Wikipedia, the free encyclopedia
OOP Objects
https://en.wikipedia.org/wiki/Object_(programming)
13/1438042992543.60_20150728002312-00286-ip-10-236-191-2_868437954_0.json
2a7cc05a_kipedia__the_free_encyclopedia__OOP_Objects
[Semantic Web Objects] All named RDF and OWL resources have a unique URI under which they can be referenced. [OOP Objects]
Instances are anonymous insofar that they cannot easily be addressed from outside of an executing program.
[]
Object (computer science) - Wikipedia, the free encyclopedia
OOP Objects
https://en.wikipedia.org/wiki/Object_(programming)
13/1438042992543.60_20150728002312-00286-ip-10-236-191-2_868437954_0.json
2a7cc05a_kipedia__the_free_encyclopedia__OOP_Objects
[Semantic Web Objects] Open world: If there is not enough information to prove a statement true, then it may be true or false.[13] [OOP Objects]
Closed world: If there is not enough information to prove a statement true, then it is assumed to be false.
[]
Object (computer science) - Wikipedia, the free encyclopedia
OOP Objects
https://en.wikipedia.org/wiki/Object_(programming)
13/1438042992543.60_20150728002312-00286-ip-10-236-191-2_868437954_0.json
ca3eb077_kipedia__the_free_encyclopedia__Diagnostic_specimen
Bedbug [Latin name (sorted)] Cimicidae Cimex lectularius [Body parts affected] skin [Prevalence] Worldwide [Transmission/Vector] sharing of clothing and bedding [Diagnostic specimen]
visual
[]
User:KDS4444/List of parasites (feline) - Wikipedia, the free encyclopedia
Diagnostic specimen
https://en.wikipedia.org/wiki/User:KDS4444/List_of_parasites_(feline)
13/1438042992543.60_20150728002312-00216-ip-10-236-191-2_872710340_5.json
ca3eb077_kipedia__the_free_encyclopedia__Diagnostic_specimen
Head louse - Pediculosis [Latin name (sorted)] Pediculus humanus [Body parts affected] hair follicles [Prevalence] Common worldwide [Transmission/Vector] head-to-head contact [Diagnostic specimen]
visual identification under magnification
[]
User:KDS4444/List of parasites (feline) - Wikipedia, the free encyclopedia
Diagnostic specimen
https://en.wikipedia.org/wiki/User:KDS4444/List_of_parasites_(feline)
13/1438042992543.60_20150728002312-00216-ip-10-236-191-2_872710340_5.json
ca3eb077_kipedia__the_free_encyclopedia__Diagnostic_specimen
Body louse - Pediculosis [Latin name (sorted)] Pediculus humanus corporis [Prevalence] Worldwide [Transmission/Vector] skin-to-skin contact such as sexual activity and via sharing clothing or bedding [Diagnostic specimen]
visual identification under magnification (Vagabond's disease)
[]
User:KDS4444/List of parasites (feline) - Wikipedia, the free encyclopedia
Diagnostic specimen
https://en.wikipedia.org/wiki/User:KDS4444/List_of_parasites_(feline)
13/1438042992543.60_20150728002312-00216-ip-10-236-191-2_872710340_5.json
ca3eb077_kipedia__the_free_encyclopedia__Diagnostic_specimen
Crab louse - Pediculosis [Latin name (sorted)] Phthirus pubis [Body parts affected] pubic area, eyelashes [Prevalence] Worldwide [Transmission/Vector] skin-to-skin contact such as sexual activity and via sharing clothing or bedding [Diagnostic specimen]
visual identification under magnification
[]
User:KDS4444/List of parasites (feline) - Wikipedia, the free encyclopedia
Diagnostic specimen
https://en.wikipedia.org/wiki/User:KDS4444/List_of_parasites_(feline)
13/1438042992543.60_20150728002312-00216-ip-10-236-191-2_872710340_5.json
ca3eb077_kipedia__the_free_encyclopedia__Diagnostic_specimen
Demodex - Demodicosis [Latin name (sorted)] Demodex folliculorum/brevis/canis [Body parts affected] eyebrow, eyelashes [Prevalence] Pandemic, worldwide [Transmission/Vector] prolonged skin-to-skin contact [Diagnostic specimen]
Microscopy of eyelash or eyebrow hair follicle
[]
User:KDS4444/List of parasites (feline) - Wikipedia, the free encyclopedia
Diagnostic specimen
https://en.wikipedia.org/wiki/User:KDS4444/List_of_parasites_(feline)
13/1438042992543.60_20150728002312-00216-ip-10-236-191-2_872710340_5.json
ca3eb077_kipedia__the_free_encyclopedia__Diagnostic_specimen
Scabies [Latin name (sorted)] Sarcoptes scabiei [Body parts affected] skin [Prevalence] Worldwide [Transmission/Vector] skin-to-skin contact such as sexual activity and via sharing clothing or bedding [Diagnostic specimen]
microscopy of surface scrapings
[]
User:KDS4444/List of parasites (feline) - Wikipedia, the free encyclopedia
Diagnostic specimen
https://en.wikipedia.org/wiki/User:KDS4444/List_of_parasites_(feline)
13/1438042992543.60_20150728002312-00216-ip-10-236-191-2_872710340_5.json
ca3eb077_kipedia__the_free_encyclopedia__Diagnostic_specimen
Screwworm, Cochliomyia [Latin name (sorted)] Cochliomyia hominivorax [Body parts affected] skin and wounds [Prevalence] North America (eradicated), Central America, North Africa [Transmission/Vector] direct contact with fly [Diagnostic specimen]
visual
[]
User:KDS4444/List of parasites (feline) - Wikipedia, the free encyclopedia
Diagnostic specimen
https://en.wikipedia.org/wiki/User:KDS4444/List_of_parasites_(feline)
13/1438042992543.60_20150728002312-00216-ip-10-236-191-2_872710340_5.json
ca3eb077_kipedia__the_free_encyclopedia__Diagnostic_specimen
Flea, Siphonaptera [Latin name (sorted)] Pulex irritans [Body parts affected] skin [Prevalence] Worldwide [Transmission/Vector] environment [Diagnostic specimen]
visual identification under magnification
[]
User:KDS4444/List of parasites (feline) - Wikipedia, the free encyclopedia
Diagnostic specimen
https://en.wikipedia.org/wiki/User:KDS4444/List_of_parasites_(feline)
13/1438042992543.60_20150728002312-00216-ip-10-236-191-2_872710340_5.json
c37fdaf1_kipedia__the_free_encyclopedia__Result
[Year] 2000 [Nominated work] Tegan and Sara [Award] YTV Band/Musical Group Achievement Award [Result]
Won
[ [ "W", "o", "n" ], [ "N", "o", "m", "i", "n", "a", "t", "e", "d" ] ]
Tegan and Sara - Wikipedia, the free encyclopedia
Result
https://en.wikipedia.org/wiki/Tegan_and_Sara
13/1438042992543.60_20150728002312-00021-ip-10-236-191-2_872831926_3.json