task
stringlengths 12
101
| input
stringlengths 0
6.4k
| output
stringlengths 1
6.03k
| options
list | pageTitle
stringlengths 0
632
| outputColName
stringlengths 1
710
| url
stringlengths 15
288
| wdcFile
stringlengths 66
75
|
---|---|---|---|---|---|---|---|
f5771a61_12__Storage_Subsystem___Part_2__1
|
[0] · Striping (RAID 0) [1]
|
Striping is a layout scheme where sequential logical blocks are distributed across multiple disks. It results in a logical disk that stripes disk accesses over a set of physical disks. The overall storage load is balanced across all physical drives.For most workloads, a striped data layout provides better performance than a JBOD. Because no disk is allocated for redundant data, striping does not provide fault tolerance as provided in other RAID schemes. Also, if you loose any disk, it results in data loss on a larger scale than a JBOD configuration because the entire file system spread across all physical disks is affected.
|
[] |
Performance Tuning Windows 2012: Storage Subsystem - Part 2
|
1
|
http://www.monitis.com/blog/2012/01/18/performance-tuning-windows-2012-storage-subsystem-part-2/
|
7/1438042988311.72_20150728002308-00252-ip-10-236-191-2_586530113_1.json
|
f5771a61_12__Storage_Subsystem___Part_2__1
|
[0] · Mirroring (RAID 1) [1]
|
Mirroring is a RAId configuration in which each logical block exists on two or more physical disks.Mirroring often has worse bandwidth and latency for write operations when compared to striping or JBOD because data must be written to a pair of physical disks. It can offer faster read operations than striping because it can (depending on the controller) read from the least busy physical disk of the mirrored pair.It is the most expensive resiliency scheme in terms of physical disks because half (or more) of the disk capacity stores redundant data copies, however, a mirrored array can survive the loss of any single physical disk.Do keep in mind that mirroring has greater power requirements than a non-mirrored storage configuration. It doubles the number of disks; therefore, it doubles the required amount of power.
|
[] |
Performance Tuning Windows 2012: Storage Subsystem - Part 2
|
1
|
http://www.monitis.com/blog/2012/01/18/performance-tuning-windows-2012-storage-subsystem-part-2/
|
7/1438042988311.72_20150728002308-00252-ip-10-236-191-2_586530113_1.json
|
f5771a61_12__Storage_Subsystem___Part_2__1
|
[0] · Striped mirroring (RAID 0+1 or 10) [1]
|
The combination of striping and mirroring is intended to provide the performance benefits of striping and the redundancy benefits of mirroring.Cost and power characteristics are similar to those of mirroring.
|
[] |
Performance Tuning Windows 2012: Storage Subsystem - Part 2
|
1
|
http://www.monitis.com/blog/2012/01/18/performance-tuning-windows-2012-storage-subsystem-part-2/
|
7/1438042988311.72_20150728002308-00252-ip-10-236-191-2_586530113_1.json
|
f5771a61_12__Storage_Subsystem___Part_2__1
|
[0] · RAID 5 [1]
|
A RAID 5 array consists of a logical disk composed of multiple physical disks that have data striped across the disks in sequential blocks (stripe units) in a manner similar to simple striping (RAID 0). However, the underlying physical disks have parity information spread throughout the disk array.RAID 5 read operations have characteristics similar to striping. However, small writes are much slower because each parity block that corresponds to the modified data block(s) must be updated.RAID 5 provides fault tolerance since data can be reconstructed from parity. RAID 5 can survive the loss of any one physical disk, as opposed to mirroring, which can survive the loss of multiple disks if the mirrored pair is not lost.RAID 5 is more cost efficient than mirroring because it requires only one additional disk per array, instead of double the total number of disks in an array.
|
[] |
Performance Tuning Windows 2012: Storage Subsystem - Part 2
|
1
|
http://www.monitis.com/blog/2012/01/18/performance-tuning-windows-2012-storage-subsystem-part-2/
|
7/1438042988311.72_20150728002308-00252-ip-10-236-191-2_586530113_1.json
|
f5771a61_12__Storage_Subsystem___Part_2__1
|
[0] · Double rotated parity, or double parity disks (RAID 6) [1]
|
Traditional RAID 6 is basically RAID 5 with additional redundancy built in. Instead of a single block of parity per stripe of data, two blocks of redundancy are included. The second block uses a different redundancy code (instead of parity), which enables data to be reconstructed after the loss of any two disks. More complex implementations may take advantage of algorithmic or hardware optimizations to reduce the overhead that is associated with maintaining the extra redundant data.As far as power and performance, the same general statements can be made for RAID 6 that were made for RAID 5, but to a larger magnitude.
|
[] |
Performance Tuning Windows 2012: Storage Subsystem - Part 2
|
1
|
http://www.monitis.com/blog/2012/01/18/performance-tuning-windows-2012-storage-subsystem-part-2/
|
7/1438042988311.72_20150728002308-00252-ip-10-236-191-2_586530113_1.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] anything [quarantine_to] empty or undef [effect] not quarantined [$QUARANTINEDIR]
|
anything
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] empty or undef [quarantine_to] anything [effect] not quarantined [$QUARANTINEDIR]
|
anything
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] local: [quarantine_to] pseudo-alias mapped through %local_delivery_aliases [effect] stored as an individual file below the directory $QUARANTINEDIR, file name comes from the template specified in the *_quarantine_method; if a template file name ends in .gz the message will be gzip-compressed [$QUARANTINEDIR]
|
directory
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] local: [quarantine_to] pseudo-alias mapped through %local_delivery_aliases [effect] appended to a file $QUARANTINEDIR in mbox format [$QUARANTINEDIR]
|
filename of a mailbox
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] local: [quarantine_to] pseudo-alias mapped through %local_delivery_aliases [effect] not quarantined [$QUARANTINEDIR]
|
empty or undef
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] local: [quarantine_to] e-mail address containing '@'-sign [effect] sent via SMTP to a mailer for storage, uses $notify_method to specify how to deliver to MTA; much like a newer 'smtp:' entry below [$QUARANTINEDIR]
|
anything
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] smtp: [quarantine_to] e-mail address [effect] sent via SMTP to a mailer for storage, uses the specified IP address and port, or a Unix socket for delivery; formerly a 'local:' method was used for this purpose [$QUARANTINEDIR]
|
anything
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] lmtp: [quarantine_to] e-mail address [effect] sent via LMTP to a mailer for storage, uses the specified IP address and port, or a Unix socket for delivery [$QUARANTINEDIR]
|
anything
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] bsmtp: [quarantine_to] anything (nonempty) [effect] stored in a file specified in the *_quarantine_method in BSMTP format (if file name is absolute, i.e. starts with a "/") [$QUARANTINEDIR]
|
anything
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] bsmtp: [quarantine_to] anything (nonempty) [effect] stored in a file specified in the *_quarantine_method in BSMTP format (file name relative to $QUARANTINEDIR) [$QUARANTINEDIR]
|
directory
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
3f068dad__documentation_bits_and_pieces___QUARANTINEDIR
|
[method] sql: [quarantine_to] anything (nonempty) [effect] stored into SQL database specified by @storage_sql_dsn [$QUARANTINEDIR]
|
anything
|
[
[
"a",
"n",
"y",
"t",
"h",
"i",
"n",
"g"
],
[
"d",
"i",
"r",
"e",
"c",
"t",
"o",
"r",
"y"
],
[
"f",
"i",
"l",
"e",
"n",
"a",
"m",
"e",
" ",
"o",
"f",
" ",
"a",
" ",
"m",
"a",
"i",
"l",
"b",
"o",
"x"
],
[
"e",
"m",
"p",
"t",
"y",
" ",
"o",
"r",
" ",
"u",
"n",
"d",
"e",
"f"
]
] |
amavisd-new documentation bits and pieces
|
$QUARANTINEDIR
|
http://www.ijs.si/software/amavisd/amavisd-new-docs.html
|
7/1438042988311.72_20150728002308-00282-ip-10-236-191-2_513256136_0.json
|
83cb3925_g_Form_E_R__4___Central_Excise__PERIOD
|
[Return] ER-1 [CATEGORY] All Assessees (Non SSI) [Due Date] By 10th of succeeding month [PERIOD]
|
Monthly
|
[
[
"M",
"o",
"n",
"t",
"h",
"l",
"y"
],
[
"Q",
"u",
"a",
"r",
"t",
"e",
"r",
"l",
"y"
],
[
"A",
"n",
"n",
"u",
"a",
"l",
"l",
"y"
]
] |
Due date for filing Form E.R.-4 - Central Excise
|
PERIOD
|
https://www.taxmanagementindia.com/web/View_discussions_detail.asp?ID=2268
|
7/1438042988311.72_20150728002308-00164-ip-10-236-191-2_938096547_10.json
|
83cb3925_g_Form_E_R__4___Central_Excise__PERIOD
|
[Return] ER-2 [CATEGORY] EOUs [Due Date] By 10th of succeeding month [PERIOD]
|
Monthly
|
[
[
"M",
"o",
"n",
"t",
"h",
"l",
"y"
],
[
"Q",
"u",
"a",
"r",
"t",
"e",
"r",
"l",
"y"
],
[
"A",
"n",
"n",
"u",
"a",
"l",
"l",
"y"
]
] |
Due date for filing Form E.R.-4 - Central Excise
|
PERIOD
|
https://www.taxmanagementindia.com/web/View_discussions_detail.asp?ID=2268
|
7/1438042988311.72_20150728002308-00164-ip-10-236-191-2_938096547_10.json
|
83cb3925_g_Form_E_R__4___Central_Excise__PERIOD
|
[Return] ER-3 [CATEGORY] SSI Units [Due Date] By 20th of succeeding quarter [PERIOD]
|
Quarterly
|
[
[
"M",
"o",
"n",
"t",
"h",
"l",
"y"
],
[
"Q",
"u",
"a",
"r",
"t",
"e",
"r",
"l",
"y"
],
[
"A",
"n",
"n",
"u",
"a",
"l",
"l",
"y"
]
] |
Due date for filing Form E.R.-4 - Central Excise
|
PERIOD
|
https://www.taxmanagementindia.com/web/View_discussions_detail.asp?ID=2268
|
7/1438042988311.72_20150728002308-00164-ip-10-236-191-2_938096547_10.json
|
83cb3925_g_Form_E_R__4___Central_Excise__PERIOD
|
[Return] ER-4 [CATEGORY] Units paying More than 1 crore duty(CENVAT + PLA) [Due Date] By 30thof Nov. of the succeeding year [PERIOD]
|
Annually
|
[
[
"M",
"o",
"n",
"t",
"h",
"l",
"y"
],
[
"Q",
"u",
"a",
"r",
"t",
"e",
"r",
"l",
"y"
],
[
"A",
"n",
"n",
"u",
"a",
"l",
"l",
"y"
]
] |
Due date for filing Form E.R.-4 - Central Excise
|
PERIOD
|
https://www.taxmanagementindia.com/web/View_discussions_detail.asp?ID=2268
|
7/1438042988311.72_20150728002308-00164-ip-10-236-191-2_938096547_10.json
|
83cb3925_g_Form_E_R__4___Central_Excise__PERIOD
|
[Return] ER-5 [CATEGORY] Units paying More than 1 crore duty(CENVAT + PLA) [Due Date] By 3oth April of succeeding year [PERIOD]
|
Annually
|
[
[
"M",
"o",
"n",
"t",
"h",
"l",
"y"
],
[
"Q",
"u",
"a",
"r",
"t",
"e",
"r",
"l",
"y"
],
[
"A",
"n",
"n",
"u",
"a",
"l",
"l",
"y"
]
] |
Due date for filing Form E.R.-4 - Central Excise
|
PERIOD
|
https://www.taxmanagementindia.com/web/View_discussions_detail.asp?ID=2268
|
7/1438042988311.72_20150728002308-00164-ip-10-236-191-2_938096547_10.json
|
83cb3925_g_Form_E_R__4___Central_Excise__PERIOD
|
[Return] ER-6 [CATEGORY] Units paying More than 1 crore duty(CENVAT + PLA) [Due Date] By 10th of succeeding month [PERIOD]
|
Monthly
|
[
[
"M",
"o",
"n",
"t",
"h",
"l",
"y"
],
[
"Q",
"u",
"a",
"r",
"t",
"e",
"r",
"l",
"y"
],
[
"A",
"n",
"n",
"u",
"a",
"l",
"l",
"y"
]
] |
Due date for filing Form E.R.-4 - Central Excise
|
PERIOD
|
https://www.taxmanagementindia.com/web/View_discussions_detail.asp?ID=2268
|
7/1438042988311.72_20150728002308-00164-ip-10-236-191-2_938096547_10.json
|
83cb3925_g_Form_E_R__4___Central_Excise__PERIOD
|
[Return] ER-7 [CATEGORY] All assessees [Due Date] 30th April of the succeeding year [PERIOD]
|
Annually
|
[
[
"M",
"o",
"n",
"t",
"h",
"l",
"y"
],
[
"Q",
"u",
"a",
"r",
"t",
"e",
"r",
"l",
"y"
],
[
"A",
"n",
"n",
"u",
"a",
"l",
"l",
"y"
]
] |
Due date for filing Form E.R.-4 - Central Excise
|
PERIOD
|
https://www.taxmanagementindia.com/web/View_discussions_detail.asp?ID=2268
|
7/1438042988311.72_20150728002308-00164-ip-10-236-191-2_938096547_10.json
|
3083eef9_t_Message_Filter_Release_Notes__Counter
|
[Description] The total number of messages scanned by Intelligent Message Filter. If this number is 0 or very low, Intelligent Message Filter may not be functioning properly. [Counter]
|
Total Messages Scanned for UCE
|
[] |
Intelligent Message Filter Release Notes
|
Counter
|
http://download.microsoft.com/download/2/2/C/22CCB3FB-CE5F-4E23-810B-1A4AC5540C97/IntelligentMessageFilterReadmejune2004.htm
|
7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_75641940_0.json
|
3083eef9_t_Message_Filter_Release_Notes__Counter
|
[Description] The number of messages scanned per second by Intelligent Message Filter. This counter indicates how quickly Intelligent Message Filter is operating. [Counter]
|
Messages Scanned for UCE/sec
|
[] |
Intelligent Message Filter Release Notes
|
Counter
|
http://download.microsoft.com/download/2/2/C/22CCB3FB-CE5F-4E23-810B-1A4AC5540C97/IntelligentMessageFilterReadmejune2004.htm
|
7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_75641940_0.json
|
3083eef9_t_Message_Filter_Release_Notes__Counter
|
[Description] The total number of messages that Intelligent Message Filter has identified as UCE and acted upon, based on the action specified by an administrator. [Counter]
|
Total UCE Messages Acted Upon
|
[] |
Intelligent Message Filter Release Notes
|
Counter
|
http://download.microsoft.com/download/2/2/C/22CCB3FB-CE5F-4E23-810B-1A4AC5540C97/IntelligentMessageFilterReadmejune2004.htm
|
7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_75641940_0.json
|
3083eef9_t_Message_Filter_Release_Notes__Counter
|
[Description] The number of messages acted upon per second by Intelligent Message Filter. This counter indicates how quickly Intelligent Message Filter takes action on messages identified as UCE. [Counter]
|
UCE Messages Acted Upon/sec
|
[] |
Intelligent Message Filter Release Notes
|
Counter
|
http://download.microsoft.com/download/2/2/C/22CCB3FB-CE5F-4E23-810B-1A4AC5540C97/IntelligentMessageFilterReadmejune2004.htm
|
7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_75641940_0.json
|
3083eef9_t_Message_Filter_Release_Notes__Counter
|
[Description] The percentage of the total number of messages scanned by Intelligent Message Filter that were identified as UCE. [Counter]
|
% UCE out of Total Messages Scanned
|
[] |
Intelligent Message Filter Release Notes
|
Counter
|
http://download.microsoft.com/download/2/2/C/22CCB3FB-CE5F-4E23-810B-1A4AC5540C97/IntelligentMessageFilterReadmejune2004.htm
|
7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_75641940_0.json
|
3083eef9_t_Message_Filter_Release_Notes__Counter
|
[Description] The percentage of the number of messages scanned by Intelligent Message Filter in the previous 30 minutes that were identified as UCE. [Counter]
|
% UCE of Messages Scanned in the previous 30 minutes
|
[] |
Intelligent Message Filter Release Notes
|
Counter
|
http://download.microsoft.com/download/2/2/C/22CCB3FB-CE5F-4E23-810B-1A4AC5540C97/IntelligentMessageFilterReadmejune2004.htm
|
7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_75641940_0.json
|
3083eef9_t_Message_Filter_Release_Notes__Counter
|
[Description] The total number of messages scanned by Intelligent Message Filter that were assigned a spam confidence level (SCL) rating of x, where x is a spam rating of 0 to 9. [Counter]
|
Total Messages Assigned an SCL Rating of X
|
[] |
Intelligent Message Filter Release Notes
|
Counter
|
http://download.microsoft.com/download/2/2/C/22CCB3FB-CE5F-4E23-810B-1A4AC5540C97/IntelligentMessageFilterReadmejune2004.htm
|
7/1438042988311.72_20150728002308-00131-ip-10-236-191-2_75641940_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] == New section == === Subsection === ==== Sub-subsection ==== ===== Sub-sub-subsection ===== [What it looks like]
|
Start your sections as follows: New section Subsection Sub-subsection Start with a second-level heading (==); don't use first-level headings (=). Don't skip levels (for example, second-level followed by fourth-level). A table of contents will automatically be added to an article that has four or more sections. If appropriate, place subsections in an appropriate order. If listing countries, place them in alphabetical order rather than, say, relative to population of OECD countries, or some random order. If you want to keep headings out of the TOC you have to use html heading tags and close them without using a backslash e.g. heading too low level to be in the toc of large page.
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the function ''diff'' (used internally to compare different versions of a page). But an empty line starts a new paragraph. [What it looks like]
|
A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the function diff (used internally to compare different versions of a page). But an empty line starts a new paragraph. When used in a list, a newline does affect the layout (see below).
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] You can break lines without starting a new paragraph. [What it looks like]
|
You can break lines without starting a new paragraph. Please use this sparingly. Close markup between lines; do not start a link or italics or bold on one line and close it on the next.
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] * It's easy to create a list: ** Start every line with a star. *** More stars means deeper levels. **** A newline in a list marks the end of a list item. * An empty line starts a new list. [What it looks like]
|
It's easy to create a list: Start every line with a star (asterisk). More stars means deeper levels. A newline in a list marks the end of a list item. An empty line starts a new list.
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] # Numbered lists are also good ## very organized ## easy to follow ### easier still [What it looks like]
|
Numbered lists are also good very organized easy to follow easier still
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] * You can even create mixed lists *# and nest them *#* like this [What it looks like]
|
You can even create mixed lists and nest them like this
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] ; Definition list : list of definitions ; item : the item's definition ; another item : the other item's definition [What it looks like]
|
Definition list list of definitions item the item's definition another item the other item's definition One item per line; a newline can appear before the colon, but using a space before the colon improves parsing.
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] : A colon indents a line or paragraph. A manual newline starts a new paragraph. [What it looks like]
|
A colon indents a line or paragraph. A manual newline starts a new paragraph. This is primarily for displayed material, but is also used for discussion on Talk pages.
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] The '''blockquote''' command will indent both margins when needed instead of the left margin only as the colon does. [What it looks like]
|
When there is a need for separating a block of text the blockquote command will indent both margins when needed instead of the left margin only as the colon does. This is useful for (as the name says) inserting blocks of quoted (and cited) text.
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] IF a line starts with a space THEN it will be formatted exactly as typed; in a fixed-width font; lines will not wrap; ENDIF [What it looks like]
|
IF a line starts with a space THEN it will be formatted exactly as typed; in a fixed-width font; lines will not wrap; ENDIF This is useful for: pasting preformatted text; algorithm descriptions; program source code; ASCII art; chemical structures; WARNING: If you make it wide, you force the whole page to be wide and hence less readable, especially for people who use lower resolutions. Never start ordinary lines with spaces.
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] Centered text. [What it looks like]
|
Centered text. Please note the American spelling of "center."
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
7d63d04b_Help_Editing___Meta_Collab__What_it_looks_like
|
[What you type] A horizontal dividing line: this is above it ---- and this is below it. [What it looks like]
|
A horizontal dividing line: this is above it... ...and this is below it. Mainly useful for disambiguation - but to be used sparsely--only when separating completely different, unrelated (groups of) meanings separating threads on Talk pages.
|
[] |
Help:Editing - Meta Collab
|
What it looks like
|
http://collaboration.wikia.com/wiki/Help:Editing
|
7/1438042988311.72_20150728002308-00191-ip-10-236-191-2_51397835_0.json
|
a23cb1bd_Customer_Service___Callaway__Limit_sharing_
|
[We may share information:] With our corporate entities and subsidiaries. [Limit sharing?]
|
No
|
[] |
Customer Service | Callaway
|
Limit sharing?
|
http://in.callawaygolf.com/on/demandware.store/Sites-CG_en_IN-Site/en_IN/CustomerService-Show?fid=legal&cid=legal-privacy-policy
|
7/1438042988311.72_20150728002308-00208-ip-10-236-191-2_133338647_0.json
|
a23cb1bd_Customer_Service___Callaway__Limit_sharing_
|
[We may share information:] With third parties who perform services on our behalf. For example, we share information with vendors, or will authorize them to collect information on our behalf. Some vendors may be located outside of the United States. [Limit sharing?]
|
No
|
[] |
Customer Service | Callaway
|
Limit sharing?
|
http://in.callawaygolf.com/on/demandware.store/Sites-CG_en_IN-Site/en_IN/CustomerService-Show?fid=legal&cid=legal-privacy-policy
|
7/1438042988311.72_20150728002308-00208-ip-10-236-191-2_133338647_0.json
|
a23cb1bd_Customer_Service___Callaway__Limit_sharing_
|
[We may share information:] With any successor to all or part of our business. For example, if part of our business was sold we may sell our customer list as part of that transaction. [Limit sharing?]
|
No
|
[] |
Customer Service | Callaway
|
Limit sharing?
|
http://in.callawaygolf.com/on/demandware.store/Sites-CG_en_IN-Site/en_IN/CustomerService-Show?fid=legal&cid=legal-privacy-policy
|
7/1438042988311.72_20150728002308-00208-ip-10-236-191-2_133338647_0.json
|
a23cb1bd_Customer_Service___Callaway__Limit_sharing_
|
[We may share information:] With third party business partners. For example, we will share your information with operators of co-branded websites that offer merchandise to you. We will also share your information with trusted third parties in whose products or services might be of interest to you or for joint promotional purposes. [Limit sharing?]
|
In most circumstances
|
[] |
Customer Service | Callaway
|
Limit sharing?
|
http://in.callawaygolf.com/on/demandware.store/Sites-CG_en_IN-Site/en_IN/CustomerService-Show?fid=legal&cid=legal-privacy-policy
|
7/1438042988311.72_20150728002308-00208-ip-10-236-191-2_133338647_0.json
|
a23cb1bd_Customer_Service___Callaway__Limit_sharing_
|
[We may share information:] To government agencies or law enforcement. We may also share with others if we think we are legally obligated, or to protect ourselves. For example, we will disclose information in response to subpoenas or investigative requests. [Limit sharing?]
|
No
|
[] |
Customer Service | Callaway
|
Limit sharing?
|
http://in.callawaygolf.com/on/demandware.store/Sites-CG_en_IN-Site/en_IN/CustomerService-Show?fid=legal&cid=legal-privacy-policy
|
7/1438042988311.72_20150728002308-00208-ip-10-236-191-2_133338647_0.json
|
a23cb1bd_Customer_Service___Callaway__Limit_sharing_
|
[We may share information:] For other reasons as may be described to you. [Limit sharing?]
|
In some circumstances
|
[] |
Customer Service | Callaway
|
Limit sharing?
|
http://in.callawaygolf.com/on/demandware.store/Sites-CG_en_IN-Site/en_IN/CustomerService-Show?fid=legal&cid=legal-privacy-policy
|
7/1438042988311.72_20150728002308-00208-ip-10-236-191-2_133338647_0.json
|
a23cb1bd_Customer_Service___Callaway__Limit_sharing_
|
[We may share information:] On our message boards and forums. We may also allow you to submit comments on our sites. Please remember that any information that is disclosed in these areas becomes public information. [Limit sharing?]
|
You should not disclose your personal information in such a forum.
|
[] |
Customer Service | Callaway
|
Limit sharing?
|
http://in.callawaygolf.com/on/demandware.store/Sites-CG_en_IN-Site/en_IN/CustomerService-Show?fid=legal&cid=legal-privacy-policy
|
7/1438042988311.72_20150728002308-00208-ip-10-236-191-2_133338647_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] CART [COOKIE Description]
|
The association with your shopping cart.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] CATEGORY_INFO [COOKIE Description]
|
Stores the category info on the page, that allows to display pages more quickly.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] COMPARE [COOKIE Description]
|
The items that you have in the Compare Products list.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] CURRENCY [COOKIE Description]
|
Your preferred currency
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] CUSTOMER [COOKIE Description]
|
An encrypted version of your customer id with the store.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] CUSTOMER_AUTH [COOKIE Description]
|
An indicator if you are currently logged into the store.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] CUSTOMER_INFO [COOKIE Description]
|
An encrypted version of the customer group you belong to.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] CUSTOMER_SEGMENT_IDS [COOKIE Description]
|
Stores the Customer Segment ID
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] EXTERNAL_NO_CACHE [COOKIE Description]
|
A flag, which indicates whether caching is disabled or not.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] FRONTEND [COOKIE Description]
|
You sesssion ID on the server.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] GUEST-VIEW [COOKIE Description]
|
Allows guests to edit their orders.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] LAST_CATEGORY [COOKIE Description]
|
The last category you visited.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] LAST_PRODUCT [COOKIE Description]
|
The most recent product you have viewed.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] NEWMESSAGE [COOKIE Description]
|
Indicates whether a new message has been received.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] NO_CACHE [COOKIE Description]
|
Indicates whether it is allowed to use cache.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] PERSISTENT_SHOPPING_CART [COOKIE Description]
|
A link to information about your cart and viewing history if you have asked the site.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] POLL [COOKIE Description]
|
The ID of any polls you have recently voted in.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] POLLN [COOKIE Description]
|
Information on what polls you have voted on.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] RECENTLYCOMPARED [COOKIE Description]
|
The items that you have recently compared.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] STF [COOKIE Description]
|
Information on products you have emailed to friends.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] STORE [COOKIE Description]
|
The store view or language you have selected.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] USER_ALLOWED_SAVE_COOKIE [COOKIE Description]
|
Indicates whether a customer allowed to use cookies.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] VIEWED_PRODUCT_IDS [COOKIE Description]
|
The products that you have recently viewed.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] WISHLIST [COOKIE Description]
|
An encrypted list of products added to your Wishlist.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
7356a430_olicy___Bodybuilding_Warehouse__COOKIE_Description
|
[COOKIE name] WISHLIST_CNT [COOKIE Description]
|
The number of items in your Wishlist.
|
[] |
Cookie and Privacy Policy | Bodybuilding Warehouse
|
COOKIE Description
|
http://www.bodybuildingwarehouse.co.uk/privacy/
|
7/1438043060830.93_20150728002420-00116-ip-10-236-191-2_333990457_0.json
|
2ea15109_cy_in_Vulnerability_Disclosure__Cisco_Security_Advisory
|
[Characteristic] CVSS base score [Cisco Security Notice] 4.0 – 6.9 [Cisco Security Advisory]
|
7.0 or greater
|
[
[
"7",
".",
"0",
" ",
"o",
"r",
" ",
"g",
"r",
"e",
"a",
"t",
"e",
"r"
],
[
"Y",
"e",
"s"
],
[
"G",
"e",
"n",
"e",
"r",
"a",
"l",
"l",
"y",
" ",
"y",
"e",
"s",
",",
" ",
"b",
"u",
"t",
" ",
"e",
"a",
"c",
"h",
" ",
"A",
"d",
"v",
"i",
"s",
"o",
"r",
"y",
" ",
"w",
"i",
"l",
"l",
" ",
"s",
"t",
"a",
"t",
"e"
]
] |
New PSIRT Deliverable Aids Transparency in Vulnerability Disclosure
|
Cisco Security Advisory
|
http://blogs.cisco.com/security/new-psirt-deliverable-aids-transparency-in-vulnerability-disclosure-2?wpmp_switcher=mobile
|
7/1438043060830.93_20150728002420-00187-ip-10-236-191-2_32091338_0.json
|
2ea15109_cy_in_Vulnerability_Disclosure__Cisco_Security_Advisory
|
[Characteristic] CVE assigned [Cisco Security Notice] Yes [Cisco Security Advisory]
|
Yes
|
[
[
"7",
".",
"0",
" ",
"o",
"r",
" ",
"g",
"r",
"e",
"a",
"t",
"e",
"r"
],
[
"Y",
"e",
"s"
],
[
"G",
"e",
"n",
"e",
"r",
"a",
"l",
"l",
"y",
" ",
"y",
"e",
"s",
",",
" ",
"b",
"u",
"t",
" ",
"e",
"a",
"c",
"h",
" ",
"A",
"d",
"v",
"i",
"s",
"o",
"r",
"y",
" ",
"w",
"i",
"l",
"l",
" ",
"s",
"t",
"a",
"t",
"e"
]
] |
New PSIRT Deliverable Aids Transparency in Vulnerability Disclosure
|
Cisco Security Advisory
|
http://blogs.cisco.com/security/new-psirt-deliverable-aids-transparency-in-vulnerability-disclosure-2?wpmp_switcher=mobile
|
7/1438043060830.93_20150728002420-00187-ip-10-236-191-2_32091338_0.json
|
2ea15109_cy_in_Vulnerability_Disclosure__Cisco_Security_Advisory
|
[Characteristic] Posted to PSIRT publication listing page and supported by search features [Cisco Security Notice] Yes [Cisco Security Advisory]
|
Yes
|
[
[
"7",
".",
"0",
" ",
"o",
"r",
" ",
"g",
"r",
"e",
"a",
"t",
"e",
"r"
],
[
"Y",
"e",
"s"
],
[
"G",
"e",
"n",
"e",
"r",
"a",
"l",
"l",
"y",
" ",
"y",
"e",
"s",
",",
" ",
"b",
"u",
"t",
" ",
"e",
"a",
"c",
"h",
" ",
"A",
"d",
"v",
"i",
"s",
"o",
"r",
"y",
" ",
"w",
"i",
"l",
"l",
" ",
"s",
"t",
"a",
"t",
"e"
]
] |
New PSIRT Deliverable Aids Transparency in Vulnerability Disclosure
|
Cisco Security Advisory
|
http://blogs.cisco.com/security/new-psirt-deliverable-aids-transparency-in-vulnerability-disclosure-2?wpmp_switcher=mobile
|
7/1438043060830.93_20150728002420-00187-ip-10-236-191-2_32091338_0.json
|
2ea15109_cy_in_Vulnerability_Disclosure__Cisco_Security_Advisory
|
[Characteristic] Email announcement to [email protected] upon publication [Cisco Security Notice] No [Cisco Security Advisory]
|
Yes
|
[
[
"7",
".",
"0",
" ",
"o",
"r",
" ",
"g",
"r",
"e",
"a",
"t",
"e",
"r"
],
[
"Y",
"e",
"s"
],
[
"G",
"e",
"n",
"e",
"r",
"a",
"l",
"l",
"y",
" ",
"y",
"e",
"s",
",",
" ",
"b",
"u",
"t",
" ",
"e",
"a",
"c",
"h",
" ",
"A",
"d",
"v",
"i",
"s",
"o",
"r",
"y",
" ",
"w",
"i",
"l",
"l",
" ",
"s",
"t",
"a",
"t",
"e"
]
] |
New PSIRT Deliverable Aids Transparency in Vulnerability Disclosure
|
Cisco Security Advisory
|
http://blogs.cisco.com/security/new-psirt-deliverable-aids-transparency-in-vulnerability-disclosure-2?wpmp_switcher=mobile
|
7/1438043060830.93_20150728002420-00187-ip-10-236-191-2_32091338_0.json
|
2ea15109_cy_in_Vulnerability_Disclosure__Cisco_Security_Advisory
|
[Characteristic] RSS announcement upon publication [Cisco Security Notice] Yes [Cisco Security Advisory]
|
Yes
|
[
[
"7",
".",
"0",
" ",
"o",
"r",
" ",
"g",
"r",
"e",
"a",
"t",
"e",
"r"
],
[
"Y",
"e",
"s"
],
[
"G",
"e",
"n",
"e",
"r",
"a",
"l",
"l",
"y",
" ",
"y",
"e",
"s",
",",
" ",
"b",
"u",
"t",
" ",
"e",
"a",
"c",
"h",
" ",
"A",
"d",
"v",
"i",
"s",
"o",
"r",
"y",
" ",
"w",
"i",
"l",
"l",
" ",
"s",
"t",
"a",
"t",
"e"
]
] |
New PSIRT Deliverable Aids Transparency in Vulnerability Disclosure
|
Cisco Security Advisory
|
http://blogs.cisco.com/security/new-psirt-deliverable-aids-transparency-in-vulnerability-disclosure-2?wpmp_switcher=mobile
|
7/1438043060830.93_20150728002420-00187-ip-10-236-191-2_32091338_0.json
|
2ea15109_cy_in_Vulnerability_Disclosure__Cisco_Security_Advisory
|
[Characteristic] Free software offered [Cisco Security Notice] No [Cisco Security Advisory]
|
Generally yes, but each Advisory will state
|
[
[
"7",
".",
"0",
" ",
"o",
"r",
" ",
"g",
"r",
"e",
"a",
"t",
"e",
"r"
],
[
"Y",
"e",
"s"
],
[
"G",
"e",
"n",
"e",
"r",
"a",
"l",
"l",
"y",
" ",
"y",
"e",
"s",
",",
" ",
"b",
"u",
"t",
" ",
"e",
"a",
"c",
"h",
" ",
"A",
"d",
"v",
"i",
"s",
"o",
"r",
"y",
" ",
"w",
"i",
"l",
"l",
" ",
"s",
"t",
"a",
"t",
"e"
]
] |
New PSIRT Deliverable Aids Transparency in Vulnerability Disclosure
|
Cisco Security Advisory
|
http://blogs.cisco.com/security/new-psirt-deliverable-aids-transparency-in-vulnerability-disclosure-2?wpmp_switcher=mobile
|
7/1438043060830.93_20150728002420-00187-ip-10-236-191-2_32091338_0.json
|
44f81c44_ALIA4J___Project_Information__Document
|
[Description] The Advanced-dispatch Language Implementation Architecture for Java [Document]
|
About
|
[
[
"A",
"b",
"o",
"u",
"t"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"L",
"i",
"c",
"e",
"n",
"s",
"e"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"T",
"e",
"a",
"m"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"S",
"u",
"m",
"m",
"a",
"r",
"y"
],
[
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"R",
"e",
"p",
"o",
"s",
"i",
"t",
"o",
"r",
"y"
],
[
"I",
"s",
"s",
"u",
"e",
" ",
"T",
"r",
"a",
"c",
"k",
"i",
"n",
"g"
],
[
"C",
"o",
"n",
"t",
"i",
"n",
"u",
"o",
"u",
"s",
" ",
"I",
"n",
"t",
"e",
"g",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"D",
"e",
"p",
"e",
"n",
"d",
"e",
"n",
"c",
"i",
"e",
"s"
]
] |
ALIA4J - Project Information
|
Document
|
http://www.alia4j.org/alia4j/project-info.html
|
7/1438042988311.72_20150728002308-00218-ip-10-236-191-2_289212516_0.json
|
44f81c44_ALIA4J___Project_Information__Document
|
[Description] This is a link to the definitions of project licenses. [Document]
|
Project License
|
[
[
"A",
"b",
"o",
"u",
"t"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"L",
"i",
"c",
"e",
"n",
"s",
"e"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"T",
"e",
"a",
"m"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"S",
"u",
"m",
"m",
"a",
"r",
"y"
],
[
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"R",
"e",
"p",
"o",
"s",
"i",
"t",
"o",
"r",
"y"
],
[
"I",
"s",
"s",
"u",
"e",
" ",
"T",
"r",
"a",
"c",
"k",
"i",
"n",
"g"
],
[
"C",
"o",
"n",
"t",
"i",
"n",
"u",
"o",
"u",
"s",
" ",
"I",
"n",
"t",
"e",
"g",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"D",
"e",
"p",
"e",
"n",
"d",
"e",
"n",
"c",
"i",
"e",
"s"
]
] |
ALIA4J - Project Information
|
Document
|
http://www.alia4j.org/alia4j/project-info.html
|
7/1438042988311.72_20150728002308-00218-ip-10-236-191-2_289212516_0.json
|
44f81c44_ALIA4J___Project_Information__Document
|
[Description] This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another. [Document]
|
Project Team
|
[
[
"A",
"b",
"o",
"u",
"t"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"L",
"i",
"c",
"e",
"n",
"s",
"e"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"T",
"e",
"a",
"m"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"S",
"u",
"m",
"m",
"a",
"r",
"y"
],
[
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"R",
"e",
"p",
"o",
"s",
"i",
"t",
"o",
"r",
"y"
],
[
"I",
"s",
"s",
"u",
"e",
" ",
"T",
"r",
"a",
"c",
"k",
"i",
"n",
"g"
],
[
"C",
"o",
"n",
"t",
"i",
"n",
"u",
"o",
"u",
"s",
" ",
"I",
"n",
"t",
"e",
"g",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"D",
"e",
"p",
"e",
"n",
"d",
"e",
"n",
"c",
"i",
"e",
"s"
]
] |
ALIA4J - Project Information
|
Document
|
http://www.alia4j.org/alia4j/project-info.html
|
7/1438042988311.72_20150728002308-00218-ip-10-236-191-2_289212516_0.json
|
44f81c44_ALIA4J___Project_Information__Document
|
[Description] This document lists other related information of this project [Document]
|
Project Summary
|
[
[
"A",
"b",
"o",
"u",
"t"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"L",
"i",
"c",
"e",
"n",
"s",
"e"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"T",
"e",
"a",
"m"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"S",
"u",
"m",
"m",
"a",
"r",
"y"
],
[
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"R",
"e",
"p",
"o",
"s",
"i",
"t",
"o",
"r",
"y"
],
[
"I",
"s",
"s",
"u",
"e",
" ",
"T",
"r",
"a",
"c",
"k",
"i",
"n",
"g"
],
[
"C",
"o",
"n",
"t",
"i",
"n",
"u",
"o",
"u",
"s",
" ",
"I",
"n",
"t",
"e",
"g",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"D",
"e",
"p",
"e",
"n",
"d",
"e",
"n",
"c",
"i",
"e",
"s"
]
] |
ALIA4J - Project Information
|
Document
|
http://www.alia4j.org/alia4j/project-info.html
|
7/1438042988311.72_20150728002308-00218-ip-10-236-191-2_289212516_0.json
|
44f81c44_ALIA4J___Project_Information__Document
|
[Description] This is a link to the online source repository that can be viewed via a web browser. [Document]
|
Source Repository
|
[
[
"A",
"b",
"o",
"u",
"t"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"L",
"i",
"c",
"e",
"n",
"s",
"e"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"T",
"e",
"a",
"m"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"S",
"u",
"m",
"m",
"a",
"r",
"y"
],
[
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"R",
"e",
"p",
"o",
"s",
"i",
"t",
"o",
"r",
"y"
],
[
"I",
"s",
"s",
"u",
"e",
" ",
"T",
"r",
"a",
"c",
"k",
"i",
"n",
"g"
],
[
"C",
"o",
"n",
"t",
"i",
"n",
"u",
"o",
"u",
"s",
" ",
"I",
"n",
"t",
"e",
"g",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"D",
"e",
"p",
"e",
"n",
"d",
"e",
"n",
"c",
"i",
"e",
"s"
]
] |
ALIA4J - Project Information
|
Document
|
http://www.alia4j.org/alia4j/project-info.html
|
7/1438042988311.72_20150728002308-00218-ip-10-236-191-2_289212516_0.json
|
44f81c44_ALIA4J___Project_Information__Document
|
[Description] This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link. [Document]
|
Issue Tracking
|
[
[
"A",
"b",
"o",
"u",
"t"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"L",
"i",
"c",
"e",
"n",
"s",
"e"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"T",
"e",
"a",
"m"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"S",
"u",
"m",
"m",
"a",
"r",
"y"
],
[
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"R",
"e",
"p",
"o",
"s",
"i",
"t",
"o",
"r",
"y"
],
[
"I",
"s",
"s",
"u",
"e",
" ",
"T",
"r",
"a",
"c",
"k",
"i",
"n",
"g"
],
[
"C",
"o",
"n",
"t",
"i",
"n",
"u",
"o",
"u",
"s",
" ",
"I",
"n",
"t",
"e",
"g",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"D",
"e",
"p",
"e",
"n",
"d",
"e",
"n",
"c",
"i",
"e",
"s"
]
] |
ALIA4J - Project Information
|
Document
|
http://www.alia4j.org/alia4j/project-info.html
|
7/1438042988311.72_20150728002308-00218-ip-10-236-191-2_289212516_0.json
|
44f81c44_ALIA4J___Project_Information__Document
|
[Description] This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis. [Document]
|
Continuous Integration
|
[
[
"A",
"b",
"o",
"u",
"t"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"L",
"i",
"c",
"e",
"n",
"s",
"e"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"T",
"e",
"a",
"m"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"S",
"u",
"m",
"m",
"a",
"r",
"y"
],
[
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"R",
"e",
"p",
"o",
"s",
"i",
"t",
"o",
"r",
"y"
],
[
"I",
"s",
"s",
"u",
"e",
" ",
"T",
"r",
"a",
"c",
"k",
"i",
"n",
"g"
],
[
"C",
"o",
"n",
"t",
"i",
"n",
"u",
"o",
"u",
"s",
" ",
"I",
"n",
"t",
"e",
"g",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"D",
"e",
"p",
"e",
"n",
"d",
"e",
"n",
"c",
"i",
"e",
"s"
]
] |
ALIA4J - Project Information
|
Document
|
http://www.alia4j.org/alia4j/project-info.html
|
7/1438042988311.72_20150728002308-00218-ip-10-236-191-2_289212516_0.json
|
44f81c44_ALIA4J___Project_Information__Document
|
[Description] This document lists the project's dependencies and provides information on each dependency. [Document]
|
Dependencies
|
[
[
"A",
"b",
"o",
"u",
"t"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"L",
"i",
"c",
"e",
"n",
"s",
"e"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"T",
"e",
"a",
"m"
],
[
"P",
"r",
"o",
"j",
"e",
"c",
"t",
" ",
"S",
"u",
"m",
"m",
"a",
"r",
"y"
],
[
"S",
"o",
"u",
"r",
"c",
"e",
" ",
"R",
"e",
"p",
"o",
"s",
"i",
"t",
"o",
"r",
"y"
],
[
"I",
"s",
"s",
"u",
"e",
" ",
"T",
"r",
"a",
"c",
"k",
"i",
"n",
"g"
],
[
"C",
"o",
"n",
"t",
"i",
"n",
"u",
"o",
"u",
"s",
" ",
"I",
"n",
"t",
"e",
"g",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"D",
"e",
"p",
"e",
"n",
"d",
"e",
"n",
"c",
"i",
"e",
"s"
]
] |
ALIA4J - Project Information
|
Document
|
http://www.alia4j.org/alia4j/project-info.html
|
7/1438042988311.72_20150728002308-00218-ip-10-236-191-2_289212516_0.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Lars S.-Helldorf [Presence] Yes [Friday 5. Feb] likely [Sunday 7. Feb] Yes [Saturday 6. Feb]
|
Yes
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Nicola Pero [Presence] Yes [Friday 5. Feb] No [Sunday 7. Feb] Yes [Saturday 6. Feb]
|
Yes
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Nicolas Roard [Presence] likely [Friday 5. Feb] likely [Sunday 7. Feb] likely [Saturday 6. Feb]
|
likely
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Gerold Rupprecht [Presence] likely [Friday 5. Feb] likely [Sunday 7. Feb] likely [Saturday 6. Feb]
|
likely
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Nikolaus Schaller [Presence] Yes [Friday 5. Feb] Yes [Sunday 7. Feb] Yes [Special comments / topics] mySTEP (embedded), Simple Web Kit [Saturday 6. Feb]
|
Yes
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Fred Kiefer [Presence] likely [Friday 5. Feb] likely [Sunday 7. Feb] likely [Saturday 6. Feb]
|
likely
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Richard Frith-Macdonald [Presence] Yes [Friday 5. Feb] maybe [Sunday 7. Feb] Yes [Special comments / topics] GNUstep-base, server software [Saturday 6. Feb]
|
Yes
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Riccardo Mottola [Presence] likely [Friday 5. Feb] maybe [Sunday 7. Feb] likely [Saturday 6. Feb]
|
likely
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] David Chisnall [Presence] likely [Friday 5. Feb] maybe [Sunday 7. Feb] likely [Special comments / topics] Etoile,libobjc,base [Saturday 6. Feb]
|
likely
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Quentin Mathé [Presence] likely [Friday 5. Feb] likely [Sunday 7. Feb] likely [Special comments / topics] Étoilé [Saturday 6. Feb]
|
likely
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Gürkan Sengün [Presence] No [Friday 5. Feb] No [Sunday 7. Feb] No [Special comments / topics] http://livecd.gnustep.org/ [Saturday 6. Feb]
|
No
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
759bda7a_FOSDEM_2010___GNUstepWiki__Saturday_6__Feb
|
[Name] Sebastian Reitenbach [Presence] Yes [Friday 5. Feb] Yes [Sunday 7. Feb] Yes [Special comments / topics] OpenGroupware port to GNUstep [Saturday 6. Feb]
|
Yes
|
[
[
"Y",
"e",
"s"
],
[
"l",
"i",
"k",
"e",
"l",
"y"
],
[
"N",
"o"
]
] |
FOSDEM 2010 - GNUstepWiki
|
Saturday 6. Feb
|
http://wiki.gnustep.org/index.php?title=FOSDEM_2010&oldid=5777
|
7/1438042988860.4_20150728002308-00304-ip-10-236-191-2_264694647_1.json
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.