task
stringlengths 12
101
| input
stringlengths 0
90.2k
| output
stringlengths 1
139k
| options
sequence | pageTitle
stringlengths 0
1.11k
| outputColName
stringlengths 1
3.1k
| url
stringlengths 14
585
| wdcFile
stringlengths 65
76
|
---|---|---|---|---|---|---|---|
320f07da_useful_class__property | [type] Function [description] This Class' constructor. This is the method that is called when you do: new Foo. [property] | constructor | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
320f07da_useful_class__property | [type] Function|String [description] OPTIONAL. If you want to inherit the properties and methods from an existing Class you reference the Class here. [property] | extend | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
320f07da_useful_class__property | [type] Object [description] OPTIONAL. Each property in the accessors Object should have an Object with either a get method, a set method, or both. These will be added to the Class' prototype, using Object.defineProperty [property] | accessors | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
320f07da_useful_class__property | [type] Object [description] OPTIONAL. An Object of properties and methods to mix into the Class' prototype. [property] | mixins | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
320f07da_useful_class__property | [type] Object [description] OPTIONAL. If you don't want the Class namespace to be created on the global context, then pass the Object to assign the class namespace to, e.g. a component or npm module. [property] | module | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
320f07da_useful_class__property | [type] Boolean [description] OPTIONAL. Unless this is set explicitly to false, the Class instance will return its context – this – Object whenever an instance method of a Class returns undefined. [property] | chain | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
320f07da_useful_class__property | [type] Mixed [description] OPTIONAL. Whether or not this Class is a Singleton. If you want a Singleton set this property to be either true or to an Array of arguments you wish to pass to the constructor Function. NOTE: Class will internally resolve any attempt to create a new instance of the singleton by simply returning the existing singleton instance. [property] | singleton | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
320f07da_useful_class__property | [type] Function [description] This is a reserved method name for overriding a Class instance's methods. [property] | __override__ | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
320f07da_useful_class__property | [type] Function [description] This is a reserved method name for calling mixin methods. [property] | mixin | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
320f07da_useful_class__property | [type] Function [description] This is a special reserved method name used by overridden methods to call the original method they overrode. [property] | original | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
320f07da_useful_class__property | [type] Function [description] This is a special reserved method for calling super methods. Since super is a reserved word in JavaScript, parent has been used in its place. [property] | parent | [] | useful-class | property | https://www.npmjs.com/package/useful-class | 6/1438042987135.9_20150728002307-00049-ip-10-236-191-2_922933027_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.WorkItem.Incident.GeneralSetting [Property] PrefixForId [Work Item Type] | Incident | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.GlobalSetting.ServiceRequestSettings [Property] ServiceRequestPrefix [Work Item Type] | Service Request | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.GlobalSetting.ChangeSettings [Property] SystemWorkItemChangeRequestIdPrefix [Work Item Type] | Change Request | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.GlobalSetting.ReleaseSettings [Property] SystemWorkItemReleaseRecordIdPrefix [Work Item Type] | Release Record | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.GlobalSetting.ProblemSettings [Property] ProblemIdPrefix [Work Item Type] | Problem | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.GlobalSetting.ActivitySettings [Property] SystemWorkItemActivityManualActivityIdPrefix [Work Item Type] | Manual Activity | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.GlobalSetting.ActivitySettings [Property] SystemWorkItemActivityReviewActivityIdPrefix [Work Item Type] | Review Activity | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.GlobalSetting.ActivitySettings [Property] SystemWorkItemActivityParallelActivityIdPrefix [Work Item Type] | Parallel Activity | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.GlobalSetting.ActivitySettings [Property] SystemWorkItemActivitySequentialActivityIdPrefix [Work Item Type] | Sequential Activity | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.GlobalSetting.ActivitySettings [Property] SystemWorkItemActivityDependentActivityIdPrefix [Work Item Type] | Dependent Activity | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
a2323363_administration_and_development__Work_Item_Type | [Class Name] System.GlobalSetting.ActivitySettings [Property] MicrosoftSystemCenterOrchestratorRunbookAutomationActivityBaseIdPrefix [Work Item Type] | Runbook Automation Activity | [] | Check list: creating new work item based on template using SCSM SDK | SCSM: all for administration and development | Work Item Type | http://blog.scsmsolutions.com/2013/12/check-list-creating-new-work-item-based-on-template-using-scsm-sdk/ | 6/1438042981576.7_20150728002301-00281-ip-10-236-191-2_31974050_0.json |
92fc2eba_USA_Map_Data___ThinkGeo_Wiki__Guides | [Description] This article outlines various support options available through ThinkGeo. It explains the various methods and recommendations of which options work best depending on your issue. [Guides] | Support Options | [
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"E",
"n",
"h",
"a",
"n",
"c",
"e",
"m",
"e",
"n",
"t",
" ",
"T",
"r",
"a",
"c",
"k",
"e",
"r"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"T",
"i",
"c",
"k",
"e",
"t",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"D",
"i",
"s",
"c",
"u",
"s",
"s",
"i",
"o",
"n",
" ",
"F",
"o",
"r",
"u",
"m",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"S",
"e",
"n",
"d",
"i",
"n",
"g",
" ",
"D",
"a",
"t",
"a",
" ",
"t",
"o",
" ",
"S",
"u",
"p",
"p",
"o",
"r",
"t"
],
[
"D",
"a",
"i",
"l",
"y",
" ",
"B",
"u",
"i",
"l",
"d",
"s",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"R",
"e",
"l",
"e",
"a",
"s",
"e",
" ",
"C",
"y",
"c",
"l",
"e",
" ",
"G",
"u",
"i",
"d",
"e"
]
] | USA Map Data - ThinkGeo Wiki | Guides | http://wiki.thinkgeo.com/wiki/USA_Map_Data | 6/1438042988860.4_20150728002308-00038-ip-10-236-191-2_268078768_4.json |
92fc2eba_USA_Map_Data___ThinkGeo_Wiki__Guides | [Description] Here we discuss the Map Suite enhancement tracker which enables you to suggest new features and vote up and down features submitted by other customers. [Guides] | Enhancement Tracker | [
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"E",
"n",
"h",
"a",
"n",
"c",
"e",
"m",
"e",
"n",
"t",
" ",
"T",
"r",
"a",
"c",
"k",
"e",
"r"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"T",
"i",
"c",
"k",
"e",
"t",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"D",
"i",
"s",
"c",
"u",
"s",
"s",
"i",
"o",
"n",
" ",
"F",
"o",
"r",
"u",
"m",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"S",
"e",
"n",
"d",
"i",
"n",
"g",
" ",
"D",
"a",
"t",
"a",
" ",
"t",
"o",
" ",
"S",
"u",
"p",
"p",
"o",
"r",
"t"
],
[
"D",
"a",
"i",
"l",
"y",
" ",
"B",
"u",
"i",
"l",
"d",
"s",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"R",
"e",
"l",
"e",
"a",
"s",
"e",
" ",
"C",
"y",
"c",
"l",
"e",
" ",
"G",
"u",
"i",
"d",
"e"
]
] | USA Map Data - ThinkGeo Wiki | Guides | http://wiki.thinkgeo.com/wiki/USA_Map_Data | 6/1438042988860.4_20150728002308-00038-ip-10-236-191-2_268078768_4.json |
92fc2eba_USA_Map_Data___ThinkGeo_Wiki__Guides | [Description] This guide explains how to create a support ticket using the ThinkGeo customer portal. The guide also covers recommendation on when to use a support tickets versus other forms of support. [Guides] | Support Ticket Guide | [
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"E",
"n",
"h",
"a",
"n",
"c",
"e",
"m",
"e",
"n",
"t",
" ",
"T",
"r",
"a",
"c",
"k",
"e",
"r"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"T",
"i",
"c",
"k",
"e",
"t",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"D",
"i",
"s",
"c",
"u",
"s",
"s",
"i",
"o",
"n",
" ",
"F",
"o",
"r",
"u",
"m",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"S",
"e",
"n",
"d",
"i",
"n",
"g",
" ",
"D",
"a",
"t",
"a",
" ",
"t",
"o",
" ",
"S",
"u",
"p",
"p",
"o",
"r",
"t"
],
[
"D",
"a",
"i",
"l",
"y",
" ",
"B",
"u",
"i",
"l",
"d",
"s",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"R",
"e",
"l",
"e",
"a",
"s",
"e",
" ",
"C",
"y",
"c",
"l",
"e",
" ",
"G",
"u",
"i",
"d",
"e"
]
] | USA Map Data - ThinkGeo Wiki | Guides | http://wiki.thinkgeo.com/wiki/USA_Map_Data | 6/1438042988860.4_20150728002308-00038-ip-10-236-191-2_268078768_4.json |
92fc2eba_USA_Map_Data___ThinkGeo_Wiki__Guides | [Description] This guide explains how to create a constructive discussion forum post. It outlines the best practices in posting to ensure that your GIS questions get answered quickly and accurately. [Guides] | Discussion Forum Guide | [
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"E",
"n",
"h",
"a",
"n",
"c",
"e",
"m",
"e",
"n",
"t",
" ",
"T",
"r",
"a",
"c",
"k",
"e",
"r"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"T",
"i",
"c",
"k",
"e",
"t",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"D",
"i",
"s",
"c",
"u",
"s",
"s",
"i",
"o",
"n",
" ",
"F",
"o",
"r",
"u",
"m",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"S",
"e",
"n",
"d",
"i",
"n",
"g",
" ",
"D",
"a",
"t",
"a",
" ",
"t",
"o",
" ",
"S",
"u",
"p",
"p",
"o",
"r",
"t"
],
[
"D",
"a",
"i",
"l",
"y",
" ",
"B",
"u",
"i",
"l",
"d",
"s",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"R",
"e",
"l",
"e",
"a",
"s",
"e",
" ",
"C",
"y",
"c",
"l",
"e",
" ",
"G",
"u",
"i",
"d",
"e"
]
] | USA Map Data - ThinkGeo Wiki | Guides | http://wiki.thinkgeo.com/wiki/USA_Map_Data | 6/1438042988860.4_20150728002308-00038-ip-10-236-191-2_268078768_4.json |
92fc2eba_USA_Map_Data___ThinkGeo_Wiki__Guides | [Description] This guide details the various ways of sending data to our support staff. [Guides] | Sending Data to Support | [
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"E",
"n",
"h",
"a",
"n",
"c",
"e",
"m",
"e",
"n",
"t",
" ",
"T",
"r",
"a",
"c",
"k",
"e",
"r"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"T",
"i",
"c",
"k",
"e",
"t",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"D",
"i",
"s",
"c",
"u",
"s",
"s",
"i",
"o",
"n",
" ",
"F",
"o",
"r",
"u",
"m",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"S",
"e",
"n",
"d",
"i",
"n",
"g",
" ",
"D",
"a",
"t",
"a",
" ",
"t",
"o",
" ",
"S",
"u",
"p",
"p",
"o",
"r",
"t"
],
[
"D",
"a",
"i",
"l",
"y",
" ",
"B",
"u",
"i",
"l",
"d",
"s",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"R",
"e",
"l",
"e",
"a",
"s",
"e",
" ",
"C",
"y",
"c",
"l",
"e",
" ",
"G",
"u",
"i",
"d",
"e"
]
] | USA Map Data - ThinkGeo Wiki | Guides | http://wiki.thinkgeo.com/wiki/USA_Map_Data | 6/1438042988860.4_20150728002308-00038-ip-10-236-191-2_268078768_4.json |
92fc2eba_USA_Map_Data___ThinkGeo_Wiki__Guides | [Description] This guide explains the details of the Map Suite daily build process and offers step by step instructions on how to access the builds. The daily builds are an integral part of Map Suite development process and allow developers access to real-time bug fixes and new cutting edge features before their official release. [Guides] | Daily Builds Guide | [
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"E",
"n",
"h",
"a",
"n",
"c",
"e",
"m",
"e",
"n",
"t",
" ",
"T",
"r",
"a",
"c",
"k",
"e",
"r"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"T",
"i",
"c",
"k",
"e",
"t",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"D",
"i",
"s",
"c",
"u",
"s",
"s",
"i",
"o",
"n",
" ",
"F",
"o",
"r",
"u",
"m",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"S",
"e",
"n",
"d",
"i",
"n",
"g",
" ",
"D",
"a",
"t",
"a",
" ",
"t",
"o",
" ",
"S",
"u",
"p",
"p",
"o",
"r",
"t"
],
[
"D",
"a",
"i",
"l",
"y",
" ",
"B",
"u",
"i",
"l",
"d",
"s",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"R",
"e",
"l",
"e",
"a",
"s",
"e",
" ",
"C",
"y",
"c",
"l",
"e",
" ",
"G",
"u",
"i",
"d",
"e"
]
] | USA Map Data - ThinkGeo Wiki | Guides | http://wiki.thinkgeo.com/wiki/USA_Map_Data | 6/1438042988860.4_20150728002308-00038-ip-10-236-191-2_268078768_4.json |
92fc2eba_USA_Map_Data___ThinkGeo_Wiki__Guides | [Description] This guide explains the process and rations behind the Map Suite release schedule. It outlines release dates, version information, and various aspects related to publicly releasing Map Suite software. [Guides] | Release Cycle Guide | [
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"O",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"E",
"n",
"h",
"a",
"n",
"c",
"e",
"m",
"e",
"n",
"t",
" ",
"T",
"r",
"a",
"c",
"k",
"e",
"r"
],
[
"S",
"u",
"p",
"p",
"o",
"r",
"t",
" ",
"T",
"i",
"c",
"k",
"e",
"t",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"D",
"i",
"s",
"c",
"u",
"s",
"s",
"i",
"o",
"n",
" ",
"F",
"o",
"r",
"u",
"m",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"S",
"e",
"n",
"d",
"i",
"n",
"g",
" ",
"D",
"a",
"t",
"a",
" ",
"t",
"o",
" ",
"S",
"u",
"p",
"p",
"o",
"r",
"t"
],
[
"D",
"a",
"i",
"l",
"y",
" ",
"B",
"u",
"i",
"l",
"d",
"s",
" ",
"G",
"u",
"i",
"d",
"e"
],
[
"R",
"e",
"l",
"e",
"a",
"s",
"e",
" ",
"C",
"y",
"c",
"l",
"e",
" ",
"G",
"u",
"i",
"d",
"e"
]
] | USA Map Data - ThinkGeo Wiki | Guides | http://wiki.thinkgeo.com/wiki/USA_Map_Data | 6/1438042988860.4_20150728002308-00038-ip-10-236-191-2_268078768_4.json |
2a246a28_PANTS___Authen_Challenge_Basic__remedy | [metric] has manifest [remedy] | The file "MANIFEST" is missing from this distribution. The MANIFEST lists all files included in the distribution. Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest") | [] | CPANTS - Authen-Challenge-Basic | remedy | http://cpants.cpanauthors.org/dist/Authen-Challenge-Basic | 6/1438042988860.4_20150728002308-00308-ip-10-236-191-2_58814023_0.json |
2a246a28_PANTS___Authen_Challenge_Basic__remedy | [metric] has meta yml [remedy] | The file "META.yml" is missing from this distribution. META.yml is needed by people maintaining module collections (like CPAN), for people writing installation tools, or just people who want to know some stuff about a distribution before downloading it. Add a META.yml to the distribution. Your buildtool should be able to autogenerate it. | [] | CPANTS - Authen-Challenge-Basic | remedy | http://cpants.cpanauthors.org/dist/Authen-Challenge-Basic | 6/1438042988860.4_20150728002308-00308-ip-10-236-191-2_58814023_0.json |
2a246a28_PANTS___Authen_Challenge_Basic__remedy | [metric] has changelog [remedy] | The distribution hasn't got a Changelog (named something like m/^chang(es?|log)|history$/i. A Changelog helps people decide if they want to upgrade to a new version. Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions. | [] | CPANTS - Authen-Challenge-Basic | remedy | http://cpants.cpanauthors.org/dist/Authen-Challenge-Basic | 6/1438042988860.4_20150728002308-00308-ip-10-236-191-2_58814023_0.json |
2a246a28_PANTS___Authen_Challenge_Basic__remedy | [metric] has human readable license [remedy] | This distribution does not have a license defined in the documentation or in a file called LICENSE Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution. | [] | CPANTS - Authen-Challenge-Basic | remedy | http://cpants.cpanauthors.org/dist/Authen-Challenge-Basic | 6/1438042988860.4_20150728002308-00308-ip-10-236-191-2_58814023_0.json |
2a246a28_PANTS___Authen_Challenge_Basic__remedy | [metric] has license in source file [remedy] | Does not have license information in any of its source files Add =head1 LICENSE and the text of the license to the main module in your code. | [] | CPANTS - Authen-Challenge-Basic | remedy | http://cpants.cpanauthors.org/dist/Authen-Challenge-Basic | 6/1438042988860.4_20150728002308-00308-ip-10-236-191-2_58814023_0.json |
2a246a28_PANTS___Authen_Challenge_Basic__remedy | [metric] manifest matches dist [remedy] | MANIFEST does not match the contents of this distribution. Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually. | [] | CPANTS - Authen-Challenge-Basic | remedy | http://cpants.cpanauthors.org/dist/Authen-Challenge-Basic | 6/1438042988860.4_20150728002308-00308-ip-10-236-191-2_58814023_0.json |
2a246a28_PANTS___Authen_Challenge_Basic__remedy | [metric] use strict [remedy] | This distribution does not 'use strict;' (or its equivalents) in all of its modules. Note that this is not about the actual strictness of the modules. It's bad if nobody can tell whether the modules are strictly written or not, without reading the source code of your favorite clever module that actually enforces strictness. In other words, it's bad if someone feels the need to add 'use strict' to your modules. Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written. | [] | CPANTS - Authen-Challenge-Basic | remedy | http://cpants.cpanauthors.org/dist/Authen-Challenge-Basic | 6/1438042988860.4_20150728002308-00308-ip-10-236-191-2_58814023_0.json |
2a246a28_PANTS___Authen_Challenge_Basic__remedy | [metric] prereq matches use [remedy] | This distribution uses a module or a dist that's not listed as a prerequisite. List all used modules in META.yml requires | [] | CPANTS - Authen-Challenge-Basic | remedy | http://cpants.cpanauthors.org/dist/Authen-Challenge-Basic | 6/1438042988860.4_20150728002308-00308-ip-10-236-191-2_58814023_0.json |
06c8c00b_Oil_Spill_Claims_Types_of_Claims_Description | [Claim Type] Natural Resource Damages (NRD) [Who Can Submit] Only specially designated natural resource trustees [Description] | Costs for: Assessing an area's natural resource damages, Restoring the natural resources, and Compensating the public for the lost use of the affected resources. | [] | Oil Spill Claims | Description | http://www.uscg.mil/npfc/Claims/default.asp | 6/1438042987135.9_20150728002307-00006-ip-10-236-191-2_798587334_7.json |
06c8c00b_Oil_Spill_Claims_Types_of_Claims_Description | [Claim Type] Removal Costs [Who Can Submit] Clean-up contractors, called Oil Spill Recovery Organizations (OSROs) Federal, State, and local government entities The responsible party Anyone who helped clean up the spill [Description] | Costs to prevent, minimize, mitigate, or clean up an oil spill. (The costs of cleaning up your own property fall under the category of property damage, not removal costs.) | [] | Oil Spill Claims | Description | http://www.uscg.mil/npfc/Claims/default.asp | 6/1438042987135.9_20150728002307-00006-ip-10-236-191-2_798587334_7.json |
06c8c00b_Oil_Spill_Claims_Types_of_Claims_Description | [Claim Type] Property Damage [Who Can Submit] People or entities who own or lease the damaged property [Description] | Injury to or economic loss resulting from destruction of real property (land or buildings) or other personal property. Does not include personal injury! | [] | Oil Spill Claims | Description | http://www.uscg.mil/npfc/Claims/default.asp | 6/1438042987135.9_20150728002307-00006-ip-10-236-191-2_798587334_7.json |
06c8c00b_Oil_Spill_Claims_Types_of_Claims_Description | [Claim Type] Responsible Party: Affirmative Defense or Limit of Liability Defense [Who Can Submit] Owner or Operator responsible for the pollution incident [Description] | Affirmative Defense is an assertion that the Responsible Party is not the cause of the incident due to one of three factors: Act of God, Act of War or Sole cause of a Third Party Limit of Liability Defense is asserting the Responsible Party has exceeded their Limit of Liability as defined on their COFR. | [] | Oil Spill Claims | Description | http://www.uscg.mil/npfc/Claims/default.asp | 6/1438042987135.9_20150728002307-00006-ip-10-236-191-2_798587334_7.json |
06c8c00b_Oil_Spill_Claims_Types_of_Claims_Description | [Claim Type] Loss of Profits & Earning Capacity [Who Can Submit] Anyone with loss of profits or income (You do not have to own the damaged property or resources to submit a claim under this category.) [Description] | Damages equal to the loss of profits or impairment of earning capacity due to the injury, destruction, or loss of property or natural resources | [] | Oil Spill Claims | Description | http://www.uscg.mil/npfc/Claims/default.asp | 6/1438042987135.9_20150728002307-00006-ip-10-236-191-2_798587334_7.json |
06c8c00b_Oil_Spill_Claims_Types_of_Claims_Description | [Claim Type] Loss of Subsistence Use of Natural Resources [Who Can Submit] Anyone who, for subsistence use, depends on natural resources that have been injured, destroyed, or lost (You do not have to own or manage the natural resource to submit a claim under this category.) [Description] | Loss of subsistence use claim if natural resources you depend on for subsistence use purposes have been injured, destroyed, or lost by an oil spill incident. | [] | Oil Spill Claims | Description | http://www.uscg.mil/npfc/Claims/default.asp | 6/1438042987135.9_20150728002307-00006-ip-10-236-191-2_798587334_7.json |
06c8c00b_Oil_Spill_Claims_Types_of_Claims_Description | [Claim Type] Loss of Government Revenue [Who Can Submit] Federal agencies States Local governments [Description] | Net loss of taxes, royalties, rents, fees, or net profit shares due to the injury, destruction, or loss of real property, personal property, or natural resources | [] | Oil Spill Claims | Description | http://www.uscg.mil/npfc/Claims/default.asp | 6/1438042987135.9_20150728002307-00006-ip-10-236-191-2_798587334_7.json |
06c8c00b_Oil_Spill_Claims_Types_of_Claims_Description | [Claim Type] Increased Public Services [Who Can Submit] States Local governments [Description] | Net costs of providing increased or additional public services during or after removal activities, including protection from fire, safety, or health hazards, caused by a discharge of oil or directly attributable to response to the oil spill incident | [] | Oil Spill Claims | Description | http://www.uscg.mil/npfc/Claims/default.asp | 6/1438042987135.9_20150728002307-00006-ip-10-236-191-2_798587334_7.json |
06c8c00b_Oil_Spill_Claims_Types_of_Claims_Description | [Claim Type] Deepwater Horizon Spill [Description] | Claims submitted as a result of the Deepwater Horizon Pollution Incident in the Gulf of Mexico. | [] | Oil Spill Claims | Description | http://www.uscg.mil/npfc/Claims/default.asp | 6/1438042987135.9_20150728002307-00006-ip-10-236-191-2_798587334_7.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/02/12 [Title] Dance In The Rain [Views] 178 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/06/11 [Title] The Answer is Your Faith [Views] 219 [Status] | Not For Sale | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/06/11 [Title] My Morning Prayer [Views] 255 [Status] | Not For Sale | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/06/11 [Title] Gods Love Is A Blessing [Views] 279 [Status] | Not For Sale | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/04/11 [Title] The True Definition Of Love [Views] 269 [Status] | Not For Sale | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/04/11 [Title] Just Be A Blessing [Views] 251 [Status] | Not For Sale | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/04/11 [Title] Speak To Your Mountain [Views] 401 [Status] | Not For Sale | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 11/20/08 [Title] Our Happy Marriage [Views] 406 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 11/20/08 [Title] I Pray For You [Views] 305 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 11/07/08 [Title] Hope [Views] 364 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 11/06/08 [Title] To My Wife [Views] 331 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 11/04/08 [Title] Your Cup Runneth Over [Views] 289 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 11/01/08 [Title] My Reasons For Loving You [Views] 354 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 10/29/08 [Title] The Living Water [Views] 368 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 10/29/08 [Title] I'm God's Child [Views] 351 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 10/28/08 [Title] God Will Lead Me [Views] 320 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 10/26/08 [Title] Expecting Baby [Views] 358 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 10/10/08 [Title] The Loudest Voice Is Silence [Views] 469 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 10/05/08 [Title] Am I There Yet [Views] 392 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/21/08 [Title] Live Longer Naturally [Views] 311 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/20/08 [Title] Your Purpose For Today [Views] 372 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/18/08 [Title] I Will Not Be Moved [Views] 323 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/18/08 [Title] The AntiDepressant [Views] 504 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/18/08 [Title] 10 Minutes in Silence [Views] 701 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 07/15/08 [Title] Wear Your Daily Best [Views] 353 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 06/15/08 [Title] Be Someone Elses Blessing [Views] 427 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 04/12/08 [Title] Your Violating Touch [Views] 384 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 04/11/08 [Title] You're Never Alone [Views] 510 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 04/08/08 [Title] This Is Our Day [Views] 368 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
db96eb60_aithWriters_com_Member_Profile__Status | [Date] 04/04/08 [Title] God's Love Changes The World [Views] 405 [Status] | Free to Share | [
[
"F",
"r",
"e",
"e",
" ",
"t",
"o",
" ",
"S",
"h",
"a",
"r",
"e"
],
[
"N",
"o",
"t",
" ",
"F",
"o",
"r",
" ",
"S",
"a",
"l",
"e"
]
] | FaithWriters.com Member Profile | Status | http://www.faithwriters.com/member-profile.php?id=5408 | 6/1438042981576.7_20150728002301-00010-ip-10-236-191-2_434017375_15.json |
21f313c6__Clayton_at_Schneider_Saddlery__7 | [2] FRONT CLOSURE [3] NECK & SHOULDER COVERAGE [4] MANE COVERAGE [5] CONSTRUCTION OVER WITHERS [6] FLEECE AT WITHERS [8] GUSSETS [9] GIRTH [10] BACK [11] DROP ON SIDES [12] HINDQUARTERS [13] TAIL COVER [14] WATERPROOF BREATHABLE [15] LEG STRAPS [7] | ADJUSTA-FIT® | [
[
"A",
"D",
"J",
"U",
"S",
"T",
"A",
"-",
"F",
"I",
"T",
"®"
],
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | StormShield® LIBERTY Stretch Shoulder Fitted V-Free™ Bellyband Turnout in V-Free Blankets - Hilary Clayton at Schneider Saddlery | 7 | http://www.sstack.com/index.cfm/fuseaction/product.adjacent/_/Previous-Product/productID/3592F6E5-1CB4-4F20-B99B-B1AA87BF9597/categoryID/F8C66881-D1E2-4100-BD9A-D511CC28C52A/adjacencyDirection/previous/ | 6/1438042988860.4_20150728002308-00154-ip-10-236-191-2_729174491_5.json |
21f313c6__Clayton_at_Schneider_Saddlery__7 | [0] Stormshield® [1] Vtek® V-Free™ [2] Snap front w/ Velcro assist [3] Small neck opening, upright neck line covers shoulders and withers fully [4] Extends 6-8" onto mane [5] Full coverage, raised, shaped and pressure-free [6] No [8] Forward and extended [9] Crisscross surcingle or bellyband [10] Contour shaped w/ sealed seams [11] Graded to size [12] Contour fit w/ sealed seams [13] Attached [14] High level [15] Detachable elastic [7] | Yes | [
[
"A",
"D",
"J",
"U",
"S",
"T",
"A",
"-",
"F",
"I",
"T",
"®"
],
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | StormShield® LIBERTY Stretch Shoulder Fitted V-Free™ Bellyband Turnout in V-Free Blankets - Hilary Clayton at Schneider Saddlery | 7 | http://www.sstack.com/index.cfm/fuseaction/product.adjacent/_/Previous-Product/productID/3592F6E5-1CB4-4F20-B99B-B1AA87BF9597/categoryID/F8C66881-D1E2-4100-BD9A-D511CC28C52A/adjacencyDirection/previous/ | 6/1438042988860.4_20150728002308-00154-ip-10-236-191-2_729174491_5.json |
21f313c6__Clayton_at_Schneider_Saddlery__7 | [0] Stormshield® [1] Euro [2] Snap front w/ Velcro assist [3] Small neck opening, upright neck line covers shoulders and withers fully [4] Extends 4-6" onto mane [5] Straight, no seam [6] Yes [8] Forward and extended [9] Crisscross surcingle or bellyband [10] Straight, no seam [11] Graded to size [12] Contour fit w/ sealed seams [13] Attached [14] Mid to high level [15] Detachable elastic [7] | No | [
[
"A",
"D",
"J",
"U",
"S",
"T",
"A",
"-",
"F",
"I",
"T",
"®"
],
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | StormShield® LIBERTY Stretch Shoulder Fitted V-Free™ Bellyband Turnout in V-Free Blankets - Hilary Clayton at Schneider Saddlery | 7 | http://www.sstack.com/index.cfm/fuseaction/product.adjacent/_/Previous-Product/productID/3592F6E5-1CB4-4F20-B99B-B1AA87BF9597/categoryID/F8C66881-D1E2-4100-BD9A-D511CC28C52A/adjacencyDirection/previous/ | 6/1438042988860.4_20150728002308-00154-ip-10-236-191-2_729174491_5.json |
21f313c6__Clayton_at_Schneider_Saddlery__7 | [0] Stormshield® [1] Fitted V-Free™ [2] Snap front w/ Velcro assist, closed front or 2 buckle open front w/ Velcro assist [3] Large neck opening, sloped neck line covers shoulders and withers up to start of mane [4] Leaves mane uncovered [5] Partial coverage, raised, shaped and pressure-free [6] No [8] Forward and extended [9] Crisscross surcingle or bellyband [10] Contour shaped w/sealed seams [11] Graded to size [12] Contour fit w/ sealed seams [13] Detachable w/ double Velcro [14] High level [15] Detachable elastic [7] | Yes | [
[
"A",
"D",
"J",
"U",
"S",
"T",
"A",
"-",
"F",
"I",
"T",
"®"
],
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | StormShield® LIBERTY Stretch Shoulder Fitted V-Free™ Bellyband Turnout in V-Free Blankets - Hilary Clayton at Schneider Saddlery | 7 | http://www.sstack.com/index.cfm/fuseaction/product.adjacent/_/Previous-Product/productID/3592F6E5-1CB4-4F20-B99B-B1AA87BF9597/categoryID/F8C66881-D1E2-4100-BD9A-D511CC28C52A/adjacencyDirection/previous/ | 6/1438042988860.4_20150728002308-00154-ip-10-236-191-2_729174491_5.json |
21f313c6__Clayton_at_Schneider_Saddlery__7 | [0] Stormshield® [1] Cutback [2] Snap front w/ Velcro assist or closed front [3] Large neck opening, sloped neck line cut back for withers [4] Leaves mane uncovered [5] Cutback [6] No [8] Forward and extended [9] Crisscross surcingle [10] Contour shaped w/sealed seams [11] Graded to size [12] Contour fit w/ sealed seams [13] Detachable w/ double Velcro [14] High level [15] Detachable elastic [7] | Yes | [
[
"A",
"D",
"J",
"U",
"S",
"T",
"A",
"-",
"F",
"I",
"T",
"®"
],
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | StormShield® LIBERTY Stretch Shoulder Fitted V-Free™ Bellyband Turnout in V-Free Blankets - Hilary Clayton at Schneider Saddlery | 7 | http://www.sstack.com/index.cfm/fuseaction/product.adjacent/_/Previous-Product/productID/3592F6E5-1CB4-4F20-B99B-B1AA87BF9597/categoryID/F8C66881-D1E2-4100-BD9A-D511CC28C52A/adjacencyDirection/previous/ | 6/1438042988860.4_20150728002308-00154-ip-10-236-191-2_729174491_5.json |
21f313c6__Clayton_at_Schneider_Saddlery__7 | [0] Dura-Tech® [1] Euro [2] 2 buckle open front w/Velcro assist [3] Small neck opening, upright neck line covers shoulders and withers fully [4] Extends 4-6" onto mane [5] Straight, no seam [6] Yes [8] Forward and extended [9] Crisscross surcingle [10] Straight, no seam [11] Graded to size [12] Contour fit w/ sealed seams [13] Attached [14] Mid to high level [15] Detachable elastic [7] | No | [
[
"A",
"D",
"J",
"U",
"S",
"T",
"A",
"-",
"F",
"I",
"T",
"®"
],
[
"Y",
"e",
"s"
],
[
"N",
"o"
]
] | StormShield® LIBERTY Stretch Shoulder Fitted V-Free™ Bellyband Turnout in V-Free Blankets - Hilary Clayton at Schneider Saddlery | 7 | http://www.sstack.com/index.cfm/fuseaction/product.adjacent/_/Previous-Product/productID/3592F6E5-1CB4-4F20-B99B-B1AA87BF9597/categoryID/F8C66881-D1E2-4100-BD9A-D511CC28C52A/adjacencyDirection/previous/ | 6/1438042988860.4_20150728002308-00154-ip-10-236-191-2_729174491_5.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Chief Executive Officer [Assistant Manager] Claim Specialist [Account Executive] | Bank Manager | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Credit Manager/Loan Officer [Assistant Manager] Customer Service Manager [Account Executive] | Construction Manager | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Distribution Manager [Assistant Manager] District Manager [Account Executive] | Department Manager | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Facility Manager [Assistant Manager] Financial Manager [Account Executive] | Entrepreneur | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Government Agency Manager [Assistant Manager] Healthcare Manager [Account Executive] | Food Service Manager | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Human Resource Manager [Assistant Manager] Information Systems Manager [Account Executive] | Hospitality Manager | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Insurance Underwriter [Assistant Manager] Inventory Control Specialist [Account Executive] | Insurance Manager | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Labor Relations Specialist [Assistant Manager] Management Scientist [Account Executive] | Job Analyst | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Marketing Manager [Assistant Manager] Market Research Analyst [Account Executive] | Manufacturing Manager | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Production Manager [Assistant Manager] Project Manager [Account Executive] | Office Manager | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Real Estate Manager [Assistant Manager] Realtor [Account Executive] | Purchasing Manager | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Researcher [Assistant Manager] Retail Manager [Account Executive] | Recruiter | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Sales Coordinator [Assistant Manager] School Administrator [Account Executive] | Safety Manager | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Staff Development Manager [Assistant Manager] Supply Chain Supervisor [Account Executive] | Securities Broker | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
50b80bd3_ajors___Management_Major_Facts__Account_Executive | [Administrative Manager] Team Manager [Assistant Manager] Transportation Manager [Account Executive] | Stockbroker | [] | Management Majors | Management Major Facts | Account Executive | http://www.managementmajors.com/ | 6/1438042987135.9_20150728002307-00199-ip-10-236-191-2_570262159_1.json |
1f8cd511_Museum_of_Natural_SciencesPage__Program_Type | [Title] Classical Drawing Series: Flowers, Leaves, and Stems [Description] Studying live plants, students will sharpen their observational skills as they learn the techniques of realistic drawing. This program is open to all drawing levels. [Date] 09/10/2015 - 6:00pm [Program Type] | Workshop or Trip | [
[
"W",
"o",
"r",
"k",
"s",
"h",
"o",
"p",
" ",
"o",
"r",
" ",
"T",
"r",
"i",
"p"
],
[
"F",
"a",
"m",
"i",
"l",
"y",
" ",
"P",
"r",
"o",
"g",
"r",
"a",
"m",
",",
" ",
"W",
"o",
"r",
"k",
"s",
"h",
"o",
"p",
" ",
"o",
"r",
" ",
"T",
"r",
"i",
"p"
],
[
"C",
"i",
"t",
"i",
"z",
"e",
"n",
" ",
"S",
"c",
"i",
"e",
"n",
"c",
"e",
",",
" ",
"F",
"a",
"m",
"i",
"l",
"y",
" ",
"P",
"r",
"o",
"g",
"r",
"a",
"m"
],
[
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"a",
"m",
"i",
"l",
"y",
" ",
"P",
"r",
"o",
"g",
"r",
"a",
"m"
]
] | Programs & Events | North Carolina Museum of Natural SciencesPage | Program Type | http://naturalsciences.org/programs-events?page=2&events_on=1406088000&order=title&sort=asc | 6/1438042981576.7_20150728002301-00059-ip-10-236-191-2_162664056_0.json |
1f8cd511_Museum_of_Natural_SciencesPage__Program_Type | [Title] Classical Drawing: Butterflies [Description] Open to all drawing levels, join us as we examine Museum specimens in detail and learn simple steps to a realistic drawing. [Date] 08/20/2015 - 6:00pm [Program Type] | Workshop or Trip | [
[
"W",
"o",
"r",
"k",
"s",
"h",
"o",
"p",
" ",
"o",
"r",
" ",
"T",
"r",
"i",
"p"
],
[
"F",
"a",
"m",
"i",
"l",
"y",
" ",
"P",
"r",
"o",
"g",
"r",
"a",
"m",
",",
" ",
"W",
"o",
"r",
"k",
"s",
"h",
"o",
"p",
" ",
"o",
"r",
" ",
"T",
"r",
"i",
"p"
],
[
"C",
"i",
"t",
"i",
"z",
"e",
"n",
" ",
"S",
"c",
"i",
"e",
"n",
"c",
"e",
",",
" ",
"F",
"a",
"m",
"i",
"l",
"y",
" ",
"P",
"r",
"o",
"g",
"r",
"a",
"m"
],
[
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"a",
"m",
"i",
"l",
"y",
" ",
"P",
"r",
"o",
"g",
"r",
"a",
"m"
]
] | Programs & Events | North Carolina Museum of Natural SciencesPage | Program Type | http://naturalsciences.org/programs-events?page=2&events_on=1406088000&order=title&sort=asc | 6/1438042981576.7_20150728002301-00059-ip-10-236-191-2_162664056_0.json |
1f8cd511_Museum_of_Natural_SciencesPage__Program_Type | [Title] Computer Programming for Beginners [Description] Have you ever wondered how a computer program works? Do you want to make your own computer games and websites? Discover your inner hacker and sign up today! [Date] 08/13/2015 - 6:30pm [Program Type] | Family Program, Workshop or Trip | [
[
"W",
"o",
"r",
"k",
"s",
"h",
"o",
"p",
" ",
"o",
"r",
" ",
"T",
"r",
"i",
"p"
],
[
"F",
"a",
"m",
"i",
"l",
"y",
" ",
"P",
"r",
"o",
"g",
"r",
"a",
"m",
",",
" ",
"W",
"o",
"r",
"k",
"s",
"h",
"o",
"p",
" ",
"o",
"r",
" ",
"T",
"r",
"i",
"p"
],
[
"C",
"i",
"t",
"i",
"z",
"e",
"n",
" ",
"S",
"c",
"i",
"e",
"n",
"c",
"e",
",",
" ",
"F",
"a",
"m",
"i",
"l",
"y",
" ",
"P",
"r",
"o",
"g",
"r",
"a",
"m"
],
[
"E",
"v",
"e",
"n",
"t"
],
[
"F",
"a",
"m",
"i",
"l",
"y",
" ",
"P",
"r",
"o",
"g",
"r",
"a",
"m"
]
] | Programs & Events | North Carolina Museum of Natural SciencesPage | Program Type | http://naturalsciences.org/programs-events?page=2&events_on=1406088000&order=title&sort=asc | 6/1438042981576.7_20150728002301-00059-ip-10-236-191-2_162664056_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.