first commit
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"type": "optiontree",
|
||||
"tree": {
|
||||
"selectors": {
|
||||
"sport": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"options": {
|
||||
"type": "select",
|
||||
"noneLabel": "Pick a Sport..."
|
||||
}
|
||||
},
|
||||
"team": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"options": {
|
||||
"type": "select",
|
||||
"noneLabel": "Pick a Team..."
|
||||
}
|
||||
},
|
||||
"player": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"options": {
|
||||
"type": "select",
|
||||
"noneLabel": "Pick a Player..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"order": ["sport", "team", "player"],
|
||||
"data": [{
|
||||
"value": 23,
|
||||
"attributes": {
|
||||
"sport": "Basketball",
|
||||
"team": "Chicago Bulls",
|
||||
"player": "Michael Jordan"
|
||||
}
|
||||
}, {
|
||||
"value": 33,
|
||||
"attributes": {
|
||||
"sport": "Basketball",
|
||||
"team": "Chicago Bulls",
|
||||
"player": "Scotty Pippen"
|
||||
}
|
||||
}, {
|
||||
"value": 4,
|
||||
"attributes": {
|
||||
"sport": "Football",
|
||||
"team": "Green Bay Packers",
|
||||
"player": "Brett Favre"
|
||||
}
|
||||
}, {
|
||||
"value": 19,
|
||||
"attributes": {
|
||||
"sport": "Baseball",
|
||||
"team": "Milwaukee Brewers",
|
||||
"player": "Robin Yount"
|
||||
}
|
||||
}, {
|
||||
"value": 99,
|
||||
"attributes": {
|
||||
"sport": "Hockey",
|
||||
"player": "Wayne Gretzky"
|
||||
}
|
||||
}],
|
||||
"horizontal": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "number",
|
||||
"title": "What number would like for your sports jersey?"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"Vanilla": "Vanilla Flavor",
|
||||
"Chocolate": "Chocolate Flavor",
|
||||
"Strawberry": "Strawberry Flavor",
|
||||
"Mint": "Mint Flavor"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
letter frequency
|
||||
A .08167
|
||||
B .01492
|
||||
C .02782
|
||||
D .04253
|
||||
E .12702
|
||||
F .02288
|
||||
G .02015
|
||||
H .06094
|
||||
I .06966
|
||||
J .00153
|
||||
K .00772
|
||||
L .04025
|
||||
M .02406
|
||||
N .06749
|
||||
O .07507
|
||||
P .01929
|
||||
Q .00095
|
||||
R .05987
|
||||
S .06327
|
||||
T .09056
|
||||
U .02758
|
||||
V .00978
|
||||
W .02360
|
||||
X .00150
|
||||
Y .01974
|
||||
Z .00074
|
||||
|
@@ -0,0 +1,7 @@
|
||||
State,Under 5 Years,5 to 13 Years,14 to 17 Years,18 to 24 Years,25 to 44 Years,45 to 64 Years,65 Years and Over
|
||||
CA,2704659,4499890,2159981,3853788,10604510,8819342,4114496
|
||||
TX,2027307,3277946,1420518,2454721,7017731,5656528,2472223
|
||||
NY,1208495,2141490,1058031,1999120,5355235,5120254,2607672
|
||||
FL,1140516,1938695,925060,1607297,4782119,4746856,3187797
|
||||
IL,894368,1558919,725973,1311479,3596343,3239173,1575308
|
||||
PA,737462,1345341,679201,1203944,3157759,3414001,1910571
|
||||
|
@@ -0,0 +1,291 @@
|
||||
|
||||
{
|
||||
"name": "flare",
|
||||
"children": [
|
||||
{
|
||||
"name": "analytics",
|
||||
"children": [
|
||||
{
|
||||
"name": "cluster",
|
||||
"children": [
|
||||
{"name": "AgglomerativeCluster", "size": 3938},
|
||||
{"name": "CommunityStructure", "size": 3812},
|
||||
{"name": "HierarchicalCluster", "size": 6714},
|
||||
{"name": "MergeEdge", "size": 743}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "graph",
|
||||
"children": [
|
||||
{"name": "BetweennessCentrality", "size": 3534},
|
||||
{"name": "LinkDistance", "size": 5731},
|
||||
{"name": "MaxFlowMinCut", "size": 7840},
|
||||
{"name": "ShortestPaths", "size": 5914},
|
||||
{"name": "SpanningTree", "size": 3416}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "optimization",
|
||||
"children": [
|
||||
{"name": "AspectRatioBanker", "size": 7074}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "animate",
|
||||
"children": [
|
||||
{"name": "Easing", "size": 17010},
|
||||
{"name": "FunctionSequence", "size": 5842},
|
||||
{
|
||||
"name": "interpolate",
|
||||
"children": [
|
||||
{"name": "ArrayInterpolator", "size": 1983},
|
||||
{"name": "ColorInterpolator", "size": 2047},
|
||||
{"name": "DateInterpolator", "size": 1375},
|
||||
{"name": "PointInterpolator", "size": 1675},
|
||||
{"name": "RectangleInterpolator", "size": 2042}
|
||||
]
|
||||
},
|
||||
{"name": "ISchedulable", "size": 1041},
|
||||
{"name": "Parallel", "size": 5176},
|
||||
{"name": "Pause", "size": 449},
|
||||
{"name": "Transitioner", "size": 19975},
|
||||
{"name": "TransitionEvent", "size": 1116},
|
||||
{"name": "Tween", "size": 6006}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{
|
||||
"name": "converters",
|
||||
"children": [
|
||||
{"name": "Converters", "size": 721},
|
||||
{"name": "DelimitedTextConverter", "size": 4294},
|
||||
{"name": "GraphMLConverter", "size": 9800},
|
||||
{"name": "IDataConverter", "size": 1314},
|
||||
{"name": "JSONConverter", "size": 2220}
|
||||
]
|
||||
},
|
||||
{"name": "DataField", "size": 1759},
|
||||
{"name": "DataSchema", "size": 2165},
|
||||
{"name": "DataSet", "size": 586},
|
||||
{"name": "DataSource", "size": 3331},
|
||||
{"name": "DataTable", "size": 772},
|
||||
{"name": "DataUtil", "size": 3322}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "display",
|
||||
"children": [
|
||||
{"name": "DirtySprite", "size": 8833},
|
||||
{"name": "LineSprite", "size": 1732},
|
||||
{"name": "RectSprite", "size": 3623},
|
||||
{"name": "TextSprite", "size": 10066}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "flex",
|
||||
"children": [
|
||||
{"name": "FlareVis", "size": 4116}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "physics",
|
||||
"children": [
|
||||
{"name": "DragForce", "size": 1082},
|
||||
{"name": "GravityForce", "size": 1336},
|
||||
{"name": "IForce", "size": 319},
|
||||
{"name": "SpringForce", "size": 1681}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"children": [
|
||||
{"name": "AggregateExpression", "size": 1616},
|
||||
{"name": "And", "size": 1027},
|
||||
{"name": "Maximum", "size": 843},
|
||||
{
|
||||
"name": "methods",
|
||||
"children": [
|
||||
{"name": "add", "size": 593},
|
||||
{"name": "and", "size": 330},
|
||||
{"name": "average", "size": 287},
|
||||
{"name": "eq", "size": 594},
|
||||
{"name": "fn", "size": 460},
|
||||
{"name": "lte", "size": 619}
|
||||
]
|
||||
},
|
||||
{"name": "Minimum", "size": 843},
|
||||
{"name": "Not", "size": 1554},
|
||||
{"name": "Or", "size": 970},
|
||||
{"name": "Query", "size": 13896},
|
||||
{"name": "Xor", "size": 1101}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scale",
|
||||
"children": [
|
||||
{"name": "IScaleMap", "size": 2105},
|
||||
{"name": "LinearScale", "size": 1316},
|
||||
{"name": "LogScale", "size": 3151},
|
||||
{"name": "OrdinalScale", "size": 3770},
|
||||
{"name": "ScaleType", "size": 1821},
|
||||
{"name": "TimeScale", "size": 5833}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "util",
|
||||
"children": [
|
||||
{"name": "Arrays", "size": 8258},
|
||||
{"name": "Geometry", "size": 10993},
|
||||
{
|
||||
"name": "heap",
|
||||
"children": [
|
||||
{"name": "FibonacciHeap", "size": 9354},
|
||||
{"name": "HeapNode", "size": 1233}
|
||||
]
|
||||
},
|
||||
{"name": "IValueProxy", "size": 874},
|
||||
{
|
||||
"name": "math",
|
||||
"children": [
|
||||
{"name": "DenseMatrix", "size": 3165},
|
||||
{"name": "IMatrix", "size": 2815},
|
||||
{"name": "SparseMatrix", "size": 3366}
|
||||
]
|
||||
},
|
||||
{"name": "Maths", "size": 17705},
|
||||
{"name": "Orientation", "size": 1486},
|
||||
{
|
||||
"name": "palette",
|
||||
"children": [
|
||||
{"name": "ColorPalette", "size": 6367},
|
||||
{"name": "Palette", "size": 1229},
|
||||
{"name": "ShapePalette", "size": 2059},
|
||||
{"name": "SizePalette", "size": 2291}
|
||||
]
|
||||
},
|
||||
{"name": "Strings", "size": 22026}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vis",
|
||||
"children": [
|
||||
{
|
||||
"name": "axis",
|
||||
"children": [
|
||||
{"name": "Axes", "size": 1302},
|
||||
{"name": "Axis", "size": 24593},
|
||||
{"name": "AxisGridLine", "size": 652},
|
||||
{"name": "AxisLabel", "size": 636},
|
||||
{"name": "CartesianAxes", "size": 6703}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "controls",
|
||||
"children": [
|
||||
{"name": "AnchorControl", "size": 2138},
|
||||
{"name": "ClickControl", "size": 3824},
|
||||
{"name": "Control", "size": 1353},
|
||||
{"name": "SelectionControl", "size": 7862},
|
||||
{"name": "TooltipControl", "size": 8435}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{"name": "Data", "size": 20544},
|
||||
{"name": "DataList", "size": 19788},
|
||||
{"name": "DataSprite", "size": 10349},
|
||||
{"name": "EdgeSprite", "size": 3301},
|
||||
{"name": "NodeSprite", "size": 19382},
|
||||
{
|
||||
"name": "render",
|
||||
"children": [
|
||||
{"name": "ArrowType", "size": 698},
|
||||
{"name": "EdgeRenderer", "size": 5569},
|
||||
{"name": "IRenderer", "size": 353},
|
||||
{"name": "ShapeRenderer", "size": 2247}
|
||||
]
|
||||
},
|
||||
{"name": "ScaleBinding", "size": 11275},
|
||||
{"name": "Tree", "size": 7147},
|
||||
{"name": "TreeBuilder", "size": 9930}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "events",
|
||||
"children": [
|
||||
{"name": "DataEvent", "size": 2313},
|
||||
{"name": "SelectionEvent", "size": 1880},
|
||||
{"name": "TooltipEvent", "size": 1701},
|
||||
{"name": "VisualizationEvent", "size": 1117}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "legend",
|
||||
"children": [
|
||||
{"name": "Legend", "size": 20859},
|
||||
{"name": "LegendItem", "size": 4614},
|
||||
{"name": "LegendRange", "size": 10530}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "operator",
|
||||
"children": [
|
||||
{
|
||||
"name": "distortion",
|
||||
"children": [
|
||||
{"name": "BifocalDistortion", "size": 4461},
|
||||
{"name": "Distortion", "size": 6314},
|
||||
{"name": "FisheyeDistortion", "size": 3444}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "encoder",
|
||||
"children": [
|
||||
{"name": "ColorEncoder", "size": 3179},
|
||||
{"name": "Encoder", "size": 4060},
|
||||
{"name": "PropertyEncoder", "size": 4138},
|
||||
{"name": "ShapeEncoder", "size": 1690},
|
||||
{"name": "SizeEncoder", "size": 1830}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "filter",
|
||||
"children": [
|
||||
{"name": "FisheyeTreeFilter", "size": 5219},
|
||||
{"name": "GraphDistanceFilter", "size": 3165},
|
||||
{"name": "VisibilityFilter", "size": 3509}
|
||||
]
|
||||
},
|
||||
{"name": "IOperator", "size": 1286},
|
||||
{
|
||||
"name": "label",
|
||||
"children": [
|
||||
{"name": "Labeler", "size": 9956},
|
||||
{"name": "RadialLabeler", "size": 3899},
|
||||
{"name": "StackedAreaLabeler", "size": 3202}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "layout",
|
||||
"children": [
|
||||
{"name": "AxisLayout", "size": 6725},
|
||||
{"name": "BundledEdgeRouter", "size": 3727},
|
||||
{"name": "StackedAreaLayout", "size": 9121},
|
||||
{"name": "TreeMapLayout", "size": 9191}
|
||||
]
|
||||
},
|
||||
{"name": "Operator", "size": 2490},
|
||||
{"name": "OperatorList", "size": 5248},
|
||||
{"name": "SortOperator", "size": 2023}
|
||||
]
|
||||
},
|
||||
{"name": "Visualization", "size": 16540}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
name,value
|
||||
MO,189500
|
||||
AR,288450
|
||||
CA,396164
|
||||
CO,420448
|
||||
CT,338288
|
||||
GA,480921
|
||||
LA,320716
|
||||
MD,377787
|
||||
MA,383568
|
||||
MI,445526
|
||||
MN,348471
|
||||
MS,220813
|
||||
|
@@ -0,0 +1,22 @@
|
||||
State,Under 5 Years,5 to 13 Years,14 to 17 Years,18 to 24 Years,25 to 44 Years,45 to 64 Years,65 Years and Over
|
||||
AL,310504,552339,259034,450818,1231572,1215966,641667
|
||||
AK,52083,85640,42153,74257,198724,183159,50277
|
||||
AZ,515910,828669,362642,601943,1804762,1523681,862573
|
||||
AR,202070,343207,157204,264160,754420,727124,407205
|
||||
CA,2704659,4499890,2159981,3853788,10604510,8819342,4114496
|
||||
CO,358280,587154,261701,466194,1464939,1290094,511094
|
||||
CT,211637,403658,196918,325110,916955,968967,478007
|
||||
DE,59319,99496,47414,84464,230183,230528,121688
|
||||
DC,36352,50439,25225,75569,193557,140043,70648
|
||||
FL,1140516,1938695,925060,1607297,4782119,4746856,3187797
|
||||
GA,740521,1250460,557860,919876,2846985,2389018,981024
|
||||
HI,87207,134025,64011,124834,356237,331817,190067
|
||||
ID,121746,201192,89702,147606,406247,375173,182150
|
||||
IL,894368,1558919,725973,1311479,3596343,3239173,1575308
|
||||
IN,443089,780199,361393,605863,1724528,1647881,813839
|
||||
IA,201321,345409,165883,306398,750505,788485,444554
|
||||
KS,202529,342134,155822,293114,728166,713663,366706
|
||||
KY,284601,493536,229927,381394,1179637,1134283,565867
|
||||
LA,310716,542341,254916,471275,1162463,1128771,540314
|
||||
ME,71459,133656,69752,112682,331809,397911,199187
|
||||
MD,371787,651923,316873,543470,1556225,1513754,679565
|
||||
|
@@ -0,0 +1,49 @@
|
||||
browser date value
|
||||
Chrome 2008-01 10
|
||||
Chrome 2008-04 8
|
||||
Chrome 2008-07 14
|
||||
Chrome 2008-10 9
|
||||
Chrome 2009-01 10
|
||||
Chrome 2009-04 8
|
||||
Chrome 2009-07 14
|
||||
Chrome 2009-10 9
|
||||
Chrome 2010-01 10
|
||||
Chrome 2010-04 8
|
||||
Chrome 2010-07 14
|
||||
Chrome 2010-10 9
|
||||
Firefox 2008-01 3
|
||||
Firefox 2008-04 3.5
|
||||
Firefox 2008-07 5
|
||||
Firefox 2008-10 11
|
||||
Firefox 2009-01 3
|
||||
Firefox 2009-04 3.5
|
||||
Firefox 2009-07 4.5
|
||||
Firefox 2009-10 10.5
|
||||
Firefox 2010-01 3
|
||||
Firefox 2010-04 3.5
|
||||
Firefox 2010-07 4
|
||||
Firefox 2010-10 10
|
||||
Safari 2008-01 10
|
||||
Safari 2008-04 8
|
||||
Safari 2008-07 14
|
||||
Safari 2008-10 9
|
||||
Safari 2009-01 10
|
||||
Safari 2009-04 8
|
||||
Safari 2009-07 14
|
||||
Safari 2009-10 9
|
||||
Safari 2010-01 10
|
||||
Safari 2010-04 8
|
||||
Safari 2010-07 13.5
|
||||
Safari 2010-10 8.5
|
||||
Opera 2008-01 3
|
||||
Opera 2008-04 3.5
|
||||
Opera 2008-07 5
|
||||
Opera 2008-10 11
|
||||
Opera 2009-01 3
|
||||
Opera 2009-04 3.5
|
||||
Opera 2009-07 4.5
|
||||
Opera 2009-10 10.5
|
||||
Opera 2010-01 3
|
||||
Opera 2010-04 3.5
|
||||
Opera 2010-07 4
|
||||
Opera 2010-10 10
|
||||
|
@@ -0,0 +1,26 @@
|
||||
letter frequency
|
||||
1 .08167
|
||||
2 .01492
|
||||
3 .02782
|
||||
4 .04253
|
||||
5 .12702
|
||||
6 .02288
|
||||
7 .02015
|
||||
8 .06094
|
||||
9 .06966
|
||||
10 .00153
|
||||
11 .00772
|
||||
12 .04025
|
||||
13 .02406
|
||||
14 .06749
|
||||
15 .07507
|
||||
16 .01929
|
||||
17 .00095
|
||||
18 .05987
|
||||
19 .06327
|
||||
20 .09056
|
||||
21 .02758
|
||||
22 .00978
|
||||
23 .02360
|
||||
24 .00150
|
||||
25 .01974
|
||||
|
@@ -0,0 +1,488 @@
|
||||
date close
|
||||
1-May-12 582.13
|
||||
30-Apr-12 583.98
|
||||
27-Apr-12 603.00
|
||||
26-Apr-12 607.70
|
||||
25-Apr-12 610.00
|
||||
24-Apr-12 560.28
|
||||
23-Apr-12 571.70
|
||||
20-Apr-12 572.98
|
||||
19-Apr-12 587.44
|
||||
18-Apr-12 608.34
|
||||
17-Apr-12 609.70
|
||||
16-Apr-12 580.13
|
||||
13-Apr-12 605.23
|
||||
12-Apr-12 622.77
|
||||
11-Apr-12 626.20
|
||||
10-Apr-12 628.44
|
||||
9-Apr-12 636.23
|
||||
5-Apr-12 633.68
|
||||
4-Apr-12 624.31
|
||||
3-Apr-12 629.32
|
||||
2-Apr-12 618.63
|
||||
30-Mar-12 599.55
|
||||
29-Mar-12 609.86
|
||||
28-Mar-12 617.62
|
||||
27-Mar-12 614.48
|
||||
26-Mar-12 606.98
|
||||
23-Mar-12 596.05
|
||||
22-Mar-12 599.34
|
||||
21-Mar-12 602.50
|
||||
20-Mar-12 605.96
|
||||
19-Mar-12 601.10
|
||||
16-Mar-12 585.57
|
||||
15-Mar-12 585.56
|
||||
14-Mar-12 589.58
|
||||
13-Mar-12 568.10
|
||||
12-Mar-12 552.00
|
||||
9-Mar-12 545.17
|
||||
8-Mar-12 541.99
|
||||
7-Mar-12 530.69
|
||||
6-Mar-12 530.26
|
||||
5-Mar-12 533.16
|
||||
2-Mar-12 545.18
|
||||
1-Mar-12 544.47
|
||||
29-Feb-12 542.44
|
||||
28-Feb-12 535.41
|
||||
27-Feb-12 525.76
|
||||
24-Feb-12 522.41
|
||||
23-Feb-12 516.39
|
||||
22-Feb-12 513.04
|
||||
21-Feb-12 514.85
|
||||
17-Feb-12 502.12
|
||||
16-Feb-12 502.21
|
||||
15-Feb-12 497.67
|
||||
14-Feb-12 509.46
|
||||
13-Feb-12 502.60
|
||||
10-Feb-12 493.42
|
||||
9-Feb-12 493.17
|
||||
8-Feb-12 476.68
|
||||
7-Feb-12 468.83
|
||||
6-Feb-12 463.97
|
||||
3-Feb-12 459.68
|
||||
2-Feb-12 455.12
|
||||
1-Feb-12 456.19
|
||||
31-Jan-12 456.48
|
||||
30-Jan-12 453.01
|
||||
27-Jan-12 447.28
|
||||
26-Jan-12 444.63
|
||||
25-Jan-12 446.66
|
||||
24-Jan-12 420.41
|
||||
23-Jan-12 427.41
|
||||
20-Jan-12 420.30
|
||||
19-Jan-12 427.75
|
||||
18-Jan-12 429.11
|
||||
17-Jan-12 424.70
|
||||
13-Jan-12 419.81
|
||||
12-Jan-12 421.39
|
||||
11-Jan-12 422.55
|
||||
10-Jan-12 423.24
|
||||
9-Jan-12 421.73
|
||||
6-Jan-12 422.40
|
||||
5-Jan-12 418.03
|
||||
4-Jan-12 413.44
|
||||
3-Jan-12 411.23
|
||||
30-Dec-11 405.00
|
||||
29-Dec-11 405.12
|
||||
28-Dec-11 402.64
|
||||
27-Dec-11 406.53
|
||||
23-Dec-11 403.43
|
||||
22-Dec-11 398.55
|
||||
21-Dec-11 396.44
|
||||
20-Dec-11 395.95
|
||||
19-Dec-11 382.21
|
||||
16-Dec-11 381.02
|
||||
15-Dec-11 378.94
|
||||
14-Dec-11 380.19
|
||||
13-Dec-11 388.81
|
||||
12-Dec-11 391.84
|
||||
9-Dec-11 393.62
|
||||
8-Dec-11 390.66
|
||||
7-Dec-11 389.09
|
||||
6-Dec-11 390.95
|
||||
5-Dec-11 393.01
|
||||
2-Dec-11 389.70
|
||||
1-Dec-11 387.93
|
||||
30-Nov-11 382.20
|
||||
29-Nov-11 373.20
|
||||
28-Nov-11 376.12
|
||||
25-Nov-11 363.57
|
||||
23-Nov-11 366.99
|
||||
22-Nov-11 376.51
|
||||
21-Nov-11 369.01
|
||||
18-Nov-11 374.94
|
||||
17-Nov-11 377.41
|
||||
16-Nov-11 384.77
|
||||
15-Nov-11 388.83
|
||||
14-Nov-11 379.26
|
||||
11-Nov-11 384.62
|
||||
10-Nov-11 385.22
|
||||
9-Nov-11 395.28
|
||||
8-Nov-11 406.23
|
||||
7-Nov-11 399.73
|
||||
4-Nov-11 400.24
|
||||
3-Nov-11 403.07
|
||||
2-Nov-11 397.41
|
||||
1-Nov-11 396.51
|
||||
31-Oct-11 404.78
|
||||
28-Oct-11 404.95
|
||||
27-Oct-11 404.69
|
||||
26-Oct-11 400.60
|
||||
25-Oct-11 397.77
|
||||
24-Oct-11 405.77
|
||||
21-Oct-11 392.87
|
||||
20-Oct-11 395.31
|
||||
19-Oct-11 398.62
|
||||
18-Oct-11 422.24
|
||||
17-Oct-11 419.99
|
||||
14-Oct-11 422.00
|
||||
13-Oct-11 408.43
|
||||
12-Oct-11 402.19
|
||||
11-Oct-11 400.29
|
||||
10-Oct-11 388.81
|
||||
7-Oct-11 369.80
|
||||
6-Oct-11 377.37
|
||||
5-Oct-11 378.25
|
||||
4-Oct-11 372.50
|
||||
3-Oct-11 374.60
|
||||
30-Sep-11 381.32
|
||||
29-Sep-11 390.57
|
||||
28-Sep-11 397.01
|
||||
27-Sep-11 399.26
|
||||
26-Sep-11 403.17
|
||||
23-Sep-11 404.30
|
||||
22-Sep-11 401.82
|
||||
21-Sep-11 412.14
|
||||
20-Sep-11 413.45
|
||||
19-Sep-11 411.63
|
||||
16-Sep-11 400.50
|
||||
15-Sep-11 392.96
|
||||
14-Sep-11 389.30
|
||||
13-Sep-11 384.62
|
||||
12-Sep-11 379.94
|
||||
9-Sep-11 377.48
|
||||
8-Sep-11 384.14
|
||||
7-Sep-11 383.93
|
||||
6-Sep-11 379.74
|
||||
2-Sep-11 374.05
|
||||
1-Sep-11 381.03
|
||||
31-Aug-11 384.83
|
||||
30-Aug-11 389.99
|
||||
29-Aug-11 389.97
|
||||
26-Aug-11 383.58
|
||||
25-Aug-11 373.72
|
||||
24-Aug-11 376.18
|
||||
23-Aug-11 373.60
|
||||
22-Aug-11 356.44
|
||||
19-Aug-11 356.03
|
||||
18-Aug-11 366.05
|
||||
17-Aug-11 380.44
|
||||
16-Aug-11 380.48
|
||||
15-Aug-11 383.41
|
||||
12-Aug-11 376.99
|
||||
11-Aug-11 373.70
|
||||
10-Aug-11 363.69
|
||||
9-Aug-11 374.01
|
||||
8-Aug-11 353.21
|
||||
5-Aug-11 373.62
|
||||
4-Aug-11 377.37
|
||||
3-Aug-11 392.57
|
||||
2-Aug-11 388.91
|
||||
1-Aug-11 396.75
|
||||
29-Jul-11 390.48
|
||||
28-Jul-11 391.82
|
||||
27-Jul-11 392.59
|
||||
26-Jul-11 403.41
|
||||
25-Jul-11 398.50
|
||||
22-Jul-11 393.30
|
||||
21-Jul-11 387.29
|
||||
20-Jul-11 386.90
|
||||
19-Jul-11 376.85
|
||||
18-Jul-11 373.80
|
||||
15-Jul-11 364.92
|
||||
14-Jul-11 357.77
|
||||
13-Jul-11 358.02
|
||||
12-Jul-11 353.75
|
||||
11-Jul-11 354.00
|
||||
8-Jul-11 359.71
|
||||
7-Jul-11 357.20
|
||||
6-Jul-11 351.76
|
||||
5-Jul-11 349.43
|
||||
1-Jul-11 343.26
|
||||
30-Jun-11 335.67
|
||||
29-Jun-11 334.04
|
||||
28-Jun-11 335.26
|
||||
27-Jun-11 332.04
|
||||
24-Jun-11 326.35
|
||||
23-Jun-11 331.23
|
||||
22-Jun-11 322.61
|
||||
21-Jun-11 325.30
|
||||
20-Jun-11 315.32
|
||||
17-Jun-11 320.26
|
||||
16-Jun-11 325.16
|
||||
15-Jun-11 326.75
|
||||
14-Jun-11 332.44
|
||||
13-Jun-11 326.60
|
||||
10-Jun-11 325.90
|
||||
9-Jun-11 331.49
|
||||
8-Jun-11 332.24
|
||||
7-Jun-11 332.04
|
||||
6-Jun-11 338.04
|
||||
3-Jun-11 343.44
|
||||
2-Jun-11 346.10
|
||||
1-Jun-11 345.51
|
||||
31-May-11 347.83
|
||||
27-May-11 337.41
|
||||
26-May-11 335.00
|
||||
25-May-11 336.78
|
||||
24-May-11 332.19
|
||||
23-May-11 334.40
|
||||
20-May-11 335.22
|
||||
19-May-11 340.53
|
||||
18-May-11 339.87
|
||||
17-May-11 336.14
|
||||
16-May-11 333.30
|
||||
13-May-11 340.50
|
||||
12-May-11 346.57
|
||||
11-May-11 347.23
|
||||
10-May-11 349.45
|
||||
9-May-11 347.60
|
||||
6-May-11 346.66
|
||||
5-May-11 346.75
|
||||
4-May-11 349.57
|
||||
3-May-11 348.20
|
||||
2-May-11 346.28
|
||||
29-Apr-11 350.13
|
||||
28-Apr-11 346.75
|
||||
27-Apr-11 350.15
|
||||
26-Apr-11 350.42
|
||||
25-Apr-11 353.01
|
||||
21-Apr-11 350.70
|
||||
20-Apr-11 342.41
|
||||
19-Apr-11 337.86
|
||||
18-Apr-11 331.85
|
||||
15-Apr-11 327.46
|
||||
14-Apr-11 332.42
|
||||
13-Apr-11 336.13
|
||||
12-Apr-11 332.40
|
||||
11-Apr-11 330.80
|
||||
8-Apr-11 335.06
|
||||
7-Apr-11 338.08
|
||||
6-Apr-11 338.04
|
||||
5-Apr-11 338.89
|
||||
4-Apr-11 341.19
|
||||
1-Apr-11 344.56
|
||||
31-Mar-11 348.51
|
||||
30-Mar-11 348.63
|
||||
29-Mar-11 350.96
|
||||
28-Mar-11 350.44
|
||||
25-Mar-11 351.54
|
||||
24-Mar-11 344.97
|
||||
23-Mar-11 339.19
|
||||
22-Mar-11 341.20
|
||||
21-Mar-11 339.30
|
||||
18-Mar-11 330.67
|
||||
17-Mar-11 334.64
|
||||
16-Mar-11 330.01
|
||||
15-Mar-11 345.43
|
||||
14-Mar-11 353.56
|
||||
11-Mar-11 351.99
|
||||
10-Mar-11 346.67
|
||||
9-Mar-11 352.47
|
||||
8-Mar-11 355.76
|
||||
7-Mar-11 355.36
|
||||
4-Mar-11 360.00
|
||||
3-Mar-11 359.56
|
||||
2-Mar-11 352.12
|
||||
1-Mar-11 349.31
|
||||
28-Feb-11 353.21
|
||||
25-Feb-11 348.16
|
||||
24-Feb-11 342.88
|
||||
23-Feb-11 342.62
|
||||
22-Feb-11 338.61
|
||||
18-Feb-11 350.56
|
||||
17-Feb-11 358.30
|
||||
16-Feb-11 363.13
|
||||
15-Feb-11 359.90
|
||||
14-Feb-11 359.18
|
||||
11-Feb-11 356.85
|
||||
10-Feb-11 354.54
|
||||
9-Feb-11 358.16
|
||||
8-Feb-11 355.20
|
||||
7-Feb-11 351.88
|
||||
4-Feb-11 346.50
|
||||
3-Feb-11 343.44
|
||||
2-Feb-11 344.32
|
||||
1-Feb-11 345.03
|
||||
31-Jan-11 339.32
|
||||
28-Jan-11 336.10
|
||||
27-Jan-11 343.21
|
||||
26-Jan-11 343.85
|
||||
25-Jan-11 341.40
|
||||
24-Jan-11 337.45
|
||||
21-Jan-11 326.72
|
||||
20-Jan-11 332.68
|
||||
19-Jan-11 338.84
|
||||
18-Jan-11 340.65
|
||||
14-Jan-11 348.48
|
||||
13-Jan-11 345.68
|
||||
12-Jan-11 344.42
|
||||
11-Jan-11 341.64
|
||||
10-Jan-11 342.46
|
||||
7-Jan-11 336.12
|
||||
6-Jan-11 333.73
|
||||
5-Jan-11 334.00
|
||||
4-Jan-11 331.29
|
||||
3-Jan-11 329.57
|
||||
31-Dec-10 322.56
|
||||
30-Dec-10 323.66
|
||||
29-Dec-10 325.29
|
||||
28-Dec-10 325.47
|
||||
27-Dec-10 324.68
|
||||
23-Dec-10 323.60
|
||||
22-Dec-10 325.16
|
||||
21-Dec-10 324.20
|
||||
20-Dec-10 322.21
|
||||
17-Dec-10 320.61
|
||||
16-Dec-10 321.25
|
||||
15-Dec-10 320.36
|
||||
14-Dec-10 320.29
|
||||
13-Dec-10 321.67
|
||||
10-Dec-10 320.56
|
||||
9-Dec-10 319.76
|
||||
8-Dec-10 321.01
|
||||
7-Dec-10 318.21
|
||||
6-Dec-10 320.15
|
||||
3-Dec-10 317.44
|
||||
2-Dec-10 318.15
|
||||
1-Dec-10 316.40
|
||||
30-Nov-10 311.15
|
||||
29-Nov-10 316.87
|
||||
26-Nov-10 315.00
|
||||
24-Nov-10 314.80
|
||||
23-Nov-10 308.73
|
||||
22-Nov-10 313.36
|
||||
19-Nov-10 306.73
|
||||
18-Nov-10 308.43
|
||||
17-Nov-10 300.50
|
||||
16-Nov-10 301.59
|
||||
15-Nov-10 307.04
|
||||
12-Nov-10 308.03
|
||||
11-Nov-10 316.66
|
||||
10-Nov-10 318.03
|
||||
9-Nov-10 316.08
|
||||
8-Nov-10 318.62
|
||||
5-Nov-10 317.13
|
||||
4-Nov-10 318.27
|
||||
3-Nov-10 312.80
|
||||
2-Nov-10 309.36
|
||||
1-Nov-10 304.18
|
||||
29-Oct-10 300.98
|
||||
28-Oct-10 305.24
|
||||
27-Oct-10 307.83
|
||||
26-Oct-10 308.05
|
||||
25-Oct-10 308.84
|
||||
22-Oct-10 307.47
|
||||
21-Oct-10 309.52
|
||||
20-Oct-10 310.53
|
||||
19-Oct-10 309.49
|
||||
18-Oct-10 318.00
|
||||
15-Oct-10 314.74
|
||||
14-Oct-10 302.31
|
||||
13-Oct-10 300.14
|
||||
12-Oct-10 298.54
|
||||
11-Oct-10 295.36
|
||||
8-Oct-10 294.07
|
||||
7-Oct-10 289.22
|
||||
6-Oct-10 289.19
|
||||
5-Oct-10 288.94
|
||||
4-Oct-10 278.64
|
||||
1-Oct-10 282.52
|
||||
30-Sep-10 283.75
|
||||
29-Sep-10 287.37
|
||||
28-Sep-10 286.86
|
||||
27-Sep-10 291.16
|
||||
24-Sep-10 292.32
|
||||
23-Sep-10 288.92
|
||||
22-Sep-10 287.75
|
||||
21-Sep-10 283.77
|
||||
20-Sep-10 283.23
|
||||
17-Sep-10 275.37
|
||||
16-Sep-10 276.57
|
||||
15-Sep-10 270.22
|
||||
14-Sep-10 268.06
|
||||
13-Sep-10 267.04
|
||||
10-Sep-10 263.41
|
||||
9-Sep-10 263.07
|
||||
8-Sep-10 262.92
|
||||
7-Sep-10 257.81
|
||||
6-Sep-10 258.77
|
||||
3-Sep-10 258.77
|
||||
2-Sep-10 252.17
|
||||
1-Sep-10 250.33
|
||||
31-Aug-10 243.10
|
||||
30-Aug-10 242.50
|
||||
27-Aug-10 241.62
|
||||
26-Aug-10 240.28
|
||||
25-Aug-10 242.89
|
||||
24-Aug-10 239.93
|
||||
23-Aug-10 245.80
|
||||
20-Aug-10 249.64
|
||||
19-Aug-10 249.88
|
||||
18-Aug-10 253.07
|
||||
17-Aug-10 251.97
|
||||
16-Aug-10 247.64
|
||||
13-Aug-10 249.10
|
||||
12-Aug-10 251.79
|
||||
11-Aug-10 250.19
|
||||
10-Aug-10 259.41
|
||||
9-Aug-10 261.75
|
||||
6-Aug-10 260.09
|
||||
5-Aug-10 261.70
|
||||
4-Aug-10 262.98
|
||||
3-Aug-10 261.93
|
||||
2-Aug-10 261.85
|
||||
30-Jul-10 257.25
|
||||
29-Jul-10 258.11
|
||||
28-Jul-10 260.96
|
||||
27-Jul-10 264.08
|
||||
26-Jul-10 259.28
|
||||
23-Jul-10 259.94
|
||||
22-Jul-10 259.02
|
||||
21-Jul-10 254.24
|
||||
20-Jul-10 251.89
|
||||
19-Jul-10 245.58
|
||||
16-Jul-10 249.90
|
||||
15-Jul-10 251.45
|
||||
14-Jul-10 252.73
|
||||
13-Jul-10 251.80
|
||||
12-Jul-10 257.28
|
||||
9-Jul-10 259.62
|
||||
8-Jul-10 258.09
|
||||
7-Jul-10 258.66
|
||||
6-Jul-10 248.63
|
||||
5-Jul-10 246.94
|
||||
2-Jul-10 246.94
|
||||
1-Jul-10 248.48
|
||||
30-Jun-10 251.53
|
||||
29-Jun-10 256.17
|
||||
28-Jun-10 268.30
|
||||
25-Jun-10 266.70
|
||||
24-Jun-10 269.00
|
||||
23-Jun-10 270.97
|
||||
22-Jun-10 273.85
|
||||
21-Jun-10 270.17
|
||||
18-Jun-10 274.07
|
||||
17-Jun-10 271.87
|
||||
16-Jun-10 267.25
|
||||
15-Jun-10 259.69
|
||||
14-Jun-10 254.28
|
||||
11-Jun-10 253.51
|
||||
10-Jun-10 250.51
|
||||
9-Jun-10 243.20
|
||||
8-Jun-10 249.33
|
||||
7-Jun-10 250.94
|
||||
4-Jun-10 255.96
|
||||
3-Jun-10 263.12
|
||||
2-Jun-10 263.95
|
||||
1-Jun-10 260.83
|
||||
|
@@ -0,0 +1,399 @@
|
||||
date high low
|
||||
20101001 59.5 57.0
|
||||
20101002 59.5 53.4
|
||||
20101003 59.0 53.4
|
||||
20101004 59.4 54.7
|
||||
20101005 58.3 52.7
|
||||
20101006 62.1 54.5
|
||||
20101007 60.8 53.4
|
||||
20101008 61.0 52.5
|
||||
20101009 62.4 52.9
|
||||
20101010 65.3 54.0
|
||||
20101011 70.3 55.0
|
||||
20101012 82.2 58.6
|
||||
20101013 75.6 57.4
|
||||
20101014 75.7 57.7
|
||||
20101015 68.4 54.7
|
||||
20101016 56.3 52.7
|
||||
20101017 54.3 51.8
|
||||
20101018 54.9 51.4
|
||||
20101019 54.7 50.2
|
||||
20101020 56.5 50.0
|
||||
20101021 62.6 55.4
|
||||
20101022 59.9 53.8
|
||||
20101023 62.2 52.2
|
||||
20101024 63.0 57.9
|
||||
20101025 58.5 54.3
|
||||
20101026 59.5 51.3
|
||||
20101027 59.4 49.8
|
||||
20101028 66.6 55.8
|
||||
20101029 64.9 53.2
|
||||
20101030 59.9 52.3
|
||||
20101031 60.4 53.2
|
||||
20101101 64.4 54.1
|
||||
20101102 66.6 54.7
|
||||
20101103 67.8 57.2
|
||||
20101104 73.2 62.4
|
||||
20101105 72.1 54.1
|
||||
20101106 59.0 53.2
|
||||
20101107 59.2 56.1
|
||||
20101108 57.4 53.2
|
||||
20101109 56.8 47.1
|
||||
20101110 59.4 53.1
|
||||
20101111 61.2 51.8
|
||||
20101112 59.2 49.6
|
||||
20101113 63.1 50.7
|
||||
20101114 72.1 57.0
|
||||
20101115 75.4 62.4
|
||||
20101116 65.5 55.8
|
||||
20101117 60.1 52.5
|
||||
20101118 55.0 48.2
|
||||
20101119 55.0 48.9
|
||||
20101120 54.3 44.8
|
||||
20101121 54.1 47.8
|
||||
20101122 54.5 48.2
|
||||
20101123 53.4 50.2
|
||||
20101124 49.6 42.3
|
||||
20101125 49.8 43.0
|
||||
20101126 50.9 44.4
|
||||
20101127 52.5 47.7
|
||||
20101128 50.5 44.6
|
||||
20101129 51.3 41.9
|
||||
20101130 51.8 44.2
|
||||
20101201 52.2 45.3
|
||||
20101202 53.4 49.3
|
||||
20101203 53.2 49.1
|
||||
20101204 55.2 50.4
|
||||
20101205 56.3 52.3
|
||||
20101206 59.5 54.1
|
||||
20101207 57.2 49.5
|
||||
20101208 54.5 50.5
|
||||
20101209 56.5 52.9
|
||||
20101210 57.9 53.4
|
||||
20101211 56.1 54.1
|
||||
20101212 55.6 51.6
|
||||
20101213 55.8 53.8
|
||||
20101214 57.4 53.4
|
||||
20101215 52.9 47.3
|
||||
20101216 52.2 43.2
|
||||
20101217 52.2 46.2
|
||||
20101218 57.6 46.9
|
||||
20101219 57.6 51.8
|
||||
20101220 53.4 50.2
|
||||
20101221 57.2 48.6
|
||||
20101222 57.6 51.8
|
||||
20101223 53.6 44.4
|
||||
20101224 57.9 46.4
|
||||
20101225 57.6 46.8
|
||||
20101226 56.7 49.3
|
||||
20101227 56.3 45.9
|
||||
20101228 53.6 49.6
|
||||
20101229 55.6 48.7
|
||||
20101230 50.4 41.5
|
||||
20101231 50.2 42.6
|
||||
20110101 48.2 43.3
|
||||
20110102 48.0 44.1
|
||||
20110103 51.3 46.4
|
||||
20110104 50.9 43.3
|
||||
20110105 52.3 44.8
|
||||
20110106 52.5 40.3
|
||||
20110107 45.1 39.7
|
||||
20110108 43.2 40.6
|
||||
20110109 44.6 40.5
|
||||
20110110 47.1 40.1
|
||||
20110111 47.1 43.5
|
||||
20110112 51.6 46.8
|
||||
20110113 53.4 48.7
|
||||
20110114 54.0 51.3
|
||||
20110115 59.7 49.5
|
||||
20110116 60.3 46.6
|
||||
20110117 52.5 47.7
|
||||
20110118 53.4 47.3
|
||||
20110119 57.9 51.4
|
||||
20110120 58.1 49.1
|
||||
20110121 58.5 50.2
|
||||
20110122 59.2 51.1
|
||||
20110123 59.9 51.8
|
||||
20110124 61.0 49.1
|
||||
20110125 58.6 49.5
|
||||
20110126 59.0 51.1
|
||||
20110127 60.3 51.1
|
||||
20110128 58.3 42.8
|
||||
20110129 53.8 48.2
|
||||
20110130 54.0 50.5
|
||||
20110131 53.1 44.6
|
||||
20110201 59.9 45.9
|
||||
20110202 60.8 51.8
|
||||
20110203 59.2 44.6
|
||||
20110204 54.9 44.6
|
||||
20110205 64.8 48.7
|
||||
20110206 73.2 57.6
|
||||
20110207 69.3 51.1
|
||||
20110208 57.6 51.8
|
||||
20110209 58.3 48.9
|
||||
20110210 59.7 44.8
|
||||
20110211 59.2 45.3
|
||||
20110212 60.3 49.3
|
||||
20110213 55.9 44.4
|
||||
20110214 57.0 48.0
|
||||
20110215 58.5 51.1
|
||||
20110216 57.7 48.6
|
||||
20110217 50.7 44.6
|
||||
20110218 50.0 42.3
|
||||
20110219 46.0 39.9
|
||||
20110220 50.0 39.7
|
||||
20110221 50.2 41.5
|
||||
20110222 51.8 44.6
|
||||
20110223 51.8 42.4
|
||||
20110224 51.3 44.4
|
||||
20110225 51.1 44.4
|
||||
20110226 46.2 37.4
|
||||
20110227 50.2 39.2
|
||||
20110228 48.9 43.2
|
||||
20110301 55.2 49.1
|
||||
20110302 56.3 48.6
|
||||
20110303 54.5 51.1
|
||||
20110304 56.1 46.6
|
||||
20110305 58.3 47.7
|
||||
20110306 56.3 52.9
|
||||
20110307 55.6 49.3
|
||||
20110308 55.2 48.9
|
||||
20110309 56.1 48.7
|
||||
20110310 57.4 48.2
|
||||
20110311 54.5 45.5
|
||||
20110312 54.9 46.6
|
||||
20110313 61.7 51.1
|
||||
20110314 59.4 52.7
|
||||
20110315 58.5 53.6
|
||||
20110316 56.3 52.5
|
||||
20110317 54.7 45.3
|
||||
20110318 54.5 46.9
|
||||
20110319 51.1 46.4
|
||||
20110320 53.1 48.6
|
||||
20110321 52.5 46.9
|
||||
20110322 54.9 47.1
|
||||
20110323 54.9 48.7
|
||||
20110324 54.1 46.8
|
||||
20110325 54.5 47.1
|
||||
20110326 53.2 49.6
|
||||
20110327 54.3 46.0
|
||||
20110328 54.7 46.2
|
||||
20110329 57.2 46.8
|
||||
20110330 74.1 51.4
|
||||
20110331 71.1 55.9
|
||||
20110401 70.2 57.4
|
||||
20110402 60.3 53.2
|
||||
20110403 59.4 45.9
|
||||
20110404 66.0 49.5
|
||||
20110405 63.9 51.1
|
||||
20110406 56.7 47.8
|
||||
20110407 54.0 45.9
|
||||
20110408 51.1 44.6
|
||||
20110409 54.0 45.5
|
||||
20110410 54.3 48.0
|
||||
20110411 54.9 49.8
|
||||
20110412 53.6 45.5
|
||||
20110413 53.2 47.7
|
||||
20110414 53.6 45.7
|
||||
20110415 56.8 48.2
|
||||
20110416 57.6 50.7
|
||||
20110417 55.2 51.4
|
||||
20110418 56.1 51.3
|
||||
20110419 56.3 50.7
|
||||
20110420 59.4 50.2
|
||||
20110421 58.5 48.9
|
||||
20110422 55.2 47.7
|
||||
20110423 55.8 49.5
|
||||
20110424 56.7 52.7
|
||||
20110425 57.0 53.1
|
||||
20110426 55.9 47.7
|
||||
20110427 56.1 49.1
|
||||
20110428 54.7 49.8
|
||||
20110429 56.8 46.6
|
||||
20110430 62.2 55.2
|
||||
20110501 64.6 49.1
|
||||
20110502 60.3 48.7
|
||||
20110503 57.4 48.9
|
||||
20110504 69.4 50.9
|
||||
20110505 66.9 51.3
|
||||
20110506 58.1 50.5
|
||||
20110507 54.5 49.5
|
||||
20110508 53.4 50.2
|
||||
20110509 56.3 46.4
|
||||
20110510 55.6 48.9
|
||||
20110511 54.3 49.6
|
||||
20110512 56.7 51.3
|
||||
20110513 55.0 47.7
|
||||
20110514 54.1 50.2
|
||||
20110515 55.0 45.1
|
||||
20110516 55.6 50.0
|
||||
20110517 55.4 50.2
|
||||
20110518 56.8 51.3
|
||||
20110519 55.8 49.8
|
||||
20110520 55.8 51.3
|
||||
20110521 56.7 50.9
|
||||
20110522 56.1 49.5
|
||||
20110523 57.0 50.7
|
||||
20110524 55.6 48.7
|
||||
20110525 55.8 50.5
|
||||
20110526 57.0 51.4
|
||||
20110527 57.4 53.2
|
||||
20110528 56.8 52.3
|
||||
20110529 57.0 46.6
|
||||
20110530 56.3 49.3
|
||||
20110531 55.4 52.9
|
||||
20110601 56.7 48.9
|
||||
20110602 56.5 52.2
|
||||
20110603 56.3 50.4
|
||||
20110604 61.0 53.6
|
||||
20110605 61.7 52.9
|
||||
20110606 58.5 54.5
|
||||
20110607 58.3 52.5
|
||||
20110608 57.9 53.6
|
||||
20110609 56.8 52.9
|
||||
20110610 58.6 52.7
|
||||
20110611 57.6 51.3
|
||||
20110612 55.6 52.2
|
||||
20110613 57.9 52.9
|
||||
20110614 57.6 50.9
|
||||
20110615 60.8 53.1
|
||||
20110616 57.9 51.8
|
||||
20110617 55.9 51.3
|
||||
20110618 57.0 52.3
|
||||
20110619 59.7 52.0
|
||||
20110620 72.9 55.9
|
||||
20110621 62.8 54.7
|
||||
20110622 60.4 51.3
|
||||
20110623 57.7 52.5
|
||||
20110624 57.4 52.0
|
||||
20110625 56.7 51.8
|
||||
20110626 58.3 52.3
|
||||
20110627 57.0 50.4
|
||||
20110628 57.7 52.0
|
||||
20110629 57.2 53.4
|
||||
20110630 59.7 52.7
|
||||
20110701 61.0 54.0
|
||||
20110702 61.3 52.2
|
||||
20110703 67.3 54.7
|
||||
20110704 61.5 53.8
|
||||
20110705 56.1 50.2
|
||||
20110706 55.9 51.4
|
||||
20110707 56.8 51.3
|
||||
20110708 56.5 51.6
|
||||
20110709 55.0 52.3
|
||||
20110710 59.0 53.1
|
||||
20110711 58.3 51.8
|
||||
20110712 57.2 52.2
|
||||
20110713 57.0 54.3
|
||||
20110714 58.1 53.6
|
||||
20110715 57.4 53.8
|
||||
20110716 59.5 55.0
|
||||
20110717 60.3 55.0
|
||||
20110718 60.3 55.0
|
||||
20110719 59.9 56.1
|
||||
20110720 61.9 56.1
|
||||
20110721 60.8 54.9
|
||||
20110722 59.7 53.6
|
||||
20110723 60.4 54.0
|
||||
20110724 60.4 57.0
|
||||
20110725 60.6 54.5
|
||||
20110726 59.5 53.6
|
||||
20110727 58.1 53.4
|
||||
20110728 57.7 53.1
|
||||
20110729 59.0 55.0
|
||||
20110730 60.4 57.4
|
||||
20110731 60.4 56.8
|
||||
20110801 60.4 56.3
|
||||
20110802 59.9 55.0
|
||||
20110803 59.2 54.1
|
||||
20110804 59.2 55.6
|
||||
20110805 59.4 54.5
|
||||
20110806 58.8 54.5
|
||||
20110807 58.1 54.1
|
||||
20110808 58.5 52.7
|
||||
20110809 58.5 53.6
|
||||
20110810 59.4 54.7
|
||||
20110811 56.7 53.2
|
||||
20110812 56.8 53.2
|
||||
20110813 59.4 53.6
|
||||
20110814 59.9 54.3
|
||||
20110815 59.9 55.0
|
||||
20110816 60.1 52.7
|
||||
20110817 57.2 53.4
|
||||
20110818 57.4 52.7
|
||||
20110819 56.3 53.2
|
||||
20110820 60.6 53.8
|
||||
20110821 58.8 54.3
|
||||
20110822 58.8 56.7
|
||||
20110823 59.2 54.5
|
||||
20110824 58.8 53.4
|
||||
20110825 58.8 54.1
|
||||
20110826 57.9 55.0
|
||||
20110827 57.0 52.5
|
||||
20110828 57.0 52.5
|
||||
20110829 60.1 53.8
|
||||
20110830 59.5 54.1
|
||||
20110831 61.2 52.9
|
||||
20110901 58.3 54.0
|
||||
20110902 59.2 53.4
|
||||
20110903 57.2 53.6
|
||||
20110904 57.9 54.5
|
||||
20110905 57.7 54.0
|
||||
20110906 58.3 50.5
|
||||
20110907 58.1 50.9
|
||||
20110908 57.9 52.0
|
||||
20110909 57.9 53.4
|
||||
20110910 59.0 53.6
|
||||
20110911 65.3 58.3
|
||||
20110912 63.0 58.3
|
||||
20110913 62.8 56.7
|
||||
20110914 57.7 54.9
|
||||
20110915 57.9 55.2
|
||||
20110916 58.8 55.0
|
||||
20110917 59.4 54.0
|
||||
20110918 64.2 55.4
|
||||
20110919 68.7 55.6
|
||||
20110920 68.9 57.6
|
||||
20110921 64.9 53.2
|
||||
20110922 57.4 53.4
|
||||
20110923 57.7 53.4
|
||||
20110924 59.7 55.0
|
||||
20110925 62.4 58.8
|
||||
20110926 61.9 54.0
|
||||
20110927 64.9 55.9
|
||||
20110928 76.5 60.1
|
||||
20110929 72.7 55.2
|
||||
20110930 65.5 59.5
|
||||
20111001 68.2 60.1
|
||||
20111002 66.2 57.2
|
||||
20111003 63.0 57.2
|
||||
20111004 61.5 56.5
|
||||
20111005 61.3 56.7
|
||||
20111006 59.2 55.0
|
||||
20111007 59.9 52.9
|
||||
20111008 61.5 54.0
|
||||
20111009 59.5 55.0
|
||||
20111010 62.6 58.8
|
||||
20111011 62.1 60.1
|
||||
20111012 69.1 57.4
|
||||
20111013 74.5 58.8
|
||||
20111014 77.5 62.8
|
||||
20111015 71.6 57.7
|
||||
20111016 63.1 60.3
|
||||
20111017 72.7 55.6
|
||||
20111018 66.7 55.0
|
||||
20111019 60.6 57.0
|
||||
20111020 60.3 55.9
|
||||
20111021 59.7 53.2
|
||||
20111022 73.6 56.5
|
||||
20111023 76.5 61.3
|
||||
20111024 73.0 55.0
|
||||
20111025 57.9 54.3
|
||||
20111026 63.3 49.6
|
||||
20111027 65.5 51.1
|
||||
20111028 64.6 54.1
|
||||
20111029 64.4 52.5
|
||||
20111030 62.8 53.6
|
||||
20111031 59.9 52.3
|
||||
20111101 68.2 52.3
|
||||
20111102 68.2 57.6
|
||||
|
@@ -0,0 +1,367 @@
|
||||
date New York San Francisco
|
||||
20111001 63.4 62.7
|
||||
20111002 58.0 59.9
|
||||
20111003 53.3 59.1
|
||||
20111004 55.7 58.8
|
||||
20111005 64.2 58.7
|
||||
20111006 58.8 57.0
|
||||
20111007 57.9 56.7
|
||||
20111008 61.8 56.8
|
||||
20111009 69.3 56.7
|
||||
20111010 71.2 60.1
|
||||
20111011 68.7 61.1
|
||||
20111012 61.8 61.5
|
||||
20111013 63.0 64.3
|
||||
20111014 66.9 67.1
|
||||
20111015 61.7 64.6
|
||||
20111016 61.8 61.6
|
||||
20111017 62.8 61.1
|
||||
20111018 60.8 59.2
|
||||
20111019 62.1 58.9
|
||||
20111020 65.1 57.2
|
||||
20111021 55.6 56.4
|
||||
20111022 54.4 60.7
|
||||
20111023 54.4 65.1
|
||||
20111024 54.8 60.9
|
||||
20111025 57.9 56.1
|
||||
20111026 54.6 54.6
|
||||
20111027 54.4 56.1
|
||||
20111028 42.5 58.1
|
||||
20111029 40.9 57.5
|
||||
20111030 38.6 57.7
|
||||
20111031 44.2 55.1
|
||||
20111101 49.6 57.9
|
||||
20111102 47.2 64.6
|
||||
20111103 50.1 56.2
|
||||
20111104 50.1 50.5
|
||||
20111105 43.5 51.3
|
||||
20111106 43.8 52.6
|
||||
20111107 48.9 51.4
|
||||
20111108 55.5 50.6
|
||||
20111109 53.7 54.6
|
||||
20111110 57.7 55.6
|
||||
20111111 48.5 53.9
|
||||
20111112 46.8 54.0
|
||||
20111113 51.1 53.8
|
||||
20111114 56.8 53.5
|
||||
20111115 59.7 53.4
|
||||
20111116 56.5 52.2
|
||||
20111117 49.6 52.7
|
||||
20111118 41.5 53.1
|
||||
20111119 44.3 49.0
|
||||
20111120 54.0 50.4
|
||||
20111121 54.1 51.1
|
||||
20111122 49.4 52.3
|
||||
20111123 50.0 54.6
|
||||
20111124 44.0 55.1
|
||||
20111125 50.3 51.5
|
||||
20111126 52.1 53.6
|
||||
20111127 49.6 52.3
|
||||
20111128 57.2 51.0
|
||||
20111129 59.1 49.5
|
||||
20111130 50.6 49.8
|
||||
20111201 44.3 60.4
|
||||
20111202 43.9 62.2
|
||||
20111203 42.1 58.3
|
||||
20111204 43.9 52.7
|
||||
20111205 50.2 51.5
|
||||
20111206 54.2 49.9
|
||||
20111207 54.6 48.6
|
||||
20111208 43.4 46.4
|
||||
20111209 42.2 49.8
|
||||
20111210 45.0 52.1
|
||||
20111211 33.8 48.8
|
||||
20111212 36.8 47.4
|
||||
20111213 38.6 47.2
|
||||
20111214 41.9 46.1
|
||||
20111215 49.6 48.8
|
||||
20111216 50.2 47.9
|
||||
20111217 40.6 49.8
|
||||
20111218 29.1 49.1
|
||||
20111219 33.7 48.3
|
||||
20111220 45.8 49.3
|
||||
20111221 47.4 48.4
|
||||
20111222 54.4 53.3
|
||||
20111223 47.8 47.5
|
||||
20111224 34.9 47.9
|
||||
20111225 35.9 48.9
|
||||
20111226 43.6 45.9
|
||||
20111227 42.9 47.2
|
||||
20111228 46.2 48.9
|
||||
20111229 30.8 50.9
|
||||
20111230 40.8 52.9
|
||||
20111231 49.8 50.1
|
||||
20120101 46.3 53.9
|
||||
20120102 43.2 53.1
|
||||
20120103 30.3 49.7
|
||||
20120104 19.2 52.7
|
||||
20120105 32.1 52.6
|
||||
20120106 41.2 49.0
|
||||
20120107 47.0 51.0
|
||||
20120108 46.0 56.8
|
||||
20120109 34.7 52.3
|
||||
20120110 39.4 51.6
|
||||
20120111 40.4 49.8
|
||||
20120112 45.4 51.9
|
||||
20120113 40.7 53.7
|
||||
20120114 30.4 52.9
|
||||
20120115 23.9 49.7
|
||||
20120116 22.6 45.3
|
||||
20120117 39.8 43.6
|
||||
20120118 43.2 45.0
|
||||
20120119 26.3 47.3
|
||||
20120120 32.8 51.4
|
||||
20120121 27.4 53.7
|
||||
20120122 25.0 48.3
|
||||
20120123 39.4 52.9
|
||||
20120124 48.7 49.1
|
||||
20120125 43.0 52.1
|
||||
20120126 37.1 53.6
|
||||
20120127 48.2 50.4
|
||||
20120128 43.7 50.3
|
||||
20120129 40.1 53.8
|
||||
20120130 38.0 51.9
|
||||
20120131 43.5 50.0
|
||||
20120201 50.4 50.0
|
||||
20120202 45.8 51.3
|
||||
20120203 37.5 51.5
|
||||
20120204 40.8 52.0
|
||||
20120205 36.5 53.8
|
||||
20120206 39.1 54.6
|
||||
20120207 43.2 54.3
|
||||
20120208 36.5 51.9
|
||||
20120209 36.5 53.8
|
||||
20120210 38.3 53.9
|
||||
20120211 36.9 52.3
|
||||
20120212 29.7 50.1
|
||||
20120213 33.1 49.5
|
||||
20120214 39.6 48.6
|
||||
20120215 42.3 49.9
|
||||
20120216 39.7 52.4
|
||||
20120217 46.0 49.9
|
||||
20120218 41.2 51.6
|
||||
20120219 39.8 47.8
|
||||
20120220 38.1 48.7
|
||||
20120221 37.1 49.7
|
||||
20120222 45.5 53.4
|
||||
20120223 50.6 54.1
|
||||
20120224 42.7 55.9
|
||||
20120225 42.6 51.7
|
||||
20120226 36.9 47.7
|
||||
20120227 40.9 45.4
|
||||
20120228 45.9 47.0
|
||||
20120229 40.7 49.8
|
||||
20120301 41.3 48.9
|
||||
20120302 36.8 48.1
|
||||
20120303 47.6 50.7
|
||||
20120304 44.2 55.0
|
||||
20120305 38.5 48.8
|
||||
20120306 32.9 48.4
|
||||
20120307 43.3 49.9
|
||||
20120308 51.2 49.2
|
||||
20120309 47.8 51.7
|
||||
20120310 37.2 49.3
|
||||
20120311 42.9 50.0
|
||||
20120312 48.8 48.6
|
||||
20120313 52.6 53.9
|
||||
20120314 60.5 55.2
|
||||
20120315 47.2 55.9
|
||||
20120316 44.7 54.6
|
||||
20120317 48.2 48.2
|
||||
20120318 48.2 47.1
|
||||
20120319 53.1 45.8
|
||||
20120320 57.8 49.7
|
||||
20120321 57.5 51.4
|
||||
20120322 57.3 51.4
|
||||
20120323 61.7 48.4
|
||||
20120324 55.8 49.0
|
||||
20120325 48.4 46.4
|
||||
20120326 49.8 49.7
|
||||
20120327 39.6 54.1
|
||||
20120328 49.7 54.6
|
||||
20120329 56.8 52.3
|
||||
20120330 46.5 54.5
|
||||
20120331 42.2 56.2
|
||||
20120401 45.3 51.1
|
||||
20120402 48.1 50.5
|
||||
20120403 51.2 52.2
|
||||
20120404 61.0 50.6
|
||||
20120405 50.7 47.9
|
||||
20120406 48.0 47.4
|
||||
20120407 51.1 49.4
|
||||
20120408 55.7 50.0
|
||||
20120409 58.3 51.3
|
||||
20120410 55.0 53.8
|
||||
20120411 49.0 52.9
|
||||
20120412 51.7 53.9
|
||||
20120413 53.1 50.2
|
||||
20120414 55.2 50.9
|
||||
20120415 62.3 51.5
|
||||
20120416 62.9 51.9
|
||||
20120417 69.3 53.2
|
||||
20120418 59.0 53.0
|
||||
20120419 54.1 55.1
|
||||
20120420 56.5 55.8
|
||||
20120421 58.2 58.0
|
||||
20120422 52.4 52.8
|
||||
20120423 51.6 55.1
|
||||
20120424 49.3 57.9
|
||||
20120425 52.5 57.5
|
||||
20120426 50.5 55.3
|
||||
20120427 51.9 53.5
|
||||
20120428 47.4 54.7
|
||||
20120429 54.1 54.0
|
||||
20120430 51.9 53.4
|
||||
20120501 57.4 52.7
|
||||
20120502 53.7 50.7
|
||||
20120503 53.1 52.6
|
||||
20120504 57.2 53.4
|
||||
20120505 57.0 53.1
|
||||
20120506 56.6 56.5
|
||||
20120507 54.6 55.3
|
||||
20120508 57.9 52.0
|
||||
20120509 59.2 52.4
|
||||
20120510 61.1 53.4
|
||||
20120511 59.7 53.1
|
||||
20120512 64.1 49.9
|
||||
20120513 65.3 52.0
|
||||
20120514 64.2 56.0
|
||||
20120515 62.0 53.0
|
||||
20120516 63.8 51.0
|
||||
20120517 64.5 51.4
|
||||
20120518 61.0 52.2
|
||||
20120519 62.6 52.4
|
||||
20120520 66.2 54.5
|
||||
20120521 62.7 52.8
|
||||
20120522 63.7 53.9
|
||||
20120523 66.4 56.5
|
||||
20120524 64.5 54.7
|
||||
20120525 65.4 52.5
|
||||
20120526 69.4 52.1
|
||||
20120527 71.9 52.2
|
||||
20120528 74.4 52.9
|
||||
20120529 75.9 52.1
|
||||
20120530 72.9 52.1
|
||||
20120531 72.5 53.3
|
||||
20120601 67.2 54.8
|
||||
20120602 68.3 54.0
|
||||
20120603 67.7 52.3
|
||||
20120604 61.9 55.3
|
||||
20120605 58.3 53.5
|
||||
20120606 61.7 54.1
|
||||
20120607 66.7 53.9
|
||||
20120608 68.7 54.4
|
||||
20120609 72.2 55.0
|
||||
20120610 72.6 60.0
|
||||
20120611 69.2 57.2
|
||||
20120612 66.9 55.1
|
||||
20120613 66.7 53.3
|
||||
20120614 67.7 53.4
|
||||
20120615 68.5 54.6
|
||||
20120616 67.5 57.0
|
||||
20120617 64.2 55.6
|
||||
20120618 61.7 52.5
|
||||
20120619 66.4 53.9
|
||||
20120620 77.9 55.3
|
||||
20120621 88.3 53.3
|
||||
20120622 82.2 54.1
|
||||
20120623 77.0 55.2
|
||||
20120624 75.4 55.8
|
||||
20120625 70.9 56.8
|
||||
20120626 65.9 57.5
|
||||
20120627 73.5 57.7
|
||||
20120628 77.4 56.6
|
||||
20120629 79.6 56.4
|
||||
20120630 84.2 58.4
|
||||
20120701 81.8 58.8
|
||||
20120702 82.5 56.4
|
||||
20120703 80.2 56.5
|
||||
20120704 77.8 55.8
|
||||
20120705 86.1 54.8
|
||||
20120706 79.9 54.9
|
||||
20120707 83.5 54.7
|
||||
20120708 81.5 52.8
|
||||
20120709 77.8 53.7
|
||||
20120710 76.1 53.1
|
||||
20120711 76.3 52.7
|
||||
20120712 75.8 52.0
|
||||
20120713 77.2 53.4
|
||||
20120714 79.3 54.0
|
||||
20120715 78.9 54.0
|
||||
20120716 79.6 54.5
|
||||
20120717 83.3 56.7
|
||||
20120718 84.3 57.5
|
||||
20120719 75.1 57.1
|
||||
20120720 68.4 58.1
|
||||
20120721 68.4 57.6
|
||||
20120722 72.2 56.0
|
||||
20120723 75.6 56.6
|
||||
20120724 82.6 57.8
|
||||
20120725 78.4 57.5
|
||||
20120726 77.0 56.4
|
||||
20120727 79.4 55.3
|
||||
20120728 77.4 55.0
|
||||
20120729 72.5 55.6
|
||||
20120730 72.9 55.6
|
||||
20120731 73.6 55.9
|
||||
20120801 75.0 55.4
|
||||
20120802 77.7 54.4
|
||||
20120803 79.7 53.7
|
||||
20120804 79.6 54.1
|
||||
20120805 81.5 57.8
|
||||
20120806 80.0 58.2
|
||||
20120807 75.7 58.0
|
||||
20120808 77.8 57.0
|
||||
20120809 78.6 55.0
|
||||
20120810 77.8 54.8
|
||||
20120811 78.5 53.0
|
||||
20120812 78.8 52.5
|
||||
20120813 78.6 53.3
|
||||
20120814 76.8 53.9
|
||||
20120815 76.7 56.2
|
||||
20120816 75.9 57.1
|
||||
20120817 77.6 55.3
|
||||
20120818 72.6 56.2
|
||||
20120819 70.4 54.3
|
||||
20120820 71.8 53.1
|
||||
20120821 73.6 53.4
|
||||
20120822 74.7 54.5
|
||||
20120823 74.6 55.7
|
||||
20120824 76.0 54.8
|
||||
20120825 76.2 53.8
|
||||
20120826 73.4 56.5
|
||||
20120827 74.6 58.3
|
||||
20120828 79.4 58.7
|
||||
20120829 74.7 57.5
|
||||
20120830 73.5 55.9
|
||||
20120831 77.9 55.4
|
||||
20120901 80.7 55.7
|
||||
20120902 75.1 53.1
|
||||
20120903 73.5 53.5
|
||||
20120904 73.5 52.5
|
||||
20120905 77.7 54.5
|
||||
20120906 74.2 56.3
|
||||
20120907 76.0 56.4
|
||||
20120908 77.1 56.5
|
||||
20120909 69.7 56.4
|
||||
20120910 67.8 55.4
|
||||
20120911 64.0 56.2
|
||||
20120912 68.1 55.7
|
||||
20120913 69.3 54.3
|
||||
20120914 70.0 55.2
|
||||
20120915 69.3 54.3
|
||||
20120916 66.3 52.9
|
||||
20120917 67.0 54.8
|
||||
20120918 72.8 54.8
|
||||
20120919 67.2 56.8
|
||||
20120920 62.1 55.4
|
||||
20120921 64.0 55.8
|
||||
20120922 65.5 55.9
|
||||
20120923 65.7 52.8
|
||||
20120924 60.4 54.5
|
||||
20120925 63.2 53.3
|
||||
20120926 68.5 53.6
|
||||
20120927 69.2 52.1
|
||||
20120928 68.7 52.6
|
||||
20120929 62.5 53.9
|
||||
20120930 62.3 55.1
|
||||
|
@@ -0,0 +1,367 @@
|
||||
date temperature
|
||||
20111001 62.7
|
||||
20111002 59.9
|
||||
20111003 59.1
|
||||
20111004 58.8
|
||||
20111005 58.7
|
||||
20111006 57.0
|
||||
20111007 56.7
|
||||
20111008 56.8
|
||||
20111009 56.7
|
||||
20111010 60.1
|
||||
20111011 61.1
|
||||
20111012 61.5
|
||||
20111013 64.3
|
||||
20111014 67.1
|
||||
20111015 64.6
|
||||
20111016 61.6
|
||||
20111017 61.1
|
||||
20111018 59.2
|
||||
20111019 58.9
|
||||
20111020 57.2
|
||||
20111021 56.4
|
||||
20111022 60.7
|
||||
20111023 65.1
|
||||
20111024 60.9
|
||||
20111025 56.1
|
||||
20111026 54.6
|
||||
20111027 56.1
|
||||
20111028 58.1
|
||||
20111029 57.5
|
||||
20111030 57.7
|
||||
20111031 55.1
|
||||
20111101 57.9
|
||||
20111102 64.6
|
||||
20111103 56.2
|
||||
20111104 50.5
|
||||
20111105 51.3
|
||||
20111106 52.6
|
||||
20111107 51.4
|
||||
20111108 50.6
|
||||
20111109 54.6
|
||||
20111110 55.6
|
||||
20111111 53.9
|
||||
20111112 54.0
|
||||
20111113 53.8
|
||||
20111114 53.5
|
||||
20111115 53.4
|
||||
20111116 52.2
|
||||
20111117 52.7
|
||||
20111118 53.1
|
||||
20111119 49.0
|
||||
20111120 50.4
|
||||
20111121 51.1
|
||||
20111122 52.3
|
||||
20111123 54.6
|
||||
20111124 55.1
|
||||
20111125 51.5
|
||||
20111126 53.6
|
||||
20111127 52.3
|
||||
20111128 51.0
|
||||
20111129 49.5
|
||||
20111130 49.8
|
||||
20111201 60.4
|
||||
20111202 62.2
|
||||
20111203 58.3
|
||||
20111204 52.7
|
||||
20111205 51.5
|
||||
20111206 49.9
|
||||
20111207 48.6
|
||||
20111208 46.4
|
||||
20111209 49.8
|
||||
20111210 52.1
|
||||
20111211 48.8
|
||||
20111212 47.4
|
||||
20111213 47.2
|
||||
20111214 46.1
|
||||
20111215 48.8
|
||||
20111216 47.9
|
||||
20111217 49.8
|
||||
20111218 49.1
|
||||
20111219 48.3
|
||||
20111220 49.3
|
||||
20111221 48.4
|
||||
20111222 53.3
|
||||
20111223 47.5
|
||||
20111224 47.9
|
||||
20111225 48.9
|
||||
20111226 45.9
|
||||
20111227 47.2
|
||||
20111228 48.9
|
||||
20111229 50.9
|
||||
20111230 52.9
|
||||
20111231 50.1
|
||||
20120101 53.9
|
||||
20120102 53.1
|
||||
20120103 49.7
|
||||
20120104 52.7
|
||||
20120105 52.6
|
||||
20120106 49.0
|
||||
20120107 51.0
|
||||
20120108 56.8
|
||||
20120109 52.3
|
||||
20120110 51.6
|
||||
20120111 49.8
|
||||
20120112 51.9
|
||||
20120113 53.7
|
||||
20120114 52.9
|
||||
20120115 49.7
|
||||
20120116 45.3
|
||||
20120117 43.6
|
||||
20120118 45.0
|
||||
20120119 47.3
|
||||
20120120 51.4
|
||||
20120121 53.7
|
||||
20120122 48.3
|
||||
20120123 52.9
|
||||
20120124 49.1
|
||||
20120125 52.1
|
||||
20120126 53.6
|
||||
20120127 50.4
|
||||
20120128 50.3
|
||||
20120129 53.8
|
||||
20120130 51.9
|
||||
20120131 50.0
|
||||
20120201 50.0
|
||||
20120202 51.3
|
||||
20120203 51.5
|
||||
20120204 52.0
|
||||
20120205 53.8
|
||||
20120206 54.6
|
||||
20120207 54.3
|
||||
20120208 51.9
|
||||
20120209 53.8
|
||||
20120210 53.9
|
||||
20120211 52.3
|
||||
20120212 50.1
|
||||
20120213 49.5
|
||||
20120214 48.6
|
||||
20120215 49.9
|
||||
20120216 52.4
|
||||
20120217 49.9
|
||||
20120218 51.6
|
||||
20120219 47.8
|
||||
20120220 48.7
|
||||
20120221 49.7
|
||||
20120222 53.4
|
||||
20120223 54.1
|
||||
20120224 55.9
|
||||
20120225 51.7
|
||||
20120226 47.7
|
||||
20120227 45.4
|
||||
20120228 47.0
|
||||
20120229 49.8
|
||||
20120301 48.9
|
||||
20120302 48.1
|
||||
20120303 50.7
|
||||
20120304 55.0
|
||||
20120305 48.8
|
||||
20120306 48.4
|
||||
20120307 49.9
|
||||
20120308 49.2
|
||||
20120309 51.7
|
||||
20120310 49.3
|
||||
20120311 50.0
|
||||
20120312 48.6
|
||||
20120313 53.9
|
||||
20120314 55.2
|
||||
20120315 55.9
|
||||
20120316 54.6
|
||||
20120317 48.2
|
||||
20120318 47.1
|
||||
20120319 45.8
|
||||
20120320 49.7
|
||||
20120321 51.4
|
||||
20120322 51.4
|
||||
20120323 48.4
|
||||
20120324 49.0
|
||||
20120325 46.4
|
||||
20120326 49.7
|
||||
20120327 54.1
|
||||
20120328 54.6
|
||||
20120329 52.3
|
||||
20120330 54.5
|
||||
20120331 56.2
|
||||
20120401 51.1
|
||||
20120402 50.5
|
||||
20120403 52.2
|
||||
20120404 50.6
|
||||
20120405 47.9
|
||||
20120406 47.4
|
||||
20120407 49.4
|
||||
20120408 50.0
|
||||
20120409 51.3
|
||||
20120410 53.8
|
||||
20120411 52.9
|
||||
20120412 53.9
|
||||
20120413 50.2
|
||||
20120414 50.9
|
||||
20120415 51.5
|
||||
20120416 51.9
|
||||
20120417 53.2
|
||||
20120418 53.0
|
||||
20120419 55.1
|
||||
20120420 55.8
|
||||
20120421 58.0
|
||||
20120422 52.8
|
||||
20120423 55.1
|
||||
20120424 57.9
|
||||
20120425 57.5
|
||||
20120426 55.3
|
||||
20120427 53.5
|
||||
20120428 54.7
|
||||
20120429 54.0
|
||||
20120430 53.4
|
||||
20120501 52.7
|
||||
20120502 50.7
|
||||
20120503 52.6
|
||||
20120504 53.4
|
||||
20120505 53.1
|
||||
20120506 56.5
|
||||
20120507 55.3
|
||||
20120508 52.0
|
||||
20120509 52.4
|
||||
20120510 53.4
|
||||
20120511 53.1
|
||||
20120512 49.9
|
||||
20120513 52.0
|
||||
20120514 56.0
|
||||
20120515 53.0
|
||||
20120516 51.0
|
||||
20120517 51.4
|
||||
20120518 52.2
|
||||
20120519 52.4
|
||||
20120520 54.5
|
||||
20120521 52.8
|
||||
20120522 53.9
|
||||
20120523 56.5
|
||||
20120524 54.7
|
||||
20120525 52.5
|
||||
20120526 52.1
|
||||
20120527 52.2
|
||||
20120528 52.9
|
||||
20120529 52.1
|
||||
20120530 52.1
|
||||
20120531 53.3
|
||||
20120601 54.8
|
||||
20120602 54.0
|
||||
20120603 52.3
|
||||
20120604 55.3
|
||||
20120605 53.5
|
||||
20120606 54.1
|
||||
20120607 53.9
|
||||
20120608 54.4
|
||||
20120609 55.0
|
||||
20120610 60.0
|
||||
20120611 57.2
|
||||
20120612 55.1
|
||||
20120613 53.3
|
||||
20120614 53.4
|
||||
20120615 54.6
|
||||
20120616 57.0
|
||||
20120617 55.6
|
||||
20120618 52.5
|
||||
20120619 53.9
|
||||
20120620 55.3
|
||||
20120621 53.3
|
||||
20120622 54.1
|
||||
20120623 55.2
|
||||
20120624 55.8
|
||||
20120625 56.8
|
||||
20120626 57.5
|
||||
20120627 57.7
|
||||
20120628 56.6
|
||||
20120629 56.4
|
||||
20120630 58.4
|
||||
20120701 58.8
|
||||
20120702 56.4
|
||||
20120703 56.5
|
||||
20120704 55.8
|
||||
20120705 54.8
|
||||
20120706 54.9
|
||||
20120707 54.7
|
||||
20120708 52.8
|
||||
20120709 53.7
|
||||
20120710 53.1
|
||||
20120711 52.7
|
||||
20120712 52.0
|
||||
20120713 53.4
|
||||
20120714 54.0
|
||||
20120715 54.0
|
||||
20120716 54.5
|
||||
20120717 56.7
|
||||
20120718 57.5
|
||||
20120719 57.1
|
||||
20120720 58.1
|
||||
20120721 57.6
|
||||
20120722 56.0
|
||||
20120723 56.6
|
||||
20120724 57.8
|
||||
20120725 57.5
|
||||
20120726 56.4
|
||||
20120727 55.3
|
||||
20120728 55.0
|
||||
20120729 55.6
|
||||
20120730 55.6
|
||||
20120731 55.9
|
||||
20120801 55.4
|
||||
20120802 54.4
|
||||
20120803 53.7
|
||||
20120804 54.1
|
||||
20120805 57.8
|
||||
20120806 58.2
|
||||
20120807 58.0
|
||||
20120808 57.0
|
||||
20120809 55.0
|
||||
20120810 54.8
|
||||
20120811 53.0
|
||||
20120812 52.5
|
||||
20120813 53.3
|
||||
20120814 53.9
|
||||
20120815 56.2
|
||||
20120816 57.1
|
||||
20120817 55.3
|
||||
20120818 56.2
|
||||
20120819 54.3
|
||||
20120820 53.1
|
||||
20120821 53.4
|
||||
20120822 54.5
|
||||
20120823 55.7
|
||||
20120824 54.8
|
||||
20120825 53.8
|
||||
20120826 56.5
|
||||
20120827 58.3
|
||||
20120828 58.7
|
||||
20120829 57.5
|
||||
20120830 55.9
|
||||
20120831 55.4
|
||||
20120901 55.7
|
||||
20120902 53.1
|
||||
20120903 53.5
|
||||
20120904 52.5
|
||||
20120905 54.5
|
||||
20120906 56.3
|
||||
20120907 56.4
|
||||
20120908 56.5
|
||||
20120909 56.4
|
||||
20120910 55.4
|
||||
20120911 56.2
|
||||
20120912 55.7
|
||||
20120913 54.3
|
||||
20120914 55.2
|
||||
20120915 54.3
|
||||
20120916 52.9
|
||||
20120917 54.8
|
||||
20120918 54.8
|
||||
20120919 56.8
|
||||
20120920 55.4
|
||||
20120921 55.8
|
||||
20120922 55.9
|
||||
20120923 52.8
|
||||
20120924 54.5
|
||||
20120925 53.3
|
||||
20120926 53.6
|
||||
20120927 52.1
|
||||
20120928 52.6
|
||||
20120929 53.9
|
||||
20120930 55.1
|
||||
|
@@ -0,0 +1,300 @@
|
||||
date New York San Francisco Austin
|
||||
20111001 63.4 62.7 72.2
|
||||
20111002 58.0 59.9 67.7
|
||||
20111003 53.3 59.1 69.4
|
||||
20111004 55.7 58.8 68.0
|
||||
20111005 64.2 58.7 72.4
|
||||
20111006 58.8 57.0 77.0
|
||||
20111007 57.9 56.7 82.3
|
||||
20111008 61.8 56.8 78.9
|
||||
20111009 69.3 56.7 68.8
|
||||
20111010 71.2 60.1 68.7
|
||||
20111011 68.7 61.1 70.3
|
||||
20111012 61.8 61.5 75.3
|
||||
20111013 63.0 64.3 76.6
|
||||
20111014 66.9 67.1 66.6
|
||||
20111015 61.7 64.6 68.0
|
||||
20111016 61.8 61.6 70.6
|
||||
20111017 62.8 61.1 71.1
|
||||
20111018 60.8 59.2 70.0
|
||||
20111019 62.1 58.9 61.6
|
||||
20111020 65.1 57.2 57.4
|
||||
20111021 55.6 56.4 64.3
|
||||
20111022 54.4 60.7 72.4
|
||||
20111023 54.4 65.1 72.4
|
||||
20111024 54.8 60.9 72.5
|
||||
20111025 57.9 56.1 72.7
|
||||
20111026 54.6 54.6 73.4
|
||||
20111027 54.4 56.1 70.7
|
||||
20111028 42.5 58.1 56.8
|
||||
20111029 40.9 57.5 51.0
|
||||
20111030 38.6 57.7 54.9
|
||||
20111031 44.2 55.1 58.8
|
||||
20111101 49.6 57.9 62.6
|
||||
20111102 47.2 64.6 71.0
|
||||
20111103 50.1 56.2 58.4
|
||||
20111104 50.1 50.5 45.1
|
||||
20111105 43.5 51.3 52.2
|
||||
20111106 43.8 52.6 73.0
|
||||
20111107 48.9 51.4 75.4
|
||||
20111108 55.5 50.6 72.1
|
||||
20111109 53.7 54.6 56.6
|
||||
20111110 57.7 55.6 55.4
|
||||
20111111 48.5 53.9 46.7
|
||||
20111112 46.8 54.0 62.0
|
||||
20111113 51.1 53.8 71.6
|
||||
20111114 56.8 53.5 75.5
|
||||
20111115 59.7 53.4 72.1
|
||||
20111116 56.5 52.2 65.7
|
||||
20111117 49.6 52.7 56.8
|
||||
20111118 41.5 53.1 49.9
|
||||
20111119 44.3 49.0 71.7
|
||||
20111120 54.0 50.4 77.7
|
||||
20111121 54.1 51.1 76.4
|
||||
20111122 49.4 52.3 68.8
|
||||
20111123 50.0 54.6 57.0
|
||||
20111124 44.0 55.1 55.5
|
||||
20111125 50.3 51.5 61.6
|
||||
20111126 52.1 53.6 64.1
|
||||
20111127 49.6 52.3 51.1
|
||||
20111128 57.2 51.0 43.0
|
||||
20111129 59.1 49.5 46.4
|
||||
20111130 50.6 49.8 48.0
|
||||
20111201 44.3 60.4 48.1
|
||||
20111202 43.9 62.2 60.6
|
||||
20111203 42.1 58.3 62.6
|
||||
20111204 43.9 52.7 57.1
|
||||
20111205 50.2 51.5 44.2
|
||||
20111206 54.2 49.9 37.4
|
||||
20111207 54.6 48.6 35.0
|
||||
20111208 43.4 46.4 37.0
|
||||
20111209 42.2 49.8 45.4
|
||||
20111210 45.0 52.1 50.7
|
||||
20111211 33.8 48.8 48.6
|
||||
20111212 36.8 47.4 52.2
|
||||
20111213 38.6 47.2 60.8
|
||||
20111214 41.9 46.1 70.0
|
||||
20111215 49.6 48.8 64.2
|
||||
20111216 50.2 47.9 50.9
|
||||
20111217 40.6 49.8 51.6
|
||||
20111218 29.1 49.1 55.2
|
||||
20111219 33.7 48.3 62.1
|
||||
20111220 45.8 49.3 56.3
|
||||
20111221 47.4 48.4 47.2
|
||||
20111222 54.4 53.3 52.3
|
||||
20111223 47.8 47.5 45.2
|
||||
20111224 34.9 47.9 43.6
|
||||
20111225 35.9 48.9 42.9
|
||||
20111226 43.6 45.9 48.2
|
||||
20111227 42.9 47.2 45.4
|
||||
20111228 46.2 48.9 44.2
|
||||
20111229 30.8 50.9 50.4
|
||||
20111230 40.8 52.9 52.4
|
||||
20111231 49.8 50.1 53.5
|
||||
20120101 46.3 53.9 55.9
|
||||
20120102 43.2 53.1 48.2
|
||||
20120103 30.3 49.7 41.0
|
||||
20120104 19.2 52.7 48.9
|
||||
20120105 32.1 52.6 54.8
|
||||
20120106 41.2 49.0 61.2
|
||||
20120107 47.0 51.0 59.7
|
||||
20120108 46.0 56.8 52.5
|
||||
20120109 34.7 52.3 54.0
|
||||
20120110 39.4 51.6 47.7
|
||||
20120111 40.4 49.8 49.2
|
||||
20120112 45.4 51.9 48.4
|
||||
20120113 40.7 53.7 40.2
|
||||
20120114 30.4 52.9 43.9
|
||||
20120115 23.9 49.7 45.2
|
||||
20120116 22.6 45.3 65.0
|
||||
20120117 39.8 43.6 68.2
|
||||
20120118 43.2 45.0 47.5
|
||||
20120119 26.3 47.3 57.1
|
||||
20120120 32.8 51.4 61.9
|
||||
20120121 27.4 53.7 54.6
|
||||
20120122 25.0 48.3 56.7
|
||||
20120123 39.4 52.9 54.4
|
||||
20120124 48.7 49.1 52.7
|
||||
20120125 43.0 52.1 61.8
|
||||
20120126 37.1 53.6 55.0
|
||||
20120127 48.2 50.4 50.7
|
||||
20120128 43.7 50.3 52.9
|
||||
20120129 40.1 53.8 44.4
|
||||
20120130 38.0 51.9 49.1
|
||||
20120131 43.5 50.0 62.8
|
||||
20120201 50.4 50.0 64.6
|
||||
20120202 45.8 51.3 61.1
|
||||
20120203 37.5 51.5 70.0
|
||||
20120204 40.8 52.0 61.3
|
||||
20120205 36.5 53.8 48.2
|
||||
20120206 39.1 54.6 44.2
|
||||
20120207 43.2 54.3 51.3
|
||||
20120208 36.5 51.9 49.2
|
||||
20120209 36.5 53.8 45.7
|
||||
20120210 38.3 53.9 54.1
|
||||
20120211 36.9 52.3 44.9
|
||||
20120212 29.7 50.1 36.5
|
||||
20120213 33.1 49.5 44.8
|
||||
20120214 39.6 48.6 52.3
|
||||
20120215 42.3 49.9 68.0
|
||||
20120216 39.7 52.4 54.6
|
||||
20120217 46.0 49.9 53.8
|
||||
20120218 41.2 51.6 56.2
|
||||
20120219 39.8 47.8 50.8
|
||||
20120220 38.1 48.7 53.0
|
||||
20120221 37.1 49.7 61.0
|
||||
20120222 45.5 53.4 68.8
|
||||
20120223 50.6 54.1 69.4
|
||||
20120224 42.7 55.9 59.3
|
||||
20120225 42.6 51.7 47.2
|
||||
20120226 36.9 47.7 47.7
|
||||
20120227 40.9 45.4 61.9
|
||||
20120228 45.9 47.0 67.2
|
||||
20120229 40.7 49.8 70.1
|
||||
20120301 41.3 48.9 62.1
|
||||
20120302 36.8 48.1 72.7
|
||||
20120303 47.6 50.7 59.0
|
||||
20120304 44.2 55.0 51.8
|
||||
20120305 38.5 48.8 55.0
|
||||
20120306 32.9 48.4 61.8
|
||||
20120307 43.3 49.9 67.1
|
||||
20120308 51.2 49.2 72.0
|
||||
20120309 47.8 51.7 46.4
|
||||
20120310 37.2 49.3 46.7
|
||||
20120311 42.9 50.0 56.9
|
||||
20120312 48.8 48.6 61.9
|
||||
20120313 52.6 53.9 68.8
|
||||
20120314 60.5 55.2 71.9
|
||||
20120315 47.2 55.9 72.0
|
||||
20120316 44.7 54.6 72.5
|
||||
20120317 48.2 48.2 71.7
|
||||
20120318 48.2 47.1 71.1
|
||||
20120319 53.1 45.8 73.0
|
||||
20120320 57.8 49.7 63.8
|
||||
20120321 57.5 51.4 60.0
|
||||
20120322 57.3 51.4 62.3
|
||||
20120323 61.7 48.4 61.1
|
||||
20120324 55.8 49.0 62.0
|
||||
20120325 48.4 46.4 64.6
|
||||
20120326 49.8 49.7 66.0
|
||||
20120327 39.6 54.1 65.8
|
||||
20120328 49.7 54.6 69.2
|
||||
20120329 56.8 52.3 69.5
|
||||
20120330 46.5 54.5 73.5
|
||||
20120331 42.2 56.2 73.9
|
||||
20120401 45.3 51.1 75.3
|
||||
20120402 48.1 50.5 75.4
|
||||
20120403 51.2 52.2 77.3
|
||||
20120404 61.0 50.6 67.0
|
||||
20120405 50.7 47.9 71.1
|
||||
20120406 48.0 47.4 70.4
|
||||
20120407 51.1 49.4 73.6
|
||||
20120408 55.7 50.0 71.1
|
||||
20120409 58.3 51.3 70.0
|
||||
20120410 55.0 53.8 69.0
|
||||
20120411 49.0 52.9 69.2
|
||||
20120412 51.7 53.9 74.5
|
||||
20120413 53.1 50.2 73.4
|
||||
20120414 55.2 50.9 76.0
|
||||
20120415 62.3 51.5 74.5
|
||||
20120416 62.9 51.9 63.6
|
||||
20120417 69.3 53.2 67.3
|
||||
20120418 59.0 53.0 65.1
|
||||
20120419 54.1 55.1 67.9
|
||||
20120420 56.5 55.8 68.9
|
||||
20120421 58.2 58.0 65.1
|
||||
20120422 52.4 52.8 65.4
|
||||
20120423 51.6 55.1 70.1
|
||||
20120424 49.3 57.9 67.0
|
||||
20120425 52.5 57.5 75.4
|
||||
20120426 50.5 55.3 77.5
|
||||
20120427 51.9 53.5 77.0
|
||||
20120428 47.4 54.7 77.7
|
||||
20120429 54.1 54.0 77.7
|
||||
20120430 51.9 53.4 77.7
|
||||
20120501 57.4 52.7 77.0
|
||||
20120502 53.7 50.7 77.9
|
||||
20120503 53.1 52.6 79.1
|
||||
20120504 57.2 53.4 80.1
|
||||
20120505 57.0 53.1 82.1
|
||||
20120506 56.6 56.5 79.0
|
||||
20120507 54.6 55.3 79.8
|
||||
20120508 57.9 52.0 70.0
|
||||
20120509 59.2 52.4 69.8
|
||||
20120510 61.1 53.4 71.3
|
||||
20120511 59.7 53.1 69.4
|
||||
20120512 64.1 49.9 72.0
|
||||
20120513 65.3 52.0 72.4
|
||||
20120514 64.2 56.0 72.5
|
||||
20120515 62.0 53.0 67.6
|
||||
20120516 63.8 51.0 69.0
|
||||
20120517 64.5 51.4 72.7
|
||||
20120518 61.0 52.2 73.7
|
||||
20120519 62.6 52.4 77.5
|
||||
20120520 66.2 54.5 75.8
|
||||
20120521 62.7 52.8 76.9
|
||||
20120522 63.7 53.9 78.8
|
||||
20120523 66.4 56.5 77.7
|
||||
20120524 64.5 54.7 80.6
|
||||
20120525 65.4 52.5 81.4
|
||||
20120526 69.4 52.1 82.3
|
||||
20120527 71.9 52.2 80.3
|
||||
20120528 74.4 52.9 80.3
|
||||
20120529 75.9 52.1 82.2
|
||||
20120530 72.9 52.1 81.9
|
||||
20120531 72.5 53.3 82.4
|
||||
20120601 67.2 54.8 77.9
|
||||
20120602 68.3 54.0 81.1
|
||||
20120603 67.7 52.3 82.2
|
||||
20120604 61.9 55.3 81.2
|
||||
20120605 58.3 53.5 83.0
|
||||
20120606 61.7 54.1 83.2
|
||||
20120607 66.7 53.9 82.1
|
||||
20120608 68.7 54.4 77.5
|
||||
20120609 72.2 55.0 77.9
|
||||
20120610 72.6 60.0 82.9
|
||||
20120611 69.2 57.2 86.8
|
||||
20120612 66.9 55.1 85.3
|
||||
20120613 66.7 53.3 76.9
|
||||
20120614 67.7 53.4 84.5
|
||||
20120615 68.5 54.6 84.4
|
||||
20120616 67.5 57.0 83.8
|
||||
20120617 64.2 55.6 82.5
|
||||
20120618 61.7 52.5 82.9
|
||||
20120619 66.4 53.9 82.5
|
||||
20120620 77.9 55.3 81.3
|
||||
20120621 88.3 53.3 80.8
|
||||
20120622 82.2 54.1 81.7
|
||||
20120623 77.0 55.2 83.9
|
||||
20120624 75.4 55.8 85.5
|
||||
20120625 70.9 56.8 87.2
|
||||
20120626 65.9 57.5 88.0
|
||||
20120627 73.5 57.7 89.6
|
||||
20120628 77.4 56.6 86.7
|
||||
20120629 79.6 56.4 85.3
|
||||
20120630 84.2 58.4 81.7
|
||||
20120701 81.8 58.8 78.5
|
||||
20120702 82.5 56.4 83.1
|
||||
20120703 80.2 56.5 83.1
|
||||
20120704 77.8 55.8 84.5
|
||||
20120705 86.1 54.8 84.6
|
||||
20120706 79.9 54.9 84.2
|
||||
20120707 83.5 54.7 86.7
|
||||
20120708 81.5 52.8 84.3
|
||||
20120709 77.8 53.7 83.7
|
||||
20120710 76.1 53.1 77.1
|
||||
20120711 76.3 52.7 77.4
|
||||
20120712 75.8 52.0 80.6
|
||||
20120713 77.2 53.4 81.4
|
||||
20120714 79.3 54.0 80.2
|
||||
20120715 78.9 54.0 81.8
|
||||
20120716 79.6 54.5 77.3
|
||||
20120717 83.3 56.7 80.8
|
||||
20120718 84.3 57.5 81.6
|
||||
20120719 75.1 57.1 80.9
|
||||
20120720 68.4 58.1 83.9
|
||||
20120721 68.4 57.6 85.6
|
||||
20120722 72.2 56.0 83.6
|
||||
20120723 75.6 56.6 84.0
|
||||
20120724 82.6 57.8 83.0
|
||||
20120725 78.4 57.5 84.8
|
||||
|
@@ -0,0 +1,493 @@
|
||||
symbol,date,price
|
||||
GOOG,Jan 2000,1394.46
|
||||
GOOG,Feb 2000,1366.42
|
||||
GOOG,Mar 2000,1498.58
|
||||
GOOG,Apr 2000,1452.43
|
||||
GOOG,May 2000,1420.6
|
||||
GOOG,Jun 2000,1454.6
|
||||
GOOG,Jul 2000,1430.83
|
||||
GOOG,Aug 2000,1517.68
|
||||
GOOG,Sep 2000,1436.51
|
||||
GOOG,Oct 2000,1429.4
|
||||
GOOG,Nov 2000,1314.95
|
||||
GOOG,Dec 2000,1320.28
|
||||
GOOG,Jan 2001,1366.01
|
||||
GOOG,Feb 2001,1239.94
|
||||
GOOG,Mar 2001,1160.33
|
||||
GOOG,Apr 2001,1249.46
|
||||
GOOG,May 2001,1255.82
|
||||
GOOG,Jun 2001,1224.38
|
||||
GOOG,Jul 2001,1211.23
|
||||
GOOG,Aug 2001,1133.58
|
||||
GOOG,Sep 2001,1040.94
|
||||
GOOG,Oct 2001,1059.78
|
||||
GOOG,Nov 2001,1139.45
|
||||
GOOG,Dec 2001,1148.08
|
||||
GOOG,Jan 2002,1130.2
|
||||
GOOG,Feb 2002,1106.73
|
||||
GOOG,Mar 2002,1147.39
|
||||
GOOG,Apr 2002,1076.92
|
||||
GOOG,May 2002,1067.14
|
||||
GOOG,Jun 2002,989.82
|
||||
GOOG,Jul 2002,911.62
|
||||
GOOG,Aug 2002,916.07
|
||||
GOOG,Sep 2002,815.28
|
||||
GOOG,Oct 2002,885.76
|
||||
GOOG,Nov 2002,936.31
|
||||
GOOG,Dec 2002,879.82
|
||||
GOOG,Jan 2003,855.7
|
||||
GOOG,Feb 2003,841.15
|
||||
GOOG,Mar 2003,848.18
|
||||
GOOG,Apr 2003,916.92
|
||||
GOOG,May 2003,963.59
|
||||
GOOG,Jun 2003,974.5
|
||||
GOOG,Jul 2003,990.31
|
||||
GOOG,Aug 2003,1008.01
|
||||
GOOG,Sep 2003,995.97
|
||||
GOOG,Oct 2003,1050.71
|
||||
GOOG,Nov 2003,1058.2
|
||||
GOOG,Dec 2003,1111.92
|
||||
GOOG,Jan 2004,1131.13
|
||||
GOOG,Feb 2004,1144.94
|
||||
GOOG,Mar 2004,1126.21
|
||||
GOOG,Apr 2004,1107.3
|
||||
GOOG,May 2004,1120.68
|
||||
GOOG,Jun 2004,1140.84
|
||||
GOOG,Jul 2004,1101.72
|
||||
GOOG,Aug 2004,1104.24
|
||||
GOOG,Sep 2004,1114.58
|
||||
GOOG,Oct 2004,1130.2
|
||||
GOOG,Nov 2004,1173.82
|
||||
GOOG,Dec 2004,1211.92
|
||||
GOOG,Jan 2005,1181.27
|
||||
GOOG,Feb 2005,1203.6
|
||||
GOOG,Mar 2005,1180.59
|
||||
GOOG,Apr 2005,1156.85
|
||||
GOOG,May 2005,1191.5
|
||||
GOOG,Jun 2005,1191.33
|
||||
GOOG,Jul 2005,1234.18
|
||||
GOOG,Aug 2005,1220.33
|
||||
GOOG,Sep 2005,1228.81
|
||||
GOOG,Oct 2005,1207.01
|
||||
GOOG,Nov 2005,1249.48
|
||||
GOOG,Dec 2005,1248.29
|
||||
GOOG,Jan 2006,1280.08
|
||||
GOOG,Feb 2006,1280.66
|
||||
GOOG,Mar 2006,1294.87
|
||||
GOOG,Apr 2006,1310.61
|
||||
GOOG,May 2006,1270.09
|
||||
GOOG,Jun 2006,1270.2
|
||||
GOOG,Jul 2006,1276.66
|
||||
GOOG,Aug 2006,1303.82
|
||||
GOOG,Sep 2006,1335.85
|
||||
GOOG,Oct 2006,1377.94
|
||||
GOOG,Nov 2006,1400.63
|
||||
GOOG,Dec 2006,1418.3
|
||||
GOOG,Jan 2007,1438.24
|
||||
GOOG,Feb 2007,1406.82
|
||||
GOOG,Mar 2007,1420.86
|
||||
GOOG,Apr 2007,1482.37
|
||||
GOOG,May 2007,1530.62
|
||||
GOOG,Jun 2007,1503.35
|
||||
GOOG,Jul 2007,1455.27
|
||||
GOOG,Aug 2007,1473.99
|
||||
GOOG,Sep 2007,1526.75
|
||||
GOOG,Oct 2007,1549.38
|
||||
GOOG,Nov 2007,1481.14
|
||||
GOOG,Dec 2007,1468.36
|
||||
GOOG,Jan 2008,1378.55
|
||||
GOOG,Feb 2008,1330.63
|
||||
GOOG,Mar 2008,1322.7
|
||||
GOOG,Apr 2008,1385.59
|
||||
GOOG,May 2008,1400.38
|
||||
GOOG,Jun 2008,1280
|
||||
GOOG,Jul 2008,1267.38
|
||||
GOOG,Aug 2008,1282.83
|
||||
GOOG,Sep 2008,1166.36
|
||||
GOOG,Oct 2008,968.75
|
||||
GOOG,Nov 2008,896.24
|
||||
GOOG,Dec 2008,903.25
|
||||
GOOG,Jan 2009,825.88
|
||||
GOOG,Feb 2009,735.09
|
||||
GOOG,Mar 2009,797.87
|
||||
GOOG,Apr 2009,872.81
|
||||
GOOG,May 2009,919.14
|
||||
GOOG,Jun 2009,919.32
|
||||
GOOG,Jul 2009,987.48
|
||||
GOOG,Aug 2009,1020.62
|
||||
GOOG,Sep 2009,1057.08
|
||||
GOOG,Oct 2009,1036.19
|
||||
GOOG,Nov 2009,1095.63
|
||||
GOOG,Dec 2009,1115.1
|
||||
GOOG,Jan 2010,1073.87
|
||||
GOOG,Feb 2010,1104.49
|
||||
GOOG,Mar 2010,1140.45
|
||||
MSFT,Jan 2000,39.81
|
||||
MSFT,Feb 2000,36.35
|
||||
MSFT,Mar 2000,43.22
|
||||
MSFT,Apr 2000,28.37
|
||||
MSFT,May 2000,25.45
|
||||
MSFT,Jun 2000,32.54
|
||||
MSFT,Jul 2000,28.4
|
||||
MSFT,Aug 2000,28.4
|
||||
MSFT,Sep 2000,24.53
|
||||
MSFT,Oct 2000,28.02
|
||||
MSFT,Nov 2000,23.34
|
||||
MSFT,Dec 2000,17.65
|
||||
MSFT,Jan 2001,24.84
|
||||
MSFT,Feb 2001,24
|
||||
MSFT,Mar 2001,22.25
|
||||
MSFT,Apr 2001,27.56
|
||||
MSFT,May 2001,28.14
|
||||
MSFT,Jun 2001,29.7
|
||||
MSFT,Jul 2001,26.93
|
||||
MSFT,Aug 2001,23.21
|
||||
MSFT,Sep 2001,20.82
|
||||
MSFT,Oct 2001,23.65
|
||||
MSFT,Nov 2001,26.12
|
||||
MSFT,Dec 2001,26.95
|
||||
MSFT,Jan 2002,25.92
|
||||
MSFT,Feb 2002,23.73
|
||||
MSFT,Mar 2002,24.53
|
||||
MSFT,Apr 2002,21.26
|
||||
MSFT,May 2002,20.71
|
||||
MSFT,Jun 2002,22.25
|
||||
MSFT,Jul 2002,19.52
|
||||
MSFT,Aug 2002,19.97
|
||||
MSFT,Sep 2002,17.79
|
||||
MSFT,Oct 2002,21.75
|
||||
MSFT,Nov 2002,23.46
|
||||
MSFT,Dec 2002,21.03
|
||||
MSFT,Jan 2003,19.31
|
||||
MSFT,Feb 2003,19.34
|
||||
MSFT,Mar 2003,19.76
|
||||
MSFT,Apr 2003,20.87
|
||||
MSFT,May 2003,20.09
|
||||
MSFT,Jun 2003,20.93
|
||||
MSFT,Jul 2003,21.56
|
||||
MSFT,Aug 2003,21.65
|
||||
MSFT,Sep 2003,22.69
|
||||
MSFT,Oct 2003,21.45
|
||||
MSFT,Nov 2003,21.1
|
||||
MSFT,Dec 2003,22.46
|
||||
MSFT,Jan 2004,22.69
|
||||
MSFT,Feb 2004,21.77
|
||||
MSFT,Mar 2004,20.46
|
||||
MSFT,Apr 2004,21.45
|
||||
MSFT,May 2004,21.53
|
||||
MSFT,Jun 2004,23.44
|
||||
MSFT,Jul 2004,23.38
|
||||
MSFT,Aug 2004,22.47
|
||||
MSFT,Sep 2004,22.76
|
||||
MSFT,Oct 2004,23.02
|
||||
MSFT,Nov 2004,24.6
|
||||
MSFT,Dec 2004,24.52
|
||||
MSFT,Jan 2005,24.11
|
||||
MSFT,Feb 2005,23.15
|
||||
MSFT,Mar 2005,22.24
|
||||
MSFT,Apr 2005,23.28
|
||||
MSFT,May 2005,23.82
|
||||
MSFT,Jun 2005,22.93
|
||||
MSFT,Jul 2005,23.64
|
||||
MSFT,Aug 2005,25.35
|
||||
MSFT,Sep 2005,23.83
|
||||
MSFT,Oct 2005,23.8
|
||||
MSFT,Nov 2005,25.71
|
||||
MSFT,Dec 2005,24.29
|
||||
MSFT,Jan 2006,26.14
|
||||
MSFT,Feb 2006,25.04
|
||||
MSFT,Mar 2006,25.36
|
||||
MSFT,Apr 2006,22.5
|
||||
MSFT,May 2006,21.19
|
||||
MSFT,Jun 2006,21.8
|
||||
MSFT,Jul 2006,22.51
|
||||
MSFT,Aug 2006,24.13
|
||||
MSFT,Sep 2006,25.68
|
||||
MSFT,Oct 2006,26.96
|
||||
MSFT,Nov 2006,27.66
|
||||
MSFT,Dec 2006,28.13
|
||||
MSFT,Jan 2007,29.07
|
||||
MSFT,Feb 2007,26.63
|
||||
MSFT,Mar 2007,26.35
|
||||
MSFT,Apr 2007,28.3
|
||||
MSFT,May 2007,29.11
|
||||
MSFT,Jun 2007,27.95
|
||||
MSFT,Jul 2007,27.5
|
||||
MSFT,Aug 2007,27.34
|
||||
MSFT,Sep 2007,28.04
|
||||
MSFT,Oct 2007,35.03
|
||||
MSFT,Nov 2007,32.09
|
||||
MSFT,Dec 2007,34
|
||||
MSFT,Jan 2008,31.13
|
||||
MSFT,Feb 2008,26.07
|
||||
MSFT,Mar 2008,27.21
|
||||
MSFT,Apr 2008,27.34
|
||||
MSFT,May 2008,27.25
|
||||
MSFT,Jun 2008,26.47
|
||||
MSFT,Jul 2008,24.75
|
||||
MSFT,Aug 2008,26.36
|
||||
MSFT,Sep 2008,25.78
|
||||
MSFT,Oct 2008,21.57
|
||||
MSFT,Nov 2008,19.66
|
||||
MSFT,Dec 2008,18.91
|
||||
MSFT,Jan 2009,16.63
|
||||
MSFT,Feb 2009,15.81
|
||||
MSFT,Mar 2009,17.99
|
||||
MSFT,Apr 2009,19.84
|
||||
MSFT,May 2009,20.59
|
||||
MSFT,Jun 2009,23.42
|
||||
MSFT,Jul 2009,23.18
|
||||
MSFT,Aug 2009,24.43
|
||||
MSFT,Sep 2009,25.49
|
||||
MSFT,Oct 2009,27.48
|
||||
MSFT,Nov 2009,29.27
|
||||
MSFT,Dec 2009,30.34
|
||||
MSFT,Jan 2010,28.05
|
||||
MSFT,Feb 2010,28.67
|
||||
MSFT,Mar 2010,28.8
|
||||
AMZN,Jan 2000,64.56
|
||||
AMZN,Feb 2000,68.87
|
||||
AMZN,Mar 2000,67
|
||||
AMZN,Apr 2000,55.19
|
||||
AMZN,May 2000,48.31
|
||||
AMZN,Jun 2000,36.31
|
||||
AMZN,Jul 2000,30.12
|
||||
AMZN,Aug 2000,41.5
|
||||
AMZN,Sep 2000,38.44
|
||||
AMZN,Oct 2000,36.62
|
||||
AMZN,Nov 2000,24.69
|
||||
AMZN,Dec 2000,15.56
|
||||
AMZN,Jan 2001,17.31
|
||||
AMZN,Feb 2001,10.19
|
||||
AMZN,Mar 2001,10.23
|
||||
AMZN,Apr 2001,15.78
|
||||
AMZN,May 2001,16.69
|
||||
AMZN,Jun 2001,14.15
|
||||
AMZN,Jul 2001,12.49
|
||||
AMZN,Aug 2001,8.94
|
||||
AMZN,Sep 2001,5.97
|
||||
AMZN,Oct 2001,6.98
|
||||
AMZN,Nov 2001,11.32
|
||||
AMZN,Dec 2001,10.82
|
||||
AMZN,Jan 2002,14.19
|
||||
AMZN,Feb 2002,14.1
|
||||
AMZN,Mar 2002,14.3
|
||||
AMZN,Apr 2002,16.69
|
||||
AMZN,May 2002,18.23
|
||||
AMZN,Jun 2002,16.25
|
||||
AMZN,Jul 2002,14.45
|
||||
AMZN,Aug 2002,14.94
|
||||
AMZN,Sep 2002,15.93
|
||||
AMZN,Oct 2002,19.36
|
||||
AMZN,Nov 2002,23.35
|
||||
AMZN,Dec 2002,18.89
|
||||
AMZN,Jan 2003,21.85
|
||||
AMZN,Feb 2003,22.01
|
||||
AMZN,Mar 2003,26.03
|
||||
AMZN,Apr 2003,28.69
|
||||
AMZN,May 2003,35.89
|
||||
AMZN,Jun 2003,36.32
|
||||
AMZN,Jul 2003,41.64
|
||||
AMZN,Aug 2003,46.32
|
||||
AMZN,Sep 2003,48.43
|
||||
AMZN,Oct 2003,54.43
|
||||
AMZN,Nov 2003,53.97
|
||||
AMZN,Dec 2003,52.62
|
||||
AMZN,Jan 2004,50.4
|
||||
AMZN,Feb 2004,43.01
|
||||
AMZN,Mar 2004,43.28
|
||||
AMZN,Apr 2004,43.6
|
||||
AMZN,May 2004,48.5
|
||||
AMZN,Jun 2004,54.4
|
||||
AMZN,Jul 2004,38.92
|
||||
AMZN,Aug 2004,38.14
|
||||
AMZN,Sep 2004,40.86
|
||||
AMZN,Oct 2004,34.13
|
||||
AMZN,Nov 2004,39.68
|
||||
AMZN,Dec 2004,44.29
|
||||
AMZN,Jan 2005,43.22
|
||||
AMZN,Feb 2005,35.18
|
||||
AMZN,Mar 2005,34.27
|
||||
AMZN,Apr 2005,32.36
|
||||
AMZN,May 2005,35.51
|
||||
AMZN,Jun 2005,33.09
|
||||
AMZN,Jul 2005,45.15
|
||||
AMZN,Aug 2005,42.7
|
||||
AMZN,Sep 2005,45.3
|
||||
AMZN,Oct 2005,39.86
|
||||
AMZN,Nov 2005,48.46
|
||||
AMZN,Dec 2005,47.15
|
||||
AMZN,Jan 2006,44.82
|
||||
AMZN,Feb 2006,37.44
|
||||
AMZN,Mar 2006,36.53
|
||||
AMZN,Apr 2006,35.21
|
||||
AMZN,May 2006,34.61
|
||||
AMZN,Jun 2006,38.68
|
||||
AMZN,Jul 2006,26.89
|
||||
AMZN,Aug 2006,30.83
|
||||
AMZN,Sep 2006,32.12
|
||||
AMZN,Oct 2006,38.09
|
||||
AMZN,Nov 2006,40.34
|
||||
AMZN,Dec 2006,39.46
|
||||
AMZN,Jan 2007,37.67
|
||||
AMZN,Feb 2007,39.14
|
||||
AMZN,Mar 2007,39.79
|
||||
AMZN,Apr 2007,61.33
|
||||
AMZN,May 2007,69.14
|
||||
AMZN,Jun 2007,68.41
|
||||
AMZN,Jul 2007,78.54
|
||||
AMZN,Aug 2007,79.91
|
||||
AMZN,Sep 2007,93.15
|
||||
AMZN,Oct 2007,89.15
|
||||
AMZN,Nov 2007,90.56
|
||||
AMZN,Dec 2007,92.64
|
||||
AMZN,Jan 2008,77.7
|
||||
AMZN,Feb 2008,64.47
|
||||
AMZN,Mar 2008,71.3
|
||||
AMZN,Apr 2008,78.63
|
||||
AMZN,May 2008,81.62
|
||||
AMZN,Jun 2008,73.33
|
||||
AMZN,Jul 2008,76.34
|
||||
AMZN,Aug 2008,80.81
|
||||
AMZN,Sep 2008,72.76
|
||||
AMZN,Oct 2008,57.24
|
||||
AMZN,Nov 2008,42.7
|
||||
AMZN,Dec 2008,51.28
|
||||
AMZN,Jan 2009,58.82
|
||||
AMZN,Feb 2009,64.79
|
||||
AMZN,Mar 2009,73.44
|
||||
AMZN,Apr 2009,80.52
|
||||
AMZN,May 2009,77.99
|
||||
AMZN,Jun 2009,83.66
|
||||
AMZN,Jul 2009,85.76
|
||||
AMZN,Aug 2009,81.19
|
||||
AMZN,Sep 2009,93.36
|
||||
AMZN,Oct 2009,118.81
|
||||
AMZN,Nov 2009,135.91
|
||||
AMZN,Dec 2009,134.52
|
||||
AMZN,Jan 2010,125.41
|
||||
AMZN,Feb 2010,118.4
|
||||
AMZN,Mar 2010,128.82
|
||||
IBM,Jan 2000,100.52
|
||||
IBM,Feb 2000,92.11
|
||||
IBM,Mar 2000,106.11
|
||||
IBM,Apr 2000,99.95
|
||||
IBM,May 2000,96.31
|
||||
IBM,Jun 2000,98.33
|
||||
IBM,Jul 2000,100.74
|
||||
IBM,Aug 2000,118.62
|
||||
IBM,Sep 2000,101.19
|
||||
IBM,Oct 2000,88.5
|
||||
IBM,Nov 2000,84.12
|
||||
IBM,Dec 2000,76.47
|
||||
IBM,Jan 2001,100.76
|
||||
IBM,Feb 2001,89.98
|
||||
IBM,Mar 2001,86.63
|
||||
IBM,Apr 2001,103.7
|
||||
IBM,May 2001,100.82
|
||||
IBM,Jun 2001,102.35
|
||||
IBM,Jul 2001,94.87
|
||||
IBM,Aug 2001,90.25
|
||||
IBM,Sep 2001,82.82
|
||||
IBM,Oct 2001,97.58
|
||||
IBM,Nov 2001,104.5
|
||||
IBM,Dec 2001,109.36
|
||||
IBM,Jan 2002,97.54
|
||||
IBM,Feb 2002,88.82
|
||||
IBM,Mar 2002,94.15
|
||||
IBM,Apr 2002,75.82
|
||||
IBM,May 2002,72.97
|
||||
IBM,Jun 2002,65.31
|
||||
IBM,Jul 2002,63.86
|
||||
IBM,Aug 2002,68.52
|
||||
IBM,Sep 2002,53.01
|
||||
IBM,Oct 2002,71.76
|
||||
IBM,Nov 2002,79.16
|
||||
IBM,Dec 2002,70.58
|
||||
IBM,Jan 2003,71.22
|
||||
IBM,Feb 2003,71.13
|
||||
IBM,Mar 2003,71.57
|
||||
IBM,Apr 2003,77.47
|
||||
IBM,May 2003,80.48
|
||||
IBM,Jun 2003,75.42
|
||||
IBM,Jul 2003,74.28
|
||||
IBM,Aug 2003,75.12
|
||||
IBM,Sep 2003,80.91
|
||||
IBM,Oct 2003,81.96
|
||||
IBM,Nov 2003,83.08
|
||||
IBM,Dec 2003,85.05
|
||||
IBM,Jan 2004,91.06
|
||||
IBM,Feb 2004,88.7
|
||||
IBM,Mar 2004,84.41
|
||||
IBM,Apr 2004,81.04
|
||||
IBM,May 2004,81.59
|
||||
IBM,Jun 2004,81.19
|
||||
IBM,Jul 2004,80.19
|
||||
IBM,Aug 2004,78.17
|
||||
IBM,Sep 2004,79.13
|
||||
IBM,Oct 2004,82.84
|
||||
IBM,Nov 2004,87.15
|
||||
IBM,Dec 2004,91.16
|
||||
IBM,Jan 2005,86.39
|
||||
IBM,Feb 2005,85.78
|
||||
IBM,Mar 2005,84.66
|
||||
IBM,Apr 2005,70.77
|
||||
IBM,May 2005,70.18
|
||||
IBM,Jun 2005,68.93
|
||||
IBM,Jul 2005,77.53
|
||||
IBM,Aug 2005,75.07
|
||||
IBM,Sep 2005,74.7
|
||||
IBM,Oct 2005,76.25
|
||||
IBM,Nov 2005,82.98
|
||||
IBM,Dec 2005,76.73
|
||||
IBM,Jan 2006,75.89
|
||||
IBM,Feb 2006,75.09
|
||||
IBM,Mar 2006,77.17
|
||||
IBM,Apr 2006,77.05
|
||||
IBM,May 2006,75.04
|
||||
IBM,Jun 2006,72.15
|
||||
IBM,Jul 2006,72.7
|
||||
IBM,Aug 2006,76.35
|
||||
IBM,Sep 2006,77.26
|
||||
IBM,Oct 2006,87.06
|
||||
IBM,Nov 2006,86.95
|
||||
IBM,Dec 2006,91.9
|
||||
IBM,Jan 2007,93.79
|
||||
IBM,Feb 2007,88.18
|
||||
IBM,Mar 2007,89.44
|
||||
IBM,Apr 2007,96.98
|
||||
IBM,May 2007,101.54
|
||||
IBM,Jun 2007,100.25
|
||||
IBM,Jul 2007,105.4
|
||||
IBM,Aug 2007,111.54
|
||||
IBM,Sep 2007,112.6
|
||||
IBM,Oct 2007,111
|
||||
IBM,Nov 2007,100.9
|
||||
IBM,Dec 2007,103.7
|
||||
IBM,Jan 2008,102.75
|
||||
IBM,Feb 2008,109.64
|
||||
IBM,Mar 2008,110.87
|
||||
IBM,Apr 2008,116.23
|
||||
IBM,May 2008,125.14
|
||||
IBM,Jun 2008,114.6
|
||||
IBM,Jul 2008,123.74
|
||||
IBM,Aug 2008,118.16
|
||||
IBM,Sep 2008,113.53
|
||||
IBM,Oct 2008,90.24
|
||||
IBM,Nov 2008,79.65
|
||||
IBM,Dec 2008,82.15
|
||||
IBM,Jan 2009,89.46
|
||||
IBM,Feb 2009,90.32
|
||||
IBM,Mar 2009,95.09
|
||||
IBM,Apr 2009,101.29
|
||||
IBM,May 2009,104.85
|
||||
IBM,Jun 2009,103.01
|
||||
IBM,Jul 2009,116.34
|
||||
IBM,Aug 2009,117
|
||||
IBM,Sep 2009,118.55
|
||||
IBM,Oct 2009,119.54
|
||||
IBM,Nov 2009,125.79
|
||||
IBM,Dec 2009,130.32
|
||||
IBM,Jan 2010,121.85
|
||||
IBM,Feb 2010,127.16
|
||||
IBM,Mar 2010,125.55
|
||||
|
@@ -0,0 +1,233 @@
|
||||
date IE Chrome Firefox Safari Opera
|
||||
11-Oct-13 21.62 12.36 25.58 19.13 21.22
|
||||
11-Oct-14 21.95 12.15 25.78 18.79 21.25
|
||||
11-Oct-15 17.64 14.77 25.96 20.16 21.39
|
||||
11-Oct-16 17.27 14.65 25.98 20.59 21.44
|
||||
11-Oct-17 22.74 11.87 25.01 19.12 21.17
|
||||
11-Oct-18 22.14 12.22 25.26 19.1 21.19
|
||||
11-Oct-19 21.92 12.42 25.3 19.07 21.21
|
||||
11-Oct-20 22.41 12.08 25.28 18.94 21.18
|
||||
11-Oct-21 22.74 12.23 25.19 18.5 21.25
|
||||
11-Oct-22 16.95 15.45 26.03 20.06 21.42
|
||||
11-Oct-23 17.52 14.73 25.79 20.46 21.43
|
||||
11-Oct-24 22.69 12.14 24.95 18.98 21.15
|
||||
11-Oct-25 22.31 12.26 25.1 19.04 21.2
|
||||
11-Oct-26 22.22 12.28 25.17 19.08 21.16
|
||||
11-Oct-27 22.62 12.36 24.98 18.8 21.15
|
||||
11-Oct-28 22.76 12.36 25.05 18.55 21.19
|
||||
11-Oct-29 18.92 14.36 25.34 19.99 21.3
|
||||
11-Oct-30 18.06 14.58 25.63 20.26 21.39
|
||||
11-Oct-31 22.1 12.45 25.18 18.97 21.2
|
||||
11-Nov-1 21.05 13 25.51 19.14 21.21
|
||||
11-Nov-2 21.26 13.22 25.22 19.03 21.18
|
||||
11-Nov-3 21.21 13.5 24.99 19.01 21.2
|
||||
11-Nov-4 21.64 13.21 25.05 18.78 21.23
|
||||
11-Nov-5 17.13 15.68 25.46 20.29 21.35
|
||||
11-Nov-6 15.97 15.88 25.85 20.78 21.43
|
||||
11-Nov-7 21.41 13.06 24.95 19.33 21.17
|
||||
11-Nov-8 21.69 13.09 24.86 19.1 21.17
|
||||
11-Nov-9 21.32 13.11 25.13 19.12 21.22
|
||||
11-Nov-10 21.3 13.33 25.12 18.92 21.24
|
||||
11-Nov-11 20.68 13.8 25.24 18.96 21.23
|
||||
11-Nov-12 17.02 16.11 25.4 20.09 21.3
|
||||
11-Nov-13 16.95 15.88 25.48 20.27 21.34
|
||||
11-Nov-14 21.76 13.15 24.82 19.05 21.14
|
||||
11-Nov-15 21.54 13.17 24.96 19.09 21.16
|
||||
11-Nov-16 21.88 13.1 24.88 18.87 21.18
|
||||
11-Nov-17 22.07 12.97 24.94 18.75 21.19
|
||||
11-Nov-18 22.26 12.97 25.02 18.44 21.21
|
||||
11-Nov-19 17.89 15.56 25.29 19.87 21.32
|
||||
11-Nov-20 17.22 15.34 25.6 20.37 21.4
|
||||
11-Nov-21 22.06 12.93 24.9 18.87 21.15
|
||||
11-Nov-22 22.27 13 24.83 18.65 21.17
|
||||
11-Nov-23 21.64 13.48 24.99 18.59 21.22
|
||||
11-Nov-24 20.29 14.33 25.28 18.64 21.35
|
||||
11-Nov-25 20.75 13.67 25.34 18.83 21.3
|
||||
11-Nov-26 18.82 14.92 24.88 20.03 21.27
|
||||
11-Nov-27 18 15.17 25.26 20.1 21.37
|
||||
11-Nov-28 22.31 12.51 24.82 19.1 21.17
|
||||
11-Nov-29 21.85 12.91 24.99 18.93 21.22
|
||||
11-Nov-30 21.19 13.4 25.06 19.11 21.16
|
||||
11-Dec-1 21.25 13.61 24.98 18.95 21.12
|
||||
11-Dec-2 20.63 14.04 25.39 18.67 21.16
|
||||
11-Dec-3 16.95 16.13 25.46 20.06 21.32
|
||||
11-Dec-4 16.83 15.8 25.44 20.49 21.35
|
||||
11-Dec-5 20.85 13.78 24.95 19.16 21.17
|
||||
11-Dec-6 21.04 13.61 24.94 19.14 21.18
|
||||
11-Dec-7 21.42 13.73 24.72 18.84 21.2
|
||||
11-Dec-8 20.92 13.74 25.07 18.94 21.24
|
||||
11-Dec-9 20.98 13.59 25.34 18.76 21.24
|
||||
11-Dec-10 16.85 15.92 25.35 20.44 21.35
|
||||
11-Dec-11 16.54 15.19 26.65 20.18 21.35
|
||||
11-Dec-12 19.77 13.35 26.74 18.91 21.15
|
||||
11-Dec-13 21.39 13.39 24.98 18.95 21.21
|
||||
11-Dec-14 21.09 13.64 25.01 18.96 21.21
|
||||
11-Dec-15 20.58 14.14 25.16 18.79 21.24
|
||||
11-Dec-16 21 13.93 25.13 18.58 21.27
|
||||
11-Dec-17 17.11 16.12 25.24 20.02 21.43
|
||||
11-Dec-18 17.19 15.81 25.32 20.14 21.45
|
||||
11-Dec-19 20.62 14.31 24.95 18.8 21.23
|
||||
11-Dec-20 20.6 14.09 25.16 18.79 21.28
|
||||
11-Dec-21 20.49 14.48 25.03 18.64 21.27
|
||||
11-Dec-22 19.92 14.75 25.24 18.69 21.3
|
||||
11-Dec-23 19.83 15.09 24.92 18.7 21.37
|
||||
11-Dec-24 19.02 15.65 24.09 19.73 21.43
|
||||
11-Dec-25 18.62 15.8 24.36 19.56 21.57
|
||||
11-Dec-26 20.12 15.1 24.33 19.03 21.35
|
||||
11-Dec-27 21.76 14.06 24.18 18.68 21.24
|
||||
11-Dec-28 21.71 14.17 24.17 18.63 21.24
|
||||
11-Dec-29 21.89 14.15 24.04 18.6 21.23
|
||||
11-Dec-30 21.23 14.41 24.15 18.86 21.27
|
||||
11-Dec-31 20.41 14.61 23.95 19.7 21.24
|
||||
12-Jan-1 19.01 14.9 24.48 20.24 21.3
|
||||
12-Jan-2 20.19 14.5 24.34 19.75 21.15
|
||||
12-Jan-3 22 13.77 24.17 18.88 21.11
|
||||
12-Jan-4 21.69 14.04 24.28 18.77 21.13
|
||||
12-Jan-5 21.13 14.44 24.39 18.79 21.16
|
||||
12-Jan-6 21.27 14.48 24.34 18.62 21.21
|
||||
12-Jan-7 17.72 16.29 24.43 20.18 21.3
|
||||
12-Jan-8 17.37 16.31 24.53 20.36 21.36
|
||||
12-Jan-9 20.12 14.71 24.69 19.24 21.16
|
||||
12-Jan-10 19.19 15.37 24.96 19.21 21.18
|
||||
12-Jan-11 19.9 15.04 24.7 19.08 21.19
|
||||
12-Jan-12 19.59 15.16 24.79 19.18 21.2
|
||||
12-Jan-13 20.48 14.79 24.58 18.82 21.22
|
||||
12-Jan-14 15.72 17.33 24.91 20.61 21.34
|
||||
12-Jan-15 15.8 17.08 25.06 20.57 21.4
|
||||
12-Jan-16 18.6 15.7 24.84 19.55 21.22
|
||||
12-Jan-17 20.19 15.06 24.42 19.03 21.22
|
||||
12-Jan-18 19.65 15.43 24.56 19.02 21.26
|
||||
12-Jan-19 18.81 15.57 25.06 19.14 21.31
|
||||
12-Jan-20 19.08 15.58 24.96 18.98 21.32
|
||||
12-Jan-21 14.69 17.92 25.07 20.79 21.42
|
||||
12-Jan-22 13.88 18.15 25.51 20.88 21.49
|
||||
12-Jan-23 19.39 15.28 24.69 19.31 21.22
|
||||
12-Jan-24 18.91 15.64 24.86 19.23 21.26
|
||||
12-Jan-25 19.07 15.62 24.68 19.15 21.36
|
||||
12-Jan-26 19.4 15.49 24.61 19.09 21.3
|
||||
12-Jan-27 18.9 15.8 24.94 18.97 21.29
|
||||
12-Jan-28 13.78 18.54 25.33 20.8 21.44
|
||||
12-Jan-29 13.61 18.45 25.36 20.99 21.5
|
||||
12-Jan-30 18.53 15.94 24.72 19.45 21.26
|
||||
12-Jan-31 18.74 15.83 24.61 19.3 21.44
|
||||
12-Feb-1 18.85 15.92 24.63 19.07 21.46
|
||||
12-Feb-2 19.27 15.77 24.55 18.86 21.48
|
||||
12-Feb-3 19.75 15.63 24.44 18.71 21.36
|
||||
12-Feb-4 16.01 17.92 24.39 20.16 21.4
|
||||
12-Feb-5 15.07 18.11 24.77 20.48 21.46
|
||||
12-Feb-6 19.38 15.85 24.3 19.14 21.22
|
||||
12-Feb-7 19.54 15.76 24.28 19.06 21.24
|
||||
12-Feb-8 19.16 16.15 24.32 19.04 21.24
|
||||
12-Feb-9 19.54 15.86 24.35 18.92 21.23
|
||||
12-Feb-10 19.39 15.74 24.66 18.78 21.33
|
||||
12-Feb-11 14.62 18.34 24.99 20.43 21.53
|
||||
12-Feb-12 14.47 18.15 25.07 20.56 21.64
|
||||
12-Feb-13 19.22 15.66 24.63 18.97 21.42
|
||||
12-Feb-14 18.97 15.79 24.88 18.8 21.45
|
||||
12-Feb-15 18.28 16.11 24.94 19.13 21.45
|
||||
12-Feb-16 18.23 16.31 24.85 19.08 21.43
|
||||
12-Feb-17 18.15 16.6 24.86 18.87 21.42
|
||||
12-Feb-18 14.05 18.92 25.01 20.29 21.63
|
||||
12-Feb-19 14.38 18.23 25.21 20.39 21.7
|
||||
12-Feb-20 17.23 16.53 24.94 19.72 21.48
|
||||
12-Feb-21 18.31 16.22 24.58 19.36 21.43
|
||||
12-Feb-22 18.65 16.27 24.44 19.19 21.36
|
||||
12-Feb-23 19.21 16.1 24.38 18.86 21.35
|
||||
12-Feb-24 19.53 16.02 24.31 18.7 21.35
|
||||
12-Feb-25 14.67 18.54 24.64 20.62 21.43
|
||||
12-Feb-26 13.55 18.98 24.95 20.92 21.5
|
||||
12-Feb-27 18.81 16.28 24.31 19.29 21.23
|
||||
12-Feb-28 18.76 16.24 24.36 19.29 21.25
|
||||
12-Feb-29 18.8 16.18 24.43 19.23 21.26
|
||||
12-Mar-1 18.76 16.36 24.52 18.94 21.33
|
||||
12-Mar-2 19.05 16.38 24.37 18.76 21.34
|
||||
12-Mar-3 15.11 18.76 24.54 20.04 21.45
|
||||
12-Mar-4 14.14 19.12 24.76 20.42 21.47
|
||||
12-Mar-5 18.84 16.47 24.28 19.06 21.24
|
||||
12-Mar-6 18.75 16.7 24.21 18.98 21.27
|
||||
12-Mar-7 18.54 16.81 24.16 19.15 21.23
|
||||
12-Mar-8 18.92 16.63 24.24 18.86 21.25
|
||||
12-Mar-9 18.5 17.23 24.37 18.47 21.32
|
||||
12-Mar-10 15.02 19.05 24.41 19.93 21.49
|
||||
12-Mar-11 14.43 18.86 24.73 20.36 21.52
|
||||
12-Mar-12 19.29 16.11 24.19 19.09 21.21
|
||||
12-Mar-13 19.06 16.21 24.33 19.04 21.25
|
||||
12-Mar-14 18.85 16.4 24.3 19.1 21.26
|
||||
12-Mar-15 18.68 16.5 24.41 19.03 21.27
|
||||
12-Mar-16 18.44 16.85 24.6 18.64 21.37
|
||||
12-Mar-17 14.74 19.11 24.6 19.97 21.49
|
||||
12-Mar-18 13.93 19.2 24.9 20.32 21.56
|
||||
12-Mar-19 18.48 16.35 24.59 19.24 21.24
|
||||
12-Mar-20 18.82 16.41 24.41 19.02 21.25
|
||||
12-Mar-21 18.7 16.52 24.5 18.88 21.3
|
||||
12-Mar-22 18.78 16.59 24.46 18.71 21.35
|
||||
12-Mar-23 19.36 16.13 24.52 18.49 21.4
|
||||
12-Mar-24 14.82 18.71 24.65 20.19 21.54
|
||||
12-Mar-25 14.18 18.72 25 20.38 21.62
|
||||
12-Mar-26 18.33 16.62 24.66 18.98 21.32
|
||||
12-Mar-27 18.03 16.89 24.67 18.97 21.33
|
||||
12-Mar-28 17.81 16.8 24.86 18.97 21.47
|
||||
12-Mar-29 18.07 16.72 24.73 18.95 21.43
|
||||
12-Mar-30 18.15 16.8 24.75 18.72 21.49
|
||||
12-Mar-31 14.65 18.91 24.69 20.14 21.51
|
||||
12-Apr-1 14.01 19.13 24.95 20.12 21.69
|
||||
12-Apr-2 18.21 16.83 24.43 19.11 21.32
|
||||
12-Apr-3 17.77 17.08 24.7 19.05 21.31
|
||||
12-Apr-4 17.85 16.99 24.78 18.93 21.35
|
||||
12-Apr-5 17.63 17.23 24.76 18.88 21.41
|
||||
12-Apr-6 16.59 17.74 25 19.04 21.53
|
||||
12-Apr-7 14.6 18.83 24.97 19.87 21.63
|
||||
12-Apr-8 13.97 19.32 25 19.89 21.73
|
||||
12-Apr-9 18.38 17.08 24.11 19.01 21.34
|
||||
12-Apr-10 19.17 16.62 24.09 18.73 21.3
|
||||
12-Apr-11 18.11 17.48 24.42 18.54 21.35
|
||||
12-Apr-12 17.96 17.77 24.42 18.36 21.4
|
||||
12-Apr-13 17.84 17.89 24.54 18.18 21.45
|
||||
12-Apr-14 14.51 19.74 24.57 19.48 21.61
|
||||
12-Apr-15 14.1 19.26 24.93 19.93 21.68
|
||||
12-Apr-16 18.39 16.85 24.48 18.81 21.37
|
||||
12-Apr-17 18.17 16.95 24.61 18.72 21.45
|
||||
12-Apr-18 18.66 16.79 24.42 18.63 21.4
|
||||
12-Apr-19 18.17 17.01 24.65 18.6 21.46
|
||||
12-Apr-20 18.37 16.82 24.89 18.37 21.44
|
||||
12-Apr-21 14.01 19.43 25.06 19.7 21.67
|
||||
12-Apr-22 13.64 19.3 25.17 20.06 21.72
|
||||
12-Apr-23 18.02 17.06 24.54 18.87 21.4
|
||||
12-Apr-24 17.72 17.18 24.66 18.83 21.5
|
||||
12-Apr-25 17.46 17.44 24.67 18.83 21.49
|
||||
12-Apr-26 17.14 17.72 24.78 18.77 21.47
|
||||
12-Apr-27 17.98 16.97 24.81 18.53 21.56
|
||||
12-Apr-28 14.37 19.1 24.76 20.03 21.64
|
||||
12-Apr-29 13.89 19.2 24.98 20.12 21.7
|
||||
12-Apr-30 17.52 17.2 24.55 19.18 21.43
|
||||
12-May-1 16.79 17.68 24.56 19.42 21.44
|
||||
12-May-2 17.11 17.51 24.83 18.86 21.45
|
||||
12-May-3 17.1 17.48 24.93 18.69 21.56
|
||||
12-May-4 17.27 17.27 25.01 18.51 21.58
|
||||
12-May-5 13.37 19.61 24.96 19.95 21.72
|
||||
12-May-6 13.02 19.56 25.21 20.08 21.74
|
||||
12-May-7 17.39 17.12 24.64 19.06 21.4
|
||||
12-May-8 17.33 17.36 24.6 18.95 21.41
|
||||
12-May-9 17.49 17.06 24.59 18.94 21.42
|
||||
12-May-10 17.61 17.11 24.54 18.82 21.43
|
||||
12-May-11 17.5 17.2 24.66 18.44 21.55
|
||||
12-May-12 13.08 19.73 24.94 19.73 21.79
|
||||
12-May-13 12.45 19.93 25.32 19.96 21.84
|
||||
12-May-14 17.63 17.2 24.43 18.82 21.39
|
||||
12-May-15 17.37 17.41 24.54 18.91 21.42
|
||||
12-May-16 17.08 17.52 24.64 18.77 21.45
|
||||
12-May-17 16.74 17.74 24.6 18.73 21.49
|
||||
12-May-18 17.17 17.37 24.66 18.47 21.53
|
||||
12-May-19 12.84 19.71 25.11 19.78 21.78
|
||||
12-May-20 12.45 20 25.35 19.91 21.8
|
||||
12-May-21 16.96 17.51 24.62 18.91 21.44
|
||||
12-May-22 16.82 17.77 24.81 18.8 21.41
|
||||
12-May-23 16.57 18.06 25.02 18.71 21.52
|
||||
12-May-24 16.23 18.25 25.17 18.68 21.55
|
||||
12-May-25 15.78 18.99 25.03 18.47 21.6
|
||||
12-May-26 11.88 21.09 25.27 19.77 21.86
|
||||
12-May-27 11.38 21.47 25.57 19.49 21.96
|
||||
12-May-28 13.82 20.22 24.95 19.45 21.45
|
||||
12-May-29 16.58 18.8 24.3 18.99 21.22
|
||||
12-May-30 16.52 18.89 24.72 18.4 21.35
|
||||
12-May-31 16.48 18.97 24.35 18.68 21.4
|
||||
|
@@ -0,0 +1,13 @@
|
||||
key,value,date
|
||||
Group1,37,04/23/12
|
||||
Group2,12,04/23/12
|
||||
Group3,46,04/23/12
|
||||
Group1,32,04/24/12
|
||||
Group2,19,04/24/12
|
||||
Group3,42,04/24/12
|
||||
Group1,45,04/25/12
|
||||
Group2,16,04/25/12
|
||||
Group3,44,04/25/12
|
||||
Group1,24,04/26/12
|
||||
Group2,52,04/26/12
|
||||
Group3,64,04/26/12
|
||||
|
@@ -0,0 +1,367 @@
|
||||
date New York San Francisco
|
||||
20111001 63.4 62.7
|
||||
20111002 58.0 59.9
|
||||
20111003 53.3 59.1
|
||||
20111004 55.7 58.8
|
||||
20111005 64.2 58.7
|
||||
20111006 58.8 57.0
|
||||
20111007 57.9 56.7
|
||||
20111008 61.8 56.8
|
||||
20111009 69.3 56.7
|
||||
20111010 71.2 60.1
|
||||
20111011 68.7 61.1
|
||||
20111012 61.8 61.5
|
||||
20111013 63.0 64.3
|
||||
20111014 66.9 67.1
|
||||
20111015 61.7 64.6
|
||||
20111016 61.8 61.6
|
||||
20111017 62.8 61.1
|
||||
20111018 60.8 59.2
|
||||
20111019 62.1 58.9
|
||||
20111020 65.1 57.2
|
||||
20111021 55.6 56.4
|
||||
20111022 54.4 60.7
|
||||
20111023 54.4 65.1
|
||||
20111024 54.8 60.9
|
||||
20111025 57.9 56.1
|
||||
20111026 54.6 54.6
|
||||
20111027 54.4 56.1
|
||||
20111028 42.5 58.1
|
||||
20111029 40.9 57.5
|
||||
20111030 38.6 57.7
|
||||
20111031 44.2 55.1
|
||||
20111101 49.6 57.9
|
||||
20111102 47.2 64.6
|
||||
20111103 50.1 56.2
|
||||
20111104 50.1 50.5
|
||||
20111105 43.5 51.3
|
||||
20111106 43.8 52.6
|
||||
20111107 48.9 51.4
|
||||
20111108 55.5 50.6
|
||||
20111109 53.7 54.6
|
||||
20111110 57.7 55.6
|
||||
20111111 48.5 53.9
|
||||
20111112 46.8 54.0
|
||||
20111113 51.1 53.8
|
||||
20111114 56.8 53.5
|
||||
20111115 59.7 53.4
|
||||
20111116 56.5 52.2
|
||||
20111117 49.6 52.7
|
||||
20111118 41.5 53.1
|
||||
20111119 44.3 49.0
|
||||
20111120 54.0 50.4
|
||||
20111121 54.1 51.1
|
||||
20111122 49.4 52.3
|
||||
20111123 50.0 54.6
|
||||
20111124 44.0 55.1
|
||||
20111125 50.3 51.5
|
||||
20111126 52.1 53.6
|
||||
20111127 49.6 52.3
|
||||
20111128 57.2 51.0
|
||||
20111129 59.1 49.5
|
||||
20111130 50.6 49.8
|
||||
20111201 44.3 60.4
|
||||
20111202 43.9 62.2
|
||||
20111203 42.1 58.3
|
||||
20111204 43.9 52.7
|
||||
20111205 50.2 51.5
|
||||
20111206 54.2 49.9
|
||||
20111207 54.6 48.6
|
||||
20111208 43.4 46.4
|
||||
20111209 42.2 49.8
|
||||
20111210 45.0 52.1
|
||||
20111211 33.8 48.8
|
||||
20111212 36.8 47.4
|
||||
20111213 38.6 47.2
|
||||
20111214 41.9 46.1
|
||||
20111215 49.6 48.8
|
||||
20111216 50.2 47.9
|
||||
20111217 40.6 49.8
|
||||
20111218 29.1 49.1
|
||||
20111219 33.7 48.3
|
||||
20111220 45.8 49.3
|
||||
20111221 47.4 48.4
|
||||
20111222 54.4 53.3
|
||||
20111223 47.8 47.5
|
||||
20111224 34.9 47.9
|
||||
20111225 35.9 48.9
|
||||
20111226 43.6 45.9
|
||||
20111227 42.9 47.2
|
||||
20111228 46.2 48.9
|
||||
20111229 30.8 50.9
|
||||
20111230 40.8 52.9
|
||||
20111231 49.8 50.1
|
||||
20120101 46.3 53.9
|
||||
20120102 43.2 53.1
|
||||
20120103 30.3 49.7
|
||||
20120104 19.2 52.7
|
||||
20120105 32.1 52.6
|
||||
20120106 41.2 49.0
|
||||
20120107 47.0 51.0
|
||||
20120108 46.0 56.8
|
||||
20120109 34.7 52.3
|
||||
20120110 39.4 51.6
|
||||
20120111 40.4 49.8
|
||||
20120112 45.4 51.9
|
||||
20120113 40.7 53.7
|
||||
20120114 30.4 52.9
|
||||
20120115 23.9 49.7
|
||||
20120116 22.6 45.3
|
||||
20120117 39.8 43.6
|
||||
20120118 43.2 45.0
|
||||
20120119 26.3 47.3
|
||||
20120120 32.8 51.4
|
||||
20120121 27.4 53.7
|
||||
20120122 25.0 48.3
|
||||
20120123 39.4 52.9
|
||||
20120124 48.7 49.1
|
||||
20120125 43.0 52.1
|
||||
20120126 37.1 53.6
|
||||
20120127 48.2 50.4
|
||||
20120128 43.7 50.3
|
||||
20120129 40.1 53.8
|
||||
20120130 38.0 51.9
|
||||
20120131 43.5 50.0
|
||||
20120201 50.4 50.0
|
||||
20120202 45.8 51.3
|
||||
20120203 37.5 51.5
|
||||
20120204 40.8 52.0
|
||||
20120205 36.5 53.8
|
||||
20120206 39.1 54.6
|
||||
20120207 43.2 54.3
|
||||
20120208 36.5 51.9
|
||||
20120209 36.5 53.8
|
||||
20120210 38.3 53.9
|
||||
20120211 36.9 52.3
|
||||
20120212 29.7 50.1
|
||||
20120213 33.1 49.5
|
||||
20120214 39.6 48.6
|
||||
20120215 42.3 49.9
|
||||
20120216 39.7 52.4
|
||||
20120217 46.0 49.9
|
||||
20120218 41.2 51.6
|
||||
20120219 39.8 47.8
|
||||
20120220 38.1 48.7
|
||||
20120221 37.1 49.7
|
||||
20120222 45.5 53.4
|
||||
20120223 50.6 54.1
|
||||
20120224 42.7 55.9
|
||||
20120225 42.6 51.7
|
||||
20120226 36.9 47.7
|
||||
20120227 40.9 45.4
|
||||
20120228 45.9 47.0
|
||||
20120229 40.7 49.8
|
||||
20120301 41.3 48.9
|
||||
20120302 36.8 48.1
|
||||
20120303 47.6 50.7
|
||||
20120304 44.2 55.0
|
||||
20120305 38.5 48.8
|
||||
20120306 32.9 48.4
|
||||
20120307 43.3 49.9
|
||||
20120308 51.2 49.2
|
||||
20120309 47.8 51.7
|
||||
20120310 37.2 49.3
|
||||
20120311 42.9 50.0
|
||||
20120312 48.8 48.6
|
||||
20120313 52.6 53.9
|
||||
20120314 60.5 55.2
|
||||
20120315 47.2 55.9
|
||||
20120316 44.7 54.6
|
||||
20120317 48.2 48.2
|
||||
20120318 48.2 47.1
|
||||
20120319 53.1 45.8
|
||||
20120320 57.8 49.7
|
||||
20120321 57.5 51.4
|
||||
20120322 57.3 51.4
|
||||
20120323 61.7 48.4
|
||||
20120324 55.8 49.0
|
||||
20120325 48.4 46.4
|
||||
20120326 49.8 49.7
|
||||
20120327 39.6 54.1
|
||||
20120328 49.7 54.6
|
||||
20120329 56.8 52.3
|
||||
20120330 46.5 54.5
|
||||
20120331 42.2 56.2
|
||||
20120401 45.3 51.1
|
||||
20120402 48.1 50.5
|
||||
20120403 51.2 52.2
|
||||
20120404 61.0 50.6
|
||||
20120405 50.7 47.9
|
||||
20120406 48.0 47.4
|
||||
20120407 51.1 49.4
|
||||
20120408 55.7 50.0
|
||||
20120409 58.3 51.3
|
||||
20120410 55.0 53.8
|
||||
20120411 49.0 52.9
|
||||
20120412 51.7 53.9
|
||||
20120413 53.1 50.2
|
||||
20120414 55.2 50.9
|
||||
20120415 62.3 51.5
|
||||
20120416 62.9 51.9
|
||||
20120417 69.3 53.2
|
||||
20120418 59.0 53.0
|
||||
20120419 54.1 55.1
|
||||
20120420 56.5 55.8
|
||||
20120421 58.2 58.0
|
||||
20120422 52.4 52.8
|
||||
20120423 51.6 55.1
|
||||
20120424 49.3 57.9
|
||||
20120425 52.5 57.5
|
||||
20120426 50.5 55.3
|
||||
20120427 51.9 53.5
|
||||
20120428 47.4 54.7
|
||||
20120429 54.1 54.0
|
||||
20120430 51.9 53.4
|
||||
20120501 57.4 52.7
|
||||
20120502 53.7 50.7
|
||||
20120503 53.1 52.6
|
||||
20120504 57.2 53.4
|
||||
20120505 57.0 53.1
|
||||
20120506 56.6 56.5
|
||||
20120507 54.6 55.3
|
||||
20120508 57.9 52.0
|
||||
20120509 59.2 52.4
|
||||
20120510 61.1 53.4
|
||||
20120511 59.7 53.1
|
||||
20120512 64.1 49.9
|
||||
20120513 65.3 52.0
|
||||
20120514 64.2 56.0
|
||||
20120515 62.0 53.0
|
||||
20120516 63.8 51.0
|
||||
20120517 64.5 51.4
|
||||
20120518 61.0 52.2
|
||||
20120519 62.6 52.4
|
||||
20120520 66.2 54.5
|
||||
20120521 62.7 52.8
|
||||
20120522 63.7 53.9
|
||||
20120523 66.4 56.5
|
||||
20120524 64.5 54.7
|
||||
20120525 65.4 52.5
|
||||
20120526 69.4 52.1
|
||||
20120527 71.9 52.2
|
||||
20120528 74.4 52.9
|
||||
20120529 75.9 52.1
|
||||
20120530 72.9 52.1
|
||||
20120531 72.5 53.3
|
||||
20120601 67.2 54.8
|
||||
20120602 68.3 54.0
|
||||
20120603 67.7 52.3
|
||||
20120604 61.9 55.3
|
||||
20120605 58.3 53.5
|
||||
20120606 61.7 54.1
|
||||
20120607 66.7 53.9
|
||||
20120608 68.7 54.4
|
||||
20120609 72.2 55.0
|
||||
20120610 72.6 60.0
|
||||
20120611 69.2 57.2
|
||||
20120612 66.9 55.1
|
||||
20120613 66.7 53.3
|
||||
20120614 67.7 53.4
|
||||
20120615 68.5 54.6
|
||||
20120616 67.5 57.0
|
||||
20120617 64.2 55.6
|
||||
20120618 61.7 52.5
|
||||
20120619 66.4 53.9
|
||||
20120620 77.9 55.3
|
||||
20120621 88.3 53.3
|
||||
20120622 82.2 54.1
|
||||
20120623 77.0 55.2
|
||||
20120624 75.4 55.8
|
||||
20120625 70.9 56.8
|
||||
20120626 65.9 57.5
|
||||
20120627 73.5 57.7
|
||||
20120628 77.4 56.6
|
||||
20120629 79.6 56.4
|
||||
20120630 84.2 58.4
|
||||
20120701 81.8 58.8
|
||||
20120702 82.5 56.4
|
||||
20120703 80.2 56.5
|
||||
20120704 77.8 55.8
|
||||
20120705 86.1 54.8
|
||||
20120706 79.9 54.9
|
||||
20120707 83.5 54.7
|
||||
20120708 81.5 52.8
|
||||
20120709 77.8 53.7
|
||||
20120710 76.1 53.1
|
||||
20120711 76.3 52.7
|
||||
20120712 75.8 52.0
|
||||
20120713 77.2 53.4
|
||||
20120714 79.3 54.0
|
||||
20120715 78.9 54.0
|
||||
20120716 79.6 54.5
|
||||
20120717 83.3 56.7
|
||||
20120718 84.3 57.5
|
||||
20120719 75.1 57.1
|
||||
20120720 68.4 58.1
|
||||
20120721 68.4 57.6
|
||||
20120722 72.2 56.0
|
||||
20120723 75.6 56.6
|
||||
20120724 82.6 57.8
|
||||
20120725 78.4 57.5
|
||||
20120726 77.0 56.4
|
||||
20120727 79.4 55.3
|
||||
20120728 77.4 55.0
|
||||
20120729 72.5 55.6
|
||||
20120730 72.9 55.6
|
||||
20120731 73.6 55.9
|
||||
20120801 75.0 55.4
|
||||
20120802 77.7 54.4
|
||||
20120803 79.7 53.7
|
||||
20120804 79.6 54.1
|
||||
20120805 81.5 57.8
|
||||
20120806 80.0 58.2
|
||||
20120807 75.7 58.0
|
||||
20120808 77.8 57.0
|
||||
20120809 78.6 55.0
|
||||
20120810 77.8 54.8
|
||||
20120811 78.5 53.0
|
||||
20120812 78.8 52.5
|
||||
20120813 78.6 53.3
|
||||
20120814 76.8 53.9
|
||||
20120815 76.7 56.2
|
||||
20120816 75.9 57.1
|
||||
20120817 77.6 55.3
|
||||
20120818 72.6 56.2
|
||||
20120819 70.4 54.3
|
||||
20120820 71.8 53.1
|
||||
20120821 73.6 53.4
|
||||
20120822 74.7 54.5
|
||||
20120823 74.6 55.7
|
||||
20120824 76.0 54.8
|
||||
20120825 76.2 53.8
|
||||
20120826 73.4 56.5
|
||||
20120827 74.6 58.3
|
||||
20120828 79.4 58.7
|
||||
20120829 74.7 57.5
|
||||
20120830 73.5 55.9
|
||||
20120831 77.9 55.4
|
||||
20120901 80.7 55.7
|
||||
20120902 75.1 53.1
|
||||
20120903 73.5 53.5
|
||||
20120904 73.5 52.5
|
||||
20120905 77.7 54.5
|
||||
20120906 74.2 56.3
|
||||
20120907 76.0 56.4
|
||||
20120908 77.1 56.5
|
||||
20120909 69.7 56.4
|
||||
20120910 67.8 55.4
|
||||
20120911 64.0 56.2
|
||||
20120912 68.1 55.7
|
||||
20120913 69.3 54.3
|
||||
20120914 70.0 55.2
|
||||
20120915 69.3 54.3
|
||||
20120916 66.3 52.9
|
||||
20120917 67.0 54.8
|
||||
20120918 72.8 54.8
|
||||
20120919 67.2 56.8
|
||||
20120920 62.1 55.4
|
||||
20120921 64.0 55.8
|
||||
20120922 65.5 55.9
|
||||
20120923 65.7 52.8
|
||||
20120924 60.4 54.5
|
||||
20120925 63.2 53.3
|
||||
20120926 68.5 53.6
|
||||
20120927 69.2 52.1
|
||||
20120928 68.7 52.6
|
||||
20120929 62.5 53.9
|
||||
20120930 62.3 55.1
|
||||
|
@@ -0,0 +1,73 @@
|
||||
|
||||
{
|
||||
"name": "flare",
|
||||
"children": [
|
||||
{
|
||||
"name": "animate",
|
||||
"children": [
|
||||
{"name": "Pause", "size": 649},
|
||||
{"name": "Sequence", "size": 934},
|
||||
{"name": "FunctionSequence", "size": 2842},
|
||||
{
|
||||
"name": "interpolate",
|
||||
"children": [
|
||||
{"name": "ArrayInterpolator", "size": 3583},
|
||||
{"name": "RectangleInterpolator", "size": 4042}
|
||||
]
|
||||
},
|
||||
{"name": "ISchedulable", "size": 1941},
|
||||
{"name": "Parallel", "size": 5176},
|
||||
{"name": "Tween", "size": 1006}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{"name": "DataField", "size": 1259},
|
||||
{"name": "DataSchema", "size": 2165},
|
||||
{"name": "DataSet", "size": 1586},
|
||||
{
|
||||
"name": "converters",
|
||||
"children": [
|
||||
{"name": "Converters", "size": 1721},
|
||||
{"name": "JSONConverter", "size": 3220}
|
||||
]
|
||||
},
|
||||
{"name": "DataSource", "size": 1331},
|
||||
{"name": "DataTable", "size": 1772},
|
||||
{"name": "DataUtil", "size": 1322}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "physics",
|
||||
"children": [
|
||||
{"name": "DragForce", "size": 1682},
|
||||
{"name": "SpringForce", "size": 1681}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"children": [
|
||||
{"name": "If", "size": 232},
|
||||
{"name": "Maximum", "size": 1243},
|
||||
{
|
||||
"name": "methods",
|
||||
"children": [
|
||||
{"name": "count", "size": 1277},
|
||||
{"name": "xor", "size": 354}
|
||||
]
|
||||
},
|
||||
{"name": "Query", "size": 1896},
|
||||
{"name": "Range", "size": 1594},
|
||||
{"name": "Xor", "size": 401}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scale",
|
||||
"children": [
|
||||
{"name": "IScaleMap", "size": 2105},
|
||||
{"name": "TimeScale", "size": 2833}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,381 @@
|
||||
|
||||
{
|
||||
"name": "flare",
|
||||
"children": [
|
||||
{
|
||||
"name": "analytics",
|
||||
"children": [
|
||||
{
|
||||
"name": "cluster",
|
||||
"children": [
|
||||
{"name": "AgglomerativeCluster", "size": 3938},
|
||||
{"name": "CommunityStructure", "size": 3812},
|
||||
{"name": "HierarchicalCluster", "size": 6714},
|
||||
{"name": "MergeEdge", "size": 743}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "graph",
|
||||
"children": [
|
||||
{"name": "BetweennessCentrality", "size": 3534},
|
||||
{"name": "LinkDistance", "size": 5731},
|
||||
{"name": "MaxFlowMinCut", "size": 7840},
|
||||
{"name": "ShortestPaths", "size": 5914},
|
||||
{"name": "SpanningTree", "size": 3416}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "optimization",
|
||||
"children": [
|
||||
{"name": "AspectRatioBanker", "size": 7074}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "animate",
|
||||
"children": [
|
||||
{"name": "Easing", "size": 17010},
|
||||
{"name": "FunctionSequence", "size": 5842},
|
||||
{
|
||||
"name": "interpolate",
|
||||
"children": [
|
||||
{"name": "ArrayInterpolator", "size": 1983},
|
||||
{"name": "ColorInterpolator", "size": 2047},
|
||||
{"name": "DateInterpolator", "size": 1375},
|
||||
{"name": "Interpolator", "size": 8746},
|
||||
{"name": "MatrixInterpolator", "size": 2202},
|
||||
{"name": "NumberInterpolator", "size": 1382},
|
||||
{"name": "ObjectInterpolator", "size": 1629},
|
||||
{"name": "PointInterpolator", "size": 1675},
|
||||
{"name": "RectangleInterpolator", "size": 2042}
|
||||
]
|
||||
},
|
||||
{"name": "ISchedulable", "size": 1041},
|
||||
{"name": "Parallel", "size": 5176},
|
||||
{"name": "Pause", "size": 449},
|
||||
{"name": "Scheduler", "size": 5593},
|
||||
{"name": "Sequence", "size": 5534},
|
||||
{"name": "Transition", "size": 9201},
|
||||
{"name": "Transitioner", "size": 19975},
|
||||
{"name": "TransitionEvent", "size": 1116},
|
||||
{"name": "Tween", "size": 6006}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{
|
||||
"name": "converters",
|
||||
"children": [
|
||||
{"name": "Converters", "size": 721},
|
||||
{"name": "DelimitedTextConverter", "size": 4294},
|
||||
{"name": "GraphMLConverter", "size": 9800},
|
||||
{"name": "IDataConverter", "size": 1314},
|
||||
{"name": "JSONConverter", "size": 2220}
|
||||
]
|
||||
},
|
||||
{"name": "DataField", "size": 1759},
|
||||
{"name": "DataSchema", "size": 2165},
|
||||
{"name": "DataSet", "size": 586},
|
||||
{"name": "DataSource", "size": 3331},
|
||||
{"name": "DataTable", "size": 772},
|
||||
{"name": "DataUtil", "size": 3322}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "display",
|
||||
"children": [
|
||||
{"name": "DirtySprite", "size": 8833},
|
||||
{"name": "LineSprite", "size": 1732},
|
||||
{"name": "RectSprite", "size": 3623},
|
||||
{"name": "TextSprite", "size": 10066}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "flex",
|
||||
"children": [
|
||||
{"name": "FlareVis", "size": 4116}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "physics",
|
||||
"children": [
|
||||
{"name": "DragForce", "size": 1082},
|
||||
{"name": "GravityForce", "size": 1336},
|
||||
{"name": "IForce", "size": 319},
|
||||
{"name": "NBodyForce", "size": 10498},
|
||||
{"name": "Particle", "size": 2822},
|
||||
{"name": "Simulation", "size": 9983},
|
||||
{"name": "Spring", "size": 2213},
|
||||
{"name": "SpringForce", "size": 1681}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"children": [
|
||||
{"name": "AggregateExpression", "size": 1616},
|
||||
{"name": "And", "size": 1027},
|
||||
{"name": "Arithmetic", "size": 3891},
|
||||
{"name": "Average", "size": 891},
|
||||
{"name": "BinaryExpression", "size": 2893},
|
||||
{"name": "Comparison", "size": 5103},
|
||||
{"name": "CompositeExpression", "size": 3677},
|
||||
{"name": "Count", "size": 781},
|
||||
{"name": "DateUtil", "size": 4141},
|
||||
{"name": "Distinct", "size": 933},
|
||||
{"name": "Expression", "size": 5130},
|
||||
{"name": "ExpressionIterator", "size": 3617},
|
||||
{"name": "Fn", "size": 3240},
|
||||
{"name": "If", "size": 2732},
|
||||
{"name": "IsA", "size": 2039},
|
||||
{"name": "Literal", "size": 1214},
|
||||
{"name": "Match", "size": 3748},
|
||||
{"name": "Maximum", "size": 843},
|
||||
{
|
||||
"name": "methods",
|
||||
"children": [
|
||||
{"name": "add", "size": 593},
|
||||
{"name": "and", "size": 330},
|
||||
{"name": "average", "size": 287},
|
||||
{"name": "count", "size": 277},
|
||||
{"name": "distinct", "size": 292},
|
||||
{"name": "div", "size": 595},
|
||||
{"name": "eq", "size": 594},
|
||||
{"name": "fn", "size": 460},
|
||||
{"name": "gt", "size": 603},
|
||||
{"name": "gte", "size": 625},
|
||||
{"name": "iff", "size": 748},
|
||||
{"name": "isa", "size": 461},
|
||||
{"name": "lt", "size": 597},
|
||||
{"name": "lte", "size": 619},
|
||||
{"name": "max", "size": 283},
|
||||
{"name": "min", "size": 283},
|
||||
{"name": "mod", "size": 591},
|
||||
{"name": "mul", "size": 603},
|
||||
{"name": "neq", "size": 599},
|
||||
{"name": "not", "size": 386},
|
||||
{"name": "or", "size": 323},
|
||||
{"name": "orderby", "size": 307},
|
||||
{"name": "range", "size": 772},
|
||||
{"name": "select", "size": 296},
|
||||
{"name": "stddev", "size": 363},
|
||||
{"name": "sub", "size": 600},
|
||||
{"name": "sum", "size": 280},
|
||||
{"name": "update", "size": 307},
|
||||
{"name": "variance", "size": 335},
|
||||
{"name": "where", "size": 299},
|
||||
{"name": "xor", "size": 354},
|
||||
{"name": "_", "size": 264}
|
||||
]
|
||||
},
|
||||
{"name": "Minimum", "size": 843},
|
||||
{"name": "Not", "size": 1554},
|
||||
{"name": "Or", "size": 970},
|
||||
{"name": "Query", "size": 13896},
|
||||
{"name": "Range", "size": 1594},
|
||||
{"name": "StringUtil", "size": 4130},
|
||||
{"name": "Sum", "size": 791},
|
||||
{"name": "Variable", "size": 1124},
|
||||
{"name": "Variance", "size": 1876},
|
||||
{"name": "Xor", "size": 1101}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scale",
|
||||
"children": [
|
||||
{"name": "IScaleMap", "size": 2105},
|
||||
{"name": "LinearScale", "size": 1316},
|
||||
{"name": "LogScale", "size": 3151},
|
||||
{"name": "OrdinalScale", "size": 3770},
|
||||
{"name": "QuantileScale", "size": 2435},
|
||||
{"name": "QuantitativeScale", "size": 4839},
|
||||
{"name": "RootScale", "size": 1756},
|
||||
{"name": "Scale", "size": 4268},
|
||||
{"name": "ScaleType", "size": 1821},
|
||||
{"name": "TimeScale", "size": 5833}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "util",
|
||||
"children": [
|
||||
{"name": "Arrays", "size": 8258},
|
||||
{"name": "Colors", "size": 10001},
|
||||
{"name": "Dates", "size": 8217},
|
||||
{"name": "Displays", "size": 12555},
|
||||
{"name": "Filter", "size": 2324},
|
||||
{"name": "Geometry", "size": 10993},
|
||||
{
|
||||
"name": "heap",
|
||||
"children": [
|
||||
{"name": "FibonacciHeap", "size": 9354},
|
||||
{"name": "HeapNode", "size": 1233}
|
||||
]
|
||||
},
|
||||
{"name": "IEvaluable", "size": 335},
|
||||
{"name": "IPredicate", "size": 383},
|
||||
{"name": "IValueProxy", "size": 874},
|
||||
{
|
||||
"name": "math",
|
||||
"children": [
|
||||
{"name": "DenseMatrix", "size": 3165},
|
||||
{"name": "IMatrix", "size": 2815},
|
||||
{"name": "SparseMatrix", "size": 3366}
|
||||
]
|
||||
},
|
||||
{"name": "Maths", "size": 17705},
|
||||
{"name": "Orientation", "size": 1486},
|
||||
{
|
||||
"name": "palette",
|
||||
"children": [
|
||||
{"name": "ColorPalette", "size": 6367},
|
||||
{"name": "Palette", "size": 1229},
|
||||
{"name": "ShapePalette", "size": 2059},
|
||||
{"name": "SizePalette", "size": 2291}
|
||||
]
|
||||
},
|
||||
{"name": "Property", "size": 5559},
|
||||
{"name": "Shapes", "size": 19118},
|
||||
{"name": "Sort", "size": 6887},
|
||||
{"name": "Stats", "size": 6557},
|
||||
{"name": "Strings", "size": 22026}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vis",
|
||||
"children": [
|
||||
{
|
||||
"name": "axis",
|
||||
"children": [
|
||||
{"name": "Axes", "size": 1302},
|
||||
{"name": "Axis", "size": 24593},
|
||||
{"name": "AxisGridLine", "size": 652},
|
||||
{"name": "AxisLabel", "size": 636},
|
||||
{"name": "CartesianAxes", "size": 6703}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "controls",
|
||||
"children": [
|
||||
{"name": "AnchorControl", "size": 2138},
|
||||
{"name": "ClickControl", "size": 3824},
|
||||
{"name": "Control", "size": 1353},
|
||||
{"name": "ControlList", "size": 4665},
|
||||
{"name": "DragControl", "size": 2649},
|
||||
{"name": "ExpandControl", "size": 2832},
|
||||
{"name": "HoverControl", "size": 4896},
|
||||
{"name": "IControl", "size": 763},
|
||||
{"name": "PanZoomControl", "size": 5222},
|
||||
{"name": "SelectionControl", "size": 7862},
|
||||
{"name": "TooltipControl", "size": 8435}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{"name": "Data", "size": 20544},
|
||||
{"name": "DataList", "size": 19788},
|
||||
{"name": "DataSprite", "size": 10349},
|
||||
{"name": "EdgeSprite", "size": 3301},
|
||||
{"name": "NodeSprite", "size": 19382},
|
||||
{
|
||||
"name": "render",
|
||||
"children": [
|
||||
{"name": "ArrowType", "size": 698},
|
||||
{"name": "EdgeRenderer", "size": 5569},
|
||||
{"name": "IRenderer", "size": 353},
|
||||
{"name": "ShapeRenderer", "size": 2247}
|
||||
]
|
||||
},
|
||||
{"name": "ScaleBinding", "size": 11275},
|
||||
{"name": "Tree", "size": 7147},
|
||||
{"name": "TreeBuilder", "size": 9930}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "events",
|
||||
"children": [
|
||||
{"name": "DataEvent", "size": 2313},
|
||||
{"name": "SelectionEvent", "size": 1880},
|
||||
{"name": "TooltipEvent", "size": 1701},
|
||||
{"name": "VisualizationEvent", "size": 1117}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "legend",
|
||||
"children": [
|
||||
{"name": "Legend", "size": 20859},
|
||||
{"name": "LegendItem", "size": 4614},
|
||||
{"name": "LegendRange", "size": 10530}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "operator",
|
||||
"children": [
|
||||
{
|
||||
"name": "distortion",
|
||||
"children": [
|
||||
{"name": "BifocalDistortion", "size": 4461},
|
||||
{"name": "Distortion", "size": 6314},
|
||||
{"name": "FisheyeDistortion", "size": 3444}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "encoder",
|
||||
"children": [
|
||||
{"name": "ColorEncoder", "size": 3179},
|
||||
{"name": "Encoder", "size": 4060},
|
||||
{"name": "PropertyEncoder", "size": 4138},
|
||||
{"name": "ShapeEncoder", "size": 1690},
|
||||
{"name": "SizeEncoder", "size": 1830}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "filter",
|
||||
"children": [
|
||||
{"name": "FisheyeTreeFilter", "size": 5219},
|
||||
{"name": "GraphDistanceFilter", "size": 3165},
|
||||
{"name": "VisibilityFilter", "size": 3509}
|
||||
]
|
||||
},
|
||||
{"name": "IOperator", "size": 1286},
|
||||
{
|
||||
"name": "label",
|
||||
"children": [
|
||||
{"name": "Labeler", "size": 9956},
|
||||
{"name": "RadialLabeler", "size": 3899},
|
||||
{"name": "StackedAreaLabeler", "size": 3202}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "layout",
|
||||
"children": [
|
||||
{"name": "AxisLayout", "size": 6725},
|
||||
{"name": "BundledEdgeRouter", "size": 3727},
|
||||
{"name": "CircleLayout", "size": 9317},
|
||||
{"name": "CirclePackingLayout", "size": 12003},
|
||||
{"name": "DendrogramLayout", "size": 4853},
|
||||
{"name": "ForceDirectedLayout", "size": 8411},
|
||||
{"name": "IcicleTreeLayout", "size": 4864},
|
||||
{"name": "IndentedTreeLayout", "size": 3174},
|
||||
{"name": "Layout", "size": 7881},
|
||||
{"name": "NodeLinkTreeLayout", "size": 12870},
|
||||
{"name": "PieLayout", "size": 2728},
|
||||
{"name": "RadialTreeLayout", "size": 12348},
|
||||
{"name": "RandomLayout", "size": 870},
|
||||
{"name": "StackedAreaLayout", "size": 9121},
|
||||
{"name": "TreeMapLayout", "size": 9191}
|
||||
]
|
||||
},
|
||||
{"name": "Operator", "size": 2490},
|
||||
{"name": "OperatorList", "size": 5248},
|
||||
{"name": "OperatorSequence", "size": 4190},
|
||||
{"name": "OperatorSwitch", "size": 2581},
|
||||
{"name": "SortOperator", "size": 2023}
|
||||
]
|
||||
},
|
||||
{"name": "Visualization", "size": 16540}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
name,value
|
||||
Revenue,420000
|
||||
Total Revenue,210000
|
||||
Fixed Costs,-170000
|
||||
Variable Costs,-140000
|
||||
Other Costs,-170000
|
||||
Sales,250000
|
||||
Brutto,340000
|
||||
Netto,-190000
|
||||
|
@@ -0,0 +1,6 @@
|
||||
lemons melons
|
||||
53245 200
|
||||
28479
|
||||
19697 200
|
||||
24037
|
||||
40245 200
|
||||
|
@@ -0,0 +1,8 @@
|
||||
age,population
|
||||
<5,4704659
|
||||
5-13,4499890
|
||||
14-17,3759981
|
||||
18-24,6853788
|
||||
25-44,7410543
|
||||
45-64,8819342
|
||||
≥65,4124630
|
||||
|
@@ -0,0 +1,25 @@
|
||||
origin,carrier,count
|
||||
ATL,AA,60
|
||||
ATL,DL,70
|
||||
ATL,EV,45
|
||||
ATL,FL,72
|
||||
ATL,MQ,50
|
||||
ATL,NW,50
|
||||
DFW,9E,29
|
||||
DFW,AA,44
|
||||
DFW,AS,30
|
||||
DFW,DL,30
|
||||
DFW,MQ,35
|
||||
ORD,AA,35
|
||||
ORD,AS,54
|
||||
ORD,B6,70
|
||||
ORD,DL,30
|
||||
ORD,MQ,43
|
||||
ORD,NW,37
|
||||
SFO,AA,34
|
||||
SFO,AS,24
|
||||
SFO,B6,50
|
||||
SFO,DL,42
|
||||
SFO,FL,29
|
||||
SFO,HA,51
|
||||
SFO,MQ,39
|
||||
|
@@ -0,0 +1,6 @@
|
||||
apples oranges
|
||||
53245 200
|
||||
28479
|
||||
19697 200
|
||||
24037
|
||||
40245 200
|
||||
|
@@ -0,0 +1,226 @@
|
||||
{
|
||||
"name": "flare",
|
||||
"children": [
|
||||
{
|
||||
"name": "analytics",
|
||||
"children": [
|
||||
{
|
||||
"name": "cluster",
|
||||
"children": [
|
||||
{"name": "AgglomerativeCluster", "size": 3938},
|
||||
{"name": "CommunityStructure", "size": 3812},
|
||||
{"name": "HierarchicalCluster", "size": 6714},
|
||||
{"name": "MergeEdge", "size": 743}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "graph",
|
||||
"children": [
|
||||
{"name": "BetweennessCentrality", "size": 3534},
|
||||
{"name": "LinkDistance", "size": 5731},
|
||||
{"name": "MaxFlowMinCut", "size": 7840},
|
||||
{"name": "ShortestPaths", "size": 5914},
|
||||
{"name": "SpanningTree", "size": 3416}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "optimization",
|
||||
"children": [
|
||||
{"name": "AspectRatioBanker", "size": 7074}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "animate",
|
||||
"children": [
|
||||
{"name": "Easing", "size": 17010},
|
||||
{"name": "FunctionSequence", "size": 5842},
|
||||
{
|
||||
"name": "interpolate",
|
||||
"children": [
|
||||
{"name": "ArrayInterpolator", "size": 1983},
|
||||
{"name": "ColorInterpolator", "size": 2047},
|
||||
{"name": "DateInterpolator", "size": 1375},
|
||||
{"name": "PointInterpolator", "size": 1675},
|
||||
{"name": "RectangleInterpolator", "size": 2042}
|
||||
]
|
||||
},
|
||||
{"name": "ISchedulable", "size": 1041},
|
||||
{"name": "Parallel", "size": 5176},
|
||||
{"name": "Pause", "size": 449},
|
||||
{"name": "TransitionEvent", "size": 1116},
|
||||
{"name": "Tween", "size": 6006}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{"name": "DataField", "size": 1759},
|
||||
{"name": "DataSchema", "size": 2165},
|
||||
{"name": "DataSet", "size": 586},
|
||||
{"name": "DataSource", "size": 3331},
|
||||
{"name": "DataTable", "size": 772},
|
||||
{"name": "DataUtil", "size": 3322}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "display",
|
||||
"children": [
|
||||
{"name": "DirtySprite", "size": 8833},
|
||||
{"name": "LineSprite", "size": 1732},
|
||||
{"name": "RectSprite", "size": 3623},
|
||||
{"name": "TextSprite", "size": 10066}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "flex",
|
||||
"children": [
|
||||
{"name": "FlareVis", "size": 4116}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "physics",
|
||||
"children": [
|
||||
{"name": "DragForce", "size": 1082},
|
||||
{"name": "GravityForce", "size": 1336},
|
||||
{"name": "IForce", "size": 319},
|
||||
{"name": "NBodyForce", "size": 10498},
|
||||
{"name": "Particle", "size": 2822},
|
||||
{"name": "Simulation", "size": 9983},
|
||||
{"name": "Spring", "size": 2213},
|
||||
{"name": "SpringForce", "size": 1681}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"children": [
|
||||
{"name": "AggregateExpression", "size": 1616},
|
||||
{"name": "And", "size": 1027},
|
||||
{"name": "Arithmetic", "size": 3891},
|
||||
{"name": "Average", "size": 891},
|
||||
{"name": "BinaryExpression", "size": 2893},
|
||||
{"name": "Comparison", "size": 5103},
|
||||
{"name": "Xor", "size": 1101}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scale",
|
||||
"children": [
|
||||
{"name": "IScaleMap", "size": 2105},
|
||||
{"name": "LinearScale", "size": 1316},
|
||||
{"name": "LogScale", "size": 3151},
|
||||
{"name": "OrdinalScale", "size": 3770},
|
||||
{"name": "ScaleType", "size": 1821},
|
||||
{"name": "TimeScale", "size": 5833}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "util",
|
||||
"children": [
|
||||
{"name": "Arrays", "size": 8258},
|
||||
{"name": "Colors", "size": 10001},
|
||||
{"name": "Dates", "size": 8217},
|
||||
{"name": "Displays", "size": 12555},
|
||||
{"name": "Filter", "size": 2324},
|
||||
{"name": "Geometry", "size": 10993},
|
||||
{
|
||||
"name": "heap",
|
||||
"children": [
|
||||
{"name": "FibonacciHeap", "size": 9354},
|
||||
{"name": "HeapNode", "size": 1233}
|
||||
]
|
||||
},
|
||||
{"name": "IEvaluable", "size": 335},
|
||||
{"name": "Stats", "size": 6557},
|
||||
{"name": "Strings", "size": 22026}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vis",
|
||||
"children": [
|
||||
{
|
||||
"name": "axis",
|
||||
"children": [
|
||||
{"name": "Axes", "size": 1302},
|
||||
{"name": "Axis", "size": 24593},
|
||||
{"name": "AxisGridLine", "size": 652},
|
||||
{"name": "AxisLabel", "size": 636},
|
||||
{"name": "CartesianAxes", "size": 6703}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "controls",
|
||||
"children": [
|
||||
{"name": "AnchorControl", "size": 2138},
|
||||
{"name": "ClickControl", "size": 3824},
|
||||
{"name": "Control", "size": 1353},
|
||||
{"name": "PanZoomControl", "size": 5222},
|
||||
{"name": "SelectionControl", "size": 7862},
|
||||
{"name": "TooltipControl", "size": 8435}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{"name": "Data", "size": 20544},
|
||||
{"name": "DataList", "size": 19788},
|
||||
{"name": "DataSprite", "size": 10349},
|
||||
{"name": "EdgeSprite", "size": 3301},
|
||||
{"name": "NodeSprite", "size": 19382},
|
||||
{"name": "ScaleBinding", "size": 11275},
|
||||
{"name": "Tree", "size": 7147},
|
||||
{"name": "TreeBuilder", "size": 9930}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "events",
|
||||
"children": [
|
||||
{"name": "DataEvent", "size": 2313},
|
||||
{"name": "SelectionEvent", "size": 1880},
|
||||
{"name": "TooltipEvent", "size": 1701},
|
||||
{"name": "VisualizationEvent", "size": 1117}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "legend",
|
||||
"children": [
|
||||
{"name": "Legend", "size": 20859},
|
||||
{"name": "LegendItem", "size": 4614},
|
||||
{"name": "LegendRange", "size": 10530}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "operator",
|
||||
"children": [
|
||||
{
|
||||
"name": "distortion",
|
||||
"children": [
|
||||
{"name": "BifocalDistortion", "size": 4461},
|
||||
{"name": "Distortion", "size": 6314},
|
||||
{"name": "FisheyeDistortion", "size": 3444}
|
||||
]
|
||||
},
|
||||
{"name": "IOperator", "size": 1286},
|
||||
{
|
||||
"name": "layout",
|
||||
"children": [
|
||||
{"name": "AxisLayout", "size": 6725},
|
||||
{"name": "BundledEdgeRouter", "size": 3727},
|
||||
{"name": "CircleLayout", "size": 9317},
|
||||
{"name": "StackedAreaLayout", "size": 9121},
|
||||
{"name": "TreeMapLayout", "size": 9191}
|
||||
]
|
||||
},
|
||||
{"name": "Operator", "size": 2490},
|
||||
{"name": "OperatorList", "size": 5248},
|
||||
{"name": "OperatorSequence", "size": 4190},
|
||||
{"name": "OperatorSwitch", "size": 2581},
|
||||
{"name": "SortOperator", "size": 2023}
|
||||
]
|
||||
},
|
||||
{"name": "Visualization", "size": 16540}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"name": "Overall Winner",
|
||||
"winners": [
|
||||
{
|
||||
"name": "Winner Left 1",
|
||||
"winners": [
|
||||
{"name": "Winner Left 3"},
|
||||
{
|
||||
"name": "Winner Left 4",
|
||||
"winners": [
|
||||
{"name": "Winner Left 3"},
|
||||
{"name": "Winner Left 5"},
|
||||
{"name": "Winner Left 4"}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{"name": "Winner Left 2"},
|
||||
{
|
||||
"name": "Winner Left 2",
|
||||
"winners": [
|
||||
{
|
||||
"name": "Winner Left 3",
|
||||
"winners": [
|
||||
{"name": "Winner Left 4"},
|
||||
{"name": "Winner Left 4"}
|
||||
]
|
||||
},
|
||||
{"name": "Winner Left 4"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"challengers": [
|
||||
{
|
||||
"name": "Challenger Right 1",
|
||||
"challengers": [
|
||||
{"name": "Challenger Right 3"},
|
||||
{"name": "Challenger Right 4"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Challenger Right 2",
|
||||
"challengers": [
|
||||
{"name": "Challenger Right 3"},
|
||||
{
|
||||
"name": "Challenger Right 4",
|
||||
"challengers": [
|
||||
{"name": "Challenger Right 3"},
|
||||
{"name": "Challenger Right 4"}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Challenger Right 3",
|
||||
"challengers": [
|
||||
{"name": "Challenger Right 5"},
|
||||
{"name": "Challenger Right 6"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
|
||||
{
|
||||
"name": "flare",
|
||||
"children": [
|
||||
{
|
||||
"name": "animate",
|
||||
"children": [
|
||||
{"name": "Pause", "size": 449},
|
||||
{"name": "FunctionSequence", "size": 5842},
|
||||
{
|
||||
"name": "interpolate",
|
||||
"children": [
|
||||
{"name": "ArrayInterpolator", "size": 1983},
|
||||
{"name": "ColorInterpolator", "size": 2047},
|
||||
{"name": "DateInterpolator", "size": 1375},
|
||||
{"name": "Interpolator", "size": 8746},
|
||||
{"name": "PointInterpolator", "size": 1675},
|
||||
{"name": "RectangleInterpolator", "size": 2042}
|
||||
]
|
||||
},
|
||||
{"name": "ISchedulable", "size": 1041},
|
||||
{"name": "Tween", "size": 6006}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{"name": "DataSchema", "size": 2165},
|
||||
{"name": "DataSet", "size": 586},
|
||||
{
|
||||
"name": "converters",
|
||||
"children": [
|
||||
{"name": "Converters", "size": 721},
|
||||
{"name": "DelimitedTextConverter", "size": 4294},
|
||||
{"name": "GraphMLConverter", "size": 9800},
|
||||
{"name": "IDataConverter", "size": 1314},
|
||||
{"name": "JSONConverter", "size": 2220}
|
||||
]
|
||||
},
|
||||
{"name": "DataSource", "size": 3331},
|
||||
{"name": "DataUtil", "size": 3322}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "physics",
|
||||
"children": [
|
||||
{"name": "DragForce", "size": 1082},
|
||||
{"name": "GravityForce", "size": 1336},
|
||||
{"name": "Spring", "size": 2213},
|
||||
{"name": "SpringForce", "size": 1681}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"children": [
|
||||
{"name": "If", "size": 2732},
|
||||
{"name": "Match", "size": 3748},
|
||||
{"name": "Maximum", "size": 843},
|
||||
{
|
||||
"name": "methods",
|
||||
"children": [
|
||||
{"name": "count", "size": 277},
|
||||
{"name": "distinct", "size": 292},
|
||||
{"name": "div", "size": 595},
|
||||
{"name": "eq", "size": 594},
|
||||
{"name": "fn", "size": 460},
|
||||
{"name": "xor", "size": 354}
|
||||
]
|
||||
},
|
||||
{"name": "Query", "size": 13896},
|
||||
{"name": "Range", "size": 1594},
|
||||
{"name": "Xor", "size": 1101}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scale",
|
||||
"children": [
|
||||
{"name": "IScaleMap", "size": 2105},
|
||||
{"name": "ScaleType", "size": 1821},
|
||||
{"name": "TimeScale", "size": 5833}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,309 @@
|
||||
|
||||
{
|
||||
"name": "flare",
|
||||
"children": [
|
||||
{
|
||||
"name": "analytics",
|
||||
"children": [
|
||||
{
|
||||
"name": "cluster",
|
||||
"children": [
|
||||
{"name": "AgglomerativeCluster", "size": 3938},
|
||||
{"name": "CommunityStructure", "size": 3812},
|
||||
{"name": "HierarchicalCluster", "size": 6714},
|
||||
{"name": "MergeEdge", "size": 743}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "graph",
|
||||
"children": [
|
||||
{"name": "BetweennessCentrality", "size": 3534},
|
||||
{"name": "LinkDistance", "size": 5731},
|
||||
{"name": "MaxFlowMinCut", "size": 7840},
|
||||
{"name": "ShortestPaths", "size": 5914},
|
||||
{"name": "SpanningTree", "size": 3416}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "optimization",
|
||||
"children": [
|
||||
{"name": "AspectRatioBanker", "size": 7074}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "animate",
|
||||
"children": [
|
||||
{"name": "Easing", "size": 17010},
|
||||
{"name": "FunctionSequence", "size": 5842},
|
||||
{
|
||||
"name": "interpolate",
|
||||
"children": [
|
||||
{"name": "ArrayInterpolator", "size": 1983},
|
||||
{"name": "ColorInterpolator", "size": 2047},
|
||||
{"name": "PointInterpolator", "size": 1675},
|
||||
{"name": "RectangleInterpolator", "size": 2042}
|
||||
]
|
||||
},
|
||||
{"name": "ISchedulable", "size": 1041},
|
||||
{"name": "Parallel", "size": 5176},
|
||||
{"name": "Tween", "size": 6006}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{
|
||||
"name": "converters",
|
||||
"children": [
|
||||
{"name": "Converters", "size": 721},
|
||||
{"name": "DelimitedTextConverter", "size": 4294},
|
||||
{"name": "GraphMLConverter", "size": 9800},
|
||||
{"name": "IDataConverter", "size": 1314},
|
||||
{"name": "JSONConverter", "size": 2220}
|
||||
]
|
||||
},
|
||||
{"name": "DataField", "size": 1759},
|
||||
{"name": "DataSchema", "size": 2165},
|
||||
{"name": "DataSet", "size": 586},
|
||||
{"name": "DataSource", "size": 3331},
|
||||
{"name": "DataTable", "size": 772},
|
||||
{"name": "DataUtil", "size": 3322}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "display",
|
||||
"children": [
|
||||
{"name": "DirtySprite", "size": 8833},
|
||||
{"name": "LineSprite", "size": 1732},
|
||||
{"name": "RectSprite", "size": 3623},
|
||||
{"name": "TextSprite", "size": 10066}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "flex",
|
||||
"children": [
|
||||
{"name": "FlareVis", "size": 4116}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "physics",
|
||||
"children": [
|
||||
{"name": "DragForce", "size": 1082},
|
||||
{"name": "GravityForce", "size": 1336},
|
||||
{"name": "IForce", "size": 319},
|
||||
{"name": "NBodyForce", "size": 10498},
|
||||
{"name": "Particle", "size": 2822},
|
||||
{"name": "Simulation", "size": 9983},
|
||||
{"name": "Spring", "size": 2213},
|
||||
{"name": "SpringForce", "size": 1681}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"children": [
|
||||
{"name": "AggregateExpression", "size": 1616},
|
||||
{"name": "And", "size": 1027},
|
||||
{"name": "Arithmetic", "size": 3891},
|
||||
{"name": "Average", "size": 891},
|
||||
{"name": "BinaryExpression", "size": 2893},
|
||||
{"name": "Literal", "size": 1214},
|
||||
{"name": "Match", "size": 3748},
|
||||
{"name": "Maximum", "size": 843},
|
||||
{
|
||||
"name": "methods",
|
||||
"children": [
|
||||
{"name": "add", "size": 593},
|
||||
{"name": "and", "size": 330},
|
||||
{"name": "average", "size": 287},
|
||||
{"name": "count", "size": 277},
|
||||
{"name": "distinct", "size": 292},
|
||||
{"name": "where", "size": 299},
|
||||
{"name": "xor", "size": 354},
|
||||
{"name": "_", "size": 264}
|
||||
]
|
||||
},
|
||||
{"name": "Minimum", "size": 843},
|
||||
{"name": "Not", "size": 1554},
|
||||
{"name": "Variable", "size": 1124},
|
||||
{"name": "Variance", "size": 1876},
|
||||
{"name": "Xor", "size": 1101}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scale",
|
||||
"children": [
|
||||
{"name": "IScaleMap", "size": 2105},
|
||||
{"name": "LinearScale", "size": 1316},
|
||||
{"name": "Scale", "size": 4268},
|
||||
{"name": "ScaleType", "size": 1821},
|
||||
{"name": "TimeScale", "size": 5833}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "util",
|
||||
"children": [
|
||||
{"name": "Arrays", "size": 8258},
|
||||
{"name": "Colors", "size": 10001},
|
||||
{"name": "Dates", "size": 8217},
|
||||
{"name": "Displays", "size": 12555},
|
||||
{"name": "Filter", "size": 2324},
|
||||
{"name": "Geometry", "size": 10993},
|
||||
{
|
||||
"name": "heap",
|
||||
"children": [
|
||||
{"name": "FibonacciHeap", "size": 9354},
|
||||
{"name": "HeapNode", "size": 1233}
|
||||
]
|
||||
},
|
||||
{"name": "IEvaluable", "size": 335},
|
||||
{"name": "IPredicate", "size": 383},
|
||||
{"name": "IValueProxy", "size": 874},
|
||||
{
|
||||
"name": "math",
|
||||
"children": [
|
||||
{"name": "DenseMatrix", "size": 3165},
|
||||
{"name": "IMatrix", "size": 2815},
|
||||
{"name": "SparseMatrix", "size": 3366}
|
||||
]
|
||||
},
|
||||
{"name": "Maths", "size": 17705},
|
||||
{"name": "Orientation", "size": 1486},
|
||||
{
|
||||
"name": "palette",
|
||||
"children": [
|
||||
{"name": "ColorPalette", "size": 6367},
|
||||
{"name": "Palette", "size": 1229},
|
||||
{"name": "ShapePalette", "size": 2059},
|
||||
{"name": "SizePalette", "size": 2291}
|
||||
]
|
||||
},
|
||||
{"name": "Property", "size": 5559},
|
||||
{"name": "Shapes", "size": 19118},
|
||||
{"name": "Sort", "size": 6887},
|
||||
{"name": "Stats", "size": 6557},
|
||||
{"name": "Strings", "size": 22026}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vis",
|
||||
"children": [
|
||||
{
|
||||
"name": "axis",
|
||||
"children": [
|
||||
{"name": "Axes", "size": 1302},
|
||||
{"name": "Axis", "size": 24593},
|
||||
{"name": "AxisGridLine", "size": 652},
|
||||
{"name": "AxisLabel", "size": 636},
|
||||
{"name": "CartesianAxes", "size": 6703}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "controls",
|
||||
"children": [
|
||||
{"name": "AnchorControl", "size": 2138},
|
||||
{"name": "ClickControl", "size": 3824},
|
||||
{"name": "Control", "size": 1353},
|
||||
{"name": "SelectionControl", "size": 7862},
|
||||
{"name": "TooltipControl", "size": 8435}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{"name": "Data", "size": 20544},
|
||||
{"name": "DataList", "size": 19788},
|
||||
{"name": "DataSprite", "size": 10349},
|
||||
{"name": "EdgeSprite", "size": 3301},
|
||||
{"name": "NodeSprite", "size": 19382},
|
||||
{
|
||||
"name": "render",
|
||||
"children": [
|
||||
{"name": "ArrowType", "size": 698},
|
||||
{"name": "EdgeRenderer", "size": 5569},
|
||||
{"name": "IRenderer", "size": 353},
|
||||
{"name": "ShapeRenderer", "size": 2247}
|
||||
]
|
||||
},
|
||||
{"name": "ScaleBinding", "size": 11275},
|
||||
{"name": "Tree", "size": 7147},
|
||||
{"name": "TreeBuilder", "size": 9930}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "events",
|
||||
"children": [
|
||||
{"name": "DataEvent", "size": 2313},
|
||||
{"name": "SelectionEvent", "size": 1880},
|
||||
{"name": "TooltipEvent", "size": 1701},
|
||||
{"name": "VisualizationEvent", "size": 1117}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "legend",
|
||||
"children": [
|
||||
{"name": "Legend", "size": 20859},
|
||||
{"name": "LegendItem", "size": 4614},
|
||||
{"name": "LegendRange", "size": 10530}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "operator",
|
||||
"children": [
|
||||
{
|
||||
"name": "distortion",
|
||||
"children": [
|
||||
{"name": "BifocalDistortion", "size": 4461},
|
||||
{"name": "Distortion", "size": 6314},
|
||||
{"name": "FisheyeDistortion", "size": 3444}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "encoder",
|
||||
"children": [
|
||||
{"name": "ColorEncoder", "size": 3179},
|
||||
{"name": "Encoder", "size": 4060},
|
||||
{"name": "PropertyEncoder", "size": 4138},
|
||||
{"name": "ShapeEncoder", "size": 1690},
|
||||
{"name": "SizeEncoder", "size": 1830}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "filter",
|
||||
"children": [
|
||||
{"name": "FisheyeTreeFilter", "size": 5219},
|
||||
{"name": "GraphDistanceFilter", "size": 3165},
|
||||
{"name": "VisibilityFilter", "size": 3509}
|
||||
]
|
||||
},
|
||||
{"name": "IOperator", "size": 1286},
|
||||
{
|
||||
"name": "label",
|
||||
"children": [
|
||||
{"name": "Labeler", "size": 9956},
|
||||
{"name": "RadialLabeler", "size": 3899},
|
||||
{"name": "StackedAreaLabeler", "size": 3202}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "layout",
|
||||
"children": [
|
||||
{"name": "AxisLayout", "size": 6725},
|
||||
{"name": "BundledEdgeRouter", "size": 3727},
|
||||
{"name": "CircleLayout", "size": 9317},
|
||||
{"name": "TreeMapLayout", "size": 9191}
|
||||
]
|
||||
},
|
||||
{"name": "Operator", "size": 2490},
|
||||
{"name": "OperatorList", "size": 5248},
|
||||
{"name": "OperatorSequence", "size": 4190},
|
||||
{"name": "OperatorSwitch", "size": 2581},
|
||||
{"name": "SortOperator", "size": 2023}
|
||||
]
|
||||
},
|
||||
{"name": "Visualization", "size": 16540}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
|
||||
{
|
||||
"name": "flare",
|
||||
"children": [
|
||||
{
|
||||
"name": "animate",
|
||||
"children": [
|
||||
{"name": "Pause", "size": 449},
|
||||
{"name": "Sequence", "size": 5534},
|
||||
{"name": "FunctionSequence", "size": 5842},
|
||||
{
|
||||
"name": "interpolate",
|
||||
"children": [
|
||||
{"name": "ArrayInterpolator", "size": 1983},
|
||||
{"name": "RectangleInterpolator", "size": 2042}
|
||||
]
|
||||
},
|
||||
{"name": "ISchedulable", "size": 1041},
|
||||
{"name": "Parallel", "size": 5176},
|
||||
{"name": "Tween", "size": 6006}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{"name": "DataField", "size": 1759},
|
||||
{"name": "DataSchema", "size": 2165},
|
||||
{"name": "DataSet", "size": 586},
|
||||
{
|
||||
"name": "converters",
|
||||
"children": [
|
||||
{"name": "Converters", "size": 721},
|
||||
{"name": "JSONConverter", "size": 2220}
|
||||
]
|
||||
},
|
||||
{"name": "DataSource", "size": 3331},
|
||||
{"name": "DataTable", "size": 772},
|
||||
{"name": "DataUtil", "size": 3322}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "physics",
|
||||
"children": [
|
||||
{"name": "DragForce", "size": 1082},
|
||||
{"name": "SpringForce", "size": 1681}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"children": [
|
||||
{"name": "If", "size": 2732},
|
||||
{"name": "Maximum", "size": 843},
|
||||
{
|
||||
"name": "methods",
|
||||
"children": [
|
||||
{"name": "count", "size": 277},
|
||||
{"name": "xor", "size": 354}
|
||||
]
|
||||
},
|
||||
{"name": "Query", "size": 13896},
|
||||
{"name": "Range", "size": 1594},
|
||||
{"name": "Xor", "size": 1101}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scale",
|
||||
"children": [
|
||||
{"name": "IScaleMap", "size": 2105},
|
||||
{"name": "TimeScale", "size": 5833}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,236 @@
|
||||
|
||||
{
|
||||
"name": "flare",
|
||||
"children": [
|
||||
{
|
||||
"name": "analytics",
|
||||
"children": [
|
||||
{
|
||||
"name": "cluster",
|
||||
"children": [
|
||||
{"name": "AgglomerativeCluster", "size": 3938},
|
||||
{"name": "CommunityStructure", "size": 3812},
|
||||
{"name": "HierarchicalCluster", "size": 6714},
|
||||
{"name": "MergeEdge", "size": 743}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "graph",
|
||||
"children": [
|
||||
{"name": "BetweennessCentrality", "size": 3534},
|
||||
{"name": "LinkDistance", "size": 5731},
|
||||
{"name": "MaxFlowMinCut", "size": 7840},
|
||||
{"name": "ShortestPaths", "size": 5914},
|
||||
{"name": "SpanningTree", "size": 3416}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "optimization",
|
||||
"children": [
|
||||
{"name": "AspectRatioBanker", "size": 7074}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "animate",
|
||||
"children": [
|
||||
{"name": "Easing", "size": 17010},
|
||||
{"name": "FunctionSequence", "size": 5842},
|
||||
{
|
||||
"name": "interpolate",
|
||||
"children": [
|
||||
{"name": "ArrayInterpolator", "size": 1983},
|
||||
{"name": "ColorInterpolator", "size": 2047},
|
||||
{"name": "PointInterpolator", "size": 1675},
|
||||
{"name": "RectangleInterpolator", "size": 2042}
|
||||
]
|
||||
},
|
||||
{"name": "ISchedulable", "size": 1041},
|
||||
{"name": "Parallel", "size": 5176},
|
||||
{"name": "Tween", "size": 6006}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{
|
||||
"name": "converters",
|
||||
"children": [
|
||||
{"name": "Converters", "size": 721},
|
||||
{"name": "DelimitedTextConverter", "size": 4294},
|
||||
{"name": "GraphMLConverter", "size": 9800},
|
||||
{"name": "IDataConverter", "size": 1314},
|
||||
{"name": "JSONConverter", "size": 2220}
|
||||
]
|
||||
},
|
||||
{"name": "DataField", "size": 1759},
|
||||
{"name": "DataSchema", "size": 2165},
|
||||
{"name": "DataUtil", "size": 3322}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "flex",
|
||||
"children": [
|
||||
{"name": "FlareVis", "size": 4116}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "physics",
|
||||
"children": [
|
||||
{"name": "DragForce", "size": 1082},
|
||||
{"name": "GravityForce", "size": 1336},
|
||||
{"name": "Spring", "size": 2213},
|
||||
{"name": "SpringForce", "size": 1681}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"children": [
|
||||
{"name": "AggregateExpression", "size": 1616},
|
||||
{"name": "And", "size": 1027},
|
||||
{"name": "Match", "size": 3748},
|
||||
{"name": "Not", "size": 1554},
|
||||
{"name": "Variance", "size": 1876},
|
||||
{"name": "Xor", "size": 1101}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scale",
|
||||
"children": [
|
||||
{"name": "IScaleMap", "size": 2105},
|
||||
{"name": "LinearScale", "size": 1316},
|
||||
{"name": "ScaleType", "size": 1821},
|
||||
{"name": "TimeScale", "size": 5833}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "util",
|
||||
"children": [
|
||||
{"name": "Arrays", "size": 8258},
|
||||
{"name": "Colors", "size": 10001},
|
||||
{"name": "Filter", "size": 2324},
|
||||
{"name": "Geometry", "size": 10993},
|
||||
{
|
||||
"name": "heap",
|
||||
"children": [
|
||||
{"name": "FibonacciHeap", "size": 9354},
|
||||
{"name": "HeapNode", "size": 1233}
|
||||
]
|
||||
},
|
||||
{"name": "IEvaluable", "size": 335},
|
||||
{"name": "IPredicate", "size": 383},
|
||||
{"name": "IValueProxy", "size": 874},
|
||||
{
|
||||
"name": "math",
|
||||
"children": [
|
||||
{"name": "DenseMatrix", "size": 3165},
|
||||
{"name": "IMatrix", "size": 2815},
|
||||
{"name": "SparseMatrix", "size": 3366}
|
||||
]
|
||||
},
|
||||
{"name": "Maths", "size": 17705},
|
||||
{"name": "Orientation", "size": 1486},
|
||||
{
|
||||
"name": "palette",
|
||||
"children": [
|
||||
{"name": "ColorPalette", "size": 6367},
|
||||
{"name": "Palette", "size": 1229},
|
||||
{"name": "SizePalette", "size": 2291}
|
||||
]
|
||||
},
|
||||
{"name": "Property", "size": 5559},
|
||||
{"name": "Shapes", "size": 19118},
|
||||
{"name": "Stats", "size": 6557},
|
||||
{"name": "Strings", "size": 22026}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vis",
|
||||
"children": [
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{"name": "Data", "size": 20544},
|
||||
{"name": "EdgeSprite", "size": 3301},
|
||||
{"name": "NodeSprite", "size": 19382},
|
||||
{
|
||||
"name": "render",
|
||||
"children": [
|
||||
{"name": "ArrowType", "size": 698},
|
||||
{"name": "IRenderer", "size": 353},
|
||||
{"name": "ShapeRenderer", "size": 2247}
|
||||
]
|
||||
},
|
||||
{"name": "ScaleBinding", "size": 11275},
|
||||
{"name": "Tree", "size": 7147},
|
||||
{"name": "TreeBuilder", "size": 9930}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "events",
|
||||
"children": [
|
||||
{"name": "DataEvent", "size": 2313},
|
||||
{"name": "VisualizationEvent", "size": 1117}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "legend",
|
||||
"children": [
|
||||
{"name": "Legend", "size": 20859},
|
||||
{"name": "LegendItem", "size": 4614},
|
||||
{"name": "LegendRange", "size": 10530}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "operator",
|
||||
"children": [
|
||||
{
|
||||
"name": "distortion",
|
||||
"children": [
|
||||
{"name": "BifocalDistortion", "size": 4461},
|
||||
{"name": "Distortion", "size": 6314},
|
||||
{"name": "FisheyeDistortion", "size": 3444}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "encoder",
|
||||
"children": [
|
||||
{"name": "ColorEncoder", "size": 3179},
|
||||
{"name": "ShapeEncoder", "size": 1690},
|
||||
{"name": "SizeEncoder", "size": 1830}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "filter",
|
||||
"children": [
|
||||
{"name": "FisheyeTreeFilter", "size": 5219},
|
||||
{"name": "GraphDistanceFilter", "size": 3165},
|
||||
{"name": "VisibilityFilter", "size": 3509}
|
||||
]
|
||||
},
|
||||
{"name": "IOperator", "size": 1286},
|
||||
{
|
||||
"name": "label",
|
||||
"children": [
|
||||
{"name": "Labeler", "size": 9956},
|
||||
{"name": "StackedAreaLabeler", "size": 3202}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "layout",
|
||||
"children": [
|
||||
{"name": "AxisLayout", "size": 6725},
|
||||
{"name": "BundledEdgeRouter", "size": 3727},
|
||||
{"name": "TreeMapLayout", "size": 9191}
|
||||
]
|
||||
},
|
||||
{"name": "Operator", "size": 2490},
|
||||
{"name": "SortOperator", "size": 2023}
|
||||
]
|
||||
},
|
||||
{"name": "Visualization", "size": 16540}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,197 @@
|
||||
|
||||
{
|
||||
"name": "flare",
|
||||
"children": [
|
||||
{
|
||||
"name": "analytics",
|
||||
"children": [
|
||||
{
|
||||
"name": "cluster",
|
||||
"children": [
|
||||
{"name": "AgglomerativeCluster", "size": 3938},
|
||||
{"name": "CommunityStructure", "size": 3812},
|
||||
{"name": "HierarchicalCluster", "size": 6714},
|
||||
{"name": "MergeEdge", "size": 743}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "graph",
|
||||
"children": [
|
||||
{"name": "BetweennessCentrality", "size": 3534},
|
||||
{"name": "SpanningTree", "size": 3416}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "optimization",
|
||||
"children": [
|
||||
{"name": "AspectRatioBanker", "size": 7074}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "animate",
|
||||
"children": [
|
||||
{
|
||||
"name": "interpolate",
|
||||
"children": [
|
||||
{"name": "ArrayInterpolator", "size": 1983},
|
||||
{"name": "RectangleInterpolator", "size": 2042}
|
||||
]
|
||||
},
|
||||
{"name": "ISchedulable", "size": 1041},
|
||||
{"name": "Parallel", "size": 5176},
|
||||
{"name": "Tween", "size": 6006}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"children": [
|
||||
{
|
||||
"name": "converters",
|
||||
"children": [
|
||||
{"name": "Converters", "size": 721},
|
||||
{"name": "IDataConverter", "size": 1314},
|
||||
{"name": "JSONConverter", "size": 2220}
|
||||
]
|
||||
},
|
||||
{"name": "DataField", "size": 1759},
|
||||
{"name": "DataUtil", "size": 3322}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "display",
|
||||
"children": [
|
||||
{"name": "DirtySprite", "size": 8833},
|
||||
{"name": "LineSprite", "size": 1732},
|
||||
{"name": "RectSprite", "size": 3623},
|
||||
{"name": "TextSprite", "size": 10066}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "physics",
|
||||
"children": [
|
||||
{"name": "DragForce", "size": 1082},
|
||||
{"name": "GravityForce", "size": 1336},
|
||||
{"name": "Spring", "size": 2213},
|
||||
{"name": "SpringForce", "size": 1681}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"children": [
|
||||
{"name": "Maximum", "size": 843},
|
||||
{"name": "Minimum", "size": 843},
|
||||
{"name": "Variance", "size": 1876},
|
||||
{"name": "Xor", "size": 1101}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scale",
|
||||
"children": [
|
||||
{"name": "IScaleMap", "size": 2105},
|
||||
{"name": "LinearScale", "size": 1316},
|
||||
{"name": "ScaleType", "size": 1821},
|
||||
{"name": "TimeScale", "size": 5833}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "util",
|
||||
"children": [
|
||||
{"name": "Geometry", "size": 10993},
|
||||
{
|
||||
"name": "heap",
|
||||
"children": [
|
||||
{"name": "FibonacciHeap", "size": 9354},
|
||||
{"name": "HeapNode", "size": 1233}
|
||||
]
|
||||
},
|
||||
{"name": "IValueProxy", "size": 874},
|
||||
{
|
||||
"name": "math",
|
||||
"children": [
|
||||
{"name": "DenseMatrix", "size": 3165},
|
||||
{"name": "IMatrix", "size": 2815},
|
||||
{"name": "SparseMatrix", "size": 3366}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "palette",
|
||||
"children": [
|
||||
{"name": "ColorPalette", "size": 6367},
|
||||
{"name": "Palette", "size": 1229},
|
||||
{"name": "SizePalette", "size": 2291}
|
||||
]
|
||||
},
|
||||
{"name": "Stats", "size": 6557},
|
||||
{"name": "Strings", "size": 22026}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vis",
|
||||
"children": [
|
||||
{
|
||||
"name": "controls",
|
||||
"children": [
|
||||
{"name": "AnchorControl", "size": 2138},
|
||||
{"name": "TooltipControl", "size": 8435}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "events",
|
||||
"children": [
|
||||
{"name": "DataEvent", "size": 2313},
|
||||
{"name": "VisualizationEvent", "size": 1117}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "legend",
|
||||
"children": [
|
||||
{"name": "Legend", "size": 20859},
|
||||
{"name": "LegendItem", "size": 4614},
|
||||
{"name": "LegendRange", "size": 10530}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "operator",
|
||||
"children": [
|
||||
{
|
||||
"name": "encoder",
|
||||
"children": [
|
||||
{"name": "ColorEncoder", "size": 3179},
|
||||
{"name": "ShapeEncoder", "size": 1690},
|
||||
{"name": "SizeEncoder", "size": 1830}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "filter",
|
||||
"children": [
|
||||
{"name": "FisheyeTreeFilter", "size": 5219},
|
||||
{"name": "GraphDistanceFilter", "size": 3165},
|
||||
{"name": "VisibilityFilter", "size": 3509}
|
||||
]
|
||||
},
|
||||
{"name": "IOperator", "size": 1286},
|
||||
{
|
||||
"name": "label",
|
||||
"children": [
|
||||
{"name": "Labeler", "size": 9956},
|
||||
{"name": "StackedAreaLabeler", "size": 3202}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "layout",
|
||||
"children": [
|
||||
{"name": "AxisLayout", "size": 6725},
|
||||
{"name": "TreeMapLayout", "size": 9191}
|
||||
]
|
||||
},
|
||||
{"name": "Operator", "size": 2490},
|
||||
{"name": "SortOperator", "size": 2023}
|
||||
]
|
||||
},
|
||||
{"name": "Visualization", "size": 16540}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
type,date,Alpha,Delta,Sigma
|
||||
val1,2015/06/15,110,30,190
|
||||
val1,2015/06/16,90,48,170
|
||||
val1,2015/06/17,115,25,210
|
||||
val1,2015/06/18,143,60,180
|
||||
val1,2015/06/19,120,40,250
|
||||
val1,2015/06/20,155,95,215
|
||||
val1,2015/06/21,185,75,240
|
||||
val2,2015/06/15,12,22,43
|
||||
val2,2015/06/16,21,31,50
|
||||
val2,2015/06/17,27,14,36
|
||||
val2,2015/06/18,12,30,42
|
||||
val2,2015/06/19,30,43,55
|
||||
val2,2015/06/20,18,32,40
|
||||
val2,2015/06/21,28,45,55
|
||||
val3,2015/06/15,110,70,80
|
||||
val3,2015/06/16,95,65,90
|
||||
val3,2015/06/17,102,85,75
|
||||
val3,2015/06/18,90,75,104
|
||||
val3,2015/06/19,105,95,75
|
||||
val3,2015/06/20,95,86,80
|
||||
val3,2015/06/21,108,93,70
|
||||
val4,2015/06/15,11,80,106
|
||||
val4,2015/06/16,29,50,133
|
||||
val4,2015/06/17,18,45,87
|
||||
val4,2015/06/18,47,25,140
|
||||
val4,2015/06/19,76,32,116
|
||||
val4,2015/06/20,56,30,164
|
||||
val4,2015/06/21,85,37,141
|
||||
|
@@ -0,0 +1,97 @@
|
||||
app,date,value
|
||||
Alpha app,2015/06/24 00:00,24
|
||||
Alpha app,2015/06/24 01:00,10
|
||||
Alpha app,2015/06/24 02:00,12
|
||||
Alpha app,2015/06/24 03:00,14
|
||||
Alpha app,2015/06/24 04:00,17
|
||||
Alpha app,2015/06/24 05:00,32
|
||||
Alpha app,2015/06/24 06:00,19
|
||||
Alpha app,2015/06/24 07:00,10
|
||||
Alpha app,2015/06/24 08:00,16
|
||||
Alpha app,2015/06/24 09:00,25
|
||||
Alpha app,2015/06/24 10:00,9
|
||||
Alpha app,2015/06/24 11:00,17
|
||||
Alpha app,2015/06/24 12:00,11
|
||||
Alpha app,2015/06/24 13:00,27
|
||||
Alpha app,2015/06/24 14:00,31
|
||||
Alpha app,2015/06/24 15:00,25
|
||||
Alpha app,2015/06/24 16:00,21
|
||||
Alpha app,2015/06/24 17:00,12
|
||||
Alpha app,2015/06/24 18:00,7
|
||||
Alpha app,2015/06/24 19:00,17
|
||||
Alpha app,2015/06/24 20:00,43
|
||||
Alpha app,2015/06/24 21:00,11
|
||||
Alpha app,2015/06/24 22:00,14
|
||||
Alpha app,2015/06/24 23:00,21
|
||||
Omega app,2015/06/24 00:00,16
|
||||
Omega app,2015/06/24 01:00,12
|
||||
Omega app,2015/06/24 02:00,22
|
||||
Omega app,2015/06/24 03:00,10
|
||||
Omega app,2015/06/24 04:00,7
|
||||
Omega app,2015/06/24 05:00,30
|
||||
Omega app,2015/06/24 06:00,21
|
||||
Omega app,2015/06/24 07:00,10
|
||||
Omega app,2015/06/24 08:00,19
|
||||
Omega app,2015/06/24 09:00,25
|
||||
Omega app,2015/06/24 10:00,29
|
||||
Omega app,2015/06/24 11:00,17
|
||||
Omega app,2015/06/24 12:00,31
|
||||
Omega app,2015/06/24 13:00,20
|
||||
Omega app,2015/06/24 14:00,12
|
||||
Omega app,2015/06/24 15:00,5
|
||||
Omega app,2015/06/24 16:00,36
|
||||
Omega app,2015/06/24 17:00,21
|
||||
Omega app,2015/06/24 18:00,14
|
||||
Omega app,2015/06/24 19:00,20
|
||||
Omega app,2015/06/24 20:00,8
|
||||
Omega app,2015/06/24 21:00,19
|
||||
Omega app,2015/06/24 22:00,14
|
||||
Omega app,2015/06/24 23:00,4
|
||||
Delta app,2015/06/24 00:00,12
|
||||
Delta app,2015/06/24 01:00,18
|
||||
Delta app,2015/06/24 02:00,23
|
||||
Delta app,2015/06/24 03:00,10
|
||||
Delta app,2015/06/24 04:00,29
|
||||
Delta app,2015/06/24 05:00,20
|
||||
Delta app,2015/06/24 06:00,12
|
||||
Delta app,2015/06/24 07:00,24
|
||||
Delta app,2015/06/24 08:00,6
|
||||
Delta app,2015/06/24 09:00,20
|
||||
Delta app,2015/06/24 10:00,27
|
||||
Delta app,2015/06/24 11:00,10
|
||||
Delta app,2015/06/24 12:00,22
|
||||
Delta app,2015/06/24 13:00,29
|
||||
Delta app,2015/06/24 14:00,12
|
||||
Delta app,2015/06/24 15:00,7
|
||||
Delta app,2015/06/24 16:00,5
|
||||
Delta app,2015/06/24 17:00,15
|
||||
Delta app,2015/06/24 18:00,27
|
||||
Delta app,2015/06/24 19:00,7
|
||||
Delta app,2015/06/24 20:00,19
|
||||
Delta app,2015/06/24 21:00,25
|
||||
Delta app,2015/06/24 22:00,14
|
||||
Delta app,2015/06/24 23:00,10
|
||||
Sigma app,2015/06/24 00:00,29
|
||||
Sigma app,2015/06/24 01:00,16
|
||||
Sigma app,2015/06/24 02:00,20
|
||||
Sigma app,2015/06/24 03:00,16
|
||||
Sigma app,2015/06/24 04:00,10
|
||||
Sigma app,2015/06/24 05:00,25
|
||||
Sigma app,2015/06/24 06:00,12
|
||||
Sigma app,2015/06/24 07:00,9
|
||||
Sigma app,2015/06/24 08:00,19
|
||||
Sigma app,2015/06/24 09:00,25
|
||||
Sigma app,2015/06/24 10:00,29
|
||||
Sigma app,2015/06/24 11:00,17
|
||||
Sigma app,2015/06/24 12:00,21
|
||||
Sigma app,2015/06/24 13:00,19
|
||||
Sigma app,2015/06/24 14:00,26
|
||||
Sigma app,2015/06/24 15:00,16
|
||||
Sigma app,2015/06/24 16:00,15
|
||||
Sigma app,2015/06/24 17:00,18
|
||||
Sigma app,2015/06/24 18:00,29
|
||||
Sigma app,2015/06/24 19:00,17
|
||||
Sigma app,2015/06/24 20:00,20
|
||||
Sigma app,2015/06/24 21:00,19
|
||||
Sigma app,2015/06/24 22:00,8
|
||||
Sigma app,2015/06/24 23:00,10
|
||||
|
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"title":"Revenue","subtitle":"USD, in thousands","ranges":[150,225,300],"measures":[220,270],"markers":[250]},
|
||||
{"title":"Profit","subtitle":"in percents","ranges":[20,25,30],"measures":[21,23],"markers":[26]},
|
||||
{"title":"Order Size","subtitle":"Average value","ranges":[350,500,600],"measures":[100,120],"markers":[550]}
|
||||
]
|
||||
@@ -0,0 +1,126 @@
|
||||
[
|
||||
{
|
||||
"date": "2014-07-01",
|
||||
"value": 1203
|
||||
},
|
||||
{
|
||||
"date": "2014-07-02",
|
||||
"value": 480
|
||||
},
|
||||
{
|
||||
"date": "2014-07-03",
|
||||
"value": 903
|
||||
},
|
||||
{
|
||||
"date": "2014-07-04",
|
||||
"value": 790
|
||||
},
|
||||
{
|
||||
"date": "2014-07-05",
|
||||
"value": 1423
|
||||
},
|
||||
{
|
||||
"date": "2014-07-06",
|
||||
"value": 1222
|
||||
},
|
||||
{
|
||||
"date": "2014-07-07",
|
||||
"value": 948
|
||||
},
|
||||
{
|
||||
"date": "2014-07-08",
|
||||
"value": 1338
|
||||
},
|
||||
{
|
||||
"date": "2014-07-09",
|
||||
"value": 543
|
||||
},
|
||||
{
|
||||
"date": "2014-07-10",
|
||||
"value": 940
|
||||
},
|
||||
{
|
||||
"date": "2014-07-11",
|
||||
"value": 1245
|
||||
},
|
||||
{
|
||||
"date": "2014-07-12",
|
||||
"value": 683
|
||||
},
|
||||
{
|
||||
"date": "2014-07-13",
|
||||
"value": 898
|
||||
},
|
||||
{
|
||||
"date": "2014-07-14",
|
||||
"value": 1023
|
||||
},
|
||||
{
|
||||
"date": "2014-07-15",
|
||||
"value": 857
|
||||
},
|
||||
{
|
||||
"date": "2014-07-16",
|
||||
"value": 490
|
||||
},
|
||||
{
|
||||
"date": "2014-07-17",
|
||||
"value": 1009
|
||||
},
|
||||
{
|
||||
"date": "2014-07-18",
|
||||
"value": 437
|
||||
},
|
||||
{
|
||||
"date": "2014-07-19",
|
||||
"value": 735
|
||||
},
|
||||
{
|
||||
"date": "2014-07-20",
|
||||
"value": 865
|
||||
},
|
||||
{
|
||||
"date": "2014-07-21",
|
||||
"value": 478
|
||||
},
|
||||
{
|
||||
"date": "2014-07-22",
|
||||
"value": 690
|
||||
},
|
||||
{
|
||||
"date": "2014-07-23",
|
||||
"value": 954
|
||||
},
|
||||
{
|
||||
"date": "2014-07-24",
|
||||
"value": 1192
|
||||
},
|
||||
{
|
||||
"date": "2014-07-25",
|
||||
"value": 586
|
||||
},
|
||||
{
|
||||
"date": "2014-07-26",
|
||||
"value": 893
|
||||
},
|
||||
{
|
||||
"date": "2014-07-27",
|
||||
"value": 801
|
||||
},
|
||||
{
|
||||
"date": "2014-07-28",
|
||||
"value": 1182
|
||||
},
|
||||
{
|
||||
"date": "2014-07-29",
|
||||
"value": 1026
|
||||
},
|
||||
{
|
||||
"date": "2014-07-30",
|
||||
"value": 786
|
||||
},
|
||||
{
|
||||
"date": "2014-07-31",
|
||||
"value": 1056
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,151 @@
|
||||
key,value,date
|
||||
Youtube videos,100,01/06/15 00:00
|
||||
Youtube videos,150,01/06/15 01:00
|
||||
Youtube videos,350,01/06/15 02:00
|
||||
Youtube videos,380,01/06/15 03:00
|
||||
Youtube videos,220,01/06/15 04:00
|
||||
Youtube videos,160,01/06/15 05:00
|
||||
Youtube videos,170,01/06/15 06:00
|
||||
Youtube videos,120,01/06/15 07:00
|
||||
Youtube videos,170,01/06/15 08:00
|
||||
Youtube videos,330,01/06/15 09:00
|
||||
Youtube videos,400,01/06/15 10:00
|
||||
Youtube videos,320,01/06/15 11:00
|
||||
Youtube videos,260,01/06/15 12:00
|
||||
Youtube videos,350,01/06/15 13:00
|
||||
Youtube videos,400,01/06/15 14:00
|
||||
Youtube videos,320,01/06/15 15:00
|
||||
Youtube videos,260,01/06/15 16:00
|
||||
Youtube videos,220,01/06/15 17:00
|
||||
Youtube videos,160,01/06/15 18:00
|
||||
Youtube videos,220,01/06/15 19:00
|
||||
Youtube videos,250,01/06/15 20:00
|
||||
Youtube videos,220,01/06/15 21:00
|
||||
Youtube videos,150,01/06/15 22:00
|
||||
Youtube videos,390,01/06/15 23:00
|
||||
Youtube videos,440,01/06/15 24:00
|
||||
Facebook ads,350,01/06/15 00:00
|
||||
Facebook ads,360,01/06/15 01:00
|
||||
Facebook ads,370,01/06/15 02:00
|
||||
Facebook ads,220,01/06/15 03:00
|
||||
Facebook ads,240,01/06/15 04:00
|
||||
Facebook ads,260,01/06/15 05:00
|
||||
Facebook ads,340,01/06/15 06:00
|
||||
Facebook ads,210,01/06/15 07:00
|
||||
Facebook ads,180,01/06/15 08:00
|
||||
Facebook ads,450,01/06/15 09:00
|
||||
Facebook ads,320,01/06/15 10:00
|
||||
Facebook ads,350,01/06/15 11:00
|
||||
Facebook ads,300,01/06/15 12:00
|
||||
Facebook ads,280,01/06/15 13:00
|
||||
Facebook ads,270,01/06/15 14:00
|
||||
Facebook ads,260,01/06/15 15:00
|
||||
Facebook ads,150,01/06/15 16:00
|
||||
Facebook ads,300,01/06/15 17:00
|
||||
Facebook ads,350,01/06/15 18:00
|
||||
Facebook ads,220,01/06/15 19:00
|
||||
Facebook ads,220,01/06/15 20:00
|
||||
Facebook ads,350,01/06/15 21:00
|
||||
Facebook ads,300,01/06/15 22:00
|
||||
Facebook ads,220,01/06/15 23:00
|
||||
Facebook ads,320,01/06/15 24:00
|
||||
Twitter ads,210,01/06/15 00:00
|
||||
Twitter ads,250,01/06/15 01:00
|
||||
Twitter ads,270,01/06/15 02:00
|
||||
Twitter ads,230,01/06/15 03:00
|
||||
Twitter ads,240,01/06/15 04:00
|
||||
Twitter ads,110,01/06/15 05:00
|
||||
Twitter ads,200,01/06/15 06:00
|
||||
Twitter ads,290,01/06/15 07:00
|
||||
Twitter ads,300,01/06/15 08:00
|
||||
Twitter ads,360,01/06/15 09:00
|
||||
Twitter ads,330,01/06/15 10:00
|
||||
Twitter ads,430,01/06/15 11:00
|
||||
Twitter ads,400,01/06/15 12:00
|
||||
Twitter ads,340,01/06/15 13:00
|
||||
Twitter ads,280,01/06/15 14:00
|
||||
Twitter ads,260,01/06/15 15:00
|
||||
Twitter ads,270,01/06/15 16:00
|
||||
Twitter ads,310,01/06/15 17:00
|
||||
Twitter ads,260,01/06/15 18:00
|
||||
Twitter ads,370,01/06/15 19:00
|
||||
Twitter ads,210,01/06/15 20:00
|
||||
Twitter ads,260,01/06/15 21:00
|
||||
Twitter ads,370,01/06/15 22:00
|
||||
Twitter ads,310,01/06/15 23:00
|
||||
Twitter ads,350,01/06/15 24:00
|
||||
Google search,100,01/06/15 00:00
|
||||
Google search,150,01/06/15 01:00
|
||||
Google search,350,01/06/15 02:00
|
||||
Google search,380,01/06/15 03:00
|
||||
Google search,220,01/06/15 04:00
|
||||
Google search,160,01/06/15 05:00
|
||||
Google search,170,01/06/15 06:00
|
||||
Google search,120,01/06/15 07:00
|
||||
Google search,170,01/06/15 08:00
|
||||
Google search,330,01/06/15 09:00
|
||||
Google search,400,01/06/15 10:00
|
||||
Google search,320,01/06/15 11:00
|
||||
Google search,260,01/06/15 12:00
|
||||
Google search,350,01/06/15 13:00
|
||||
Google search,400,01/06/15 14:00
|
||||
Google search,320,01/06/15 15:00
|
||||
Google search,260,01/06/15 16:00
|
||||
Google search,220,01/06/15 17:00
|
||||
Google search,160,01/06/15 18:00
|
||||
Google search,220,01/06/15 19:00
|
||||
Google search,100,01/06/15 20:00
|
||||
Google search,160,01/06/15 21:00
|
||||
Google search,220,01/06/15 22:00
|
||||
Google search,400,01/06/15 23:00
|
||||
Google search,300,01/06/15 24:00
|
||||
Dribbble ads,100,01/06/15 00:00
|
||||
Dribbble ads,150,01/06/15 01:00
|
||||
Dribbble ads,350,01/06/15 02:00
|
||||
Dribbble ads,380,01/06/15 03:00
|
||||
Dribbble ads,220,01/06/15 04:00
|
||||
Dribbble ads,160,01/06/15 05:00
|
||||
Dribbble ads,170,01/06/15 06:00
|
||||
Dribbble ads,120,01/06/15 07:00
|
||||
Dribbble ads,170,01/06/15 08:00
|
||||
Dribbble ads,330,01/06/15 09:00
|
||||
Dribbble ads,400,01/06/15 10:00
|
||||
Dribbble ads,320,01/06/15 11:00
|
||||
Dribbble ads,260,01/06/15 12:00
|
||||
Dribbble ads,350,01/06/15 13:00
|
||||
Dribbble ads,400,01/06/15 14:00
|
||||
Dribbble ads,320,01/06/15 15:00
|
||||
Dribbble ads,260,01/06/15 16:00
|
||||
Dribbble ads,220,01/06/15 17:00
|
||||
Dribbble ads,160,01/06/15 18:00
|
||||
Dribbble ads,220,01/06/15 19:00
|
||||
Dribbble ads,100,01/06/15 20:00
|
||||
Dribbble ads,160,01/06/15 21:00
|
||||
Dribbble ads,220,01/06/15 22:00
|
||||
Dribbble ads,400,01/06/15 23:00
|
||||
Dribbble ads,300,01/06/15 24:00
|
||||
Amazon ads,100,01/06/15 00:00
|
||||
Amazon ads,150,01/06/15 01:00
|
||||
Amazon ads,350,01/06/15 02:00
|
||||
Amazon ads,380,01/06/15 03:00
|
||||
Amazon ads,220,01/06/15 04:00
|
||||
Amazon ads,160,01/06/15 05:00
|
||||
Amazon ads,170,01/06/15 06:00
|
||||
Amazon ads,120,01/06/15 07:00
|
||||
Amazon ads,170,01/06/15 08:00
|
||||
Amazon ads,330,01/06/15 09:00
|
||||
Amazon ads,400,01/06/15 10:00
|
||||
Amazon ads,320,01/06/15 11:00
|
||||
Amazon ads,260,01/06/15 12:00
|
||||
Amazon ads,350,01/06/15 13:00
|
||||
Amazon ads,400,01/06/15 14:00
|
||||
Amazon ads,320,01/06/15 15:00
|
||||
Amazon ads,260,01/06/15 16:00
|
||||
Amazon ads,220,01/06/15 17:00
|
||||
Amazon ads,160,01/06/15 18:00
|
||||
Amazon ads,220,01/06/15 19:00
|
||||
Amazon ads,100,01/06/15 20:00
|
||||
Amazon ads,160,01/06/15 21:00
|
||||
Amazon ads,220,01/06/15 22:00
|
||||
Amazon ads,300,01/06/15 23:00
|
||||
Amazon ads,350,01/06/15 24:00
|
||||
|
@@ -0,0 +1,865 @@
|
||||
Date Month Channel Owner Brand Pack Size Pack Type SKU Price Tier Unit Sales Sales Value Distribution Cost of Sales Price Gross Profit Indirect Costs Operating Profit Unit Sales Monthly Change Sales Value Monthly Change Distribution Monthly Change Cost of Sales Monthly Change Price Monthly Change Gross Profit Monthly Change Indirect Costs Monthly Change Operating Profit Monthly Change
|
||||
01/01/2011 Jan-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 1765 95444 97.25 242.48 54.08 95201.52 88884.12 6317.4 1765 95444 97.25 242.48 54.08 95201.52 88884.12 6317.4
|
||||
01/01/2011 Jan-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 673 31930 13.41 81.12 47.44 31848.88 29735.14 2113.74 673 31930 13.41 81.12 47.44 31848.88 29735.14 2113.74
|
||||
01/01/2011 Jan-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 1100 91520 99.16 232.52 83.2 91287.48 85230.37 6057.11 1100 91520 99.16 232.52 83.2 91287.48 85230.37 6057.11
|
||||
01/01/2011 Jan-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 548 48904 89.68 124.24 89.24 48779.76 45542.54 3237.22 548 48904 89.68 124.24 89.24 48779.76 45542.54 3237.22
|
||||
01/01/2011 Jan-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 3307 269467 98.19 684.61 81.48 268782.39 250946.65 17835.74 3307 269467 98.19 684.61 81.48 268782.39 250946.65 17835.74
|
||||
01/01/2011 Jan-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 9596 662294 99.52 1682.63 69.02 660611.37 616775.54 43835.83 9596 662294 99.52 1682.63 69.02 660611.37 616775.54 43835.83
|
||||
01/01/2011 Jan-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 6629 409612 96.28 1040.66 61.79 408571.34 381459.74 27111.6 6629 409612 96.28 1040.66 61.79 408571.34 381459.74 27111.6
|
||||
01/01/2011 Jan-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 695 105748 71.18 268.66 152.16 105479.34 98480.32 6999.02 695 105748 71.18 268.66 152.16 105479.34 98480.32 6999.02
|
||||
01/01/2011 Jan-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 707 101950 92.19 259.01 144.2 101690.99 94943.35 6747.64 707 101950 92.19 259.01 144.2 101690.99 94943.35 6747.64
|
||||
01/01/2011 Jan-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 1110 70955 83.38 180.27 63.92 70774.73 66078.2 4696.53 1110 70955 83.38 180.27 63.92 70774.73 66078.2 4696.53
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 1207 63214 82.07 160.6 52.37 63053.4 58869.6 4183.8 1207 63214 82.07 160.6 52.37 63053.4 58869.6 4183.8
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 610 55730 93.91 141.59 91.36 55588.41 51899.59 3688.82 610 55730 93.91 141.59 91.36 55588.41 51899.59 3688.82
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 1096 90079 95.69 228.85 82.19 89850.15 83887.66 5962.49 1096 90079 95.69 228.85 82.19 89850.15 83887.66 5962.49
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 469 30940 73.82 78.61 65.97 30861.39 28813.73 2047.66 469 30940 73.82 78.61 65.97 30861.39 28813.73 2047.66
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2948 168473 99.48 428.02 57.15 168044.98 156894.53 11150.45 2948 168473 99.48 428.02 57.15 168044.98 156894.53 11150.45
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 105 16874 25.45 42.87 160.7 16831.13 15714.65 1116.48 105 16874 25.45 42.87 160.7 16831.13 15714.65 1116.48
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 133 12991 16.45 33.01 97.68 12957.99 12098.34 859.65 133 12991 16.45 33.01 97.68 12957.99 12098.34 859.65
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 890 77897 99.34 197.9 87.52 77699.1 72543.1 5156 890 77897 99.34 197.9 87.52 77699.1 72543.1 5156
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 1693 130549 94.55 331.67 77.11 130217.33 121576.23 8641.1 1693 130549 94.55 331.67 77.11 130217.33 121576.23 8641.1
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 6623 506206 99.42 1286.07 76.43 504919.93 471415.56 33504.37 6623 506206 99.42 1286.07 76.43 504919.93 471415.56 33504.37
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 4514 328711 100 835.12 72.82 327875.88 306118.91 21756.97 4514 328711 100 835.12 72.82 327875.88 306118.91 21756.97
|
||||
01/01/2011 Jan-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 16594 999335 98.39 2538.91 60.22 996796.09 930652.88 66143.21 16594 999335 98.39 2538.91 60.22 996796.09 930652.88 66143.21
|
||||
01/01/2011 Jan-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 2600 162545 98.33 412.96 62.52 162132.04 151373.95 10758.09 2600 162545 98.33 412.96 62.52 162132.04 151373.95 10758.09
|
||||
01/01/2011 Jan-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 396 35555 70.78 90.33 89.79 35464.67 33111.19 2353.48 396 35555 70.78 90.33 89.79 35464.67 33111.19 2353.48
|
||||
01/01/2011 Jan-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 1575 114674 92.19 291.34 72.81 114382.66 106792.48 7590.18 1575 114674 92.19 291.34 72.81 114382.66 106792.48 7590.18
|
||||
01/01/2011 Jan-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 735 84024 92.28 213.47 114.32 83810.53 78249.18 5561.35 735 84024 92.28 213.47 114.32 83810.53 78249.18 5561.35
|
||||
01/01/2011 Jan-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 688 79887 64.09 202.96 116.11 79684.04 74396.51 5287.53 688 79887 64.09 202.96 116.11 79684.04 74396.51 5287.53
|
||||
01/01/2011 Jan-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1727 197923 95.62 502.84 114.61 197420.16 184320.3 13099.86 1727 197923 95.62 502.84 114.61 197420.16 184320.3 13099.86
|
||||
01/01/2011 Jan-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 7383 713849 99.2 1813.61 96.69 712035.39 664787.82 47247.57 7383 713849 99.2 1813.61 96.69 712035.39 664787.82 47247.57
|
||||
01/01/2011 Jan-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 4094 372800 96.81 947.14 91.06 371852.86 347177.95 24674.91 4094 372800 96.81 947.14 91.06 371852.86 347177.95 24674.91
|
||||
01/01/2011 Jan-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 893 90274 54.39 229.35 101.09 90044.65 84069.26 5975.39 893 90274 54.39 229.35 101.09 90044.65 84069.26 5975.39
|
||||
01/01/2011 Jan-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 979 56381 72.03 143.24 57.59 56237.76 52505.84 3731.92 979 56381 72.03 143.24 57.59 56237.76 52505.84 3731.92
|
||||
01/01/2011 Jan-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 872 68483 96.5 173.99 78.54 68309.01 63776.66 4532.35 872 68483 96.5 173.99 78.54 68309.01 63776.66 4532.35
|
||||
01/01/2011 Jan-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 1891 134746 96.8 342.34 71.26 134403.66 125485.34 8918.32 1891 134746 96.8 342.34 71.26 134403.66 125485.34 8918.32
|
||||
01/01/2011 Jan-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 3067 203498 96.63 517.01 66.35 202980.99 189512.32 13468.67 3067 203498 96.63 517.01 66.35 202980.99 189512.32 13468.67
|
||||
01/01/2011 Jan-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 804 62191 79.48 158 77.35 62033 57916.35 4116.65 804 62191 79.48 158 77.35 62033 57916.35 4116.65
|
||||
01/01/2011 Jan-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 838 50490 19.08 128.27 60.25 50361.73 47019.91 3341.82 838 50490 19.08 128.27 60.25 50361.73 47019.91 3341.82
|
||||
01/01/2011 Jan-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 752 35716 4.15 90.74 47.49 35625.26 33261.49 2363.77 752 35716 4.15 90.74 47.49 35625.26 33261.49 2363.77
|
||||
01/01/2011 Jan-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 18593 1339286 50.48 3402.59 72.03 1335883.41 1247239.11 88644.3 18593 1339286 50.48 3402.59 72.03 1335883.41 1247239.11 88644.3
|
||||
01/01/2011 Jan-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 383 37627 9.96 95.6 98.24 37531.4 35041.15 2490.25 383 37627 9.96 95.6 98.24 37531.4 35041.15 2490.25
|
||||
01/01/2011 Jan-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 3831 331785 33.52 842.93 86.61 330942.07 308982.02 21960.05 3831 331785 33.52 842.93 86.61 330942.07 308982.02 21960.05
|
||||
01/01/2011 Jan-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 10205 732823 36.64 1861.81 71.81 730961.19 682457.59 48503.6 10205 732823 36.64 1861.81 71.81 730961.19 682457.59 48503.6
|
||||
01/01/2011 Jan-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 4793 316745 27.97 804.73 66.08 315940.27 294976.06 20964.21 4793 316745 27.97 804.73 66.08 315940.27 294976.06 20964.21
|
||||
01/01/2011 Jan-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 346 59810 10.99 151.96 172.86 59658.04 55699.74 3958.3 346 59810 10.99 151.96 172.86 59658.04 55699.74 3958.3
|
||||
01/01/2011 Jan-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 632 99834 15.6 253.64 157.97 99580.36 92972.59 6607.77 632 99834 15.6 253.64 157.97 99580.36 92972.59 6607.77
|
||||
01/01/2011 Jan-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 461 32039 11.87 81.4 69.5 31957.6 29836.83 2120.77 461 32039 11.87 81.4 69.5 31957.6 29836.83 2120.77
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 767 43339 11.92 110.11 56.5 43228.89 40360.01 2868.88 767 43339 11.92 110.11 56.5 43228.89 40360.01 2868.88
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 728 66959 15.17 170.12 91.98 66788.88 62357.4 4431.48 728 66959 15.17 170.12 91.98 66788.88 62357.4 4431.48
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 563 50699 13.72 128.81 90.05 50570.19 47214.36 3355.83 563 50699 13.72 128.81 90.05 50570.19 47214.36 3355.83
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 383 26911 10.71 68.37 70.26 26842.63 25061.64 1780.99 383 26911 10.71 68.37 70.26 26842.63 25061.64 1780.99
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 1884 118360 27.35 300.7 62.82 118059.3 110224.96 7834.34 1884 118360 27.35 300.7 62.82 118059.3 110224.96 7834.34
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 291 47244 7.97 120.03 162.35 47123.97 43997 3126.97 291 47244 7.97 120.03 162.35 47123.97 43997 3126.97
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 344 34654 9.04 88.04 100.74 34565.96 32271.92 2294.04 344 34654 9.04 88.04 100.74 34565.96 32271.92 2294.04
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1871 173690 27.21 441.28 92.83 173248.72 161752.42 11496.3 1871 173690 27.21 441.28 92.83 173248.72 161752.42 11496.3
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 1461 115226 13.26 292.75 78.87 114933.25 107307.1 7626.15 1461 115226 13.26 292.75 78.87 114933.25 107307.1 7626.15
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 2836 239150 24.5 607.58 84.33 238542.42 222714.03 15828.39 2836 239150 24.5 607.58 84.33 238542.42 222714.03 15828.39
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 22206 1391524 62.89 3535.31 62.66 1387988.69 1295887.25 92101.44 22206 1391524 62.89 3535.31 62.66 1387988.69 1295887.25 92101.44
|
||||
01/01/2011 Jan-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 5645 368566 26.43 936.38 65.29 367629.62 343234.75 24394.87 5645 368566 26.43 936.38 65.29 367629.62 343234.75 24394.87
|
||||
01/01/2011 Jan-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1748 120541 27.13 306.25 68.96 120234.75 112256.06 7978.69 1748 120541 27.13 306.25 68.96 120234.75 112256.06 7978.69
|
||||
01/01/2011 Jan-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 847 75568 15.15 191.99 89.22 75376.01 70373.98 5002.03 847 75568 15.15 191.99 89.22 75376.01 70373.98 5002.03
|
||||
01/01/2011 Jan-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 319 25450 6.42 64.66 79.78 25385.34 23700.5 1684.84 319 25450 6.42 64.66 79.78 25385.34 23700.5 1684.84
|
||||
01/01/2011 Jan-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 945 119762 20.81 304.27 126.73 119457.73 111530.79 7926.94 945 119762 20.81 304.27 126.73 119457.73 111530.79 7926.94
|
||||
01/01/2011 Jan-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 485 59689 12.16 151.64 123.07 59537.36 55586.31 3951.05 485 59689 12.16 151.64 123.07 59537.36 55586.31 3951.05
|
||||
01/01/2011 Jan-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 930 120709 18.22 306.67 129.79 120402.33 112413.08 7989.25 930 120709 18.22 306.67 129.79 120402.33 112413.08 7989.25
|
||||
01/01/2011 Jan-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 6137 628434 34.02 1596.6 102.4 626837.4 585242.87 41594.53 6137 628434 34.02 1596.6 102.4 626837.4 585242.87 41594.53
|
||||
01/01/2011 Jan-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 1915 185317 17.06 470.81 96.77 184846.19 172580.12 12266.07 1915 185317 17.06 470.81 96.77 184846.19 172580.12 12266.07
|
||||
01/01/2011 Jan-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 107 13445 2.39 34.16 125.65 13410.84 12520.76 890.08 107 13445 2.39 34.16 125.65 13410.84 12520.76 890.08
|
||||
01/01/2011 Jan-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 233 15511 4.15 39.41 66.57 15471.59 14444.58 1027.01 233 15511 4.15 39.41 66.57 15471.59 14444.58 1027.01
|
||||
01/01/2011 Jan-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 776 69099 19.87 175.55 89.05 68923.45 64349.95 4573.5 776 69099 19.87 175.55 89.05 68923.45 64349.95 4573.5
|
||||
01/01/2011 Jan-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 2216 166212 26.44 422.28 75.01 165789.72 154788.55 11001.17 2216 166212 26.44 422.28 75.01 165789.72 154788.55 11001.17
|
||||
01/01/2011 Jan-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 927 68194 12.49 173.26 73.56 68020.74 63507.34 4513.4 927 68194 12.49 173.26 73.56 68020.74 63507.34 4513.4
|
||||
01/01/2011 Jan-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 188 15899 5.74 40.39 84.57 15858.61 14806.66 1051.95 188 15899 5.74 40.39 84.57 15858.61 14806.66 1051.95
|
||||
01/02/2011 Feb-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 1997 110395 96.71 280.47 55.28 110114.53 102807.94 7306.59 232 14951 -0.54 37.99 1.2 14913.01 13923.82 989.19
|
||||
01/02/2011 Feb-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 698 33109 15.11 84.11 47.43 33024.89 30833.11 2191.78 25 1179 1.7 2.99 -0.01 1176.01 1097.97 78.04
|
||||
01/02/2011 Feb-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 1194 99437 99.63 252.63 83.28 99184.37 92602.69 6581.68 94 7917 0.47 20.11 0.08 7896.89 7372.32 524.57
|
||||
01/02/2011 Feb-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 513 44993 92.4 114.31 87.71 44878.69 41901.08 2977.61 -35 -3911 2.72 -9.93 -1.53 -3901.07 -3641.46 -259.61
|
||||
01/02/2011 Feb-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2622 232062 99.33 589.58 88.51 231472.42 216112.8 15359.62 -685 -37405 1.14 -95.03 7.03 -37309.97 -34833.85 -2476.12
|
||||
01/02/2011 Feb-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 6954 506628 99.95 1287.14 72.85 505340.86 471808.37 33532.49 -2642 -155666 0.43 -395.49 3.83 -155270.51 -144967.17 -10303.34
|
||||
01/02/2011 Feb-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 5454 370063 97.59 940.18 67.85 369122.82 344628.86 24493.96 -1175 -39549 1.31 -100.48 6.06 -39448.52 -36830.88 -2617.64
|
||||
01/02/2011 Feb-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 736 120790 93.77 306.88 164.12 120483.12 112487.95 7995.17 41 15042 22.59 38.22 11.96 15003.78 14007.63 996.15
|
||||
01/02/2011 Feb-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 763 111529 95.87 283.35 146.17 111245.65 103864 7381.65 56 9579 3.68 24.34 1.97 9554.66 8920.65 634.01
|
||||
01/02/2011 Feb-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 1164 78391 81.15 199.16 67.35 78191.84 73003.52 5188.32 54 7436 -2.23 18.89 3.43 7417.11 6925.32 491.79
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 1213 63185 81.12 160.53 52.09 63024.47 58842.22 4182.25 6 -29 -0.95 -0.07 -0.28 -28.93 -27.38 -1.55
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 1253 109962 93.01 279.37 87.76 109682.63 102404.51 7278.12 643 54232 -0.9 137.78 -3.6 54094.22 50504.92 3589.3
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 840 71146 92.9 180.75 84.7 70965.25 66255.89 4709.36 -256 -18933 -2.79 -48.1 2.51 -18884.9 -17631.77 -1253.13
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 758 46438 70.69 117.98 61.26 46320.02 43246.03 3073.99 289 15498 -3.13 39.37 -4.71 15458.63 14432.3 1026.33
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 4202 226134 99.53 574.52 53.82 225559.48 210592.22 14967.26 1254 57661 0.05 146.5 -3.33 57514.5 53697.69 3816.81
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 206 30985 49.79 78.72 150.41 30906.28 28855.09 2051.19 101 14111 24.34 35.85 -10.29 14075.15 13140.44 934.71
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 176 17145 20.39 43.56 97.41 17101.44 15966.65 1134.79 43 4154 3.94 10.55 -0.27 4143.45 3868.31 275.14
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 832 73745 98.46 187.36 88.64 73557.64 68676.46 4881.18 -58 -4152 -0.88 -10.54 1.12 -4141.46 -3866.64 -274.82
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 1184 93041 94.29 236.38 78.58 92804.62 86646.83 6157.79 -509 -37508 -0.26 -95.29 1.47 -37412.71 -34929.4 -2483.31
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 4069 338565 98.44 860.16 83.21 337704.84 315296.04 22408.8 -2554 -167641 -0.98 -425.91 6.78 -167215.09 -156119.52 -11095.57
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 7652 545132 99.58 1384.97 71.24 543747.03 507666.43 36080.6 3138 216421 -0.42 549.85 -1.58 215871.15 201547.52 14323.63
|
||||
01/02/2011 Feb-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 17552 1059934 98.94 2692.87 60.39 1057241.13 987086.28 70154.85 958 60599 0.55 153.96 0.17 60445.04 56433.4 4011.64
|
||||
01/02/2011 Feb-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 3179 197648 99.02 502.15 62.17 197145.85 184063.82 13082.03 579 35103 0.69 89.19 -0.35 35013.81 32689.87 2323.94
|
||||
01/02/2011 Feb-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 413 39449 67.07 100.22 95.52 39348.78 36738.11 2610.67 17 3894 -3.71 9.89 5.73 3884.11 3626.92 257.19
|
||||
01/02/2011 Feb-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 1602 119902 93.4 304.63 74.85 119597.37 111661.54 7935.83 27 5228 1.21 13.29 2.04 5214.71 4869.06 345.65
|
||||
01/02/2011 Feb-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 1004 112577 99.61 286.01 112.13 112290.99 104840.16 7450.83 269 28553 7.33 72.54 -2.19 28480.46 26590.98 1889.48
|
||||
01/02/2011 Feb-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 617 72914 67.73 185.24 118.18 72728.76 67902.57 4826.19 -71 -6973 3.64 -17.72 2.07 -6955.28 -6493.94 -461.34
|
||||
01/02/2011 Feb-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1919 224247 95.87 569.72 116.86 223677.28 208834.91 14842.37 192 26324 0.25 66.88 2.25 26257.12 24514.61 1742.51
|
||||
01/02/2011 Feb-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 4353 438765 99.02 1114.73 100.8 437650.27 408609.47 29040.8 -3030 -275084 -0.18 -698.88 4.11 -274385.12 -256178.35 -18206.77
|
||||
01/02/2011 Feb-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 3677 348833 95.31 886.25 94.87 347946.75 324858.15 23088.6 -417 -23967 -1.5 -60.89 3.81 -23906.11 -22319.8 -1586.31
|
||||
01/02/2011 Feb-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 679 70635 46.41 179.45 104.03 70455.55 65780.39 4675.16 -214 -19639 -7.98 -49.9 2.94 -19589.1 -18288.87 -1300.23
|
||||
01/02/2011 Feb-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 928 54749 67.19 139.1 59 54609.9 50986.57 3623.33 -51 -1632 -4.84 -4.14 1.41 -1627.86 -1519.27 -108.59
|
||||
01/02/2011 Feb-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 886 71740 97.31 182.26 80.97 71557.74 66809.06 4748.68 14 3257 0.81 8.27 2.43 3248.73 3032.4 216.33
|
||||
01/02/2011 Feb-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 2183 155881 98.73 396.03 71.41 155484.97 145167.21 10317.76 292 21135 1.93 53.69 0.15 21081.31 19681.87 1399.44
|
||||
01/02/2011 Feb-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 3071 203151 96.97 516.13 66.15 202634.87 189188.8 13446.07 4 -347 0.34 -0.88 -0.2 -346.12 -323.52 -22.6
|
||||
01/02/2011 Feb-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 818 63784 61.2 162.05 77.98 63621.95 59399.87 4222.08 14 1593 -18.28 4.05 0.63 1588.95 1483.52 105.43
|
||||
01/02/2011 Feb-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 726 45149 22.07 114.71 62.19 45034.29 42045.8 2988.49 -112 -5341 2.99 -13.56 1.94 -5327.44 -4974.11 -353.33
|
||||
01/02/2011 Feb-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 791 37562 5.06 95.43 47.49 37466.57 34980.25 2486.32 39 1846 0.91 4.69 0 1841.31 1718.76 122.55
|
||||
01/02/2011 Feb-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 15457 1122737 49.26 2852.43 72.64 1119884.57 1045573.69 74310.88 -3136 -216549 -1.22 -550.16 0.61 -215998.84 -201665.42 -14333.42
|
||||
01/02/2011 Feb-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 527 51760 14.9 131.5 98.22 51628.5 48202.25 3426.25 144 14133 4.94 35.9 -0.02 14097.1 13161.1 936
|
||||
01/02/2011 Feb-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2852 256844 37.57 652.54 90.06 256191.46 239191.94 16999.52 -979 -74941 4.05 -190.39 3.45 -74750.61 -69790.08 -4960.53
|
||||
01/02/2011 Feb-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 8693 667219 44.16 1695.14 76.75 665523.86 621361.87 44161.99 -1512 -65604 7.52 -166.67 4.94 -65437.33 -61095.72 -4341.61
|
||||
01/02/2011 Feb-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 4454 324632 36.72 824.76 72.89 323807.24 302320.45 21486.79 -339 7887 8.75 20.03 6.81 7866.97 7344.39 522.58
|
||||
01/02/2011 Feb-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 478 83969 17.33 213.33 175.67 83755.67 78197.78 5557.89 132 24159 6.34 61.37 2.81 24097.63 22498.04 1599.59
|
||||
01/02/2011 Feb-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 475 74834 16.68 190.12 157.55 74643.88 69690.61 4953.27 -157 -25000 1.08 -63.52 -0.42 -24936.48 -23281.98 -1654.5
|
||||
01/02/2011 Feb-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 347 25478 13.98 64.73 73.42 25413.27 23726.76 1686.51 -114 -6561 2.11 -16.67 3.92 -6544.33 -6110.07 -434.26
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 715 40157 15.27 102.02 56.16 40054.98 37396.9 2658.08 -52 -3182 3.35 -8.09 -0.34 -3173.91 -2963.11 -210.8
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 1342 117680 18.82 298.98 87.69 117381.02 109591.88 7789.14 614 50721 3.65 128.86 -4.29 50592.14 47234.48 3357.66
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 601 53853 15.41 136.82 89.61 53716.18 50151.78 3564.4 38 3154 1.69 8.01 -0.44 3145.99 2937.42 208.57
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 418 29113 13.07 73.97 69.65 29039.03 27112.3 1926.73 35 2202 2.36 5.6 -0.61 2196.4 2050.66 145.74
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2742 166940 34.29 424.13 60.88 166515.87 155466.33 11049.54 858 48580 6.94 123.43 -1.94 48456.57 45241.37 3215.2
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 413 65739 17.54 167.02 159.17 65571.98 61220.88 4351.1 122 18495 9.57 46.99 -3.18 18448.01 17223.88 1224.13
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 415 41884 11.25 106.41 100.93 41777.59 39005.02 2772.57 71 7230 2.21 18.37 0.19 7211.63 6733.1 478.53
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 2135 198419 32.63 504.1 92.94 197914.9 184781.84 13133.06 264 24729 5.42 62.82 0.11 24666.18 23029.42 1636.76
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 1115 88853 13.82 225.74 79.69 88627.26 82746.67 5880.59 -346 -26373 0.56 -67.01 0.82 -26305.99 -24560.43 -1745.56
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 2300 213728 27.87 543 92.93 213185 199039.23 14145.77 -536 -25422 3.37 -64.58 8.6 -25357.42 -23674.8 -1682.62
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 26261 1673476 68.24 4251.64 63.72 1669224.36 1558460.65 110763.71 4055 281952 5.35 716.33 1.06 281235.67 262573.4 18662.27
|
||||
01/02/2011 Feb-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 6533 425285 30.77 1080.48 65.1 424204.52 396056.3 28148.22 888 56719 4.34 144.1 -0.19 56574.9 52821.55 3753.35
|
||||
01/02/2011 Feb-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1937 136766 32.25 347.47 70.61 136418.53 127366.69 9051.84 189 16225 5.12 41.22 1.65 16183.78 15110.63 1073.15
|
||||
01/02/2011 Feb-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 5394 402587 40.62 1022.81 74.64 401564.19 374918.3 26645.89 4547 327019 25.47 830.82 -14.58 326188.18 304544.32 21643.86
|
||||
01/02/2011 Feb-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 376 29900 7.36 75.97 79.52 29824.03 27845.4 1978.63 57 4450 0.94 11.31 -0.26 4438.69 4144.9 293.79
|
||||
01/02/2011 Feb-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 1109 138557 25.16 352.02 124.94 138204.98 129034.04 9170.94 164 18795 4.35 47.75 -1.79 18747.25 17503.25 1244
|
||||
01/02/2011 Feb-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 425 53264 14.89 135.32 125.33 53128.68 49603.07 3525.61 -60 -6425 2.73 -16.32 2.26 -6408.68 -5983.24 -425.44
|
||||
01/02/2011 Feb-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1142 148622 22.49 377.59 130.14 148244.41 138407.85 9836.56 212 27913 4.27 70.92 0.35 27842.08 25994.77 1847.31
|
||||
01/02/2011 Feb-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 4196 460859 38.65 1170.86 109.83 459688.14 429184.81 30503.33 -1941 -167575 4.63 -425.74 7.43 -167149.26 -156058.06 -11091.2
|
||||
01/02/2011 Feb-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 1897 188455 20.1 478.79 99.34 187976.21 175502.45 12473.76 -18 3138 3.04 7.98 2.57 3130.02 2922.33 207.69
|
||||
01/02/2011 Feb-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 160 19911 3.18 50.59 124.44 19860.41 18542.55 1317.86 53 6466 0.79 16.43 -1.21 6449.57 6021.79 427.78
|
||||
01/02/2011 Feb-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 230 15329 5.19 38.95 66.65 15290.05 14275.28 1014.77 -3 -182 1.04 -0.46 0.08 -181.54 -169.3 -12.24
|
||||
01/02/2011 Feb-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 802 72220 25.32 183.48 90.05 72036.52 67256.64 4779.88 26 3121 5.45 7.93 1 3113.07 2906.69 206.38
|
||||
01/02/2011 Feb-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 3581 270556 33.16 687.38 75.55 269868.62 251961.36 17907.26 1365 104344 6.72 265.1 0.54 104078.9 97172.81 6906.09
|
||||
01/02/2011 Feb-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 751 57137 19.1 145.16 76.08 56991.84 53210.45 3781.39 -176 -11057 6.61 -28.1 2.52 -11028.9 -10296.89 -732.01
|
||||
01/02/2011 Feb-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 171 14687 6.89 37.31 85.89 14649.69 13677.96 971.73 -17 -1212 1.15 -3.08 1.32 -1208.92 -1128.7 -80.22
|
||||
01/03/2011 Mar-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 1719 95477 92.28 242.57 55.54 95234.43 88915.41 6319.02 -278 -14918 -4.43 -37.9 0.26 -14880.1 -13892.53 -987.57
|
||||
01/03/2011 Mar-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 631 29921 14.21 76.02 47.42 29844.98 27864.95 1980.03 -67 -3188 -0.9 -8.09 -0.01 -3179.91 -2968.16 -211.75
|
||||
01/03/2011 Mar-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 926 79037 98.65 200.8 85.35 78836.2 73604.74 5231.46 -268 -20400 -0.98 -51.83 2.07 -20348.17 -18997.95 -1350.22
|
||||
01/03/2011 Mar-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 497 44371 88.3 112.73 89.28 44258.27 41321.09 2937.18 -16 -622 -4.1 -1.58 1.57 -620.42 -579.99 -40.43
|
||||
01/03/2011 Mar-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 1898 172828 96.78 439.09 91.06 172388.91 160949.47 11439.44 -724 -59234 -2.55 -150.49 2.55 -59083.51 -55163.33 -3920.18
|
||||
01/03/2011 Mar-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 6893 495545 99.93 1258.99 71.89 494286.01 461487.46 32798.55 -61 -11083 -0.02 -28.15 -0.96 -11054.85 -10320.91 -733.94
|
||||
01/03/2011 Mar-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 6940 459096 100 1166.38 66.15 457929.62 427543.16 30386.46 1486 89033 2.41 226.2 -1.7 88806.8 82914.3 5892.5
|
||||
01/03/2011 Mar-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 1186 188260 95.39 478.29 158.74 187781.71 175320.86 12460.85 450 67470 1.62 171.41 -5.38 67298.59 62832.91 4465.68
|
||||
01/03/2011 Mar-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 690 99439 91.44 252.64 144.11 99186.36 92604.36 6582 -73 -12090 -4.43 -30.71 -2.06 -12059.29 -11259.64 -799.65
|
||||
01/03/2011 Mar-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 899 57740 80.38 146.69 64.23 57593.31 53771.45 3821.86 -265 -20651 -0.77 -52.47 -3.12 -20598.53 -19232.07 -1366.46
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 1108 58004 79.66 147.37 52.35 57856.63 54017.86 3838.77 -105 -5181 -1.46 -13.16 0.26 -5167.84 -4824.36 -343.48
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 527 49445 92.13 125.62 93.82 49319.38 46047.11 3272.27 -726 -60517 -0.88 -153.75 6.06 -60363.25 -56357.4 -4005.85
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 1258 103255 97.22 262.33 82.08 102992.67 96158.66 6834.01 418 32109 4.32 81.58 -2.62 32027.42 29902.77 2124.65
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 799 49450 73.38 125.63 61.89 49324.37 46051.01 3273.36 41 3012 2.69 7.65 0.63 3004.35 2804.98 199.37
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 4244 226500 98.24 575.45 53.37 225924.55 210933.07 14991.48 42 366 -1.29 0.93 -0.45 365.07 340.85 24.22
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 308 46660 53.85 118.54 151.49 46541.46 43452.77 3088.69 102 15675 4.06 39.82 1.08 15635.18 14597.68 1037.5
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 203 19833 18.99 50.39 97.7 19782.61 18469.91 1312.7 27 2688 -1.4 6.83 0.29 2681.17 2503.26 177.91
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 791 69886 98.34 177.55 88.35 69708.45 65083.05 4625.4 -41 -3859 -0.12 -9.81 -0.29 -3849.19 -3593.41 -255.78
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 775 64163 84.32 163.01 82.79 63999.99 59753 4246.99 -409 -28878 -9.97 -73.37 4.21 -28804.63 -26893.83 -1910.8
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 4517 378610 99.82 961.9 83.82 377648.1 352589.01 25059.09 448 40045 1.38 101.74 0.61 39943.26 37292.97 2650.29
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 5512 397584 98.79 1010.11 72.13 396573.89 370258.77 26315.12 -2140 -147548 -0.79 -374.86 0.89 -147173.14 -137407.66 -9765.48
|
||||
01/03/2011 Mar-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 26398 1578722 98.02 4010.9 59.8 1574711.1 1470219.11 104491.99 8846 518788 -0.92 1318.03 -0.59 517469.97 483132.83 34337.14
|
||||
01/03/2011 Mar-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 2257 142670 98.35 362.47 63.21 142307.53 132864.37 9443.16 -922 -54978 -0.67 -139.68 1.04 -54838.32 -51199.45 -3638.87
|
||||
01/03/2011 Mar-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 542 48198 62.02 122.45 88.93 48075.55 44885.44 3190.11 129 8749 -5.05 22.23 -6.59 8726.77 8147.33 579.44
|
||||
01/03/2011 Mar-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 1943 138370 93.94 351.55 71.21 138018.45 128860.27 9158.18 341 18468 0.54 46.92 -3.64 18421.08 17198.73 1222.35
|
||||
01/03/2011 Mar-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 880 100759 97.81 255.99 114.5 100503.01 93834.2 6668.81 -124 -11818 -1.8 -30.02 2.37 -11787.98 -11005.96 -782.02
|
||||
01/03/2011 Mar-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 434 50549 57.11 128.42 116.47 50420.58 47075.23 3345.35 -183 -22365 -10.62 -56.82 -1.71 -22308.18 -20827.34 -1480.84
|
||||
01/03/2011 Mar-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 2326 265784 95.52 675.25 114.27 265108.75 247516.96 17591.79 407 41537 -0.35 105.53 -2.59 41431.47 38682.05 2749.42
|
||||
01/03/2011 Mar-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 4290 438917 99.71 1115.12 102.31 437801.88 408751.4 29050.48 -63 152 0.69 0.39 1.51 151.61 141.93 9.68
|
||||
01/03/2011 Mar-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 3965 371989 96.06 945.08 93.82 371043.92 346422.49 24621.43 288 23156 0.75 58.83 -1.05 23097.17 21564.34 1532.83
|
||||
01/03/2011 Mar-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 673 67856 40.86 172.4 100.83 67683.6 63192.75 4490.85 -6 -2779 -5.55 -7.05 -3.2 -2771.95 -2587.64 -184.31
|
||||
01/03/2011 Mar-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1780 95776 68.58 243.33 53.81 95532.67 89193.67 6339 852 41027 1.39 104.23 -5.19 40922.77 38207.1 2715.67
|
||||
01/03/2011 Mar-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 868 68860 95.31 174.95 79.33 68685.05 64127.56 4557.49 -18 -2880 -2 -7.31 -1.64 -2872.69 -2681.5 -191.19
|
||||
01/03/2011 Mar-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 3275 223561 98.66 567.98 68.26 222993.02 208195.69 14797.33 1092 67680 -0.07 171.95 -3.15 67508.05 63028.48 4479.57
|
||||
01/03/2011 Mar-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 17963 1008214 99.13 2561.47 56.13 1005652.53 938920.9 66731.63 14892 805063 2.16 2045.34 -10.02 803017.66 749732.1 53285.56
|
||||
01/03/2011 Mar-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 887 69046 56.92 175.42 77.84 68870.58 64300.78 4569.8 69 5262 -4.28 13.37 -0.14 5248.63 4900.91 347.72
|
||||
01/03/2011 Mar-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 633 39461 20.32 100.25 62.34 39360.75 36749.29 2611.46 -93 -5688 -1.75 -14.46 0.15 -5673.54 -5296.51 -377.03
|
||||
01/03/2011 Mar-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 710 33743 4.76 85.73 47.53 33657.27 31423.72 2233.55 -81 -3819 -0.3 -9.7 0.04 -3809.3 -3556.53 -252.77
|
||||
01/03/2011 Mar-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 6704 508752 45.51 1292.54 75.89 507459.46 473786.39 33673.07 -8753 -613985 -3.75 -1559.89 3.25 -612425.11 -571787.3 -40637.81
|
||||
01/03/2011 Mar-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 592 56842 15.75 144.41 96.02 56697.59 52935.54 3762.05 65 5082 0.85 12.91 -2.2 5069.09 4733.29 335.8
|
||||
01/03/2011 Mar-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2829 254693 37.58 647.08 90.03 254045.92 237188.22 16857.7 -23 -2151 0.01 -5.46 -0.03 -2145.54 -2003.72 -141.82
|
||||
01/03/2011 Mar-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 6841 525487 45.16 1335.05 76.81 524151.95 489371.41 34780.54 -1852 -141732 1 -360.09 0.06 -141371.91 -131990.46 -9381.45
|
||||
01/03/2011 Mar-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 5240 371993 39.71 945.08 70.99 371047.92 346426.41 24621.51 786 47361 2.99 120.32 -1.9 47240.68 44105.96 3134.72
|
||||
01/03/2011 Mar-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 926 145988 18.48 370.9 157.65 145617.1 135954.32 9662.78 448 62019 1.15 157.57 -18.02 61861.43 57756.54 4104.89
|
||||
01/03/2011 Mar-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 616 94415 16.66 239.87 153.27 94175.13 87926.4 6248.73 141 19581 -0.02 49.75 -4.28 19531.25 18235.79 1295.46
|
||||
01/03/2011 Mar-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 352 25787 13.6 65.51 73.26 25721.49 24015.08 1706.41 5 309 -0.38 0.78 -0.16 308.22 288.32 19.9
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 854 48106 16.27 122.22 56.33 47983.78 44799.95 3183.83 139 7949 1 20.2 0.17 7928.8 7403.05 525.75
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 577 55975 21.11 142.21 97.01 55832.79 52127.56 3705.23 -765 -61705 2.29 -156.77 9.32 -61548.23 -57464.32 -4083.91
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 810 71637 21.29 182 88.44 71455 66713.51 4741.49 209 17784 5.88 45.18 -1.17 17738.82 16561.73 1177.09
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 568 37853 12.86 96.17 66.64 37756.83 35251.25 2505.58 150 8740 -0.21 22.2 -3.01 8717.8 8138.95 578.85
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2543 154777 36.42 393.23 60.86 154383.77 144139.64 10244.13 -199 -12163 2.13 -30.9 -0.02 -12132.1 -11326.69 -805.41
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 575 90751 17.11 230.56 157.83 90520.44 84514.03 6006.41 162 25012 -0.43 63.54 -1.34 24948.46 23293.15 1655.31
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 352 35357 10.76 89.83 100.45 35267.17 32927.35 2339.82 -63 -6527 -0.49 -16.58 -0.48 -6510.42 -6077.67 -432.75
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1947 182013 31.54 462.42 93.48 181550.58 169503.58 12047 -188 -16406 -1.09 -41.68 0.54 -16364.32 -15278.26 -1086.06
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 392 34852 11.66 88.55 88.91 34763.45 32456.87 2306.58 -723 -54001 -2.16 -137.19 9.22 -53863.81 -50289.8 -3574.01
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 2582 238563 27.35 606.1 92.39 237956.9 222166.99 15789.91 282 24835 -0.52 63.1 -0.54 24771.9 23127.76 1644.14
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 11141 804580 63.99 2044.12 72.22 802535.88 749282.3 53253.58 -15120 -868896 -4.25 -2207.52 8.5 -866688.48 -809178.35 -57510.13
|
||||
01/03/2011 Mar-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 11074 695349 39.15 1766.6 62.79 693582.4 647558.92 46023.48 4541 270064 8.38 686.12 -2.31 269377.88 251502.62 17875.26
|
||||
01/03/2011 Mar-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1561 109201 33.22 277.43 69.96 108923.57 101696 7227.57 -376 -27565 0.97 -70.04 -0.65 -27494.96 -25670.69 -1824.27
|
||||
01/03/2011 Mar-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 5270 410405 33.69 1042.68 77.88 409362.32 382198.97 27163.35 -124 7818 -6.93 19.87 3.24 7798.13 7280.67 517.46
|
||||
01/03/2011 Mar-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 396 30988 6.62 78.73 78.25 30909.27 28858.44 2050.83 20 1088 -0.74 2.76 -1.27 1085.24 1013.04 72.2
|
||||
01/03/2011 Mar-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 1144 143871 24.76 365.52 125.76 143505.48 133983.01 9522.47 35 5314 -0.4 13.5 0.82 5300.5 4948.97 351.53
|
||||
01/03/2011 Mar-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 424 52649 12.3 133.76 124.17 52515.24 49030.34 3484.9 -1 -615 -2.59 -1.56 -1.16 -613.44 -572.73 -40.71
|
||||
01/03/2011 Mar-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1180 148893 19.96 378.28 126.18 148514.72 138659.86 9854.86 38 271 -2.53 0.69 -3.96 270.31 252.01 18.3
|
||||
01/03/2011 Mar-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 3562 401899 41.18 1021.07 112.83 400877.93 374277.39 26600.54 -634 -58960 2.53 -149.79 3 -58810.21 -54907.42 -3902.79
|
||||
01/03/2011 Mar-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 1961 194791 26.59 494.89 99.33 194296.11 181403.56 12892.55 64 6336 6.49 16.1 -0.01 6319.9 5901.11 418.79
|
||||
01/03/2011 Mar-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 183 22569 4.05 57.34 123.33 22511.66 21017.87 1493.79 23 2658 0.87 6.75 -1.11 2651.25 2475.32 175.93
|
||||
01/03/2011 Mar-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1127 61957 15.31 157.41 54.98 61799.59 57698.99 4100.6 897 46628 10.12 118.46 -11.67 46509.54 43423.71 3085.83
|
||||
01/03/2011 Mar-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 936 81843 24.65 207.93 87.44 81635.07 76218.08 5416.99 134 9623 -0.67 24.45 -2.61 9598.55 8961.44 637.11
|
||||
01/03/2011 Mar-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 4345 323471 33.35 821.81 74.45 322649.19 301239.79 21409.4 764 52915 0.19 134.43 -1.1 52780.57 49278.43 3502.14
|
||||
01/03/2011 Mar-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 12298 692554 28.09 1759.51 56.31 690794.49 644955.64 45838.85 11547 635417 8.99 1614.35 -19.77 633802.65 591745.19 42057.46
|
||||
01/03/2011 Mar-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 149 12992 6.47 33.01 87.19 12958.99 12099.46 859.53 -22 -1695 -0.42 -4.3 1.3 -1690.7 -1578.5 -112.2
|
||||
01/04/2011 Apr-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 2103 115361 96.4 293.09 54.86 115067.91 107432.26 7635.65 384 19884 4.12 50.52 -0.68 19833.48 18516.85 1316.63
|
||||
01/04/2011 Apr-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 593 27710 15.43 70.4 46.73 27639.6 25805.91 1833.69 -38 -2211 1.22 -5.62 -0.69 -2205.38 -2059.04 -146.34
|
||||
01/04/2011 Apr-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 685 59836 97.94 152.02 87.35 59683.98 55723.76 3960.22 -241 -19201 -0.71 -48.78 2 -19152.22 -17880.98 -1271.24
|
||||
01/04/2011 Apr-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 440 39379 89.08 100.04 89.5 39278.96 36672.74 2606.22 -57 -4992 0.78 -12.69 0.22 -4979.31 -4648.35 -330.96
|
||||
01/04/2011 Apr-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 4927 396388 96.71 1007.06 80.45 395380.94 369145.16 26235.78 3029 223560 -0.07 567.97 -10.61 222992.03 208195.69 14796.34
|
||||
01/04/2011 Apr-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 5598 404735 99.95 1028.27 72.3 403706.73 376918.67 26788.06 -1295 -90810 0.02 -230.72 0.41 -90579.28 -84568.79 -6010.49
|
||||
01/04/2011 Apr-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 10080 626243 98.3 1591.04 62.13 624651.96 583202.82 41449.14 3140 167147 -1.7 424.66 -4.02 166722.34 155659.66 11062.68
|
||||
01/04/2011 Apr-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 1852 278405 97.87 707.32 150.33 277697.68 259270.54 18427.14 666 90145 2.48 229.03 -8.41 89915.97 83949.68 5966.29
|
||||
01/04/2011 Apr-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 649 93830 88.5 238.39 144.58 93591.61 87381.05 6210.56 -41 -5609 -2.94 -14.25 0.47 -5594.75 -5223.31 -371.44
|
||||
01/04/2011 Apr-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 1308 83180 82.02 211.33 63.59 82968.67 77463.56 5505.11 409 25440 1.64 64.64 -0.64 25375.36 23692.11 1683.25
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 1078 56331 79.53 143.11 52.26 56187.89 52459.48 3728.41 -30 -1673 -0.13 -4.26 -0.09 -1668.74 -1558.38 -110.36
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 875 77848 91.27 197.78 88.97 77650.22 72497.27 5152.95 348 28403 -0.86 72.16 -4.85 28330.84 26450.16 1880.68
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 980 80177 95.54 203.7 81.81 79973.3 74666.39 5306.91 -278 -23078 -1.68 -58.63 -0.27 -23019.37 -21492.27 -1527.1
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 793 48553 70.24 123.35 61.23 48429.65 45216.23 3213.42 -6 -897 -3.14 -2.28 -0.66 -894.72 -834.78 -59.94
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 4112 222610 98.36 565.57 54.14 222044.43 207310.6 14733.83 -132 -3890 0.12 -9.88 0.77 -3880.12 -3622.47 -257.65
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 273 41054 52.61 104.3 150.38 40949.7 38232.8 2716.9 -35 -5606 -1.24 -14.24 -1.11 -5591.76 -5219.97 -371.79
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 169 16447 20.47 41.78 97.32 16405.22 15316.82 1088.4 -34 -3386 1.48 -8.61 -0.38 -3377.39 -3153.09 -224.3
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 757 67106 95.48 170.49 88.65 66935.51 62494.3 4441.21 -34 -2780 -2.86 -7.06 0.3 -2772.94 -2588.75 -184.19
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 562 48650 69.96 123.6 86.57 48526.4 45306.19 3220.21 -213 -15513 -14.36 -39.41 3.78 -15473.59 -14446.81 -1026.78
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 3443 291548 97.63 740.71 84.68 290807.29 271510.81 19296.48 -1074 -87062 -2.19 -221.19 0.86 -86840.81 -81078.2 -5762.61
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 6055 422152 100 1072.52 69.72 421079.48 393137.89 27941.59 543 24568 1.21 62.41 -2.41 24505.59 22879.12 1626.47
|
||||
01/04/2011 Apr-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 43922 2565906 98.94 6518.95 58.42 2559387.05 2389555.91 169831.14 17524 987184 0.92 2508.05 -1.38 984675.95 919336.8 65339.15
|
||||
01/04/2011 Apr-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 3414 204767 99.49 520.23 59.98 204246.77 190694.11 13552.66 1157 62097 1.14 157.76 -3.23 61939.24 57829.74 4109.5
|
||||
01/04/2011 Apr-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 562 49048 59.4 124.61 87.27 48923.39 45677.2 3246.19 20 850 -2.62 2.16 -1.66 847.84 791.76 56.08
|
||||
01/04/2011 Apr-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 2260 161671 92.49 410.74 71.54 161260.26 150559.83 10700.43 317 23301 -1.45 59.19 0.33 23241.81 21699.56 1542.25
|
||||
01/04/2011 Apr-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 778 89741 98.48 227.99 115.35 89513.01 83573.08 5939.93 -102 -11018 0.67 -28 0.85 -10990 -10261.12 -728.88
|
||||
01/04/2011 Apr-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 257 30173 34.17 76.66 117.4 30096.34 28099.08 1997.26 -177 -20376 -22.94 -51.76 0.93 -20324.24 -18976.15 -1348.09
|
||||
01/04/2011 Apr-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 2809 315158 96.08 800.69 112.2 314357.31 293497.58 20859.73 483 49374 0.56 125.44 -2.07 49248.56 45980.62 3267.94
|
||||
01/04/2011 Apr-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 4427 448939 99.73 1140.58 101.41 447798.42 418083.86 29714.56 137 10022 0.02 25.46 -0.9 9996.54 9332.46 664.08
|
||||
01/04/2011 Apr-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 6270 563911 97.36 1432.67 89.94 562478.33 525154.04 37324.29 2305 191922 1.3 487.59 -3.88 191434.41 178731.55 12702.86
|
||||
01/04/2011 Apr-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 803 81849 41.88 207.95 101.93 81641.05 76223.66 5417.39 130 13993 1.02 35.55 1.1 13957.45 13030.91 926.54
|
||||
01/04/2011 Apr-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 721 40326 54.89 102.45 55.93 40223.55 37554.47 2669.08 -1059 -55450 -13.69 -140.88 2.12 -55309.12 -51639.2 -3669.92
|
||||
01/04/2011 Apr-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 789 63376 97.09 161.02 80.32 63214.98 59020.46 4194.52 -79 -5484 1.78 -13.93 0.99 -5470.07 -5107.1 -362.97
|
||||
01/04/2011 Apr-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 2515 176515 99.25 448.46 70.18 176066.54 164383.63 11682.91 -760 -47046 0.59 -119.52 1.92 -46926.48 -43812.06 -3114.42
|
||||
01/04/2011 Apr-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 5896 347991 98.34 884.11 59.02 347106.89 324074.21 23032.68 -12067 -660223 -0.79 -1677.36 2.89 -658545.64 -614846.69 -43698.95
|
||||
01/04/2011 Apr-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 1031 77837 61.64 197.75 75.5 77639.25 72487.22 5152.03 144 8791 4.72 22.33 -2.34 8768.67 8186.44 582.23
|
||||
01/04/2011 Apr-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 656 40118 21 101.92 61.16 40016.08 37361.14 2654.94 23 657 0.68 1.67 -1.18 655.33 611.85 43.48
|
||||
01/04/2011 Apr-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 663 30971 4.89 78.68 46.71 30892.32 28842.79 2049.53 -47 -2772 0.13 -7.05 -0.82 -2764.95 -2580.93 -184.02
|
||||
01/04/2011 Apr-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 31449 1950757 67.9 4956.1 62.03 1945800.9 1816685.18 129115.72 24745 1442005 22.39 3663.56 -13.86 1438341.44 1342898.79 95442.65
|
||||
01/04/2011 Apr-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 472 45407 13.72 115.36 96.2 45291.64 42286.63 3005.01 -120 -11435 -2.03 -29.05 0.18 -11405.95 -10648.91 -757.04
|
||||
01/04/2011 Apr-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 3985 335668 37.13 852.8 84.23 334815.2 312598.33 22216.87 1156 80975 -0.45 205.72 -5.8 80769.28 75410.11 5359.17
|
||||
01/04/2011 Apr-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 7593 573865 44.11 1457.96 75.58 572407.04 534423.92 37983.12 752 48378 -1.05 122.91 -1.23 48255.09 45052.51 3202.58
|
||||
01/04/2011 Apr-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 7784 512712 41.23 1302.6 65.87 511409.4 477474.23 33935.17 2544 140719 1.52 357.52 -5.12 140361.48 131047.82 9313.66
|
||||
01/04/2011 Apr-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 697 113167 18.17 287.51 162.36 112879.49 105389.42 7490.07 -229 -32821 -0.31 -83.39 4.71 -32737.61 -30564.9 -2172.71
|
||||
01/04/2011 Apr-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 708 108545 15.63 275.77 153.31 108269.23 101085.27 7183.96 92 14130 -1.03 35.9 0.04 14094.1 13158.87 935.23
|
||||
01/04/2011 Apr-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 383 27128 13.04 68.92 70.83 27059.08 25263.91 1795.17 31 1341 -0.56 3.41 -2.43 1337.59 1248.83 88.76
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 664 37327 14.71 94.84 56.22 37232.16 34761.77 2470.39 -190 -10779 -1.56 -27.38 -0.11 -10751.62 -10038.18 -713.44
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 881 78286 21.84 198.89 88.86 78087.11 72905.17 5181.94 304 22311 0.73 56.68 -8.15 22254.32 20777.61 1476.71
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 735 65497 18.26 166.4 89.11 65330.6 60995.69 4334.91 -75 -6140 -3.03 -15.6 0.67 -6124.4 -5717.82 -406.58
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 546 34708 11.81 88.18 63.57 34619.82 32322.77 2297.05 -22 -3145 -1.05 -7.99 -3.07 -3137.01 -2928.48 -208.53
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2771 163590 35.61 415.62 59.04 163174.38 152346.75 10827.63 228 8813 -0.81 22.39 -1.82 8790.61 8207.11 583.5
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 618 95623 18.73 242.94 154.73 95380.06 89050.63 6329.43 43 4872 1.62 12.38 -3.1 4859.62 4536.6 323.02
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 353 35591 9.38 90.43 100.82 35500.57 33145.27 2355.3 1 234 -1.38 0.6 0.37 233.4 217.92 15.48
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1569 145943 29.03 370.78 93.02 145572.22 135912.98 9659.24 -378 -36070 -2.51 -91.64 -0.46 -35978.36 -33590.6 -2387.76
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 392 34298 11.25 87.14 87.49 34210.86 31940.57 2270.29 0 -554 -0.41 -1.41 -1.42 -552.59 -516.3 -36.29
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 2318 213039 25.45 541.25 91.91 212497.75 198397.21 14100.54 -264 -25524 -1.9 -64.85 -0.48 -25459.15 -23769.78 -1689.37
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 67333 3873629 95.04 9841.36 57.53 3863787.64 3607401.85 256385.79 56192 3069049 31.05 7797.24 -14.69 3061251.76 2858119.55 203132.21
|
||||
01/04/2011 Apr-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 25716 1535285 41.16 3900.55 59.7 1531384.45 1429767.45 101617 14642 839936 2.01 2133.95 -3.09 837802.05 782208.53 55593.52
|
||||
01/04/2011 Apr-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 2249 145658 33.96 370.06 64.77 145287.94 135647.56 9640.38 688 36457 0.74 92.63 -5.19 36364.37 33951.56 2412.81
|
||||
01/04/2011 Apr-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 3612 292289 27.14 742.59 80.92 291546.41 272200.88 19345.53 -1658 -118116 -6.55 -300.09 3.04 -117815.91 -109998.09 -7817.82
|
||||
01/04/2011 Apr-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 541 40425 6.76 102.7 74.72 40322.3 37646.66 2675.64 145 9437 0.14 23.97 -3.53 9413.03 8788.22 624.81
|
||||
01/04/2011 Apr-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 834 104350 23.38 265.11 125.12 104084.89 97177.84 6907.05 -310 -39521 -1.38 -100.41 -0.64 -39420.59 -36805.17 -2615.42
|
||||
01/04/2011 Apr-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 272 33200 6.95 84.35 122.06 33115.65 30918.04 2197.61 -152 -19449 -5.35 -49.41 -2.11 -19399.59 -18112.3 -1287.29
|
||||
01/04/2011 Apr-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1705 205900 24.04 523.11 120.76 205376.89 191749.05 13627.84 525 57007 4.08 144.83 -5.42 56862.17 53089.19 3772.98
|
||||
01/04/2011 Apr-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 4463 477194 41 1212.36 106.92 475981.64 444397.13 31584.51 901 75295 -0.18 191.29 -5.91 75103.71 70119.74 4983.97
|
||||
01/04/2011 Apr-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 3343 317225 31.98 805.94 94.89 316419.06 295423.07 20995.99 1382 122434 5.39 311.05 -4.44 122122.95 114019.51 8103.44
|
||||
01/04/2011 Apr-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 118 14585 1.81 37.06 123.6 14547.94 13582.41 965.53 -65 -7984 -2.24 -20.28 0.27 -7963.72 -7435.46 -528.26
|
||||
01/04/2011 Apr-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 644 36976 13.77 93.94 57.42 36882.06 34434.33 2447.73 -483 -24981 -1.54 -63.47 2.44 -24917.53 -23264.66 -1652.87
|
||||
01/04/2011 Apr-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 682 59897 21.28 152.17 87.83 59744.83 55780.21 3964.62 -254 -21946 -3.37 -55.76 0.39 -21890.24 -20437.87 -1452.37
|
||||
01/04/2011 Apr-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 4363 317219 31.33 805.93 72.71 316413.07 295417.49 20995.58 18 -6252 -2.02 -15.88 -1.74 -6236.12 -5822.3 -413.82
|
||||
01/04/2011 Apr-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 4691 274301 27.98 696.89 58.47 273604.11 255448.6 18155.51 -7607 -418253 -0.11 -1062.62 2.16 -417190.38 -389507.04 -27683.34
|
||||
01/04/2011 Apr-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 239 20456 6.26 51.97 85.59 20404.03 19050.47 1353.56 90 7464 -0.21 18.96 -1.6 7445.04 6951.01 494.03
|
||||
01/05/2011 May-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 8416 387529 95.8 984.56 46.05 386544.44 360895.02 25649.42 6313 272168 -0.6 691.47 -8.81 271476.53 253462.76 18013.77
|
||||
01/05/2011 May-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 635 28004 15.4 71.15 44.1 27932.85 26079.15 1853.7 42 294 -0.03 0.75 -2.63 293.25 273.24 20.01
|
||||
01/05/2011 May-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 718 61328 97.56 155.81 85.42 61172.19 57112.85 4059.34 33 1492 -0.38 3.79 -1.93 1488.21 1389.09 99.12
|
||||
01/05/2011 May-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 785 64561 93.66 164.02 82.24 64396.98 60123.47 4273.51 345 25182 4.58 63.98 -7.26 25118.02 23450.73 1667.29
|
||||
01/05/2011 May-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2777 232477 99.74 590.63 83.72 231886.37 216499.46 15386.91 -2150 -163911 3.03 -416.43 3.27 -163494.57 -152645.7 -10848.87
|
||||
01/05/2011 May-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 4457 320483 99.13 814.22 71.91 319668.78 298457.15 21211.63 -1141 -84252 -0.82 -214.05 -0.39 -84037.95 -78461.52 -5576.43
|
||||
01/05/2011 May-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 10965 676784 99.94 1719.44 61.72 675064.56 630269.68 44794.88 885 50541 1.64 128.4 -0.41 50412.6 47066.86 3345.74
|
||||
01/05/2011 May-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 820 131220 95.14 333.38 160.02 130886.62 122201.48 8685.14 -1032 -147185 -2.73 -373.94 9.69 -146811.06 -137069.06 -9742
|
||||
01/05/2011 May-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 694 100153 95.05 254.45 144.31 99898.55 93269.85 6628.7 45 6323 6.55 16.06 -0.27 6306.94 5888.8 418.14
|
||||
01/05/2011 May-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 1006 65509 79.12 166.43 65.12 65342.57 61006.31 4336.26 -302 -17671 -2.9 -44.9 1.53 -17626.1 -16457.25 -1168.85
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 883 46693 79.85 118.63 52.88 46574.37 43484.06 3090.31 -195 -9638 0.32 -24.48 0.62 -9613.52 -8975.42 -638.1
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 549 50672 92.07 128.74 92.3 50543.26 47189.78 3353.48 -326 -27176 0.8 -69.04 3.33 -27106.96 -25307.49 -1799.47
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 1124 91648 96.64 232.84 81.54 91415.16 85349.38 6065.78 144 11471 1.1 29.14 -0.27 11441.86 10682.99 758.87
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 671 40768 70.7 103.57 60.76 40664.43 37965.72 2698.71 -122 -7785 0.46 -19.78 -0.47 -7765.22 -7250.51 -514.71
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2906 160920 99.13 408.83 55.38 160511.17 149860.26 10650.91 -1206 -61690 0.77 -156.74 1.24 -61533.26 -57450.34 -4082.92
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 105 16132 42.11 40.99 153.64 16091.01 15023.46 1067.55 -168 -24922 -10.5 -63.31 3.26 -24858.69 -23209.34 -1649.35
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 159 15808 21.39 40.16 99.42 15767.84 14721.73 1046.11 -10 -639 0.92 -1.62 2.1 -637.38 -595.09 -42.29
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 631 55726 98.83 141.58 88.31 55584.42 51896.24 3688.18 -126 -11380 3.35 -28.91 -0.34 -11351.09 -10598.06 -753.03
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 630 53968 79.65 137.11 85.66 53830.89 50259.06 3571.83 68 5318 9.69 13.51 -0.91 5304.49 4952.87 351.62
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 3184 269995 98.87 685.95 84.8 269309.05 251438.92 17870.13 -259 -21553 1.24 -54.76 0.12 -21498.24 -20071.89 -1426.35
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 5911 419757 99.71 1066.43 71.01 418690.57 390907.86 27782.71 -144 -2395 -0.29 -6.09 1.29 -2388.91 -2230.03 -158.88
|
||||
01/05/2011 May-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 26189 1556059 99.94 3953.33 59.42 1552105.67 1449114.07 102991.6 -17733 -1009847 1 -2565.62 1 -1007281.38 -940441.84 -66839.54
|
||||
01/05/2011 May-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 2188 132131 95.23 335.69 60.39 131795.31 123049.69 8745.62 -1226 -72636 -4.26 -184.54 0.41 -72451.46 -67644.42 -4807.04
|
||||
01/05/2011 May-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 574 50139 59.38 127.39 87.35 50011.61 46693.03 3318.58 12 1091 -0.02 2.78 0.08 1088.22 1015.83 72.39
|
||||
01/05/2011 May-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 1346 102638 93.04 260.76 76.25 102377.24 95583.69 6793.55 -914 -59033 0.55 -149.98 4.71 -58883.02 -54976.14 -3906.88
|
||||
01/05/2011 May-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 920 104199 98.93 264.73 113.26 103934.27 97037.59 6896.68 142 14458 0.45 36.74 -2.09 14421.26 13464.51 956.75
|
||||
01/05/2011 May-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 96 11740 20.08 29.83 122.29 11710.17 10933.32 776.85 -161 -18433 -14.09 -46.83 4.89 -18386.17 -17165.76 -1220.41
|
||||
01/05/2011 May-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 2613 296282 95.3 752.74 113.39 295529.26 275919.44 19609.82 -196 -18876 -0.78 -47.95 1.19 -18828.05 -17578.14 -1249.91
|
||||
01/05/2011 May-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 3161 328843 99.44 835.46 104.03 328007.54 306241.84 21765.7 -1266 -120096 -0.29 -305.12 2.62 -119790.88 -111842.02 -7948.86
|
||||
01/05/2011 May-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 4339 405577 97.02 1030.41 93.47 404546.59 377702.61 26843.98 -1931 -158334 -0.34 -402.26 3.53 -157931.74 -147451.43 -10480.31
|
||||
01/05/2011 May-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 775 78413 47.07 199.22 101.18 78213.78 73023.63 5190.15 -28 -3436 5.19 -8.73 -0.75 -3427.27 -3200.03 -227.24
|
||||
01/05/2011 May-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 478 28717 80.16 72.96 60.08 28644.04 26742.96 1901.08 -243 -11609 25.27 -29.49 4.15 -11579.51 -10811.51 -768
|
||||
01/05/2011 May-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 959 74303 96.33 188.77 77.48 74114.23 69196.1 4918.13 170 10927 -0.76 27.75 -2.84 10899.25 10175.64 723.61
|
||||
01/05/2011 May-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 1762 126008 98.28 320.14 71.51 125687.86 117348.07 8339.79 -753 -50507 -0.97 -128.32 1.33 -50378.68 -47035.56 -3343.12
|
||||
01/05/2011 May-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 3219 196832 93.47 500.08 61.15 196331.92 183304.46 13027.46 -2677 -151159 -4.87 -384.03 2.13 -150774.97 -140769.75 -10005.22
|
||||
01/05/2011 May-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 899 68609 59.86 174.31 76.32 68434.69 63893.44 4541.25 -132 -9228 -1.78 -23.44 0.82 -9204.56 -8593.78 -610.78
|
||||
01/05/2011 May-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 4924 225484 26.08 572.86 45.79 224911.14 209986.52 14924.62 4268 185366 5.08 470.94 -15.37 184895.06 172625.38 12269.68
|
||||
01/05/2011 May-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 743 32733 5.17 83.16 44.06 32649.84 30483.32 2166.52 80 1762 0.28 4.48 -2.65 1757.52 1640.53 116.99
|
||||
01/05/2011 May-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 2684 202254 36.28 513.85 75.36 201740.15 188353.45 13386.7 -28765 -1748503 -31.62 -4442.25 13.33 -1744060.75 -1628331.73 -115729.02
|
||||
01/05/2011 May-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 473 43814 16.42 111.31 92.63 43702.69 40802.56 2900.13 1 -1593 2.7 -4.05 -3.57 -1588.95 -1484.07 -104.88
|
||||
01/05/2011 May-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2315 210614 37.15 535.09 90.98 210078.91 196138.69 13940.22 -1670 -125054 0.02 -317.71 6.75 -124736.29 -116459.64 -8276.65
|
||||
01/05/2011 May-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 6527 497338 44 1263.54 76.2 496074.46 463156.48 32917.98 -1066 -76527 -0.11 -194.42 0.62 -76332.58 -71267.44 -5065.14
|
||||
01/05/2011 May-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 6356 416768 39.81 1058.84 65.57 415709.16 388124.1 27585.06 -1428 -95944 -1.42 -243.76 -0.3 -95700.24 -89350.13 -6350.11
|
||||
01/05/2011 May-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 440 75038 17.11 190.64 170.54 74847.36 69880.58 4966.78 -257 -38129 -1.06 -96.87 8.18 -38032.13 -35508.84 -2523.29
|
||||
01/05/2011 May-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 582 90433 18.74 229.75 155.38 90203.25 84217.33 5985.92 -126 -18112 3.11 -46.02 2.07 -18065.98 -16867.94 -1198.04
|
||||
01/05/2011 May-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 397 28388 13.36 72.12 71.51 28315.88 26436.76 1879.12 14 1260 0.32 3.2 0.68 1256.8 1172.85 83.95
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 558 31522 14.57 80.08 56.49 31441.92 29355.18 2086.74 -106 -5805 -0.14 -14.76 0.27 -5790.24 -5406.59 -383.65
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 546 51266 18.94 130.25 93.89 51135.75 47742.39 3393.36 -335 -27020 -2.9 -68.64 5.03 -26951.36 -25162.78 -1788.58
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 570 50647 22.01 128.67 88.85 50518.33 47165.75 3352.58 -165 -14850 3.75 -37.73 -0.26 -14812.27 -13829.94 -982.33
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 383 24233 12.31 61.57 63.27 24171.43 22567.33 1604.1 -163 -10475 0.5 -26.61 -0.3 -10448.39 -9755.44 -692.95
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 1996 119576 35.52 303.79 59.91 119272.21 111357.58 7914.63 -775 -44014 -0.09 -111.83 0.87 -43902.17 -40989.17 -2913
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 546 86290 19.64 219.23 158.04 86070.77 80359.63 5711.14 -72 -9333 0.91 -23.71 3.31 -9309.29 -8691 -618.29
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 257 25863 10.86 65.71 100.63 25797.29 24085.48 1711.81 -96 -9728 1.48 -24.72 -0.19 -9703.28 -9059.79 -643.49
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1452 135512 32.77 344.29 93.33 135167.71 126198.88 8968.83 -117 -10431 3.74 -26.49 0.31 -10404.51 -9714.1 -690.41
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 277 25370 11.29 64.45 91.59 25305.55 23626.18 1679.37 -115 -8928 0.04 -22.69 4.1 -8905.31 -8314.39 -590.92
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 1996 183542 27.08 466.31 91.95 183075.69 170927.86 12147.83 -322 -29497 1.63 -74.94 0.04 -29422.06 -27469.35 -1952.71
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 31980 1957504 79.39 4973.24 61.21 1952530.76 1822968.47 129562.29 -35353 -1916125 -15.65 -4868.12 3.68 -1911256.88 -1784433.38 -126823.5
|
||||
01/05/2011 May-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 13060 814326 40.2 2068.88 62.35 812257.12 758358.85 53898.27 -12656 -720959 -0.96 -1831.67 2.65 -719127.33 -671408.6 -47718.73
|
||||
01/05/2011 May-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1434 98656 31.84 250.64 68.8 98405.36 91875.74 6529.62 -815 -47002 -2.12 -119.42 4.03 -46882.58 -43771.82 -3110.76
|
||||
01/05/2011 May-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 1623 136418 37.44 346.58 84.05 136071.42 127042.61 9028.81 -1989 -155871 10.3 -396.01 3.13 -155474.99 -145158.27 -10316.72
|
||||
01/05/2011 May-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 340 27176 7.34 69.04 79.93 27106.96 25308.62 1798.34 -201 -13249 0.58 -33.66 5.21 -13215.34 -12338.04 -877.3
|
||||
01/05/2011 May-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 944 117811 26.37 299.31 124.8 117511.69 109713.69 7798 110 13461 2.99 34.2 -0.32 13426.8 12535.85 890.95
|
||||
01/05/2011 May-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 187 23425 6.29 59.51 125.27 23365.49 21815.23 1550.26 -85 -9775 -0.66 -24.84 3.21 -9750.16 -9102.81 -647.35
|
||||
01/05/2011 May-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1364 172515 23.97 438.29 126.48 172076.71 160658.35 11418.36 -341 -33385 -0.07 -84.82 5.72 -33300.18 -31090.7 -2209.48
|
||||
01/05/2011 May-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 3483 387374 42.45 984.16 111.22 386389.84 360750.3 25639.54 -980 -89820 1.45 -228.2 4.3 -89591.8 -83646.83 -5944.97
|
||||
01/05/2011 May-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 2254 226100 32.58 574.43 100.31 225525.57 210560.93 14964.64 -1089 -91125 0.6 -231.51 5.42 -90893.49 -84862.14 -6031.35
|
||||
01/05/2011 May-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 166 20480 3.16 52.03 123.37 20427.97 19072.82 1355.15 48 5895 1.35 14.97 -0.23 5880.03 5490.41 389.62
|
||||
01/05/2011 May-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 572 34367 17.56 87.31 60.08 34279.69 32004.83 2274.86 -72 -2609 3.79 -6.63 2.66 -2602.37 -2429.5 -172.87
|
||||
01/05/2011 May-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 623 54437 22.96 138.3 87.38 54298.7 50695.46 3603.24 -59 -5460 1.68 -13.87 -0.45 -5446.13 -5084.75 -361.38
|
||||
01/05/2011 May-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 3194 240178 33.62 610.19 75.2 239567.81 223670.63 15897.18 -1169 -77041 2.29 -195.74 2.49 -76845.26 -71746.86 -5098.4
|
||||
01/05/2011 May-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 1633 101210 20.39 257.14 61.98 100952.86 94254.39 6698.47 -3058 -173091 -7.59 -439.75 3.51 -172651.25 -161194.21 -11457.04
|
||||
01/05/2011 May-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 167 14618 6.3 37.14 87.53 14580.86 13613.71 967.15 -72 -5838 0.04 -14.83 1.94 -5823.17 -5436.76 -386.41
|
||||
01/06/2011 Jun-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 2358 122869 96.17 312.16 52.11 122556.84 114424.62 8132.22 -6058 -264660 0.37 -672.4 6.06 -263987.6 -246470.4 -17517.2
|
||||
01/06/2011 Jun-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 677 29842 16.55 75.82 44.08 29766.18 27791.2 1974.98 42 1838 1.15 4.67 -0.02 1833.33 1712.05 121.28
|
||||
01/06/2011 Jun-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 590 51025 94.77 129.64 86.48 50895.36 47517.77 3377.59 -128 -10303 -2.79 -26.17 1.06 -10276.83 -9595.08 -681.75
|
||||
01/06/2011 Jun-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 915 72220 91.33 183.48 78.93 72036.52 67256.08 4780.44 130 7659 -2.33 19.46 -3.31 7639.54 7132.61 506.93
|
||||
01/06/2011 Jun-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 3837 316565 99.64 804.27 82.5 315760.73 294808.43 20952.3 1060 84088 -0.1 213.64 -1.22 83874.36 78308.97 5565.39
|
||||
01/06/2011 Jun-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 8597 590416 99.79 1500.01 68.68 588915.99 549837.4 39078.59 4140 269933 0.66 685.79 -3.23 269247.21 251380.25 17866.96
|
||||
01/06/2011 Jun-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 15096 916467 98.96 2328.38 60.71 914138.62 853479.88 60658.74 4131 239683 -0.98 608.94 -1.01 239074.06 223210.2 15863.86
|
||||
01/06/2011 Jun-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 1034 159158 93.6 404.36 153.92 158753.64 148219.73 10533.91 214 27938 -1.54 70.98 -6.1 27867.02 26018.25 1848.77
|
||||
01/06/2011 Jun-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 724 102111 91.36 259.42 141.04 101851.58 95093.09 6758.49 30 1958 -3.69 4.97 -3.27 1953.03 1823.24 129.79
|
||||
01/06/2011 Jun-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 977 65244 94.42 165.76 66.78 65078.24 60759.89 4318.35 -29 -265 15.3 -0.67 1.66 -264.33 -246.42 -17.91
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 1015 53945 79.17 137.05 53.15 53807.95 50237.27 3570.68 132 7252 -0.68 18.42 0.27 7233.58 6753.21 480.37
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 698 63664 88.45 161.74 91.21 63502.26 59288.12 4214.14 149 12992 -3.62 33 -1.09 12959 12098.34 860.66
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 998 82741 94.83 210.21 82.91 82530.79 77053.99 5476.8 -126 -8907 -1.81 -22.63 1.37 -8884.37 -8295.39 -588.98
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 835 50775 68.69 129 60.81 50646 47285.33 3360.67 164 10007 -2.01 25.43 0.05 9981.57 9319.61 661.96
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2866 158945 98.49 403.82 55.46 158541.18 148020.81 10520.37 -40 -1975 -0.64 -5.01 0.08 -1969.99 -1839.45 -130.54
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 156 24442 36.98 62.09 156.68 24379.91 22761.77 1618.14 51 8310 -5.13 21.1 3.04 8288.9 7738.31 550.59
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 161 16024 21.07 40.71 99.53 15983.29 14922.32 1060.97 2 216 -0.32 0.55 0.11 215.45 200.59 14.86
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 738 64907 98.85 164.9 87.95 64742.1 60445.87 4296.23 107 9181 0.02 23.32 -0.36 9157.68 8549.63 608.05
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 686 60092 89.27 152.67 87.6 59939.33 55961.8 3977.53 56 6124 9.62 15.56 1.94 6108.44 5702.74 405.7
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 3643 310928 97.19 789.94 85.35 310138.06 289558.3 20579.76 459 40933 -1.68 103.99 0.55 40829.01 38119.38 2709.63
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 5586 398140 98.33 1011.52 71.27 397128.48 370776.19 26352.29 -325 -21617 -1.38 -54.91 0.26 -21562.09 -20131.67 -1430.42
|
||||
01/06/2011 Jun-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 26830 1606084 99.79 4080.42 59.86 1602003.58 1495700.38 106303.2 641 50025 -0.15 127.09 0.44 49897.91 46586.31 3311.6
|
||||
01/06/2011 Jun-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 3630 212218 98.04 539.16 58.46 211678.84 197632.27 14046.57 1442 80087 2.81 203.47 -1.93 79883.53 74582.58 5300.95
|
||||
01/06/2011 Jun-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 967 77920 55.75 197.96 80.58 77722.04 72564.89 5157.15 393 27781 -3.63 70.57 -6.77 27710.43 25871.86 1838.57
|
||||
01/06/2011 Jun-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 1480 112559 92.22 285.97 76.05 112273.03 104823.4 7449.63 134 9921 -0.82 25.21 -0.2 9895.79 9239.71 656.08
|
||||
01/06/2011 Jun-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 947 108868 99.06 276.59 114.96 108591.41 101385.33 7206.08 27 4669 0.13 11.86 1.7 4657.14 4347.74 309.4
|
||||
01/06/2011 Jun-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 91 11217 12.72 28.5 123.26 11188.5 10446.07 742.43 -5 -523 -7.36 -1.33 0.97 -521.67 -487.25 -34.42
|
||||
01/06/2011 Jun-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 3212 365439 96.68 928.43 113.77 364510.57 340323.04 24187.53 599 69157 1.38 175.69 0.38 68981.31 64403.6 4577.71
|
||||
01/06/2011 Jun-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 3340 350146 98.87 889.58 104.83 349256.42 326080.72 23175.7 179 21303 -0.57 54.12 0.8 21248.88 19838.88 1410
|
||||
01/06/2011 Jun-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 3850 375265 98.32 953.4 97.47 374311.6 349473.9 24837.7 -489 -30312 1.3 -77.01 4 -30234.99 -28228.71 -2006.28
|
||||
01/06/2011 Jun-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 896 92659 45.97 235.41 103.41 92423.59 86290.34 6133.25 121 14246 -1.1 36.19 2.23 14209.81 13266.71 943.1
|
||||
01/06/2011 Jun-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 922 55875 90.79 141.95 60.6 55733.05 52034.81 3698.24 444 27158 10.63 68.99 0.52 27089.01 25291.85 1797.16
|
||||
01/06/2011 Jun-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 801 63835 97.25 162.18 79.69 63672.82 59447.92 4224.9 -158 -10468 0.92 -26.59 2.21 -10441.41 -9748.18 -693.23
|
||||
01/06/2011 Jun-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 2368 162272 98.41 412.27 68.53 161859.73 151119.71 10740.02 606 36264 0.13 92.13 -2.98 36171.87 33771.64 2400.23
|
||||
01/06/2011 Jun-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 2390 157021 89.22 398.93 65.7 156622.07 146229.42 10392.65 -829 -39811 -4.25 -101.15 4.55 -39709.85 -37075.04 -2634.81
|
||||
01/06/2011 Jun-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 949 70266 62.92 178.52 74.04 70087.48 65436.74 4650.74 50 1657 3.06 4.21 -2.28 1652.79 1543.3 109.49
|
||||
01/06/2011 Jun-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 2903 144974 33.6 368.32 49.94 144605.68 135010.01 9595.67 -2021 -80510 7.52 -204.54 4.15 -80305.46 -74976.51 -5328.95
|
||||
01/06/2011 Jun-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 725 31972 6.44 81.23 44.1 31890.77 29774.25 2116.52 -18 -761 1.27 -1.93 0.04 -759.07 -709.07 -50
|
||||
01/06/2011 Jun-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 1364 123597 38.62 314.01 90.61 123282.99 115102.4 8180.59 -1320 -78657 2.34 -199.84 15.25 -78457.16 -73251.05 -5206.11
|
||||
01/06/2011 Jun-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 829 69776 23.02 177.27 84.17 69598.73 64980.24 4618.49 356 25962 6.6 65.96 -8.46 25896.04 24177.68 1718.36
|
||||
01/06/2011 Jun-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2990 261499 48.7 664.36 87.46 260834.64 243526.28 17308.36 675 50885 11.55 129.27 -3.52 50755.73 47387.59 3368.14
|
||||
01/06/2011 Jun-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 10175 720104 57.43 1829.5 70.77 718274.5 670612.37 47662.13 3648 222766 13.43 565.96 -5.43 222200.04 207455.89 14744.15
|
||||
01/06/2011 Jun-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 8119 518956 51.79 1318.46 63.92 517637.54 483289.28 34348.26 1763 102188 11.98 259.62 -1.65 101928.38 95165.18 6763.2
|
||||
01/06/2011 Jun-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 460 77362 19.44 196.55 168.18 77165.45 72044.68 5120.77 20 2324 2.33 5.91 -2.36 2318.09 2164.1 153.99
|
||||
01/06/2011 Jun-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 574 90491 21.67 229.9 157.65 90261.1 84271.53 5989.57 -8 58 2.93 0.15 2.27 57.85 54.2 3.65
|
||||
01/06/2011 Jun-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 369 26431 18.63 67.15 71.63 26363.85 24614.07 1749.78 -28 -1957 5.27 -4.97 0.12 -1952.03 -1822.69 -129.34
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 535 30209 17.26 76.75 56.47 30132.25 28132.61 1999.64 -23 -1313 2.69 -3.33 -0.02 -1309.67 -1222.57 -87.1
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 541 51886 23.54 131.82 95.91 51754.18 48320.16 3434.02 -5 620 4.6 1.57 2.02 618.43 577.77 40.66
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 718 64444 26.16 163.73 89.75 64280.27 60014.51 4265.76 148 13797 4.15 35.06 0.9 13761.94 12848.76 913.18
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 487 30998 16.16 78.76 63.65 30919.24 28867.93 2051.31 104 6765 3.85 17.19 0.38 6747.81 6300.6 447.21
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 1757 108014 42.96 274.42 61.48 107739.58 100590.77 7148.81 -239 -11562 7.44 -29.37 1.57 -11532.63 -10766.81 -765.82
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 514 80776 21.87 205.22 157.15 80570.78 75224.04 5346.74 -32 -5514 2.23 -14.01 -0.89 -5499.99 -5135.59 -364.4
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 268 27200 13.91 69.1 101.49 27130.9 25330.41 1800.49 11 1337 3.05 3.39 0.86 1333.61 1244.93 88.68
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1582 147878 38.42 375.7 93.48 147502.3 137714.98 9787.32 130 12366 5.65 31.41 0.15 12334.59 11516.1 818.49
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 286 26198 13.14 66.56 91.6 26131.44 24397.83 1733.61 9 828 1.85 2.11 0.01 825.89 771.65 54.24
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 2179 202718 35.26 515.03 93.03 202202.97 188785.37 13417.6 183 19176 8.18 48.72 1.08 19127.28 17857.51 1269.77
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 30244 1856719 75.85 4717.19 61.39 1852001.81 1729110.25 122891.56 -1736 -100785 -3.54 -256.05 0.18 -100528.95 -93858.22 -6670.73
|
||||
01/06/2011 Jun-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 14432 904358 52.47 2297.62 62.66 902060.38 842203.48 59856.9 1372 90032 12.27 228.74 0.31 89803.26 83844.63 5958.63
|
||||
01/06/2011 Jun-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 2119 133268 40.11 338.58 62.89 132929.42 124108.55 8820.87 685 34612 8.27 87.94 -5.91 34524.06 32232.81 2291.25
|
||||
01/06/2011 Jun-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 662 60455 18.04 153.59 91.32 60301.41 56299.85 4001.56 -961 -75963 -19.4 -192.99 7.27 -75770.01 -70742.76 -5027.25
|
||||
01/06/2011 Jun-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 377 30238 9.7 76.82 80.21 30161.18 28159.98 2001.2 37 3062 2.36 7.78 0.28 3054.22 2851.36 202.86
|
||||
01/06/2011 Jun-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 1160 144355 34.1 366.75 124.44 143988.25 134433.37 9554.88 216 26544 7.73 67.44 -0.36 26476.56 24719.68 1756.88
|
||||
01/06/2011 Jun-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 118 15175 4.31 38.55 128.6 15136.45 14131.68 1004.77 -69 -8250 -1.98 -20.96 3.33 -8229.04 -7683.55 -545.49
|
||||
01/06/2011 Jun-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1563 196558 29.17 499.37 125.76 196058.63 183049.11 13009.52 199 24043 5.2 61.08 -0.72 23981.92 22390.76 1591.16
|
||||
01/06/2011 Jun-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 3867 431606 52.26 1096.54 111.61 430509.46 401942.87 28566.59 384 44232 9.81 112.38 0.39 44119.62 41192.57 2927.05
|
||||
01/06/2011 Jun-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 2155 226007 38.57 574.19 104.88 225432.81 210474.32 14958.49 -99 -93 5.99 -0.24 4.57 -92.76 -86.61 -6.15
|
||||
01/06/2011 Jun-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 161 20333 3.72 51.66 126.29 20281.34 18935.36 1345.98 -5 -147 0.56 -0.37 2.92 -146.63 -137.46 -9.17
|
||||
01/06/2011 Jun-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1082 65513 25.45 166.44 60.55 65346.56 61010.23 4336.33 510 31146 7.89 79.13 0.47 31066.87 29005.4 2061.47
|
||||
01/06/2011 Jun-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 743 62448 27.62 158.66 84.05 62289.34 58156.06 4133.28 120 8011 4.66 20.36 -3.33 7990.64 7460.6 530.04
|
||||
01/06/2011 Jun-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 4183 302774 42.34 769.23 72.38 302004.77 281964.7 20040.07 989 62596 8.72 159.04 -2.82 62436.96 58294.07 4142.89
|
||||
01/06/2011 Jun-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 916 65609 22.15 166.69 71.63 65442.31 61100.18 4342.13 -717 -35601 1.76 -90.45 9.65 -35510.55 -33154.21 -2356.34
|
||||
01/06/2011 Jun-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 146 12055 7.06 30.62 82.57 12024.38 11226.11 798.27 -21 -2563 0.76 -6.52 -4.96 -2556.48 -2387.6 -168.88
|
||||
01/07/2011 Jul-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 1972 109814 95.79 278.99 55.69 109535.01 102267.05 7267.96 -386 -13055 -0.38 -33.17 3.58 -13021.83 -12157.57 -864.26
|
||||
01/07/2011 Jul-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 797 35103 14.53 89.18 44.04 35013.82 32690.44 2323.38 120 5261 -2.02 13.36 -0.04 5247.64 4899.24 348.4
|
||||
01/07/2011 Jul-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 910 76920 96.6 195.43 84.53 76724.57 71633.42 5091.15 320 25895 1.83 65.79 -1.95 25829.21 24115.65 1713.56
|
||||
01/07/2011 Jul-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 602 52013 90.94 132.14 86.4 51880.86 48438.61 3442.25 -313 -20207 -0.39 -51.34 7.47 -20155.66 -18817.47 -1338.19
|
||||
01/07/2011 Jul-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2831 246946 98.58 627.39 87.23 246318.61 229973.48 16345.13 -1006 -69619 -1.06 -176.88 4.73 -69442.12 -64834.95 -4607.17
|
||||
01/07/2011 Jul-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 9075 631066 99.93 1603.29 69.54 629462.71 587694.16 41768.55 478 40650 0.14 103.28 0.86 40546.72 37856.76 2689.96
|
||||
01/07/2011 Jul-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 8864 570595 99.17 1449.65 64.37 569145.35 531379.22 37766.13 -6232 -345872 0.21 -878.73 3.66 -344993.27 -322100.66 -22892.61
|
||||
01/07/2011 Jul-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 806 132654 95.01 337.02 164.58 132316.98 123536.93 8780.05 -228 -26504 1.41 -67.34 10.66 -26436.66 -24682.8 -1753.86
|
||||
01/07/2011 Jul-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 713 104015 93.55 264.26 145.88 103750.74 96866.61 6884.13 -11 1904 2.19 4.84 4.84 1899.16 1773.52 125.64
|
||||
01/07/2011 Jul-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 1358 90488 96 229.9 66.63 90258.1 84268.73 5989.37 381 25244 1.58 64.14 -0.15 25179.86 23508.84 1671.02
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 1013 53567 78.47 136.09 52.88 53430.91 49885.81 3545.1 -2 -378 -0.7 -0.96 -0.27 -377.04 -351.46 -25.58
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 990 88124 90.31 223.89 89.01 87900.11 82067.21 5832.9 292 24460 1.86 62.15 -2.2 24397.85 22779.09 1618.76
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 1008 84836 92.94 215.54 84.16 84620.46 79005.74 5614.72 10 2095 -1.89 5.33 1.25 2089.67 1951.75 137.92
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 828 49818 71.07 126.57 60.17 49691.43 46394.09 3297.34 -7 -957 2.38 -2.43 -0.64 -954.57 -891.24 -63.33
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 3616 200729 98.51 509.97 55.51 200219.03 186933.07 13285.96 750 41784 0.02 106.15 0.05 41677.85 38912.26 2765.59
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 211 34301 42.38 87.14 162.56 34213.86 31943.37 2270.49 55 9859 5.4 25.05 5.88 9833.95 9181.6 652.35
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 180 17711 19.54 44.99 98.39 17666.01 16493.57 1172.44 19 1687 -1.53 4.28 -1.14 1682.72 1571.25 111.47
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 964 85625 98.48 217.54 88.82 85407.46 79739.96 5667.5 226 20718 -0.37 52.64 0.87 20665.36 19294.09 1371.27
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 759 67640 92.87 171.85 89.12 67468.15 62991.04 4477.11 73 7548 3.6 19.18 1.52 7528.82 7029.24 499.58
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 3697 319469 99.47 811.64 86.41 318657.36 297512.84 21144.52 54 8541 2.28 21.7 1.06 8519.3 7954.54 564.76
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 5035 371381 99.64 943.53 73.76 370437.47 345857.03 24580.44 -551 -26759 1.31 -67.99 2.49 -26691.01 -24919.16 -1771.85
|
||||
01/07/2011 Jul-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 40243 2389897 99.39 6071.78 59.39 2383825.22 2225643.89 158181.33 13413 783813 -0.4 1991.36 -0.47 781821.64 729943.51 51878.13
|
||||
01/07/2011 Jul-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 2782 170849 96.44 434.06 61.41 170414.94 159107.23 11307.71 -848 -41369 -1.6 -105.1 2.95 -41263.9 -38525.04 -2738.86
|
||||
01/07/2011 Jul-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 741 63410 59.71 161.1 85.57 63248.9 59052.32 4196.58 -226 -14510 3.96 -36.86 4.99 -14473.14 -13512.57 -960.57
|
||||
01/07/2011 Jul-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 1686 129404 91.6 328.76 76.75 129075.24 120510.67 8564.57 206 16845 -0.62 42.79 0.7 16802.21 15687.27 1114.94
|
||||
01/07/2011 Jul-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 1096 125650 99.56 319.23 114.64 125330.77 117014.48 8316.29 149 16782 0.5 42.64 -0.32 16739.36 15629.15 1110.21
|
||||
01/07/2011 Jul-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 66 8043 8.02 20.44 121.86 8022.56 7490.22 532.34 -25 -3174 -4.7 -8.06 -1.4 -3165.94 -2955.85 -210.09
|
||||
01/07/2011 Jul-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 3812 436309 96.11 1108.49 114.46 435200.51 406321.9 28878.61 600 70870 -0.57 180.06 0.69 70689.94 65998.86 4691.08
|
||||
01/07/2011 Jul-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 3931 413451 99.15 1050.41 105.18 412400.59 385035.26 27365.33 591 63305 0.28 160.83 0.35 63144.17 58954.54 4189.63
|
||||
01/07/2011 Jul-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 5750 540369 97.62 1372.87 93.98 538996.13 503230.41 35765.72 1900 165104 -0.7 419.47 -3.49 164684.53 153756.51 10928.02
|
||||
01/07/2011 Jul-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 920 95347 44.5 242.24 103.64 95104.76 88793.6 6311.16 24 2688 -1.47 6.83 0.23 2681.17 2503.26 177.91
|
||||
01/07/2011 Jul-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1045 63579 90.3 161.53 60.84 63417.47 59209.33 4208.14 123 7704 -0.49 19.58 0.24 7684.42 7174.52 509.9
|
||||
01/07/2011 Jul-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 1114 87476 97.21 222.24 78.52 87253.76 81464.31 5789.45 313 23641 -0.04 60.06 -1.17 23580.94 22016.39 1564.55
|
||||
01/07/2011 Jul-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 1946 141508 97.84 359.51 72.72 141148.49 131782.04 9366.45 -422 -20764 -0.57 -52.76 4.19 -20711.24 -19337.67 -1373.57
|
||||
01/07/2011 Jul-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 3025 198611 85.74 504.59 65.66 198106.41 184960.64 13145.77 635 41590 -3.48 105.66 -0.04 41484.34 38731.22 2753.12
|
||||
01/07/2011 Jul-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 1168 87521 59.14 222.36 74.93 87298.64 81506.21 5792.43 219 17255 -3.78 43.84 0.89 17211.16 16069.47 1141.69
|
||||
01/07/2011 Jul-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 2308 116240 30.36 295.32 50.36 115944.68 108250.85 7693.83 -595 -28734 -3.24 -73 0.42 -28661 -26759.16 -1901.84
|
||||
01/07/2011 Jul-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 821 36127 4.7 91.78 44 36035.22 33644.24 2390.98 96 4155 -1.74 10.55 -0.1 4144.45 3869.99 274.46
|
||||
01/07/2011 Jul-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 1786 159505 33.36 405.24 89.31 159099.76 148542.7 10557.06 422 35908 -5.26 91.23 -1.3 35816.77 33440.3 2376.47
|
||||
01/07/2011 Jul-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 614 56949 17.55 144.68 92.75 56804.32 53035 3769.32 -215 -12827 -5.47 -32.59 8.58 -12794.41 -11945.24 -849.17
|
||||
01/07/2011 Jul-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 4871 404615 44.03 1027.97 83.07 403587.03 376806.91 26780.12 1881 143116 -4.67 363.61 -4.39 142752.39 133280.63 9471.76
|
||||
01/07/2011 Jul-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 11293 808525 49.34 2054.14 71.6 806470.86 752956.16 53514.7 1118 88421 -8.09 224.64 0.83 88196.36 82343.79 5852.57
|
||||
01/07/2011 Jul-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 5583 384157 41.86 975.99 68.81 383181.01 357754.21 25426.8 -2536 -134799 -9.93 -342.47 4.89 -134456.53 -125535.07 -8921.46
|
||||
01/07/2011 Jul-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 433 76387 16.22 194.07 176.41 76192.93 71136.68 5056.25 -27 -975 -3.22 -2.48 8.23 -972.52 -908 -64.52
|
||||
01/07/2011 Jul-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 601 95302 17.67 242.12 158.57 95059.88 88751.69 6308.19 27 4811 -4 12.22 0.92 4798.78 4480.16 318.62
|
||||
01/07/2011 Jul-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 493 34956 16.79 88.81 70.9 34867.19 32553.53 2313.66 124 8525 -1.84 21.66 -0.73 8503.34 7939.46 563.88
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 725 40956 16.92 104.05 56.49 40851.95 38141.17 2710.78 190 10747 -0.34 27.3 0.02 10719.7 10008.56 711.14
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 955 84156 23.2 213.81 88.12 83942.19 78372.11 5570.08 414 32270 -0.34 81.99 -7.79 32188.01 30051.95 2136.06
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 754 66641 21.42 169.31 88.38 66471.69 62061.26 4410.43 36 2197 -4.74 5.58 -1.37 2191.42 2046.75 144.67
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 440 27695 12.55 70.36 62.94 27624.64 25791.38 1833.26 -47 -3303 -3.61 -8.4 -0.71 -3294.6 -3076.55 -218.05
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2303 137534 36.27 349.42 59.72 137184.58 128081.91 9102.67 546 29520 -6.69 75 -1.76 29445 27491.14 1953.86
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 524 83678 17.37 212.59 159.69 83465.41 77926.78 5538.63 10 2902 -4.5 7.37 2.54 2894.63 2702.74 191.89
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 283 29088 10.3 73.9 102.78 29014.1 27088.84 1925.26 15 1888 -3.61 4.8 1.29 1883.2 1758.43 124.77
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1698 157405 33.08 399.9 92.7 157005.1 146586.47 10418.63 116 9527 -5.34 24.2 -0.78 9502.8 8871.49 631.31
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 268 24943 11.96 63.37 93.07 24879.63 23228.34 1651.29 -18 -1255 -1.18 -3.19 1.47 -1251.81 -1169.49 -82.32
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 2033 195030 28.31 495.49 95.93 194534.51 181625.94 12908.57 -146 -7688 -6.95 -19.54 2.9 -7668.46 -7159.43 -509.03
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 10031 706784 54.86 1795.66 70.46 704988.34 658207.83 46780.51 -20213 -1149935 -20.99 -2921.53 9.07 -1147013.47 -1070902.42 -76111.05
|
||||
01/07/2011 Jul-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 26657 1612972 44.01 4097.92 60.51 1608874.08 1502114.98 106759.1 12225 708614 -8.46 1800.3 -2.15 706813.7 659911.5 46902.2
|
||||
01/07/2011 Jul-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1723 113621 34.75 288.67 65.94 113332.33 105811.85 7520.48 -396 -19647 -5.36 -49.91 3.05 -19597.09 -18296.7 -1300.39
|
||||
01/07/2011 Jul-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 583 55602 14.97 141.26 95.37 55460.74 51780.58 3680.16 -79 -4853 -3.07 -12.33 4.05 -4840.67 -4519.27 -321.4
|
||||
01/07/2011 Jul-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 487 38276 7 97.24 78.6 38178.76 35645.17 2533.59 110 8038 -2.7 20.42 -1.61 8017.58 7485.19 532.39
|
||||
01/07/2011 Jul-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 1078 133209 26.94 338.43 123.57 132870.57 124053.79 8816.78 -82 -11146 -7.16 -28.32 -0.87 -11117.68 -10379.58 -738.1
|
||||
01/07/2011 Jul-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 73 9290 2.1 23.6 127.26 9266.4 8651.89 614.51 -45 -5885 -2.21 -14.95 -1.34 -5870.05 -5479.79 -390.26
|
||||
01/07/2011 Jul-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1774 223883 24.3 568.8 126.2 223314.2 208496.3 14817.9 211 27325 -4.87 69.43 0.44 27255.57 25447.19 1808.38
|
||||
01/07/2011 Jul-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 3974 449644 43.59 1142.37 113.15 448501.63 418740.97 29760.66 107 18038 -8.67 45.83 1.54 17992.17 16798.1 1194.07
|
||||
01/07/2011 Jul-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 2136 226367 31.93 575.11 105.98 225791.89 210809.57 14982.32 -19 360 -6.64 0.92 1.1 359.08 335.25 23.83
|
||||
01/07/2011 Jul-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 169 21228 3.29 53.93 125.61 21174.07 19769.03 1405.04 8 895 -0.43 2.27 -0.68 892.73 833.67 59.06
|
||||
01/07/2011 Jul-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1774 103288 25.87 262.41 58.22 103025.59 96188.83 6836.76 692 37775 0.42 95.97 -2.33 37679.03 35178.6 2500.43
|
||||
01/07/2011 Jul-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 28406 1723441 50.48 4378.58 60.67 1719062.42 1604992.2 114070.22 27663 1660993 22.86 4219.92 -23.38 1656773.08 1546836.14 109936.94
|
||||
01/07/2011 Jul-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 3646 276428 35.49 702.29 75.82 275725.71 257429.98 18295.73 -537 -26346 -6.85 -66.94 3.44 -26279.06 -24534.72 -1744.34
|
||||
01/07/2011 Jul-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 1003 71422 16.49 181.46 71.21 71240.54 66513.48 4727.06 87 5813 -5.66 14.77 -0.42 5798.23 5413.3 384.93
|
||||
01/07/2011 Jul-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 165 13510 4.69 34.32 81.88 13475.68 12581.11 894.57 19 1455 -2.37 3.7 -0.69 1451.3 1355 96.3
|
||||
01/08/2011 Aug-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 1934 107132 94.73 272.18 55.39 106859.82 99768.83 7090.99 -38 -2682 -1.06 -6.81 -0.3 -2675.19 -2498.22 -176.97
|
||||
01/08/2011 Aug-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 781 34460 14.44 87.55 44.12 34372.45 32091.44 2281.01 -16 -643 -0.09 -1.63 0.08 -641.37 -599 -42.37
|
||||
01/08/2011 Aug-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 951 78145 97.21 198.53 82.17 77946.47 72773.86 5172.61 41 1225 0.61 3.1 -2.36 1221.9 1140.44 81.46
|
||||
01/08/2011 Aug-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 428 36688 92.62 93.21 85.72 36594.79 34166.12 2428.67 -174 -15325 1.68 -38.93 -0.68 -15286.07 -14272.49 -1013.58
|
||||
01/08/2011 Aug-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2522 220432 99.64 560.03 87.4 219871.97 205281.74 14590.23 -309 -26514 1.06 -67.36 0.17 -26446.64 -24691.74 -1754.9
|
||||
01/08/2011 Aug-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 5543 401555 99.94 1020.19 72.44 400534.81 373957.22 26577.59 -3532 -229511 0.01 -583.1 2.9 -228927.9 -213736.94 -15190.96
|
||||
01/08/2011 Aug-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 11402 716570 99.7 1820.52 62.85 714749.48 667321.81 47427.67 2538 145975 0.53 370.87 -1.52 145604.13 135942.59 9661.54
|
||||
01/08/2011 Aug-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 847 135951 97.43 345.4 160.51 135605.6 126607.33 8998.27 41 3297 2.42 8.38 -4.07 3288.62 3070.4 218.22
|
||||
01/08/2011 Aug-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 664 97858 95.53 248.62 147.38 97609.38 91132.58 6476.8 -49 -6157 1.98 -15.64 1.5 -6141.36 -5734.03 -407.33
|
||||
01/08/2011 Aug-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 1140 76318 95.39 193.89 66.95 76124.11 71072.43 5051.68 -218 -14170 -0.61 -36.01 0.32 -14133.99 -13196.3 -937.69
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 964 51794 80.41 131.59 53.73 51662.41 48234.66 3427.75 -49 -1773 1.94 -4.5 0.85 -1768.5 -1651.15 -117.35
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 971 85294 91.81 216.7 87.84 85077.3 79432.09 5645.21 -19 -2830 1.5 -7.19 -1.17 -2822.81 -2635.12 -187.69
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 951 81851 94.97 207.95 86.07 81643.05 76225.9 5417.15 -57 -2985 2.03 -7.59 1.91 -2977.41 -2779.84 -197.57
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 710 43434 72.12 110.35 61.17 43323.65 40448.86 2874.79 -118 -6384 1.05 -16.22 1 -6367.78 -5945.23 -422.55
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 3082 171397 97.5 435.45 55.61 170961.55 159617.38 11344.17 -534 -29332 -1.01 -74.52 0.1 -29257.48 -27315.69 -1941.79
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 391 57881 75.36 147.05 148.03 57733.95 53902.76 3831.19 180 23580 32.98 59.91 -14.53 23520.09 21959.39 1560.7
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 166 16414 20.01 41.7 98.88 16372.3 15285.52 1086.78 -14 -1297 0.47 -3.29 0.49 -1293.71 -1208.05 -85.66
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 763 68332 99.4 173.6 89.56 68158.4 63635.85 4522.55 -201 -17293 0.92 -43.94 0.74 -17249.06 -16104.11 -1144.95
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 239 21750 53.95 55.26 91 21694.74 20255.16 1439.58 -520 -45890 -38.92 -116.59 1.88 -45773.41 -42735.88 -3037.53
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 2545 225737 97.72 573.51 88.7 225163.49 210222.88 14940.61 -1152 -93732 -1.75 -238.13 2.29 -93493.87 -87289.96 -6203.91
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 6236 452032 99.86 1148.44 72.49 450883.56 420964.84 29918.72 1201 80651 0.22 204.91 -1.27 80446.09 75107.81 5338.28
|
||||
01/08/2011 Aug-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 31661 1892363 99.89 4807.75 59.77 1887555.25 1762304.12 125251.13 -8582 -497534 0.5 -1264.03 0.38 -496269.97 -463339.77 -32930.2
|
||||
01/08/2011 Aug-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 2873 172796 97.62 439.01 60.14 172356.99 160919.86 11437.13 91 1947 1.18 4.95 -1.27 1942.05 1812.63 129.42
|
||||
01/08/2011 Aug-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 706 60478 61.4 153.65 85.66 60324.35 56321.09 4003.26 -35 -2932 1.69 -7.45 0.09 -2924.55 -2731.23 -193.32
|
||||
01/08/2011 Aug-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 1938 144391 92.84 366.84 74.51 144024.16 134467.45 9556.71 252 14987 1.24 38.08 -2.24 14948.92 13956.78 992.14
|
||||
01/08/2011 Aug-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 910 104269 98.61 264.91 114.58 104004.09 97102.97 6901.12 -186 -21381 -0.95 -54.32 -0.06 -21326.68 -19911.51 -1415.17
|
||||
01/08/2011 Aug-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 22 2659 2.92 6.76 120.86 2652.24 2475.88 176.36 -44 -5384 -5.1 -13.68 -1 -5370.32 -5014.34 -355.98
|
||||
01/08/2011 Aug-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 3167 362023 96.84 919.76 114.31 361103.24 337141.44 23961.8 -645 -74286 0.73 -188.73 -0.15 -74097.27 -69180.46 -4916.81
|
||||
01/08/2011 Aug-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 8879 840607 99.85 2135.65 94.67 838471.35 782833.23 55638.12 4948 427156 0.7 1085.24 -10.51 426070.76 397797.97 28272.79
|
||||
01/08/2011 Aug-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 3597 354356 96.52 900.28 98.51 353455.72 330001.57 23454.15 -2153 -186013 -1.1 -472.59 4.53 -185540.41 -173228.84 -12311.57
|
||||
01/08/2011 Aug-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 807 81710 45.54 207.59 101.25 81502.41 76094.59 5407.82 -113 -13637 1.04 -34.65 -2.39 -13602.35 -12699.01 -903.34
|
||||
01/08/2011 Aug-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 611 36885 87.89 93.71 60.37 36791.29 34349.96 2441.33 -434 -26694 -2.41 -67.82 -0.47 -26626.18 -24859.37 -1766.81
|
||||
01/08/2011 Aug-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 1115 86605 97.77 220.03 77.67 86384.97 80652.98 5731.99 1 -871 0.56 -2.21 -0.85 -868.79 -811.33 -57.46
|
||||
01/08/2011 Aug-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 1960 143034 98.77 363.39 72.98 142670.61 133203.53 9467.08 14 1526 0.93 3.88 0.26 1522.12 1421.49 100.63
|
||||
01/08/2011 Aug-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 3299 212833 86.8 540.73 64.51 212292.27 198205 14087.27 274 14222 1.06 36.14 -1.15 14185.86 13244.36 941.5
|
||||
01/08/2011 Aug-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 1123 83664 58.31 212.56 74.5 83451.44 77913.92 5537.52 -45 -3857 -0.83 -9.8 -0.43 -3847.2 -3592.29 -254.91
|
||||
01/08/2011 Aug-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 1293 69224 26.97 175.87 53.54 69048.13 64466.17 4581.96 -1015 -47016 -3.39 -119.45 3.18 -46896.55 -43784.68 -3111.87
|
||||
01/08/2011 Aug-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 768 33851 4.93 86 44.08 33765 31524.29 2240.71 -53 -2276 0.23 -5.78 0.08 -2270.22 -2119.95 -150.27
|
||||
01/08/2011 Aug-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 20130 1249045 58.62 3173.33 62.05 1245871.67 1163200.02 82671.65 18344 1089540 25.26 2768.09 -27.26 1086771.91 1014657.32 72114.59
|
||||
01/08/2011 Aug-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 347 32579 16.26 82.77 93.89 32496.23 30339.72 2156.51 -267 -24370 -1.29 -61.91 1.14 -24308.09 -22695.28 -1612.81
|
||||
01/08/2011 Aug-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2966 263057 43.62 668.32 88.69 262388.68 244977.38 17411.3 -1905 -141558 -0.41 -359.65 5.62 -141198.35 -131829.53 -9368.82
|
||||
01/08/2011 Aug-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 9370 687427 49.91 1746.48 73.36 685680.52 640181.57 45498.95 -1923 -121098 0.57 -307.66 1.76 -120790.34 -112774.59 -8015.75
|
||||
01/08/2011 Aug-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 5975 409823 42.78 1041.2 68.59 408781.8 381656.98 27124.82 392 25666 0.92 65.21 -0.22 25600.79 23902.77 1698.02
|
||||
01/08/2011 Aug-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 375 65222 17.08 165.7 173.93 65056.3 60739.22 4317.08 -58 -11165 0.86 -28.37 -2.48 -11136.63 -10397.46 -739.17
|
||||
01/08/2011 Aug-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 512 80587 16.08 204.74 157.4 80382.26 75048.59 5333.67 -89 -14715 -1.59 -37.38 -1.17 -14677.62 -13703.1 -974.52
|
||||
01/08/2011 Aug-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 444 31364 16.43 79.68 70.64 31284.32 29208.23 2076.09 -49 -3592 -0.36 -9.13 -0.26 -3582.87 -3345.3 -237.57
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 545 31050 16.11 78.89 56.97 30971.11 28915.99 2055.12 -180 -9906 -0.81 -25.16 0.48 -9880.84 -9225.18 -655.66
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 963 83377 24.22 211.83 86.58 83165.17 77646.83 5518.34 8 -779 1.02 -1.98 -1.54 -777.02 -725.28 -51.74
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 823 72644 21.67 184.56 88.27 72459.44 67651.68 4807.76 69 6003 0.25 15.25 -0.11 5987.75 5590.42 397.33
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 439 27746 13.05 70.49 63.2 27675.51 25838.88 1836.63 -1 51 0.5 0.13 0.26 50.87 47.5 3.37
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2362 140118 38.14 355.99 59.32 139762.01 130487.94 9274.07 59 2584 1.87 6.57 -0.4 2577.43 2406.03 171.4
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 699 108516 27.18 275.69 155.24 108240.31 101057.89 7182.42 175 24838 9.81 63.1 -4.45 24774.9 23131.11 1643.79
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 233 24121 9.45 61.28 103.52 24059.72 22463.39 1596.33 -50 -4967 -0.85 -12.62 0.74 -4954.38 -4625.45 -328.93
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1598 148913 34.12 378.33 93.19 148534.67 138678.29 9856.38 -100 -8492 1.04 -21.57 0.49 -8470.43 -7908.18 -562.25
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 149 14056 8.94 35.71 94.34 14020.29 13090.14 930.15 -119 -10887 -3.02 -27.66 1.27 -10859.34 -10138.2 -721.14
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 1801 174722 27.61 443.9 97.01 174278.1 162713.49 11564.61 -232 -20308 -0.7 -51.59 1.08 -20256.41 -18912.45 -1343.96
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 6326 480039 45.37 1219.59 75.88 478819.41 447046.79 31772.62 -3705 -226745 -9.49 -576.07 5.42 -226168.93 -211161.04 -15007.89
|
||||
01/08/2011 Aug-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 20047 1230854 44.26 3127.11 61.4 1227726.89 1146260 81466.89 -6610 -382118 0.25 -970.81 0.89 -381147.19 -355854.98 -25292.21
|
||||
01/08/2011 Aug-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1566 104939 35.04 266.61 67.01 104672.39 97727.11 6945.28 -157 -8682 0.29 -22.06 1.07 -8659.94 -8084.74 -575.2
|
||||
01/08/2011 Aug-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 704 67482 16.12 171.44 95.86 67310.56 62844.08 4466.48 121 11880 1.15 30.18 0.49 11849.82 11063.5 786.32
|
||||
01/08/2011 Aug-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 386 30169 6.3 76.64 78.16 30092.36 28095.17 1997.19 -101 -8107 -0.7 -20.6 -0.44 -8086.4 -7550 -536.4
|
||||
01/08/2011 Aug-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 940 117792 25.6 299.26 125.31 117492.74 109696.37 7796.37 -138 -15417 -1.34 -39.17 1.74 -15377.83 -14357.42 -1020.41
|
||||
01/08/2011 Aug-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 52 6664 1.97 16.93 128.15 6647.07 6205.62 441.45 -21 -2626 -0.13 -6.67 0.89 -2619.33 -2446.27 -173.06
|
||||
01/08/2011 Aug-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1330 168140 23.23 427.18 126.42 167712.82 156583.85 11128.97 -444 -55743 -1.07 -141.62 0.22 -55601.38 -51912.45 -3688.93
|
||||
01/08/2011 Aug-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 7340 732487 44.69 1860.96 99.79 730626.04 682144.68 48481.36 3366 282843 1.1 718.59 -13.36 282124.41 263403.71 18720.7
|
||||
01/08/2011 Aug-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 1824 193184 31.33 490.81 105.91 192693.19 179906.62 12786.57 -312 -33183 -0.6 -84.3 -0.07 -33098.7 -30902.95 -2195.75
|
||||
01/08/2011 Aug-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 100 12640 2.48 32.11 126.4 12607.89 11771.47 836.42 -69 -8588 -0.81 -21.82 0.79 -8566.18 -7997.56 -568.62
|
||||
01/08/2011 Aug-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 790 47239 22.7 120.01 59.8 47118.99 43991.98 3127.01 -984 -56049 -3.17 -142.4 1.58 -55906.6 -52196.85 -3709.75
|
||||
01/08/2011 Aug-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 7363 462178 33.33 1174.21 62.77 461003.79 430412.96 30590.83 -21043 -1261263 -17.15 -3204.37 2.1 -1258058.63 -1174579.24 -83479.39
|
||||
01/08/2011 Aug-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 3616 275259 36.04 699.32 76.12 274559.68 256340.95 18218.73 -30 -1169 0.55 -2.97 0.3 -1166.03 -1089.03 -77
|
||||
01/08/2011 Aug-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 1454 92545 16.56 235.12 63.65 92309.88 86184.17 6125.71 451 21123 0.07 53.66 -7.56 21069.34 19670.69 1398.65
|
||||
01/08/2011 Aug-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 140 10998 3.56 27.94 78.56 10970.06 10242.13 727.93 -25 -2512 -1.13 -6.38 -3.32 -2505.62 -2338.98 -166.64
|
||||
01/09/2011 Sep-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 1582 87670 94.49 222.73 55.42 87447.27 81644.23 5803.04 -352 -19462 -0.24 -49.45 0.03 -19412.55 -18124.6 -1287.95
|
||||
01/09/2011 Sep-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 621 27008 14.55 68.62 43.49 26939.38 25152.16 1787.22 -160 -7452 0.11 -18.93 -0.63 -7433.07 -6939.28 -493.79
|
||||
01/09/2011 Sep-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 778 63821 93.5 162.14 82.03 63658.86 59435.07 4223.79 -173 -14324 -3.71 -36.39 -0.14 -14287.61 -13338.79 -948.82
|
||||
01/09/2011 Sep-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 443 39678 83.83 100.81 89.57 39577.19 36951 2626.19 15 2990 -8.79 7.6 3.85 2982.4 2784.88 197.52
|
||||
01/09/2011 Sep-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 3100 264605 97.53 672.26 85.36 263932.74 246418.99 17513.75 578 44173 -2.11 112.23 -2.04 44060.77 41137.25 2923.52
|
||||
01/09/2011 Sep-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 6665 460652 99.96 1170.34 69.12 459481.66 428992.59 30489.07 1122 59097 0.02 150.15 -3.32 58946.85 55035.37 3911.48
|
||||
01/09/2011 Sep-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 28461 1678036 99.82 4263.22 58.96 1673772.78 1562707.25 111065.53 17059 961466 0.12 2442.7 -3.89 959023.3 895385.44 63637.86
|
||||
01/09/2011 Sep-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 770 122236 93.43 310.55 158.75 121925.45 113835.13 8090.32 -77 -13715 -4 -34.85 -1.76 -13680.15 -12772.2 -907.95
|
||||
01/09/2011 Sep-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 650 95381 92.53 242.32 146.74 95138.68 88825.45 6313.23 -14 -2477 -3 -6.3 -0.64 -2470.7 -2307.13 -163.57
|
||||
01/09/2011 Sep-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 899 61454 93.79 156.13 68.36 61297.87 57230.75 4067.12 -241 -14864 -1.6 -37.76 1.41 -14826.24 -13841.68 -984.56
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 908 48088 76.44 122.17 52.96 47965.83 44782.63 3183.2 -56 -3706 -3.97 -9.42 -0.77 -3696.58 -3452.03 -244.55
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 902 82360 93.28 209.24 91.31 82150.76 76699.17 5451.59 -69 -2934 1.47 -7.46 3.47 -2926.54 -2732.92 -193.62
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 1023 86191 92.73 218.98 84.25 85972.02 80267.44 5704.58 72 4340 -2.24 11.03 -1.82 4328.97 4041.54 287.43
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 604 37000 55.2 94 61.26 36906 34456.69 2449.31 -106 -6434 -16.92 -16.35 0.09 -6417.65 -5992.17 -425.48
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 3095 171856 98.26 436.62 55.53 171419.38 160044.83 11374.55 13 459 0.76 1.17 -0.08 457.83 427.45 30.38
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 532 77858 73.73 197.81 146.35 77660.19 72507.33 5152.86 141 19977 -1.63 50.76 -1.68 19926.24 18604.57 1321.67
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 167 16379 18.69 41.61 98.08 16337.39 15253.12 1084.27 1 -35 -1.32 -0.09 -0.8 -34.91 -32.4 -2.51
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 592 52719 86.84 133.94 89.05 52585.06 49095.72 3489.34 -171 -15613 -12.56 -39.66 -0.51 -15573.34 -14540.13 -1033.21
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 156 14554 33.79 36.98 93.29 14517.02 13553.92 963.1 -83 -7196 -20.16 -18.28 2.29 -7177.72 -6701.24 -476.48
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 2093 187744 98.71 476.98 89.7 187267.02 174840.32 12426.7 -452 -37993 0.99 -96.53 1 -37896.47 -35382.56 -2513.91
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 6300 458207 99.91 1164.13 72.73 457042.87 426715.63 30327.24 64 6175 0.05 15.69 0.24 6159.31 5750.79 408.52
|
||||
01/09/2011 Sep-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 19143 1168049 98.54 2967.55 61.02 1165081.45 1087771.48 77309.97 -12518 -724314 -1.35 -1840.2 1.25 -722473.8 -674532.64 -47941.16
|
||||
01/09/2011 Sep-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 3605 213457 98.5 542.31 59.21 212914.69 198786.11 14128.58 732 40661 0.88 103.3 -0.93 40557.7 37866.25 2691.45
|
||||
01/09/2011 Sep-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 802 68858 60.99 174.94 85.86 68683.06 64125.89 4557.17 96 8380 -0.41 21.29 0.2 8358.71 7804.8 553.91
|
||||
01/09/2011 Sep-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 1909 140605 91.4 357.22 73.65 140247.78 130941.1 9306.68 -29 -3786 -1.44 -9.62 -0.86 -3776.38 -3526.35 -250.03
|
||||
01/09/2011 Sep-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 1217 136689 99.06 347.27 112.32 136341.73 127294.61 9047.12 307 32420 0.45 82.36 -2.26 32337.64 30191.64 2146
|
||||
01/09/2011 Sep-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 32 3992 4.49 10.15 124.75 3981.85 3718.01 263.84 10 1333 1.57 3.39 3.89 1329.61 1242.13 87.48
|
||||
01/09/2011 Sep-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 3293 378229 97.25 960.93 114.86 377268.07 352233.63 25034.44 126 16206 0.41 41.17 0.55 16164.83 15092.19 1072.64
|
||||
01/09/2011 Sep-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 3875 395213 99.71 1004.08 101.99 394208.92 368051.09 26157.83 -5004 -445394 -0.14 -1131.57 7.32 -444262.43 -414782.14 -29480.29
|
||||
01/09/2011 Sep-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 5489 523039 96.85 1328.84 95.29 521710.16 487091.66 34618.5 1892 168683 0.33 428.56 -3.22 168254.44 157090.09 11164.35
|
||||
01/09/2011 Sep-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 866 87425 46.09 222.11 100.95 87202.89 81416.25 5786.64 59 5715 0.55 14.52 -0.3 5700.48 5321.66 378.82
|
||||
01/09/2011 Sep-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1274 71887 91.83 182.63 56.43 71704.37 66946.52 4757.85 663 35002 3.94 88.92 -3.94 34913.08 32596.56 2316.52
|
||||
01/09/2011 Sep-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 935 74069 94.67 188.18 79.22 73880.82 68978.75 4902.07 -180 -12536 -3.1 -31.85 1.55 -12504.15 -11674.23 -829.92
|
||||
01/09/2011 Sep-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 2513 168088 97.71 427.04 66.89 167660.96 156535.81 11125.15 553 25054 -1.06 63.65 -6.09 24990.35 23332.28 1658.07
|
||||
01/09/2011 Sep-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 3178 195130 89.13 495.75 61.4 194634.25 181719.25 12915 -121 -17703 2.33 -44.98 -3.11 -17658.02 -16485.75 -1172.27
|
||||
01/09/2011 Sep-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 883 66793 59.2 169.7 75.64 66623.3 62202.62 4420.68 -240 -16871 0.89 -42.86 1.14 -16828.14 -15711.3 -1116.84
|
||||
01/09/2011 Sep-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 851 49424 23.66 125.57 58.08 49298.43 46026.99 3271.44 -442 -19800 -3.31 -50.3 4.54 -19749.7 -18439.18 -1310.52
|
||||
01/09/2011 Sep-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 676 29484 4.94 74.91 43.62 29409.09 27457.61 1951.48 -92 -4367 0.01 -11.09 -0.46 -4355.91 -4066.68 -289.23
|
||||
01/09/2011 Sep-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 35654 2186779 62.05 5555.74 61.33 2181223.26 2036485.82 144737.44 15524 937734 3.43 2382.41 -0.72 935351.59 873285.8 62065.79
|
||||
01/09/2011 Sep-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 331 31276 12.13 79.46 94.49 31196.54 29126.65 2069.89 -16 -1303 -4.13 -3.31 0.6 -1299.69 -1213.07 -86.62
|
||||
01/09/2011 Sep-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2684 239152 37.49 607.59 89.1 238544.41 222715.7 15828.71 -282 -23905 -6.13 -60.73 0.41 -23844.27 -22261.68 -1582.59
|
||||
01/09/2011 Sep-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 9634 690747 45.32 1754.92 71.7 688992.08 643273.21 45718.87 264 3320 -4.59 8.44 -1.66 3311.56 3091.64 219.92
|
||||
01/09/2011 Sep-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 17164 1040137 39.99 2642.57 60.6 1037494.43 968649.89 68844.54 11189 630314 -2.79 1601.37 -7.99 628712.63 586992.91 41719.72
|
||||
01/09/2011 Sep-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 451 76313 14.68 193.88 169.21 76119.12 71067.96 5051.16 76 11091 -2.4 28.18 -4.72 11062.82 10328.74 734.08
|
||||
01/09/2011 Sep-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 694 110258 16.03 280.12 158.87 109977.88 102680.54 7297.34 182 29671 -0.05 75.38 1.47 29595.62 27631.95 1963.67
|
||||
01/09/2011 Sep-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 389 28758 12.75 73.06 73.93 28684.94 26781.52 1903.42 -55 -2606 -3.68 -6.62 3.29 -2599.38 -2426.71 -172.67
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 587 33241 13.32 84.45 56.63 33156.55 30956.03 2200.52 42 2191 -2.79 5.56 -0.34 2185.44 2040.04 145.4
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 715 65435 21.61 166.25 91.52 65268.75 60938.14 4330.61 -248 -17942 -2.61 -45.58 4.94 -17896.42 -16708.69 -1187.73
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 696 62746 18.89 159.41 90.15 62586.59 58433.21 4153.38 -127 -9898 -2.78 -25.15 1.88 -9872.85 -9218.47 -654.38
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 469 29727 11.57 75.52 63.38 29651.48 27683.92 1967.56 30 1981 -1.48 5.03 0.18 1975.97 1845.04 130.93
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2080 122601 31.27 311.48 58.94 122289.52 114174.86 8114.66 -282 -17517 -6.87 -44.51 -0.38 -17472.49 -16313.08 -1159.41
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 720 111412 21.76 283.05 154.74 111128.95 103754.48 7374.47 21 2896 -5.42 7.36 -0.5 2888.64 2696.59 192.05
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 272 28176 8.81 71.59 103.59 28104.41 26239.51 1864.9 39 4055 -0.64 10.31 0.07 4044.69 3776.12 268.57
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1650 155504 28.14 395.08 94.24 155108.92 144816.86 10292.06 52 6591 -5.98 16.75 1.05 6574.25 6138.57 435.68
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 101 9647 4.39 24.51 95.51 9622.49 8984.35 638.14 -48 -4409 -4.55 -11.2 1.17 -4397.8 -4105.79 -292.01
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 1550 146599 24.35 372.45 94.58 146226.55 136523.7 9702.85 -251 -28123 -3.26 -71.45 -2.43 -28051.55 -26189.79 -1861.76
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 6455 494966 37.82 1257.52 76.68 493708.48 460948.25 32760.23 129 14927 -7.55 37.93 0.8 14889.07 13901.46 987.61
|
||||
01/09/2011 Sep-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 11810 752044 40.08 1910.65 63.68 750133.35 700357 49776.35 -8237 -478810 -4.18 -1216.46 2.28 -477593.54 -445903 -31690.54
|
||||
01/09/2011 Sep-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1749 112716 32.53 286.37 64.45 112429.63 104969.23 7460.4 183 7777 -2.51 19.76 -2.56 7757.24 7242.12 515.12
|
||||
01/09/2011 Sep-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 586 56015 12.31 142.31 95.59 55872.69 52165.56 3707.13 -118 -11467 -3.81 -29.13 -0.27 -11437.87 -10678.52 -759.35
|
||||
01/09/2011 Sep-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 399 30963 5.97 78.67 77.6 30884.33 28834.97 2049.36 13 794 -0.33 2.03 -0.56 791.97 739.8 52.17
|
||||
01/09/2011 Sep-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 918 111982 22.26 284.5 121.98 111697.5 104285.3 7412.2 -22 -5810 -3.34 -14.76 -3.33 -5795.24 -5411.07 -384.17
|
||||
01/09/2011 Sep-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 25 3313 1.2 8.42 132.52 3304.58 3084.93 219.65 -27 -3351 -0.77 -8.51 4.37 -3342.49 -3120.69 -221.8
|
||||
01/09/2011 Sep-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1400 178643 20.47 453.86 127.6 178189.14 166365.01 11824.13 70 10503 -2.76 26.68 1.18 10476.32 9781.16 695.16
|
||||
01/09/2011 Sep-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 4582 495748 39.2 1259.5 108.19 494488.5 461676.32 32812.18 -2758 -236739 -5.49 -601.46 8.4 -236137.54 -220468.36 -15669.18
|
||||
01/09/2011 Sep-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 2359 241659 28.75 613.96 102.44 241045.04 225050.21 15994.83 535 48475 -2.58 123.15 -3.47 48351.85 45143.59 3208.26
|
||||
01/09/2011 Sep-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 101 12821 1.64 32.57 126.94 12788.43 11939.65 848.78 1 181 -0.84 0.46 0.54 180.54 168.18 12.36
|
||||
01/09/2011 Sep-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1218 66949 21.61 170.09 54.97 66778.91 62347.34 4431.57 428 19710 -1.09 50.08 -4.83 19659.92 18355.36 1304.56
|
||||
01/09/2011 Sep-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 745 65307 18.5 165.92 87.66 65141.08 60818.57 4322.51 -6618 -396871 -14.83 -1008.29 24.89 -395862.71 -369594.39 -26268.32
|
||||
01/09/2011 Sep-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 4106 303409 33.25 770.84 73.89 302638.16 282556.43 20081.73 490 28150 -2.79 71.52 -2.23 28078.48 26215.48 1863
|
||||
01/09/2011 Sep-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 1056 67473 14.67 171.42 63.89 67301.58 62835.7 4465.88 -398 -25072 -1.89 -63.7 0.24 -25008.3 -23348.47 -1659.83
|
||||
01/09/2011 Sep-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 130 10479 3.65 26.62 80.61 10452.38 9758.8 693.58 -10 -519 0.09 -1.32 2.05 -517.68 -483.33 -34.35
|
||||
01/10/2011 Oct-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 5532 252912 97.52 642.55 45.72 252269.45 235529.81 16739.64 3950 165242 3.03 419.82 -9.7 164822.18 153885.58 10936.6
|
||||
01/10/2011 Oct-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 986 40648 14.26 103.27 41.23 40544.73 37854.52 2690.21 365 13640 -0.29 34.65 -2.26 13605.35 12702.36 902.99
|
||||
01/10/2011 Oct-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 859 72034 99.53 183.01 83.86 71850.99 67083.42 4767.57 81 8213 6.03 20.87 1.83 8192.13 7648.35 543.78
|
||||
01/10/2011 Oct-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 414 36878 84.73 93.7 89.08 36784.3 34343.81 2440.49 -29 -2800 0.9 -7.11 -0.49 -2792.89 -2607.19 -185.7
|
||||
01/10/2011 Oct-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2450 217738 98.28 553.19 88.87 217184.81 202773.44 14411.37 -650 -46867 0.75 -119.07 3.51 -46747.93 -43645.55 -3102.38
|
||||
01/10/2011 Oct-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 7649 532570 99.95 1353.05 69.63 531216.95 495967.06 35249.89 984 71918 -0.01 182.71 0.51 71735.29 66974.47 4760.82
|
||||
01/10/2011 Oct-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 20831 1220477 99.47 3100.75 58.59 1217376.25 1136595.64 80780.61 -7630 -457559 -0.35 -1162.47 -0.37 -456396.53 -426111.61 -30284.92
|
||||
01/10/2011 Oct-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 730 117025 98.16 297.31 160.31 116727.69 108981.71 7745.98 -40 -5211 4.73 -13.24 1.56 -5197.76 -4853.42 -344.34
|
||||
01/10/2011 Oct-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 1480 193927 97.39 492.69 131.03 193434.31 180598.94 12835.37 830 98546 4.86 250.37 -15.71 98295.63 91773.49 6522.14
|
||||
01/10/2011 Oct-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 883 61133 96.62 155.32 69.23 60977.68 56931.81 4045.87 -16 -321 2.83 -0.81 0.87 -320.19 -298.94 -21.25
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 970 52742 80.07 134 54.37 52608 49116.95 3491.05 62 4654 3.63 11.83 1.41 4642.17 4334.32 307.85
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 653 62087 95.25 157.74 95.08 61929.26 57820.24 4109.02 -249 -20273 1.97 -51.5 3.77 -20221.5 -18878.93 -1342.57
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 1229 103627 97.99 263.27 84.32 103363.73 96504.53 6859.2 206 17436 5.26 44.29 0.07 17391.71 16237.09 1154.62
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 878 53538 72.76 136.02 60.98 53401.98 49858.43 3543.55 274 16538 17.56 42.02 -0.28 16495.98 15401.74 1094.24
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 3717 201701 99.17 512.44 54.26 201188.56 187838.83 13349.73 622 29845 0.91 75.82 -1.27 29769.18 27794 1975.18
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 455 67657 79.26 171.89 148.7 67485.11 63006.68 4478.43 -77 -10201 5.53 -25.92 2.35 -10175.08 -9500.65 -674.43
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 193 19059 18.74 48.42 98.75 19010.58 17749.11 1261.47 26 2680 0.05 6.81 0.67 2673.19 2495.99 177.2
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 836 74837 99.51 190.13 89.52 74646.87 69693.96 4952.91 244 22118 12.67 56.19 0.47 22061.81 20598.24 1463.57
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 376 33827 72.11 85.94 89.97 33741.06 31501.95 2239.11 220 19273 38.32 48.96 -3.32 19224.04 17948.03 1276.01
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 3620 314911 99.62 800.06 86.99 314110.94 293267.36 20843.58 1527 127167 0.91 323.08 -2.71 126843.92 118427.04 8416.88
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 5655 414842 99.91 1053.95 73.36 413788.05 386330.47 27457.58 -645 -43365 0 -110.18 0.63 -43254.82 -40385.16 -2869.66
|
||||
01/10/2011 Oct-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 26723 1603057 99.95 4072.73 59.99 1598984.27 1492881.97 106102.3 7580 435008 1.41 1105.18 -1.03 433902.82 405110.49 28792.33
|
||||
01/10/2011 Oct-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 2884 175085 98.1 444.82 60.71 174640.18 163051.54 11588.64 -721 -38372 -0.4 -97.49 1.5 -38274.51 -35734.57 -2539.94
|
||||
01/10/2011 Oct-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 744 63727 62.89 161.9 85.65 63565.1 59347.34 4217.76 -58 -5131 1.9 -13.04 -0.21 -5117.96 -4778.55 -339.41
|
||||
01/10/2011 Oct-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 1818 137140 93.03 348.42 75.43 136791.58 127714.24 9077.34 -91 -3465 1.63 -8.8 1.78 -3456.2 -3226.86 -229.34
|
||||
01/10/2011 Oct-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 1231 140921 99.61 358.03 114.48 140562.97 131236.13 9326.84 14 4232 0.55 10.76 2.16 4221.24 3941.52 279.72
|
||||
01/10/2011 Oct-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 462 53095 74.01 134.89 114.92 52960.11 49445.5 3514.61 430 49103 69.52 124.74 -9.83 48978.26 45727.49 3250.77
|
||||
01/10/2011 Oct-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 3034 351462 97.04 892.93 115.84 350569.07 327306.65 23262.42 -259 -26767 -0.21 -68 0.98 -26699 -24926.98 -1772.02
|
||||
01/10/2011 Oct-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 3709 388755 99.56 987.67 104.81 387767.33 362036.57 25730.76 -166 -6458 -0.15 -16.41 2.82 -6441.59 -6014.52 -427.07
|
||||
01/10/2011 Oct-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 5241 502016 98.39 1275.43 95.79 500740.57 467513.72 33226.85 -248 -21023 1.54 -53.41 0.5 -20969.59 -19577.94 -1391.65
|
||||
01/10/2011 Oct-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 919 93562 44.87 237.7 101.81 93324.3 87131.28 6193.02 53 6137 -1.22 15.59 0.86 6121.41 5715.03 406.38
|
||||
01/10/2011 Oct-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 973 57718 93.59 146.64 59.32 57571.36 53750.77 3820.59 -301 -14169 1.76 -35.99 2.89 -14133.01 -13195.75 -937.26
|
||||
01/10/2011 Oct-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 976 76781 95.84 195.07 78.67 76585.93 71504.35 5081.58 41 2712 1.17 6.89 -0.55 2705.11 2525.6 179.51
|
||||
01/10/2011 Oct-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 2355 161053 97.55 409.17 68.39 160643.83 149984.3 10659.53 -158 -7035 -0.16 -17.87 1.5 -7017.13 -6551.51 -465.62
|
||||
01/10/2011 Oct-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 24130 1340775 98.87 3406.38 55.56 1337368.62 1248625.96 88742.66 20952 1145645 9.74 2910.63 -5.84 1142734.37 1066906.71 75827.66
|
||||
01/10/2011 Oct-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 1565 115000 80.11 292.17 73.48 114707.83 107096.44 7611.39 682 48207 20.91 122.47 -2.16 48084.53 44893.82 3190.71
|
||||
01/10/2011 Oct-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 4046 184976 45.13 469.95 45.72 184506.05 172263.31 12242.74 3195 135552 21.47 344.38 -12.36 135207.62 126236.32 8971.3
|
||||
01/10/2011 Oct-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 1019 42000 6.76 106.7 41.22 41893.3 39113.42 2779.88 343 12516 1.82 31.79 -2.4 12484.21 11655.81 828.4
|
||||
01/10/2011 Oct-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 9016 591841 52.34 1503.63 65.64 590337.37 551164.47 39172.9 -26638 -1594938 -9.71 -4052.11 4.31 -1590885.89 -1485321.35 -105564.54
|
||||
01/10/2011 Oct-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 442 42509 20.8 108 96.17 42401 39587.24 2813.76 111 11233 8.67 28.54 1.68 11204.46 10460.59 743.87
|
||||
01/10/2011 Oct-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2578 232541 54.18 590.8 90.2 231950.2 216559.25 15390.95 -106 -6611 16.69 -16.79 1.1 -6594.21 -6156.45 -437.76
|
||||
01/10/2011 Oct-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 11641 838466 63.13 2130.21 72.03 836335.79 780840.12 55495.67 2007 147719 17.81 375.29 0.33 147343.71 137566.91 9776.8
|
||||
01/10/2011 Oct-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 12600 780921 56.31 1984.01 61.98 778936.99 727249.72 51687.27 -4564 -259216 16.32 -658.56 1.38 -258557.44 -241400.17 -17157.27
|
||||
01/10/2011 Oct-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 506 85098 25.39 216.2 168.18 84881.8 79249.37 5632.43 55 8785 10.71 22.32 -1.03 8762.68 8181.41 581.27
|
||||
01/10/2011 Oct-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 1091 161982 42.02 411.53 148.47 161570.47 150849.27 10721.2 397 51724 25.99 131.41 -10.4 51592.59 48168.73 3423.86
|
||||
01/10/2011 Oct-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 525 39715 22.56 100.9 75.65 39614.1 36985.09 2629.01 136 10957 9.81 27.84 1.72 10929.16 10203.57 725.59
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 695 38299 18.22 97.3 55.11 38201.7 35666.41 2535.29 108 5058 4.9 12.85 -1.52 5045.15 4710.38 334.77
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 373 36557 25.89 92.88 98.01 36464.12 34044.88 2419.24 -342 -28878 4.28 -73.37 6.49 -28804.63 -26893.26 -1911.37
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 892 81491 39.07 207.04 91.36 81283.96 75890.08 5393.88 196 18745 20.18 47.63 1.21 18697.37 17456.87 1240.5
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 613 39305 17.64 99.86 64.12 39205.14 36604.01 2601.13 144 9578 6.07 24.34 0.74 9553.66 8920.09 633.57
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2069 120574 39.28 306.33 58.28 120267.67 112287.35 7980.32 -11 -2027 8.01 -5.15 -0.66 -2021.85 -1887.51 -134.34
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 682 106808 31 271.36 156.61 106536.64 99467.09 7069.55 -38 -4604 9.24 -11.69 1.87 -4592.31 -4287.39 -304.92
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 352 36464 13.09 92.64 103.59 36371.36 33957.71 2413.65 80 8288 4.28 21.05 0 8266.95 7718.2 548.75
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1706 162272 42.73 412.27 95.12 161859.73 151119.71 10740.02 56 6768 14.59 17.19 0.88 6750.81 6302.85 447.96
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 118 11114 8.95 28.24 94.19 11085.76 10349.97 735.79 17 1467 4.56 3.73 -1.32 1463.27 1365.62 97.65
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 2024 186499 35.62 473.82 92.14 186025.18 173680.89 12344.29 474 39900 11.27 101.37 -2.44 39798.63 37157.19 2641.44
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 8162 618013 58.33 1570.13 75.72 616442.87 575538.27 40904.6 1707 123047 20.51 312.61 -0.96 122734.39 114590.02 8144.37
|
||||
01/10/2011 Oct-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 14394 896670 55.1 2278.08 62.29 894391.92 835043.5 59348.42 2584 144626 15.02 367.43 -1.39 144258.57 134686.5 9572.07
|
||||
01/10/2011 Oct-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1252 84883 40.6 215.65 67.8 84667.35 79048.78 5618.57 -497 -27833 8.07 -70.72 3.35 -27762.28 -25920.45 -1841.83
|
||||
01/10/2011 Oct-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 673 64141 19.85 162.96 95.31 63978.04 59732.89 4245.15 87 8126 7.54 20.65 -0.28 8105.35 7567.33 538.02
|
||||
01/10/2011 Oct-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 350 29623 10.19 75.26 84.64 29547.74 27586.69 1961.05 -49 -1340 4.22 -3.41 7.04 -1336.59 -1248.28 -88.31
|
||||
01/10/2011 Oct-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 1061 131960 32.78 335.26 124.37 131624.74 122890.44 8734.3 143 19978 10.52 50.76 2.39 19927.24 18605.14 1322.1
|
||||
01/10/2011 Oct-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 130 16778 4.78 42.62 129.06 16735.38 15624.7 1110.68 105 13465 3.58 34.2 -3.46 13430.8 12539.77 891.03
|
||||
01/10/2011 Oct-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 1532 193469 31.36 491.53 126.29 192977.47 180172.6 12804.87 132 14826 10.89 37.67 -1.31 14788.33 13807.59 980.74
|
||||
01/10/2011 Oct-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 4490 503484 57.6 1279.15 112.13 502204.85 468880.46 33324.39 -92 7736 18.4 19.65 3.94 7716.35 7204.14 512.21
|
||||
01/10/2011 Oct-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 2569 261112 43.77 663.38 101.64 260448.62 243166.43 17282.19 210 19453 15.02 49.42 -0.8 19403.58 18116.22 1287.36
|
||||
01/10/2011 Oct-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 121 15089 3.47 38.33 124.7 15050.67 14052.34 998.33 20 2268 1.83 5.76 -2.24 2262.24 2112.69 149.55
|
||||
01/10/2011 Oct-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1278 76100 34.46 193.34 59.55 75906.66 70870.16 5036.5 60 9151 12.85 23.25 4.58 9127.75 8522.82 604.93
|
||||
01/10/2011 Oct-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 819 73076 25.16 185.66 89.23 72890.34 68053.99 4836.35 74 7769 6.66 19.74 1.57 7749.26 7235.42 513.84
|
||||
01/10/2011 Oct-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 3935 292002 46.75 741.86 74.21 291260.14 271933.23 19326.91 -171 -11407 13.5 -28.98 0.32 -11378.02 -10623.2 -754.82
|
||||
01/10/2011 Oct-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 10463 585098 42.44 1486.5 55.92 583611.5 544885.09 38726.41 9407 517625 27.77 1315.08 -7.97 516309.92 482049.39 34260.53
|
||||
01/10/2011 Oct-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 324 26932 19.36 68.42 83.12 26863.58 25081.2 1782.38 194 16453 15.71 41.8 2.51 16411.2 15322.4 1088.8
|
||||
01/11/2011 Nov-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 4537 211921 98.11 538.4 46.71 211382.6 197355.68 14026.92 -995 -40991 0.59 -104.15 0.99 -40886.85 -38174.13 -2712.72
|
||||
01/11/2011 Nov-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 1098 45298 14.6 115.09 41.26 45182.91 42184.37 2998.54 112 4650 0.34 11.82 0.03 4638.18 4329.85 308.33
|
||||
01/11/2011 Nov-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 794 68178 96.37 173.21 85.87 68004.79 63492.25 4512.54 -65 -3856 -3.16 -9.8 2.01 -3846.2 -3591.17 -255.03
|
||||
01/11/2011 Nov-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 366 32134 76.46 81.64 87.8 32052.36 29925.67 2126.69 -48 -4744 -8.27 -12.06 -1.28 -4731.94 -4418.14 -313.8
|
||||
01/11/2011 Nov-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 3940 324593 98.85 824.66 82.38 323768.34 302284.68 21483.66 1490 106855 0.57 271.47 -6.49 106583.53 99511.24 7072.29
|
||||
01/11/2011 Nov-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 4427 321076 99.15 815.73 72.53 320260.27 299009.21 21251.06 -3222 -211494 -0.8 -537.32 2.9 -210956.68 -196957.85 -13998.83
|
||||
01/11/2011 Nov-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 50548 2805037 99.41 7126.49 55.49 2797910.51 2612251.5 185659.01 29717 1584560 -0.06 4025.74 -3.1 1580534.26 1475655.86 104878.4
|
||||
01/11/2011 Nov-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 994 153394 98.5 389.71 154.32 153004.29 142851.14 10153.15 264 36369 0.34 92.4 -5.99 36276.6 33869.43 2407.17
|
||||
01/11/2011 Nov-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 1124 151566 95.2 385.07 134.85 151180.93 141149.14 10031.79 -356 -42361 -2.19 -107.62 3.82 -42253.38 -39449.8 -2803.58
|
||||
01/11/2011 Nov-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 1073 75751 97.84 192.46 70.6 75558.54 70544.95 5013.59 190 14618 1.22 37.14 1.37 14580.86 13613.14 967.72
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 959 52465 80.12 133.3 54.71 52331.7 48859.36 3472.34 -11 -277 0.05 -0.7 0.34 -276.3 -257.59 -18.71
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 600 57381 94.18 145.78 95.64 57235.22 53437.31 3797.91 -53 -4706 -1.07 -11.96 0.56 -4694.04 -4382.93 -311.11
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 1459 120908 98.75 307.18 82.87 120600.82 112598.58 8002.24 230 17281 0.76 43.91 -1.45 17237.09 16094.05 1143.04
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 890 54150 74.58 137.57 60.84 54012.43 50428.37 3584.06 12 612 1.82 1.55 -0.14 610.45 569.94 40.51
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 5585 283721 98.98 720.82 50.8 283000.18 264221.74 18778.44 1868 82020 -0.19 208.38 -3.46 81811.62 76382.91 5428.71
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 322 47966 68.65 121.86 148.96 47844.14 44669.2 3174.94 -133 -19691 -10.61 -50.03 0.26 -19640.97 -18337.48 -1303.49
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 214 21133 19.02 53.69 98.75 21079.31 19680.2 1399.11 21 2074 0.28 5.27 0 2068.73 1931.09 137.64
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 796 71447 99.69 181.52 89.76 71265.48 66536.95 4728.53 -40 -3390 0.18 -8.61 0.24 -3381.39 -3157.01 -224.38
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 590 52385 67.74 133.09 88.79 52251.91 48785.05 3466.86 214 18558 -4.37 47.15 -1.18 18510.85 17283.1 1227.75
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 3371 299681 98.92 761.37 88.9 298919.63 279084.84 19834.79 -249 -15230 -0.7 -38.69 1.91 -15191.31 -14182.52 -1008.79
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 6024 436861 99.48 1109.89 72.52 435751.11 406835.96 28915.15 369 22019 -0.43 55.94 -0.84 21963.06 20505.49 1457.57
|
||||
01/11/2011 Nov-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 26924 1592771 99.78 4046.6 59.16 1588724.4 1483303.1 105421.3 201 -10286 -0.17 -26.13 -0.83 -10259.87 -9578.87 -681
|
||||
01/11/2011 Nov-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1990 127351 98.18 323.55 64 127027.45 118598.02 8429.43 -894 -47734 0.08 -121.27 3.29 -47612.73 -44453.52 -3159.21
|
||||
01/11/2011 Nov-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 565 48319 63.41 122.76 85.52 48196.24 44998.31 3197.93 -179 -15408 0.52 -39.14 -0.13 -15368.86 -14349.03 -1019.83
|
||||
01/11/2011 Nov-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 5003 338964 93.06 861.17 67.75 338102.83 315667.61 22435.22 3185 201824 0.03 512.75 -7.68 201311.25 187953.37 13357.88
|
||||
01/11/2011 Nov-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 1185 135590 99.25 344.48 114.42 135245.52 126270.96 8974.56 -46 -5331 -0.36 -13.55 -0.06 -5317.45 -4965.17 -352.28
|
||||
01/11/2011 Nov-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 685 79848 75.94 202.86 116.57 79645.14 74360.2 5284.94 223 26753 1.93 67.97 1.65 26685.03 24914.7 1770.33
|
||||
01/11/2011 Nov-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 2669 310051 97.35 787.72 116.17 309263.28 288741.94 20521.34 -365 -41411 0.31 -105.21 0.33 -41305.79 -38564.71 -2741.08
|
||||
01/11/2011 Nov-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 4061 418588 99.7 1063.46 103.08 417524.54 389819.39 27705.15 352 29833 0.14 75.79 -1.73 29757.21 27782.82 1974.39
|
||||
01/11/2011 Nov-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 6587 610825 98.43 1551.86 92.73 609273.14 568843.73 40429.41 1346 108809 0.04 276.43 -3.06 108532.57 101330.01 7202.56
|
||||
01/11/2011 Nov-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 948 97714 45.1 248.25 103.07 97465.75 90997.92 6467.83 29 4152 0.23 10.55 1.26 4141.45 3866.64 274.81
|
||||
01/11/2011 Nov-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1007 61204 93.35 155.5 60.78 61048.5 56997.74 4050.76 34 3486 -0.24 8.86 1.46 3477.14 3246.97 230.17
|
||||
01/11/2011 Nov-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 1082 85599 97.08 217.48 79.11 85381.52 79715.93 5665.59 106 8818 1.24 22.41 0.44 8795.59 8211.58 584.01
|
||||
01/11/2011 Nov-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 3182 220912 99.36 561.25 69.43 220350.75 205728.75 14622 827 59859 1.81 152.08 1.04 59706.92 55744.45 3962.47
|
||||
01/11/2011 Nov-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 4118 262817 96.06 667.72 63.82 262149.28 244754.44 17394.84 -20012 -1077958 -2.81 -2738.66 8.26 -1075219.34 -1003871.52 -71347.82
|
||||
01/11/2011 Nov-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 2249 163304 84.28 414.89 72.61 162889.11 152080.78 10808.33 684 48304 4.17 122.72 -0.87 48181.28 44984.34 3196.94
|
||||
01/11/2011 Nov-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 3757 181931 42.17 462.22 48.42 181468.78 169427.02 12041.76 -289 -3045 -2.96 -7.73 2.7 -3037.27 -2836.29 -200.98
|
||||
01/11/2011 Nov-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 1083 44663 5.39 113.47 41.24 44549.53 41593.76 2955.77 64 2663 -1.37 6.77 0.02 2656.23 2480.34 175.89
|
||||
01/11/2011 Nov-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 5533 379234 43.3 963.48 68.54 378270.52 353169.56 25100.96 -3483 -212607 -9.04 -540.15 2.9 -212066.85 -197994.91 -14071.94
|
||||
01/11/2011 Nov-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 435 42141 16.28 107.06 96.88 42033.94 39244.72 2789.22 -7 -368 -4.52 -0.94 0.71 -367.06 -342.52 -24.54
|
||||
01/11/2011 Nov-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 2755 251470 50.5 638.89 91.28 250831.11 234187.11 16644 177 18929 -3.68 48.09 1.08 18880.91 17627.86 1253.05
|
||||
01/11/2011 Nov-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 15319 1074523 72.87 2729.93 70.14 1071793.07 1000672.6 71120.47 3678 236057 9.74 599.72 -1.89 235457.28 219832.48 15624.8
|
||||
01/11/2011 Nov-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 28388 1609204 54.39 4088.35 56.69 1605115.65 1498605.95 106509.7 15788 828283 -1.92 2104.34 -5.29 826178.66 771356.23 54822.43
|
||||
01/11/2011 Nov-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 454 74959 19.91 190.44 165.11 74768.56 69807.39 4961.17 -52 -10139 -5.48 -25.76 -3.07 -10113.24 -9441.98 -671.26
|
||||
01/11/2011 Nov-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 989 150516 37.69 382.4 152.19 150133.6 140171.3 9962.3 -102 -11466 -4.33 -29.13 3.72 -11436.87 -10677.97 -758.9
|
||||
01/11/2011 Nov-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 428 32381 21.16 82.27 75.66 32298.73 30155.33 2143.4 -97 -7334 -1.4 -18.63 0.01 -7315.37 -6829.76 -485.61
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 632 34331 12.07 87.22 54.32 34243.78 31971.31 2272.47 -63 -3968 -6.15 -10.08 -0.79 -3957.92 -3695.1 -262.82
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 331 32723 21.3 83.14 98.86 32639.86 30473.82 2166.04 -42 -3834 -4.59 -9.74 0.85 -3824.26 -3571.06 -253.2
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 1123 100300 38.4 254.82 89.31 100045.18 93406.19 6638.99 231 18809 -0.67 47.78 -2.05 18761.22 17516.11 1245.11
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 610 38689 15.55 98.29 63.42 38590.71 36030.16 2560.55 -3 -616 -2.09 -1.57 -0.7 -614.43 -573.85 -40.58
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2586 140564 32.89 357.11 54.36 140206.89 130903.1 9303.79 517 19990 -6.39 50.78 -3.92 19939.22 18615.75 1323.47
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 473 77133 22.92 195.97 163.07 76937.03 71831.78 5105.25 -209 -29675 -8.08 -75.39 6.46 -29599.61 -27635.31 -1964.3
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 284 29630 10.71 75.28 104.33 29554.72 27593.4 1961.32 -68 -6834 -2.38 -17.36 0.74 -6816.64 -6364.31 -452.33
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1667 159629 38.51 405.55 95.76 159223.45 148657.8 10565.65 -39 -2643 -4.22 -6.72 0.64 -2636.28 -2461.91 -174.37
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 175 15796 9.63 40.13 90.26 15755.87 14710 1045.87 57 4682 0.68 11.89 -3.93 4670.11 4360.03 310.08
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 1631 155959 29.92 396.23 95.62 155562.77 145239.85 10322.92 -393 -30540 -5.7 -77.59 3.48 -30462.41 -28441.04 -2021.37
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 14596 996530 56.27 2531.79 68.27 993998.21 928040.66 65957.55 6434 378517 -2.06 961.66 -7.45 377555.34 352502.39 25052.95
|
||||
01/11/2011 Nov-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 12949 820009 52.94 2083.32 63.33 817925.68 763651.45 54274.23 -1445 -76661 -2.16 -194.76 1.04 -76466.24 -71392.05 -5074.19
|
||||
01/11/2011 Nov-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1154 81944 36.51 208.19 71.01 81735.81 76312.51 5423.3 -98 -2939 -4.09 -7.46 3.21 -2931.54 -2736.27 -195.27
|
||||
01/11/2011 Nov-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 575 54227 16.61 137.77 94.31 54089.23 50500.45 3588.78 -98 -9914 -3.24 -25.19 -1 -9888.81 -9232.44 -656.37
|
||||
01/11/2011 Nov-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 350 29251 8.53 74.32 83.57 29176.68 27240.82 1935.86 0 -372 -1.66 -0.94 -1.07 -371.06 -345.87 -25.19
|
||||
01/11/2011 Nov-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 948 118656 26.8 301.46 125.16 118354.54 110500.99 7853.55 -113 -13304 -5.98 -33.8 0.79 -13270.2 -12389.45 -880.75
|
||||
01/11/2011 Nov-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 183 23795 5.82 60.46 130.03 23734.54 22159.42 1575.12 53 7017 1.04 17.84 0.97 6999.16 6534.72 464.44
|
||||
01/11/2011 Nov-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 2053 251667 28.59 639.38 122.58 251027.62 234370.39 16657.23 521 58198 -2.77 147.85 -3.71 58050.15 54197.79 3852.36
|
||||
01/11/2011 Nov-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 5396 581140 53.71 1476.44 107.7 579663.56 541199.48 38464.08 906 77656 -3.89 197.29 -4.43 77458.71 72319.02 5139.69
|
||||
01/11/2011 Nov-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 2411 248712 38.4 631.88 103.16 248080.12 231618.47 16461.65 -158 -12400 -5.37 -31.5 1.52 -12368.5 -11547.96 -820.54
|
||||
01/11/2011 Nov-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 132 16382 2.5 41.62 124.11 16340.38 15256.46 1083.92 11 1293 -0.97 3.29 -0.59 1289.71 1204.12 85.59
|
||||
01/11/2011 Nov-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1108 67970 32.27 172.69 61.34 67797.31 63298.36 4498.95 -170 -8130 -2.19 -20.65 1.79 -8109.35 -7571.8 -537.55
|
||||
01/11/2011 Nov-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 746 66740 20.4 169.56 89.46 66570.44 62153.45 4416.99 -73 -6336 -4.76 -16.1 0.23 -6319.9 -5900.54 -419.36
|
||||
01/11/2011 Nov-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 3998 299665 41.68 761.33 74.95 298903.67 279069.19 19834.48 63 7663 -5.07 19.47 0.74 7643.53 7135.96 507.57
|
||||
01/11/2011 Nov-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 1904 129345 33.73 328.61 67.93 129016.39 120455.35 8561.04 -8559 -455753 -8.71 -1157.89 12.01 -454595.11 -424429.74 -30165.37
|
||||
01/11/2011 Nov-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 989 76930 23.02 195.45 77.79 76734.55 71642.93 5091.62 665 49998 3.66 127.03 -5.33 49870.97 46561.73 3309.24
|
||||
01/12/2011 Dec-11 Hypermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 2630 140012 97.02 355.72 53.24 139656.28 130389.04 9267.24 -1907 -71909 -1.09 -182.68 6.53 -71726.32 -66966.64 -4759.68
|
||||
01/12/2011 Dec-11 Hypermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 1489 57948 16.41 147.22 38.92 57800.78 53965.34 3835.44 391 12650 1.81 32.13 -2.34 12617.87 11780.97 836.9
|
||||
01/12/2011 Dec-11 Hypermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 937 82514 91.56 209.63 88.06 82304.37 76843.34 5461.03 143 14336 -4.81 36.42 2.19 14299.58 13351.09 948.49
|
||||
01/12/2011 Dec-11 Hypermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 907 80080 94.9 203.45 88.29 79876.55 74575.88 5300.67 541 47946 18.44 121.81 0.49 47824.19 44650.21 3173.98
|
||||
01/12/2011 Dec-11 Hypermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 13754 1059416 99.88 2691.56 77.03 1056724.44 986604.07 70120.37 9814 734823 1.03 1866.9 -5.35 732956.1 684319.39 48636.71
|
||||
01/12/2011 Dec-11 Hypermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 5912 429047 99.89 1090.04 72.57 427956.96 399559.19 28397.77 1485 107971 0.74 274.31 0.04 107696.69 100549.98 7146.71
|
||||
01/12/2011 Dec-11 Hypermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 64176 3495635 100 8881.03 54.47 3486753.97 3255386.69 231367.28 13628 690598 0.59 1754.54 -1.02 688843.46 643135.19 45708.27
|
||||
01/12/2011 Dec-11 Hypermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 3131 446862 99.62 1135.3 142.72 445726.7 416149.98 29576.72 2137 293468 1.12 745.59 -11.6 292722.41 273298.84 19423.57
|
||||
01/12/2011 Dec-11 Hypermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 1697 232258 97.22 590.08 136.86 231667.92 216295.51 15372.41 573 80692 2.02 205.01 2.01 80486.99 75146.37 5340.62
|
||||
01/12/2011 Dec-11 Hypermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 1331 94350 96.8 239.71 70.89 94110.29 87865.49 6244.8 258 18599 -1.04 47.25 0.29 18551.75 17320.54 1231.21
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 1295 69820 77.81 177.38 53.92 69642.62 65021.59 4621.03 336 17355 -2.31 44.08 -0.79 17310.92 16162.23 1148.69
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 1211 111919 96.4 284.34 92.42 111634.66 104226.64 7408.02 611 54538 2.22 138.56 -3.22 54399.44 50789.33 3610.11
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 2537 204229 98.97 518.87 80.5 203710.13 190192.9 13517.23 1078 83321 0.22 211.69 -2.37 83109.31 77594.32 5514.99
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 1375 82483 69.03 209.56 59.99 82273.44 76814.28 5459.16 485 28333 -5.55 71.99 -0.85 28261.01 26385.91 1875.1
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 5435 293460 99.93 745.57 53.99 292714.43 273291.02 19423.41 -150 9739 0.95 24.75 3.19 9714.25 9069.28 644.97
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 451 67179 68.03 170.68 148.96 67008.32 62561.91 4446.41 129 19213 -0.62 48.82 0 19164.18 17892.71 1271.47
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 365 35827 20.88 91.02 98.16 35735.98 33364.87 2371.11 151 14694 1.86 37.33 -0.59 14656.67 13684.67 972
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 1409 127484 99.82 323.89 90.48 127160.11 118722.07 8438.04 613 56037 0.13 142.37 0.72 55894.63 52185.12 3709.51
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 974 84359 80.58 214.32 86.61 84144.68 78560.98 5583.7 384 31974 12.84 81.23 -2.18 31892.77 29775.93 2116.84
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 5924 525575 99.67 1335.28 88.72 524239.72 489453.55 34786.17 2553 225894 0.75 573.91 -0.18 225320.09 210368.71 14951.38
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 8944 644221 98.4 1636.71 72.03 642584.29 599944.48 42639.81 2920 207360 -1.08 526.82 -0.49 206833.18 193108.52 13724.66
|
||||
01/12/2011 Dec-11 Hypermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 76010 4337116 100 11018.89 57.06 4326097.11 4039034.04 287063.07 49086 2744345 0.22 6972.29 -2.1 2737372.71 2555730.94 181641.77
|
||||
01/12/2011 Dec-11 Hypermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 3177 198151 99.54 503.42 62.37 197647.58 184532.63 13114.95 1187 70800 1.36 179.87 -1.63 70620.13 65934.61 4685.52
|
||||
01/12/2011 Dec-11 Hypermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 831 73619 57.23 187.04 88.59 73431.96 68559.11 4872.85 266 25300 -6.18 64.28 3.07 25235.72 23560.8 1674.92
|
||||
01/12/2011 Dec-11 Hypermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 4609 323942 94.79 823.01 70.28 323118.99 301677.86 21441.13 -394 -15022 1.73 -38.16 2.53 -14983.84 -13989.75 -994.09
|
||||
01/12/2011 Dec-11 Hypermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 2109 243877 99.83 619.6 115.64 243257.4 227115.96 16141.44 924 108287 0.58 275.12 1.22 108011.88 100845 7166.88
|
||||
01/12/2011 Dec-11 Hypermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 1009 118006 55.01 299.81 116.95 117706.19 109895.29 7810.9 324 38158 -20.93 96.95 0.38 38061.05 35535.09 2525.96
|
||||
01/12/2011 Dec-11 Hypermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 7151 780764 98.43 1983.61 109.18 778780.39 727103.87 51676.52 4482 470713 1.08 1195.89 -6.99 469517.11 438361.93 31155.18
|
||||
01/12/2011 Dec-11 Hypermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 9696 957656 100 2433.02 98.77 955222.98 891838.41 63384.57 5635 539068 0.3 1369.56 -4.31 537698.44 502019.02 35679.42
|
||||
01/12/2011 Dec-11 Hypermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 14036 1227146 99.2 3117.69 87.43 1224028.31 1142806.85 81221.46 7449 616321 0.77 1565.83 -5.3 614755.17 573963.12 40792.05
|
||||
01/12/2011 Dec-11 Hypermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 1532 151247 46.87 384.26 98.73 150862.74 140851.88 10010.86 584 53533 1.77 136.01 -4.34 53396.99 49853.96 3543.03
|
||||
01/12/2011 Dec-11 Hypermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 1637 100390 93.27 255.05 61.33 100134.95 93490.56 6644.39 630 39186 -0.08 99.55 0.55 39086.45 36492.82 2593.63
|
||||
01/12/2011 Dec-11 Hypermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 1618 130426 97.67 331.36 80.61 130094.64 121461.68 8632.96 536 44827 0.59 113.88 1.5 44713.12 41745.75 2967.37
|
||||
01/12/2011 Dec-11 Hypermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 3691 257548 99.55 654.32 69.78 256893.68 239846.82 17046.86 509 36636 0.19 93.07 0.35 36542.93 34118.07 2424.86
|
||||
01/12/2011 Dec-11 Hypermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 4973 324968 95.54 825.62 65.35 324142.38 302633.91 21508.47 855 62151 -0.52 157.9 1.53 61993.1 57879.47 4113.63
|
||||
01/12/2011 Dec-11 Hypermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 1853 147577 80.44 374.93 79.64 147202.07 137434.49 9767.58 -396 -15727 -3.84 -39.96 7.03 -15687.04 -14646.29 -1040.75
|
||||
01/12/2011 Dec-11 Supermarkets Aperture Delta 12 Standard Delta 12 Pack Standard Budget 1732 91643 35.46 232.83 52.91 91410.17 85344.91 6065.26 -2025 -90288 -6.71 -229.39 4.49 -90058.61 -84082.11 -5976.5
|
||||
01/12/2011 Dec-11 Supermarkets Aperture Eta 12 Standard Eta 12 Pack Standard Budget 1040 42509 5.77 108 40.87 42401 39587.81 2813.19 -43 -2154 0.38 -5.47 -0.37 -2148.53 -2005.95 -142.58
|
||||
01/12/2011 Dec-11 Supermarkets Aperture Omicron 8 Standard Omicron 8 Pack Standard Regular 14491 930792 38.71 2364.77 64.23 928427.23 866820.35 61606.88 8958 551558 -4.59 1401.29 -4.31 550156.71 513650.79 36505.92
|
||||
01/12/2011 Dec-11 Supermarkets Aperture Omicron 12 Deluxe Omicron 12 Pack Deluxe Regular 643 60544 19.64 153.82 94.16 60390.18 56382.55 4007.63 208 18403 3.36 46.76 -2.72 18356.24 17137.83 1218.41
|
||||
01/12/2011 Dec-11 Supermarkets Aperture Omicron 12 Giftset Omicron 12 Pack Giftset Regular 7283 598147 49.12 1519.66 82.13 596627.34 557037.06 39590.28 4528 346677 -1.38 880.77 -9.15 345796.23 322849.95 22946.28
|
||||
01/12/2011 Dec-11 Supermarkets Aperture Omicron 12 Standard Omicron 12 Pack Standard Regular 60770 3762404 85.1 9558.78 61.91 3752845.22 3503821.14 249024.08 45451 2687881 12.23 6828.85 -8.23 2681052.15 2503148.54 177903.61
|
||||
01/12/2011 Dec-11 Supermarkets Aperture Omicron 18 Standard Omicron 18 Pack Standard Regular 36071 2050075 58.45 5208.43 56.83 2044866.57 1909177.24 135689.33 7683 440871 4.06 1120.08 0.14 439750.92 410571.29 29179.63
|
||||
01/12/2011 Dec-11 Supermarkets Aperture Sigma 12 Giftset Sigma 12 Pack Giftset Premium 1448 216109 27.79 549.05 149.25 215559.95 201256.4 14303.55 994 141150 7.88 358.61 -15.86 140791.39 131449.01 9342.38
|
||||
01/12/2011 Dec-11 Supermarkets Aperture Sigma 12 Standard Sigma 12 Pack Standard Premium 1260 191177 37.1 485.71 151.73 190691.29 178037.56 12653.73 271 40661 -0.59 103.31 -0.46 40557.69 37866.26 2691.43
|
||||
01/12/2011 Dec-11 Supermarkets Aperture Tau 12 Standard Tau 12 Pack Standard Regular 505 37725 19.97 95.84 74.7 37629.16 35132.23 2496.93 77 5344 -1.19 13.57 -0.96 5330.43 4976.9 353.53
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Epsilon 12 Standard Epsilon 12 Pack Standard Budget 718 40141 10.6 101.98 55.91 40039.02 37382.37 2656.65 86 5810 -1.47 14.76 1.59 5795.24 5411.06 384.18
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Iota 12 Giftset Iota 12 Pack Giftset Regular 571 54533 21.07 138.55 95.5 54394.45 50784.86 3609.59 240 21810 -0.23 55.41 -3.36 21754.59 20311.04 1443.55
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Iota 12 Standard Iota 12 Pack Standard Regular 1829 152518 41.39 387.49 83.39 152130.51 142035.34 10095.17 706 52218 2.99 132.67 -5.92 52085.33 48629.15 3456.18
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Lambda 8 Standard Lambda 8 Pack Standard Budget 694 44347 15.58 112.67 63.9 44234.33 41299.3 2935.03 84 5658 0.03 14.38 0.48 5643.62 5269.14 374.48
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Lambda 12 Standard Lambda 12 Pack Standard Budget 2659 151206 32.25 384.16 56.87 150821.84 140813.89 10007.95 73 10642 -0.64 27.05 2.51 10614.95 9910.79 704.16
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Mu 12 Standard Mu 12 Pack Standard Premium 669 105421 22.07 267.83 157.58 105153.17 98175.79 6977.38 196 28288 -0.85 71.86 -5.49 28216.14 26344.01 1872.13
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Theta 6 Standard Theta 6 Pack Standard Regular 413 42491 10.67 107.95 102.88 42383.05 39570.49 2812.56 129 12861 -0.04 32.67 -1.45 12828.33 11977.09 851.24
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Theta 8 Standard Theta 8 Pack Standard Regular 18937 1200724 51.67 3050.56 63.41 1197673.44 1118200.04 79473.4 17270 1041095 13.16 2645.01 -32.35 1038449.99 969542.24 68907.75
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Theta 12 Deluxe Theta 12 Pack Deluxe Regular 273 24157 9.6 61.37 88.49 24095.63 22496.92 1598.71 98 8361 -0.03 21.24 -1.77 8339.76 7786.92 552.84
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Theta 12 Giftset Theta 12 Pack Giftset Regular 2679 256348 31.25 651.28 95.69 255696.72 238729.85 16966.87 1048 100389 1.33 255.05 0.07 100133.95 93490 6643.95
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Theta 12 Standard Theta 12 Pack Standard Regular 12431 900145 54.07 2286.91 72.41 897858.09 838279.85 59578.24 -2165 -96385 -2.2 -244.88 4.14 -96140.12 -89760.81 -6379.31
|
||||
01/12/2011 Dec-11 Supermarkets Black Mesa Theta 18 Standard Theta 18 Pack Standard Regular 55192 3113250 57.96 7909.54 56.41 3105340.46 2899281.95 206058.51 42243 2293241 5.02 5826.22 -6.92 2287414.78 2135630.5 151784.28
|
||||
01/12/2011 Dec-11 Supermarkets LexCorp Gamma 12 Standard Gamma 12 Pack Standard Budget 1420 98885 38.53 251.23 69.64 98633.77 92088.63 6545.14 266 16941 2.02 43.04 -1.37 16897.96 15776.12 1121.84
|
||||
01/12/2011 Dec-11 Supermarkets MomCorp Alpha 12 Standard Alpha 12 Pack Standard Regular 2954 228806 33.19 581.3 77.46 228224.7 213080.39 15144.31 2379 174579 16.58 443.53 -16.85 174135.47 162579.94 11555.53
|
||||
01/12/2011 Dec-11 Supermarkets MomCorp Alpha 18 Standard Alpha 18 Pack Standard Regular 604 44860 9.32 113.97 74.27 44746.03 41776.48 2969.55 254 15609 0.79 39.65 -9.3 15569.35 14535.66 1033.69
|
||||
01/12/2011 Dec-11 Supermarkets Rekall Beta 8 Standard Beta 8 Pack Standard Premium 2081 242556 32.46 616.24 116.56 241939.76 225885.56 16054.2 1133 123900 5.66 314.78 -8.6 123585.22 115384.57 8200.65
|
||||
01/12/2011 Dec-11 Supermarkets Rekall Beta 12 Deluxe Beta 12 Pack Deluxe Premium 467 59314 8.25 150.7 127.01 59163.3 55237.64 3925.66 284 35519 2.43 90.24 -3.02 35428.76 33078.22 2350.54
|
||||
01/12/2011 Dec-11 Supermarkets Rekall Beta 12 Giftset Beta 12 Pack Giftset Premium 3368 402437 32.57 1022.44 119.49 401414.56 374778.6 26635.96 1315 150770 3.98 383.06 -3.09 150386.94 140408.21 9978.73
|
||||
01/12/2011 Dec-11 Supermarkets Rekall Beta 12 Standard Beta 12 Pack Standard Premium 8249 862688 52.54 2191.75 104.58 860496.25 803396.83 57099.42 2853 281548 -1.17 715.31 -3.12 280832.69 262197.35 18635.34
|
||||
01/12/2011 Dec-11 Supermarkets Rekall Beta 18 Standard Beta 18 Pack Standard Premium 7344 673031 46.01 1709.9 91.64 671321.1 626774.61 44546.49 4933 424319 7.61 1078.02 -11.52 423240.98 395156.14 28084.84
|
||||
01/12/2011 Dec-11 Supermarkets Rekall Beta 60 Standard Beta 60 Pack Standard Premium 252 31819 5.48 80.84 126.27 31738.16 29631.77 2106.39 120 15437 2.98 39.22 2.16 15397.78 14375.31 1022.47
|
||||
01/12/2011 Dec-11 Supermarkets Stark Ind Omega 12 Standard Omega 12 Pack Standard Budget 2487 153482 37.25 389.94 61.71 153092.06 142933.83 10158.23 1379 85512 4.98 217.25 0.37 85294.75 79635.47 5659.28
|
||||
01/12/2011 Dec-11 Supermarkets Tyrell Corp Kappa 8 Standard Kappa 8 Pack Standard Regular 940 82962 21.26 210.77 88.26 82751.23 77260.17 5491.06 194 16222 0.86 41.21 -1.2 16180.79 15106.72 1074.07
|
||||
01/12/2011 Dec-11 Supermarkets Tyrell Corp Kappa 12 Standard Kappa 12 Pack Standard Regular 5170 383494 51.69 974.3 74.18 382519.7 357137.34 25382.36 1172 83829 10.01 212.97 -0.77 83616.03 78068.15 5547.88
|
||||
01/12/2011 Dec-11 Supermarkets Tyrell Corp Kappa 18 Standard Kappa 18 Pack Standard Regular 1685 116840 28.26 296.84 69.34 116543.16 108809.61 7733.55 -219 -12505 -5.47 -31.77 1.41 -12473.23 -11645.74 -827.49
|
||||
01/12/2011 Dec-11 Supermarkets Wayne Ent Pi 12 Giftset Pi 12 Pack Giftset Regular 1141 93170 25.23 236.71 81.66 92933.29 86766.97 6166.32 152 16240 2.21 41.26 3.87 16198.74 15124.04 1074.7
|
||||
|
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{"title": "Expanded folder with children", "expanded": true, "folder": true, "children": [
|
||||
{"key": "1_2", "title": "Expanded sub-item", "expanded": true, "children": [
|
||||
{"key": "1_2_1", "title": "Active sub-item (active and focus on init)", "active": true, "focused": true},
|
||||
{"key": "1_2_2", "title": "Basic <i>menu item</i> with <strong class='text-semibold'>HTML support</strong>"}
|
||||
]},
|
||||
{"key": "1_3", "title": "Expanded sub-item", "children": [
|
||||
{"key": "1_3_1", "title": "Sub-item 2.2.1"},
|
||||
{"key": "1_3_2", "title": "Sub-item 2.2.2"}
|
||||
]}
|
||||
]},
|
||||
{"key": "2", "title": "Menu item with key and tooltip", "extraClasses": "has-tooltip", "tooltip": "Look, a tool tip!"},
|
||||
{"key": "3", "title": "Collapsed folder", "folder": true, "children": [
|
||||
{"key": "3_1", "title": "Sub-item 1.1"},
|
||||
{"key": "3_1", "title": "Sub-item 1.2"}
|
||||
]},
|
||||
{"key": "4", "title": "This is a selected item", "selected": true},
|
||||
{"key": "5", "title": "Document with some children (expanded on init)", "expanded": true, "children": [
|
||||
{"key": "5_1", "title": "Document sub-item"},
|
||||
{"key": "5_2", "title": "Another document sub-item", "children": [
|
||||
{"key": "5_2_1", "title": "Sub-item 2.1.1"},
|
||||
{"key": "5_2_2", "title": "Sub-item 2.1.2"}
|
||||
]}
|
||||
]}
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"data": ["Acura","Audi","BMW","Buick","Cadillac","Chevrolet","Chrysler","Citroen","Dodge","Eagle","Ferrari","Ford","General Motors","GMC","Honda","Hummer","Hyundai","Infiniti","Isuzu","Jaguar","Jeep","Kia","Lamborghini","Land Rover","Lexus","Lincoln","Lotus","Mazda","Mercedes-Benz","Mercury","Mitsubishi","Nissan","Oldsmobile","Peugeot","Pontiac","Porsche","Regal","Renault","Saab","Saturn","Seat","Skoda","Subaru","Suzuki","Toyota","Volkswagen","Volvo"]
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"data": ["yellow","red","orange","green","blue","gray","black","white","purple","lime","olive","cyan"]
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
{ "datad" :[
|
||||
{"value": "1", "label": "Acura"},
|
||||
{"value": "2", "label": "Audi"},
|
||||
{"value": "3", "label": "BMW"},
|
||||
{"value": "4", "label": "Buick"},
|
||||
{"value": "5", "label": "Cadillac"},
|
||||
{"value": "6", "label": "Chevrolet"},
|
||||
{"value": "7", "label": "Chrysler"},
|
||||
{"value": "8", "label": "Citroen"},
|
||||
{"value": "9", "label": "Dodge"},
|
||||
{"value": "10", "label": "Eagle"},
|
||||
{"value": "11", "label": "Ferrari"},
|
||||
{"value": "12", "label": "Ford"},
|
||||
{"value": "13", "label": "General Motors"},
|
||||
{"value": "14", "label": "GMC"},
|
||||
{"value": "15", "label": "Honda"},
|
||||
{"value": "16", "label": "Hummer"},
|
||||
{"value": "17", "label": "Hyundai"},
|
||||
{"value": "18", "label": "Infiniti"},
|
||||
{"value": "19", "label": "Isuzu"},
|
||||
{"value": "20", "label": "Jaguar"},
|
||||
{"value": "21", "label": "Jeep"},
|
||||
{"value": "22", "label": "Kia"},
|
||||
{"value": "23", "label": "Lamborghini"},
|
||||
{"value": "24", "label": "Land Rover"},
|
||||
{"value": "25", "label": "Lexus"},
|
||||
{"value": "26", "label": "Lincoln"},
|
||||
{"value": "27", "label": "Lotus"},
|
||||
{"value": "28", "label": "Mazda"},
|
||||
{"value": "29", "label": "Mercedes-Benz"},
|
||||
{"value": "30", "label": "Mercury"},
|
||||
{"value": "31", "label": "Mitsubishi"},
|
||||
{"value": "32", "label": "Nissan"},
|
||||
{"value": "33", "label": "Oldsmobile"},
|
||||
{"value": "34", "label": "Peugeot"},
|
||||
{"value": "35", "label": "Pontiac"},
|
||||
{"value": "36", "label": "Porsche"},
|
||||
{"value": "37", "label": "Regal"},
|
||||
{"value": "38", "label": "Renault"},
|
||||
{"value": "39", "label": "Saab"},
|
||||
{"value": "40", "label": "Saturn"},
|
||||
{"value": "41", "label": "Seat"},
|
||||
{"value": "42", "label": "Skoda"},
|
||||
{"value": "43", "label": "Subaru"},
|
||||
{"value": "44", "label": "Suzuki"},
|
||||
{"value": "45", "label": "Toyota"},
|
||||
{"value": "46", "label": "Volkswagen"},
|
||||
{"value": "47", "label": "Volvo"}
|
||||
]}
|
||||
@@ -0,0 +1,222 @@
|
||||
<?php
|
||||
sleep( 3 );
|
||||
// no term passed - just exit early with no response
|
||||
if (empty($_GET['term'])) exit ;
|
||||
$q = strtolower($_GET["term"]);
|
||||
// remove slashes if they were magically added
|
||||
if (get_magic_quotes_gpc()) $q = stripslashes($q);
|
||||
$items = array(
|
||||
"Great Bittern"=>"Botaurus stellaris",
|
||||
"Little Grebe"=>"Tachybaptus ruficollis",
|
||||
"Black-necked Grebe"=>"Podiceps nigricollis",
|
||||
"Little Bittern"=>"Ixobrychus minutus",
|
||||
"Black-crowned Night Heron"=>"Nycticorax nycticorax",
|
||||
"Purple Heron"=>"Ardea purpurea",
|
||||
"White Stork"=>"Ciconia ciconia",
|
||||
"Spoonbill"=>"Platalea leucorodia",
|
||||
"Red-crested Pochard"=>"Netta rufina",
|
||||
"Common Eider"=>"Somateria mollissima",
|
||||
"Red Kite"=>"Milvus milvus",
|
||||
"Hen Harrier"=>"Circus cyaneus",
|
||||
"Montagu`s Harrier"=>"Circus pygargus",
|
||||
"Black Grouse"=>"Tetrao tetrix",
|
||||
"Grey Partridge"=>"Perdix perdix",
|
||||
"Spotted Crake"=>"Porzana porzana",
|
||||
"Corncrake"=>"Crex crex",
|
||||
"Common Crane"=>"Grus grus",
|
||||
"Avocet"=>"Recurvirostra avosetta",
|
||||
"Stone Curlew"=>"Burhinus oedicnemus",
|
||||
"Common Ringed Plover"=>"Charadrius hiaticula",
|
||||
"Kentish Plover"=>"Charadrius alexandrinus",
|
||||
"Ruff"=>"Philomachus pugnax",
|
||||
"Common Snipe"=>"Gallinago gallinago",
|
||||
"Black-tailed Godwit"=>"Limosa limosa",
|
||||
"Common Redshank"=>"Tringa totanus",
|
||||
"Sandwich Tern"=>"Sterna sandvicensis",
|
||||
"Common Tern"=>"Sterna hirundo",
|
||||
"Arctic Tern"=>"Sterna paradisaea",
|
||||
"Little Tern"=>"Sternula albifrons",
|
||||
"Black Tern"=>"Chlidonias niger",
|
||||
"Barn Owl"=>"Tyto alba",
|
||||
"Little Owl"=>"Athene noctua",
|
||||
"Short-eared Owl"=>"Asio flammeus",
|
||||
"European Nightjar"=>"Caprimulgus europaeus",
|
||||
"Common Kingfisher"=>"Alcedo atthis",
|
||||
"Eurasian Hoopoe"=>"Upupa epops",
|
||||
"Eurasian Wryneck"=>"Jynx torquilla",
|
||||
"European Green Woodpecker"=>"Picus viridis",
|
||||
"Crested Lark"=>"Galerida cristata",
|
||||
"White-headed Duck"=>"Oxyura leucocephala",
|
||||
"Pale-bellied Brent Goose"=>"Branta hrota",
|
||||
"Tawny Pipit"=>"Anthus campestris",
|
||||
"Whinchat"=>"Saxicola rubetra",
|
||||
"European Stonechat"=>"Saxicola rubicola",
|
||||
"Northern Wheatear"=>"Oenanthe oenanthe",
|
||||
"Savi`s Warbler"=>"Locustella luscinioides",
|
||||
"Sedge Warbler"=>"Acrocephalus schoenobaenus",
|
||||
"Great Reed Warbler"=>"Acrocephalus arundinaceus",
|
||||
"Bearded Reedling"=>"Panurus biarmicus",
|
||||
"Red-backed Shrike"=>"Lanius collurio",
|
||||
"Great Grey Shrike"=>"Lanius excubitor",
|
||||
"Woodchat Shrike"=>"Lanius senator",
|
||||
"Common Raven"=>"Corvus corax",
|
||||
"Yellowhammer"=>"Emberiza citrinella",
|
||||
"Ortolan Bunting"=>"Emberiza hortulana",
|
||||
"Corn Bunting"=>"Emberiza calandra",
|
||||
"Great Cormorant"=>"Phalacrocorax carbo",
|
||||
"Hawfinch"=>"Coccothraustes coccothraustes",
|
||||
"Common Shelduck"=>"Tadorna tadorna",
|
||||
"Bluethroat"=>"Luscinia svecica",
|
||||
"Grey Heron"=>"Ardea cinerea",
|
||||
"Barn Swallow"=>"Hirundo rustica",
|
||||
"Hooded Crow"=>"Corvus cornix",
|
||||
"Dunlin"=>"Calidris alpina",
|
||||
"Eurasian Pied Flycatcher"=>"Ficedula hypoleuca",
|
||||
"Eurasian Nuthatch"=>"Sitta europaea",
|
||||
"Short-toed Tree Creeper"=>"Certhia brachydactyla",
|
||||
"Wood Lark"=>"Lullula arborea",
|
||||
"Tree Pipit"=>"Anthus trivialis",
|
||||
"Eurasian Hobby"=>"Falco subbuteo",
|
||||
"Marsh Warbler"=>"Acrocephalus palustris",
|
||||
"Wood Sandpiper"=>"Tringa glareola",
|
||||
"Tawny Owl"=>"Strix aluco",
|
||||
"Lesser Whitethroat"=>"Sylvia curruca",
|
||||
"Barnacle Goose"=>"Branta leucopsis",
|
||||
"Common Goldeneye"=>"Bucephala clangula",
|
||||
"Western Marsh Harrier"=>"Circus aeruginosus",
|
||||
"Common Buzzard"=>"Buteo buteo",
|
||||
"Sanderling"=>"Calidris alba",
|
||||
"Little Gull"=>"Larus minutus",
|
||||
"Eurasian Magpie"=>"Pica pica",
|
||||
"Willow Warbler"=>"Phylloscopus trochilus",
|
||||
"Wood Warbler"=>"Phylloscopus sibilatrix",
|
||||
"Great Crested Grebe"=>"Podiceps cristatus",
|
||||
"Eurasian Jay"=>"Garrulus glandarius",
|
||||
"Common Redstart"=>"Phoenicurus phoenicurus",
|
||||
"Blue-headed Wagtail"=>"Motacilla flava",
|
||||
"Common Swift"=>"Apus apus",
|
||||
"Marsh Tit"=>"Poecile palustris",
|
||||
"Goldcrest"=>"Regulus regulus",
|
||||
"European Golden Plover"=>"Pluvialis apricaria",
|
||||
"Eurasian Bullfinch"=>"Pyrrhula pyrrhula",
|
||||
"Common Whitethroat"=>"Sylvia communis",
|
||||
"Meadow Pipit"=>"Anthus pratensis",
|
||||
"Greylag Goose"=>"Anser anser",
|
||||
"Spotted Flycatcher"=>"Muscicapa striata",
|
||||
"European Greenfinch"=>"Carduelis chloris",
|
||||
"Common Greenshank"=>"Tringa nebularia",
|
||||
"Great Spotted Woodpecker"=>"Dendrocopos major",
|
||||
"Greater Canada Goose"=>"Branta canadensis",
|
||||
"Mistle Thrush"=>"Turdus viscivorus",
|
||||
"Great Black-backed Gull"=>"Larus marinus",
|
||||
"Goosander"=>"Mergus merganser",
|
||||
"Great Egret"=>"Casmerodius albus",
|
||||
"Northern Goshawk"=>"Accipiter gentilis",
|
||||
"Dunnock"=>"Prunella modularis",
|
||||
"Stock Dove"=>"Columba oenas",
|
||||
"Common Wood Pigeon"=>"Columba palumbus",
|
||||
"Eurasian Woodcock"=>"Scolopax rusticola",
|
||||
"House Sparrow"=>"Passer domesticus",
|
||||
"Common House Martin"=>"Delichon urbicum",
|
||||
"Red Knot"=>"Calidris canutus",
|
||||
"Western Jackdaw"=>"Corvus monedula",
|
||||
"Brambling"=>"Fringilla montifringilla",
|
||||
"Northern Lapwing"=>"Vanellus vanellus",
|
||||
"European Reed Warbler"=>"Acrocephalus scirpaceus",
|
||||
"Lesser Black-backed Gull"=>"Larus fuscus",
|
||||
"Little Egret"=>"Egretta garzetta",
|
||||
"Little Stint"=>"Calidris minuta",
|
||||
"Common Linnet"=>"Carduelis cannabina",
|
||||
"Mute Swan"=>"Cygnus olor",
|
||||
"Common Cuckoo"=>"Cuculus canorus",
|
||||
"Black-headed Gull"=>"Larus ridibundus",
|
||||
"Greater White-fronted Goose"=>"Anser albifrons",
|
||||
"Great Tit"=>"Parus major",
|
||||
"Redwing"=>"Turdus iliacus",
|
||||
"Gadwall"=>"Anas strepera",
|
||||
"Fieldfare"=>"Turdus pilaris",
|
||||
"Tufted Duck"=>"Aythya fuligula",
|
||||
"Crested Tit"=>"Lophophanes cristatus",
|
||||
"Willow Tit"=>"Poecile montanus",
|
||||
"Eurasian Coot"=>"Fulica atra",
|
||||
"Common Blackbird"=>"Turdus merula",
|
||||
"Smew"=>"Mergus albellus",
|
||||
"Common Sandpiper"=>"Actitis hypoleucos",
|
||||
"Sand Martin"=>"Riparia riparia",
|
||||
"Purple Sandpiper"=>"Calidris maritima",
|
||||
"Northern Pintail"=>"Anas acuta",
|
||||
"Blue Tit"=>"Cyanistes caeruleus",
|
||||
"European Goldfinch"=>"Carduelis carduelis",
|
||||
"Eurasian Whimbrel"=>"Numenius phaeopus",
|
||||
"Common Reed Bunting"=>"Emberiza schoeniclus",
|
||||
"Eurasian Tree Sparrow"=>"Passer montanus",
|
||||
"Rook"=>"Corvus frugilegus",
|
||||
"European Robin"=>"Erithacus rubecula",
|
||||
"Bar-tailed Godwit"=>"Limosa lapponica",
|
||||
"Dark-bellied Brent Goose"=>"Branta bernicla",
|
||||
"Eurasian Oystercatcher"=>"Haematopus ostralegus",
|
||||
"Eurasian Siskin"=>"Carduelis spinus",
|
||||
"Northern Shoveler"=>"Anas clypeata",
|
||||
"Eurasian Wigeon"=>"Anas penelope",
|
||||
"Eurasian Sparrow Hawk"=>"Accipiter nisus",
|
||||
"Icterine Warbler"=>"Hippolais icterina",
|
||||
"Common Starling"=>"Sturnus vulgaris",
|
||||
"Long-tailed Tit"=>"Aegithalos caudatus",
|
||||
"Ruddy Turnstone"=>"Arenaria interpres",
|
||||
"Mew Gull"=>"Larus canus",
|
||||
"Common Pochard"=>"Aythya ferina",
|
||||
"Common Chiffchaff"=>"Phylloscopus collybita",
|
||||
"Greater Scaup"=>"Aythya marila",
|
||||
"Common Kestrel"=>"Falco tinnunculus",
|
||||
"Garden Warbler"=>"Sylvia borin",
|
||||
"Eurasian Collared Dove"=>"Streptopelia decaocto",
|
||||
"Eurasian Skylark"=>"Alauda arvensis",
|
||||
"Common Chaffinch"=>"Fringilla coelebs",
|
||||
"Common Moorhen"=>"Gallinula chloropus",
|
||||
"Water Pipit"=>"Anthus spinoletta",
|
||||
"Mallard"=>"Anas platyrhynchos",
|
||||
"Winter Wren"=>"Troglodytes troglodytes",
|
||||
"Common Teal"=>"Anas crecca",
|
||||
"Green Sandpiper"=>"Tringa ochropus",
|
||||
"White Wagtail"=>"Motacilla alba",
|
||||
"Eurasian Curlew"=>"Numenius arquata",
|
||||
"Song Thrush"=>"Turdus philomelos",
|
||||
"European Herring Gull"=>"Larus argentatus",
|
||||
"Grey Plover"=>"Pluvialis squatarola",
|
||||
"Carrion Crow"=>"Corvus corone",
|
||||
"Coal Tit"=>"Periparus ater",
|
||||
"Spotted Redshank"=>"Tringa erythropus",
|
||||
"Blackcap"=>"Sylvia atricapilla",
|
||||
"Egyptian Vulture"=>"Neophron percnopterus",
|
||||
"Razorbill"=>"Alca torda",
|
||||
"Alpine Swift"=>"Apus melba",
|
||||
"Long-legged Buzzard"=>"Buteo rufinus",
|
||||
"Audouin`s Gull"=>"Larus audouinii",
|
||||
"Balearic Shearwater"=>"Puffinus mauretanicus",
|
||||
"Upland Sandpiper"=>"Bartramia longicauda",
|
||||
"Greater Spotted Eagle"=>"Aquila clanga",
|
||||
"Ring Ouzel"=>"Turdus torquatus",
|
||||
"Yellow-browed Warbler"=>"Phylloscopus inornatus",
|
||||
"Blue Rock Thrush"=>"Monticola solitarius",
|
||||
"Buff-breasted Sandpiper"=>"Tryngites subruficollis",
|
||||
"Jack Snipe"=>"Lymnocryptes minimus",
|
||||
"White-rumped Sandpiper"=>"Calidris fuscicollis",
|
||||
"Ruddy Shelduck"=>"Tadorna ferruginea",
|
||||
"Cetti's Warbler"=>"Cettia cetti",
|
||||
"Citrine Wagtail"=>"Motacilla citreola",
|
||||
"Roseate Tern"=>"Sterna dougallii",
|
||||
"Black-legged Kittiwake"=>"Rissa tridactyla",
|
||||
"Pygmy Cormorant"=>"Phalacrocorax pygmeus",
|
||||
"Heuglin's Gull"=>"Larus heuglini"
|
||||
);
|
||||
$result = array();
|
||||
foreach ($items as $key=>$value) {
|
||||
if (strpos(strtolower($key), $q) !== false) {
|
||||
array_push($result, array("id"=>$value, "label"=>$key, "value" => strip_tags($key)));
|
||||
}
|
||||
if (count($result) > 11)
|
||||
break;
|
||||
}
|
||||
// json_encode is available in PHP 5.2 and above, or you can install a PECL module in earlier versions
|
||||
echo json_encode($result);
|
||||
?>
|
||||
@@ -0,0 +1,185 @@
|
||||
var gdpData = {
|
||||
"AF": 16.63,
|
||||
"AL": 11.58,
|
||||
"DZ": 158.97,
|
||||
"AO": 85.81,
|
||||
"AG": 1.1,
|
||||
"AR": 351.02,
|
||||
"AM": 8.83,
|
||||
"AU": 1219.72,
|
||||
"AT": 366.26,
|
||||
"AZ": 52.17,
|
||||
"BS": 7.54,
|
||||
"BH": 21.73,
|
||||
"BD": 105.4,
|
||||
"BB": 3.96,
|
||||
"BY": 52.89,
|
||||
"BE": 461.33,
|
||||
"BZ": 1.43,
|
||||
"BJ": 6.49,
|
||||
"BT": 1.4,
|
||||
"BO": 19.18,
|
||||
"BA": 16.2,
|
||||
"BW": 12.5,
|
||||
"BR": 2023.53,
|
||||
"BN": 11.96,
|
||||
"BG": 44.84,
|
||||
"BF": 8.67,
|
||||
"BI": 1.47,
|
||||
"KH": 11.36,
|
||||
"CM": 21.88,
|
||||
"CA": 1563.66,
|
||||
"CV": 1.57,
|
||||
"CF": 2.11,
|
||||
"TD": 7.59,
|
||||
"CL": 199.18,
|
||||
"CN": 5745.13,
|
||||
"CO": 283.11,
|
||||
"KM": 0.56,
|
||||
"CD": 12.6,
|
||||
"CG": 11.88,
|
||||
"CR": 35.02,
|
||||
"CI": 22.38,
|
||||
"HR": 59.92,
|
||||
"CY": 22.75,
|
||||
"CZ": 195.23,
|
||||
"DK": 304.56,
|
||||
"DJ": 1.14,
|
||||
"DM": 0.38,
|
||||
"DO": 50.87,
|
||||
"EC": 61.49,
|
||||
"EG": 216.83,
|
||||
"SV": 21.8,
|
||||
"GQ": 14.55,
|
||||
"ER": 2.25,
|
||||
"EE": 19.22,
|
||||
"ET": 30.94,
|
||||
"FJ": 3.15,
|
||||
"FI": 231.98,
|
||||
"FR": 2555.44,
|
||||
"GA": 12.56,
|
||||
"GM": 1.04,
|
||||
"GE": 11.23,
|
||||
"DE": 3305.9,
|
||||
"GH": 18.06,
|
||||
"GR": 305.01,
|
||||
"GD": 0.65,
|
||||
"GT": 40.77,
|
||||
"GN": 4.34,
|
||||
"GW": 0.83,
|
||||
"GY": 2.2,
|
||||
"HT": 6.5,
|
||||
"HN": 15.34,
|
||||
"HK": 226.49,
|
||||
"HU": 132.28,
|
||||
"IS": 12.77,
|
||||
"IN": 1430.02,
|
||||
"ID": 695.06,
|
||||
"IR": 337.9,
|
||||
"IQ": 84.14,
|
||||
"IE": 204.14,
|
||||
"IL": 201.25,
|
||||
"IT": 2036.69,
|
||||
"JM": 13.74,
|
||||
"JP": 5390.9,
|
||||
"JO": 27.13,
|
||||
"KZ": 129.76,
|
||||
"KE": 32.42,
|
||||
"KI": 0.15,
|
||||
"KR": 986.26,
|
||||
"UNDEFINED": 5.73,
|
||||
"KW": 117.32,
|
||||
"KG": 4.44,
|
||||
"LA": 6.34,
|
||||
"LV": 23.39,
|
||||
"LB": 39.15,
|
||||
"LS": 1.8,
|
||||
"LR": 0.98,
|
||||
"LY": 77.91,
|
||||
"LT": 35.73,
|
||||
"LU": 52.43,
|
||||
"MK": 9.58,
|
||||
"MG": 8.33,
|
||||
"MW": 5.04,
|
||||
"MY": 218.95,
|
||||
"MV": 1.43,
|
||||
"ML": 9.08,
|
||||
"MT": 7.8,
|
||||
"MR": 3.49,
|
||||
"MU": 9.43,
|
||||
"MX": 1004.04,
|
||||
"MD": 5.36,
|
||||
"MN": 5.81,
|
||||
"ME": 3.88,
|
||||
"MA": 91.7,
|
||||
"MZ": 10.21,
|
||||
"MM": 35.65,
|
||||
"NA": 11.45,
|
||||
"NP": 15.11,
|
||||
"NL": 770.31,
|
||||
"NZ": 138,
|
||||
"NI": 6.38,
|
||||
"NE": 5.6,
|
||||
"NG": 206.66,
|
||||
"NO": 413.51,
|
||||
"OM": 53.78,
|
||||
"PK": 174.79,
|
||||
"PA": 27.2,
|
||||
"PG": 8.81,
|
||||
"PY": 17.17,
|
||||
"PE": 153.55,
|
||||
"PH": 189.06,
|
||||
"PL": 438.88,
|
||||
"PT": 223.7,
|
||||
"QA": 126.52,
|
||||
"RO": 158.39,
|
||||
"RU": 1476.91,
|
||||
"RW": 5.69,
|
||||
"WS": 0.55,
|
||||
"ST": 0.19,
|
||||
"SA": 434.44,
|
||||
"SN": 12.66,
|
||||
"RS": 38.92,
|
||||
"SC": 0.92,
|
||||
"SL": 1.9,
|
||||
"SG": 217.38,
|
||||
"SK": 86.26,
|
||||
"SI": 46.44,
|
||||
"SB": 0.67,
|
||||
"ZA": 354.41,
|
||||
"ES": 1374.78,
|
||||
"LK": 48.24,
|
||||
"KN": 0.56,
|
||||
"LC": 1,
|
||||
"VC": 0.58,
|
||||
"SD": 65.93,
|
||||
"SR": 3.3,
|
||||
"SZ": 3.17,
|
||||
"SE": 444.59,
|
||||
"CH": 522.44,
|
||||
"SY": 59.63,
|
||||
"TW": 426.98,
|
||||
"TJ": 5.58,
|
||||
"TZ": 22.43,
|
||||
"TH": 312.61,
|
||||
"TL": 0.62,
|
||||
"TG": 3.07,
|
||||
"TO": 0.3,
|
||||
"TT": 21.2,
|
||||
"TN": 43.86,
|
||||
"TR": 729.05,
|
||||
"TM": 0,
|
||||
"UG": 17.12,
|
||||
"UA": 136.56,
|
||||
"AE": 239.65,
|
||||
"GB": 2258.57,
|
||||
"US": 14624.18,
|
||||
"UY": 40.71,
|
||||
"UZ": 37.72,
|
||||
"VU": 0.72,
|
||||
"VE": 285.21,
|
||||
"VN": 101.99,
|
||||
"YE": 30.02,
|
||||
"ZM": 15.69,
|
||||
"ZW": 5.57
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"data": [
|
||||
[
|
||||
"Tiger Nixon",
|
||||
"System Architect",
|
||||
"Edinburgh",
|
||||
"5421",
|
||||
"2011/04/25",
|
||||
"<span class='label label-info'>$320,800</span>"
|
||||
],
|
||||
[
|
||||
"Garrett Winters",
|
||||
"Accountant",
|
||||
"Tokyo",
|
||||
"8422",
|
||||
"2011/07/25",
|
||||
"<span class='label label-danger'>$170,750</span>"
|
||||
],
|
||||
[
|
||||
"Ashton Cox",
|
||||
"Junior Technical Author",
|
||||
"San Francisco",
|
||||
"1562",
|
||||
"2009/01/12",
|
||||
"<span class='label label-default'>$86,000</span>"
|
||||
],
|
||||
[
|
||||
"Cedric Kelly",
|
||||
"Senior Javascript Developer",
|
||||
"Edinburgh",
|
||||
"6224",
|
||||
"2012/03/29",
|
||||
"<span class='label label-success'>$433,060</span>"
|
||||
],
|
||||
[
|
||||
"Airi Satou",
|
||||
"Accountant",
|
||||
"Tokyo",
|
||||
"5407",
|
||||
"2008/11/28",
|
||||
"<span class='label label-danger'>$162,700</span>"
|
||||
],
|
||||
[
|
||||
"Brielle Williamson",
|
||||
"Integration Specialist",
|
||||
"New York",
|
||||
"4804",
|
||||
"2012/12/02",
|
||||
"<span class='label label-info'>$372,000</span>"
|
||||
],
|
||||
[
|
||||
"Herrod Chandler",
|
||||
"Sales Assistant",
|
||||
"San Francisco",
|
||||
"9608",
|
||||
"2012/08/06",
|
||||
"<span class='label label-danger'>$137,500</span>"
|
||||
],
|
||||
[
|
||||
"Rhona Davidson",
|
||||
"Integration Specialist",
|
||||
"Tokyo",
|
||||
"6200",
|
||||
"2010/10/14",
|
||||
"<span class='label label-default'>$97,900</span>"
|
||||
],
|
||||
[
|
||||
"Colleen Hurst",
|
||||
"Javascript Developer",
|
||||
"San Francisco",
|
||||
"2360",
|
||||
"2009/09/15",
|
||||
"<span class='label label-success'>$405,500</span>"
|
||||
],
|
||||
[
|
||||
"Sonya Frost",
|
||||
"Software Engineer",
|
||||
"Edinburgh",
|
||||
"1667",
|
||||
"2008/12/13",
|
||||
"<span class='label label-danger'>$103,600</span>"
|
||||
],
|
||||
[
|
||||
"Jena Gaines",
|
||||
"Office Manager",
|
||||
"London",
|
||||
"3814",
|
||||
"2008/12/19",
|
||||
"<span class='label label-danger'>$90,560</span>"
|
||||
],
|
||||
[
|
||||
"Quinn Flynn",
|
||||
"Support Lead",
|
||||
"Edinburgh",
|
||||
"9497",
|
||||
"2013/03/03",
|
||||
"<span class='label label-info'>$342,000</span>"
|
||||
],
|
||||
[
|
||||
"Charde Marshall",
|
||||
"Regional Director",
|
||||
"San Francisco",
|
||||
"6741",
|
||||
"2008/10/16",
|
||||
"<span class='label label-success'>$470,600</span>"
|
||||
],
|
||||
[
|
||||
"Haley Kennedy",
|
||||
"Senior Marketing Designer",
|
||||
"London",
|
||||
"3597",
|
||||
"2012/12/18",
|
||||
"<span class='label label-danger'>$113,500</span>"
|
||||
],
|
||||
[
|
||||
"Tatyana Fitzpatrick",
|
||||
"Regional Director",
|
||||
"London",
|
||||
"1965",
|
||||
"2010/03/17",
|
||||
"<span class='label label-info'>$385,750</span>"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,199 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"name": [
|
||||
"Nixon",
|
||||
"Tiger"
|
||||
],
|
||||
"hr": [
|
||||
"System Architect",
|
||||
"<span class='label label-info'>$320,800</span>",
|
||||
"2011\/04\/25"
|
||||
],
|
||||
"office": "Edinburgh",
|
||||
"extn": "5421"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Winters",
|
||||
"Garrett"
|
||||
],
|
||||
"hr": [
|
||||
"Accountant",
|
||||
"<span class='label label-danger'>$170,750</span>",
|
||||
"2011\/07\/25"
|
||||
],
|
||||
"office": "Tokyo",
|
||||
"extn": "8422"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Cox",
|
||||
"Ashton"
|
||||
],
|
||||
"hr": [
|
||||
"Junior Technical Author",
|
||||
"<span class='label label-default'>$86,000</span>",
|
||||
"2009\/01\/12"
|
||||
],
|
||||
"office": "San Francisco",
|
||||
"extn": "1562"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Kelly",
|
||||
"Cedric"
|
||||
],
|
||||
"hr": [
|
||||
"Senior Javascript Developer",
|
||||
"<span class='label label-success'>$433,060</span>",
|
||||
"2012\/03\/29"
|
||||
],
|
||||
"office": "Edinburgh",
|
||||
"extn": "6224"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Satou",
|
||||
"Airi"
|
||||
],
|
||||
"hr": [
|
||||
"Accountant",
|
||||
"<span class='label label-danger'>$162,700</span>",
|
||||
"2008\/11\/28"
|
||||
],
|
||||
"office": "Tokyo",
|
||||
"extn": "5407"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Williamson",
|
||||
"Brielle"
|
||||
],
|
||||
"hr": [
|
||||
"Integration Specialist",
|
||||
"<span class='label label-info'>$372,000</span>",
|
||||
"2012\/12\/02"
|
||||
],
|
||||
"office": "New York",
|
||||
"extn": "4804"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Chandler",
|
||||
"Herrod"
|
||||
],
|
||||
"hr": [
|
||||
"Sales Assistant",
|
||||
"<span class='label label-danger'>$137,500</span>",
|
||||
"2012\/08\/06"
|
||||
],
|
||||
"office": "San Francisco",
|
||||
"extn": "9608"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Davidson",
|
||||
"Rhona"
|
||||
],
|
||||
"hr": [
|
||||
"Integration Specialist",
|
||||
"<span class='label label-default'>$97,900</span>",
|
||||
"2010\/10\/14"
|
||||
],
|
||||
"office": "Tokyo",
|
||||
"extn": "6200"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Hurst",
|
||||
"Colleen"
|
||||
],
|
||||
"hr": [
|
||||
"Javascript Developer",
|
||||
"<span class='label label-success'>$405,500</span>",
|
||||
"2009\/09\/15"
|
||||
],
|
||||
"office": "San Francisco",
|
||||
"extn": "2360"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Frost",
|
||||
"Sonya"
|
||||
],
|
||||
"hr": [
|
||||
"Software Engineer",
|
||||
"<span class='label label-danger'>$103,600</span>",
|
||||
"2008\/12\/13"
|
||||
],
|
||||
"office": "Edinburgh",
|
||||
"extn": "1667"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Gaines",
|
||||
"Jena"
|
||||
],
|
||||
"hr": [
|
||||
"Office Manager",
|
||||
"<span class='label label-danger'>$90,560</span>",
|
||||
"2008\/12\/19"
|
||||
],
|
||||
"office": "London",
|
||||
"extn": "3814"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Flynn",
|
||||
"Quinn"
|
||||
],
|
||||
"hr": [
|
||||
"Support Lead",
|
||||
"<span class='label label-info'>$342,000</span>",
|
||||
"2013\/03\/03"
|
||||
],
|
||||
"office": "Edinburgh",
|
||||
"extn": "9497"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Marshall",
|
||||
"Charde"
|
||||
],
|
||||
"hr": [
|
||||
"Regional Director",
|
||||
"<span class='label label-success'>$470,600</span>",
|
||||
"2008\/10\/16"
|
||||
],
|
||||
"office": "San Francisco",
|
||||
"extn": "6741"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Kennedy",
|
||||
"Haley"
|
||||
],
|
||||
"hr": [
|
||||
"Senior Marketing Designer",
|
||||
"<span class='label label-danger'>$113,500</span>",
|
||||
"2012\/12\/18"
|
||||
],
|
||||
"office": "London",
|
||||
"extn": "3597"
|
||||
},
|
||||
{
|
||||
"name": [
|
||||
"Fitzpatrick",
|
||||
"Tatyana"
|
||||
],
|
||||
"hr": [
|
||||
"Regional Director",
|
||||
"<span class='label label-info'>$385,750</span>",
|
||||
"2010\/03\/17"
|
||||
],
|
||||
"office": "London",
|
||||
"extn": "1965"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
[ { "value": 1 , "text": "Amsterdam" , "continent": "Europe" },
|
||||
{ "value": 2 , "text": "London" , "continent": "Europe" },
|
||||
{ "value": 3 , "text": "Paris" , "continent": "Europe" },
|
||||
{ "value": 4 , "text": "Washington" , "continent": "America" },
|
||||
{ "value": 5 , "text": "Mexico City" , "continent": "America" },
|
||||
{ "value": 6 , "text": "Buenos Aires", "continent": "America" },
|
||||
{ "value": 7 , "text": "Sydney" , "continent": "Australia" },
|
||||
{ "value": 8 , "text": "Wellington" , "continent": "Australia" },
|
||||
{ "value": 9 , "text": "Canberra" , "continent": "Australia" },
|
||||
{ "value": 10, "text": "Beijing" , "continent": "Asia" },
|
||||
{ "value": 11, "text": "New Delhi" , "continent": "Asia" },
|
||||
{ "value": 12, "text": "Kathmandu" , "continent": "Asia" },
|
||||
{ "value": 13, "text": "Cairo" , "continent": "Africa" },
|
||||
{ "value": 14, "text": "Cape Town" , "continent": "Africa" },
|
||||
{ "value": 15, "text": "Kinshasa" , "continent": "Africa" }
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
["Andorra","United Arab Emirates","Afghanistan","Antigua and Barbuda","Anguilla","Albania","Armenia","Angola","Antarctica","Argentina","American Samoa","Austria","Australia","Aruba","Åland","Azerbaijan","Bosnia and Herzegovina","Barbados","Bangladesh","Belgium","Burkina Faso","Bulgaria","Bahrain","Burundi","Benin","Saint Barthélemy","Bermuda","Brunei","Bolivia","Bonaire","Brazil","Bahamas","Bhutan","Bouvet Island","Botswana","Belarus","Belize","Canada","Cocos [Keeling] Islands","Congo","Central African Republic","Republic of the Congo","Switzerland","Ivory Coast","Cook Islands","Chile","Cameroon","China","Colombia","Costa Rica","Cuba","Cape Verde","Curacao","Christmas Island","Cyprus","Czechia","Germany","Djibouti","Denmark","Dominica","Dominican Republic","Algeria","Ecuador","Estonia","Egypt","Western Sahara","Eritrea","Spain","Ethiopia","Finland","Fiji","Falkland Islands","Micronesia","Faroe Islands","France","Gabon","United Kingdom","Grenada","Georgia","French Guiana","Guernsey","Ghana","Gibraltar","Greenland","Gambia","Guinea","Guadeloupe","Equatorial Guinea","Greece","South Georgia and the South Sandwich Islands","Guatemala","Guam","Guinea-Bissau","Guyana","Hong Kong","Heard Island and McDonald Islands","Honduras","Croatia","Haiti","Hungary","Indonesia","Ireland","Israel","Isle of Man","India","British Indian Ocean Territory","Iraq","Iran","Iceland","Italy","Jersey","Jamaica","Jordan","Japan","Kenya","Kyrgyzstan","Cambodia","Kiribati","Comoros","Saint Kitts and Nevis","North Korea","South Korea","Kuwait","Cayman Islands","Kazakhstan","Laos","Lebanon","Saint Lucia","Liechtenstein","Sri Lanka","Liberia","Lesotho","Lithuania","Luxembourg","Latvia","Libya","Morocco","Monaco","Moldova","Montenegro","Saint Martin","Madagascar","Marshall Islands","Macedonia","Mali","Myanmar [Burma]","Mongolia","Macao","Northern Mariana Islands","Martinique","Mauritania","Montserrat","Malta","Mauritius","Maldives","Malawi","Mexico","Malaysia","Mozambique","Namibia","New Caledonia","Niger","Norfolk Island","Nigeria","Nicaragua","Netherlands","Norway","Nepal","Nauru","Niue","New Zealand","Oman","Panama","Peru","French Polynesia","Papua New Guinea","Philippines","Pakistan","Poland","Saint Pierre and Miquelon","Pitcairn Islands","Puerto Rico","Palestine","Portugal","Palau","Paraguay","Qatar","Réunion","Romania","Serbia","Russia","Rwanda","Saudi Arabia","Solomon Islands","Seychelles","Sudan","Sweden","Singapore","Saint Helena","Slovenia","Svalbard and Jan Mayen","Slovakia","Sierra Leone","San Marino","Senegal","Somalia","Suriname","South Sudan","São Tomé and Príncipe","El Salvador","Sint Maarten","Syria","Swaziland","Turks and Caicos Islands","Chad","French Southern Territories","Togo","Thailand","Tajikistan","Tokelau","East Timor","Turkmenistan","Tunisia","Tonga","Turkey","Trinidad and Tobago","Tuvalu","Taiwan","Tanzania","Ukraine","Uganda","U.S. Minor Outlying Islands","United States","Uruguay","Uzbekistan","Vatican City","Saint Vincent and the Grenadines","Venezuela","British Virgin Islands","U.S. Virgin Islands","Vietnam","Vanuatu","Wallis and Futuna","Samoa","Kosovo","Yemen","Mayotte","South Africa","Zambia","Zimbabwe"]
|
||||
@@ -0,0 +1,452 @@
|
||||
[
|
||||
{
|
||||
"year": "1961",
|
||||
"value": "West Side Story",
|
||||
"tokens": [
|
||||
"West",
|
||||
"Side",
|
||||
"Story"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1962",
|
||||
"value": "Lawrence of Arabia",
|
||||
"tokens": [
|
||||
"Lawrence",
|
||||
"of",
|
||||
"Arabia"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1963",
|
||||
"value": "Tom Jones",
|
||||
"tokens": [
|
||||
"Tom",
|
||||
"Jones"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1964",
|
||||
"value": "My Fair Lady",
|
||||
"tokens": [
|
||||
"My",
|
||||
"Fair",
|
||||
"Lady"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1965",
|
||||
"value": "The Sound of Music",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Sound",
|
||||
"of",
|
||||
"Music"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1966",
|
||||
"value": "A Man for All Seasons",
|
||||
"tokens": [
|
||||
"A",
|
||||
"Man",
|
||||
"for",
|
||||
"All",
|
||||
"Seasons"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1967",
|
||||
"value": "In the Heat of the Night",
|
||||
"tokens": [
|
||||
"In",
|
||||
"the",
|
||||
"Heat",
|
||||
"of",
|
||||
"the",
|
||||
"Night"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1968",
|
||||
"value": "Oliver!",
|
||||
"tokens": [
|
||||
"Oliver!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1969",
|
||||
"value": "Midnight Cowboy",
|
||||
"tokens": [
|
||||
"Midnight",
|
||||
"Cowboy"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1970",
|
||||
"value": "Patton",
|
||||
"tokens": [
|
||||
"Patton"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1971",
|
||||
"value": "The French Connection",
|
||||
"tokens": [
|
||||
"The",
|
||||
"French",
|
||||
"Connection"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1972",
|
||||
"value": "The Godfather",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Godfather"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1973",
|
||||
"value": "The Sting",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Sting"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1974",
|
||||
"value": "The Godfather Part II",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Godfather",
|
||||
"Part",
|
||||
"II"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1975",
|
||||
"value": "One Flew over the Cuckoo's Nest",
|
||||
"tokens": [
|
||||
"One",
|
||||
"Flew",
|
||||
"over",
|
||||
"the",
|
||||
"Cuckoo's",
|
||||
"Nest"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1976",
|
||||
"value": "Rocky",
|
||||
"tokens": [
|
||||
"Rocky"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1977",
|
||||
"value": "Annie Hall",
|
||||
"tokens": [
|
||||
"Annie",
|
||||
"Hall"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1978",
|
||||
"value": "The Deer Hunter",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Deer",
|
||||
"Hunter"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1979",
|
||||
"value": "Kramer vs. Kramer",
|
||||
"tokens": [
|
||||
"Kramer",
|
||||
"vs.",
|
||||
"Kramer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1980",
|
||||
"value": "Ordinary People",
|
||||
"tokens": [
|
||||
"Ordinary",
|
||||
"People"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1981",
|
||||
"value": "Chariots of Fire",
|
||||
"tokens": [
|
||||
"Chariots",
|
||||
"of",
|
||||
"Fire"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1982",
|
||||
"value": "Gandhi",
|
||||
"tokens": [
|
||||
"Gandhi"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1983",
|
||||
"value": "Terms of Endearment",
|
||||
"tokens": [
|
||||
"Terms",
|
||||
"of",
|
||||
"Endearment"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1984",
|
||||
"value": "Amadeus",
|
||||
"tokens": [
|
||||
"Amadeus"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1985",
|
||||
"value": "Out of Africa",
|
||||
"tokens": [
|
||||
"Out",
|
||||
"of",
|
||||
"Africa"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1986",
|
||||
"value": "Platoon",
|
||||
"tokens": [
|
||||
"Platoon"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1987",
|
||||
"value": "The Last Emperor",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Last",
|
||||
"Emperor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1988",
|
||||
"value": "Rain Man",
|
||||
"tokens": [
|
||||
"Rain",
|
||||
"Man"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1989",
|
||||
"value": "Driving Miss Daisy",
|
||||
"tokens": [
|
||||
"Driving",
|
||||
"Miss",
|
||||
"Daisy"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1990",
|
||||
"value": "Dances With Wolves",
|
||||
"tokens": [
|
||||
"Dances",
|
||||
"With",
|
||||
"Wolves"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1991",
|
||||
"value": "The Silence of the Lambs",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Silence",
|
||||
"of",
|
||||
"the",
|
||||
"Lambs"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1992",
|
||||
"value": "Unforgiven",
|
||||
"tokens": [
|
||||
"Unforgiven"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1993",
|
||||
"value": "Schindler’s List",
|
||||
"tokens": [
|
||||
"Schindler’s",
|
||||
"List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1994",
|
||||
"value": "Forrest Gump",
|
||||
"tokens": [
|
||||
"Forrest",
|
||||
"Gump"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1995",
|
||||
"value": "Braveheart",
|
||||
"tokens": [
|
||||
"Braveheart"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1996",
|
||||
"value": "The English Patient",
|
||||
"tokens": [
|
||||
"The",
|
||||
"English",
|
||||
"Patient"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1997",
|
||||
"value": "Titanic",
|
||||
"tokens": [
|
||||
"Titanic"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1998",
|
||||
"value": "Shakespeare in Love",
|
||||
"tokens": [
|
||||
"Shakespeare",
|
||||
"in",
|
||||
"Love"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "1999",
|
||||
"value": "American Beauty",
|
||||
"tokens": [
|
||||
"American",
|
||||
"Beauty"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2000",
|
||||
"value": "Gladiator",
|
||||
"tokens": [
|
||||
"Gladiator"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2001",
|
||||
"value": "A Beautiful Mind",
|
||||
"tokens": [
|
||||
"A",
|
||||
"Beautiful",
|
||||
"Mind"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2002",
|
||||
"value": "Chicago",
|
||||
"tokens": [
|
||||
"Chicago"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2003",
|
||||
"value": "The Lord of the Rings: The Return of the King",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Lord",
|
||||
"of",
|
||||
"the",
|
||||
"Rings:",
|
||||
"The",
|
||||
"Return",
|
||||
"of",
|
||||
"the",
|
||||
"King"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2004",
|
||||
"value": "Million Dollar Baby",
|
||||
"tokens": [
|
||||
"Million",
|
||||
"Dollar",
|
||||
"Baby"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2005",
|
||||
"value": "Crash",
|
||||
"tokens": [
|
||||
"Crash"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2006",
|
||||
"value": "The Departed",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Departed"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2007",
|
||||
"value": "No Country for Old Men",
|
||||
"tokens": [
|
||||
"No",
|
||||
"Country",
|
||||
"for",
|
||||
"Old",
|
||||
"Men"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2008",
|
||||
"value": "Slumdog Millionaire",
|
||||
"tokens": [
|
||||
"Slumdog",
|
||||
"Millionaire"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2009",
|
||||
"value": "The Hurt Locker",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Hurt",
|
||||
"Locker"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2010",
|
||||
"value": "The King's Speech",
|
||||
"tokens": [
|
||||
"The",
|
||||
"King's",
|
||||
"Speech"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2011",
|
||||
"value": "The Artist",
|
||||
"tokens": [
|
||||
"The",
|
||||
"Artist"
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2012",
|
||||
"value": "Argo",
|
||||
"tokens": [
|
||||
"Argo"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
[{ "team": "Boston Celtics" },{ "team": "Dallas Mavericks" },{ "team": "Brooklyn Nets" },{ "team": "Houston Rockets" },{ "team": "New York Knicks" },{ "team": "Memphis Grizzlies" },{ "team": "Philadelphia 76ers" },{ "team": "New Orleans Hornets" },{ "team": "Toronto Raptors" },{ "team": "San Antonio Spurs" },{ "team": "Chicago Bulls" },{ "team": "Denver Nuggets" },{ "team": "Cleveland Cavaliers" },{ "team": "Minnesota Timberwolves" },{ "team": "Detroit Pistons" },{ "team": "Portland Trail Blazers" },{ "team": "Indiana Pacers" },{ "team": "Oklahoma City Thunder" },{ "team": "Milwaukee Bucks" },{ "team": "Utah Jazz" },{ "team": "Atlanta Hawks" },{ "team": "Golden State Warriors" },{ "team": "Charlotte Bobcats" },{ "team": "Los Angeles Clippers" },{ "team": "Miami Heat" },{ "team": "Los Angeles Lakers" },{ "team": "Orlando Magic" },{ "team": "Phoenix Suns" },{ "team": "Washington Wizards" },{ "team": "Sacramento Kings" }]
|
||||
@@ -0,0 +1 @@
|
||||
[{ "team": "New Jersey Devils" },{ "team": "New York Islanders" },{ "team": "New York Rangers" },{ "team": "Philadelphia Flyers" },{ "team": "Pittsburgh Penguins" },{ "team": "Chicago Blackhawks" },{ "team": "Columbus Blue Jackets" },{ "team": "Detroit Red Wings" },{ "team": "Nashville Predators" },{ "team": "St. Louis Blues" },{ "team": "Boston Bruins" },{ "team": "Buffalo Sabres" },{ "team": "Montreal Canadiens" },{ "team": "Ottawa Senators" },{ "team": "Toronto Maple Leafs" },{ "team": "Calgary Flames" },{ "team": "Colorado Avalanche" },{ "team": "Edmonton Oilers" },{ "team": "Minnesota Wild" },{ "team": "Vancouver Canucks" },{ "team": "Carolina Hurricanes" },{ "team": "Florida Panthers" },{ "team": "Tampa Bay Lightning" },{ "team": "Washington Capitals" },{ "team": "Winnipeg Jets" },{ "team": "Anaheim Ducks" },{ "team": "Dallas Stars" },{ "team": "Los Angeles Kings" },{ "team": "Phoenix Coyotes" },{ "team": "San Jose Sharks" }]
|
||||
@@ -0,0 +1,68 @@
|
||||
|
||||
<!-- "Additional info" form for Stepy wizard -->
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="display-block">Applicant resume:</label>
|
||||
<input type="file" name="resume" class="file-styled">
|
||||
<span class="help-block">Accepted formats: pdf, doc. Max file size 2Mb</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Where did you find us?</label>
|
||||
<select name="source" data-placeholder="Choose an option..." class="select-simple">
|
||||
<option></option>
|
||||
<option value="monster">Monster.com</option>
|
||||
<option value="linkedin">LinkedIn</option>
|
||||
<option value="google">Google</option>
|
||||
<option value="adwords">Google AdWords</option>
|
||||
<option value="other">Other source</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Availability:</label>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="availability" class="styled">
|
||||
Immediately
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="availability" class="styled">
|
||||
1 - 2 weeks
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="availability" class="styled">
|
||||
3 - 4 weeks
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="availability" class="styled">
|
||||
More than 1 month
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Additional information:</label>
|
||||
<textarea name="additional-info" rows="5" cols="5" placeholder="If you want to add any info, do it here." class="form-control"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /"additional info" form for Stepy wizard -->
|
||||
@@ -0,0 +1,101 @@
|
||||
|
||||
<!-- "Educaiton" form for Stepy wizard -->
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>University:</label>
|
||||
<input type="text" name="university" placeholder="University name" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Country:</label>
|
||||
<select name="university-country" data-placeholder="Choose a Country..." class="select">
|
||||
<option></option>
|
||||
<option value="1">United States</option>
|
||||
<option value="2">France</option>
|
||||
<option value="3">Germany</option>
|
||||
<option value="4">Spain</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Degree level:</label>
|
||||
<input type="text" name="degree-level" placeholder="Bachelor, Master etc." class="form-control">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Specialization:</label>
|
||||
<input type="text" name="specialization" placeholder="Design, Development etc." class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<label>From:</label>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<select name="education-from-month" data-placeholder="Month" class="select">
|
||||
<option></option>
|
||||
<option value="January">January</option>
|
||||
<option value="...">...</option>
|
||||
<option value="December">December</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<select name="education-from-year" data-placeholder="Year" class="select">
|
||||
<option></option>
|
||||
<option value="1995">1995</option>
|
||||
<option value="...">...</option>
|
||||
<option value="1980">1980</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<label>To:</label>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<select name="education-to-month" data-placeholder="Month" class="select">
|
||||
<option></option>
|
||||
<option value="January">January</option>
|
||||
<option value="...">...</option>
|
||||
<option value="December">December</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<select name="education-to-year" data-placeholder="Year" class="select">
|
||||
<option></option>
|
||||
<option value="1995">1995</option>
|
||||
<option value="...">...</option>
|
||||
<option value="1980">1980</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Language of education:</label>
|
||||
<input type="text" name="education-language" placeholder="English, German etc." class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /"educaiton" form for Stepy wizard -->
|
||||
@@ -0,0 +1,85 @@
|
||||
|
||||
<!-- "Experience" form for Stepy wizard -->
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Company:</label>
|
||||
<input type="text" name="experience-company" placeholder="Company name" class="form-control">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Position:</label>
|
||||
<input type="text" name="experience-position" placeholder="Company name" class="form-control">
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<label>From:</label>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<select name="education-from-month" data-placeholder="Month" class="select">
|
||||
<option></option>
|
||||
<option value="January">January</option>
|
||||
<option value="...">...</option>
|
||||
<option value="December">December</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<select name="education-from-year" data-placeholder="Year" class="select">
|
||||
<option></option>
|
||||
<option value="1995">1995</option>
|
||||
<option value="...">...</option>
|
||||
<option value="1980">1980</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<label>To:</label>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<select name="education-to-month" data-placeholder="Month" class="select">
|
||||
<option></option>
|
||||
<option value="January">January</option>
|
||||
<option value="...">...</option>
|
||||
<option value="December">December</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<select name="education-to-year" data-placeholder="Year" class="select">
|
||||
<option></option>
|
||||
<option value="1995">1995</option>
|
||||
<option value="...">...</option>
|
||||
<option value="1980">1980</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Brief description:</label>
|
||||
<textarea name="experience-description" rows="4" cols="4" placeholder="Tasks and responsibilities" class="form-control"></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="display-block">Recommendations:</label>
|
||||
<input name="recommendations" type="file" class="file-styled">
|
||||
<span class="help-block">Accepted formats: pdf, doc. Max file size 2Mb</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /"experience" form for Stepy wizard -->
|
||||
@@ -0,0 +1,3 @@
|
||||
{"registration" : {
|
||||
"statusMessage" : "You were registered successfully"
|
||||
}}
|
||||
@@ -0,0 +1,207 @@
|
||||
|
||||
<!-- "Personal data" form for Stepy wizard -->
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Select location:</label>
|
||||
<select name="location" data-placeholder="Select position" class="select">
|
||||
<option></option>
|
||||
<optgroup label="North America">
|
||||
<option value="1">United States</option>
|
||||
<option value="2">Canada</option>
|
||||
</optgroup>
|
||||
|
||||
<optgroup label="Latin America">
|
||||
<option value="3">Chile</option>
|
||||
<option value="4">Argentina</option>
|
||||
<option value="5">Colombia</option>
|
||||
<option value="6">Peru</option>
|
||||
<option value="7">Brazil</option>
|
||||
</optgroup>
|
||||
|
||||
<optgroup label="Europe">
|
||||
<option value="8">Croatia</option>
|
||||
<option value="9">Hungary</option>
|
||||
<option value="10">Ukraine</option>
|
||||
<option value="11">Greece</option>
|
||||
<option value="12">Norway</option>
|
||||
<option value="13">Germany</option>
|
||||
<option value="14">United Kingdom</option>
|
||||
<option value="15">Denmark</option>
|
||||
<option value="16">France</option>
|
||||
<option value="17">Austria</option>
|
||||
<option value="18">Italy</option>
|
||||
<option value="19">Spain</option>
|
||||
<option value="20">Poland</option>
|
||||
</optgroup>
|
||||
|
||||
<optgroup label="Middle East & Africa">
|
||||
<option value="21">Egypt</option>
|
||||
<option value="22">Israel</option>
|
||||
<option value="23">Nigeria</option>
|
||||
<option value="24">United Arab Emirates</option>
|
||||
<option value="25">Morocco</option>
|
||||
</optgroup>
|
||||
|
||||
<optgroup label="Asia Pacific">
|
||||
<option value="26">Australia</option>
|
||||
<option value="27">China</option>
|
||||
<option value="28">India</option>
|
||||
<option value="29">Singapore</option>
|
||||
<option value="30">Thailand</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Select position:</label>
|
||||
<select name="position" data-placeholder="Select position" class="select">
|
||||
<option></option>
|
||||
<optgroup label="Developer Relations">
|
||||
<option value="1">Sales Engineer</option>
|
||||
<option value="2">Ads Solutions Consultant</option>
|
||||
<option value="3">Technical Solutions Consultant</option>
|
||||
<option value="4">Business Intern</option>
|
||||
</optgroup>
|
||||
|
||||
<optgroup label="Engineering & Design">
|
||||
<option value="5">Interaction Designer</option>
|
||||
<option value="6">Technical Program Manager</option>
|
||||
<option value="7">Software Engineer</option>
|
||||
<option value="8">Information Security Engineer</option>
|
||||
<option value="9">Security Engineer</option>
|
||||
<option value="10">Usability Expert</option>
|
||||
<option value="11">UI Designer</option>
|
||||
<option value="12">Illustrator</option>
|
||||
</optgroup>
|
||||
|
||||
<optgroup label="Marketing & Communications">
|
||||
<option value="13">Media Outreach Manager</option>
|
||||
<option value="14">Research Manager</option>
|
||||
<option value="15">Marketing Intern</option>
|
||||
<option value="16">Business Intern</option>
|
||||
</optgroup>
|
||||
|
||||
<optgroup label="Sales Operations">
|
||||
<option value="17">Sales Operations Analyst</option>
|
||||
<option value="18">Technology Product Manager</option>
|
||||
<option value="19">Product Expert</option>
|
||||
<option value="20">Sales Insights Analyst</option>
|
||||
<option value="21">Customer Operations Analyst</option>
|
||||
<option value="22">Data Program Manager</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Applicant name:</label>
|
||||
<input type="text" name="name" class="form-control" placeholder="John Doe">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Email address:</label>
|
||||
<input type="email" name="email" class="form-control" placeholder="your@email.com">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label>Phone #:</label>
|
||||
<input type="text" name="tel" class="form-control" placeholder="+99-99-9999-9999" data-mask="+99-99-9999-9999">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<label>Date of birth:</label>
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<select name="birth-month" data-placeholder="Month" class="select">
|
||||
<option></option>
|
||||
<option value="1">January</option>
|
||||
<option value="2">February</option>
|
||||
<option value="3">March</option>
|
||||
<option value="4">April</option>
|
||||
<option value="5">May</option>
|
||||
<option value="6">June</option>
|
||||
<option value="7">July</option>
|
||||
<option value="8">August</option>
|
||||
<option value="9">September</option>
|
||||
<option value="10">October</option>
|
||||
<option value="11">November</option>
|
||||
<option value="12">December</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<select name="birth-day" data-placeholder="Day" class="select">
|
||||
<option></option>
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
<option value="4">4</option>
|
||||
<option value="5">5</option>
|
||||
<option value="6">6</option>
|
||||
<option value="7">7</option>
|
||||
<option value="8">8</option>
|
||||
<option value="9">9</option>
|
||||
<option value="10">10</option>
|
||||
<option value="11">11</option>
|
||||
<option value="12">12</option>
|
||||
<option value="13">13</option>
|
||||
<option value="14">14</option>
|
||||
<option value="15">15</option>
|
||||
<option value="16">16</option>
|
||||
<option value="17">17</option>
|
||||
<option value="18">18</option>
|
||||
<option value="19">19</option>
|
||||
<option value="20">20</option>
|
||||
<option value="21">21</option>
|
||||
<option value="22">22</option>
|
||||
<option value="23">23</option>
|
||||
<option value="24">24</option>
|
||||
<option value="25">25</option>
|
||||
<option value="26">26</option>
|
||||
<option value="27">27</option>
|
||||
<option value="28">28</option>
|
||||
<option value="29">29</option>
|
||||
<option value="30">30</option>
|
||||
<option value="31">31</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<select name="birth-year" data-placeholder="Year" class="select">
|
||||
<option></option>
|
||||
<option value="1">1980</option>
|
||||
<option value="2">1981</option>
|
||||
<option value="3">1982</option>
|
||||
<option value="4">1983</option>
|
||||
<option value="5">1984</option>
|
||||
<option value="6">1985</option>
|
||||
<option value="7">1986</option>
|
||||
<option value="8">1987</option>
|
||||
<option value="9">1988</option>
|
||||
<option value="10">1989</option>
|
||||
<option value="11">1990</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /"personal data" form for Stepy wizard -->
|
||||
@@ -0,0 +1,4 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>true</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user