-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprocessors.json
86 lines (86 loc) · 2.11 KB
/
processors.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"Name": "DUAL CORE",
"Platform": "Intel",
"Manufacturer": "Intel",
"Price": 2790,
"img": "/img/intelimg/processors/core2.png"
},
{
"Name": "APU 4000",
"Platform": "AMD",
"Manufacturer": "AMD",
"Price": 2190,
"img": "/img/intel/processors/AMD.png"
},
{
"Name": "BULLDOZER FX 4300",
"Platform": "AMD",
"Manufacturer": "AMD",
"Price": 5540,
"img": "/img/intel/processors/AMD.png"
},
{
"Name": "BULLDOZER FX 8320",
"Platform": "AMD",
"Manufacturer": "AMD",
"Price": 9390,
"img": "/img/intel/processors/AMD.png"
},
{
"Name": "BULLDOZER FX 8350",
"Platform": "AMD",
"Manufacturer": "AMD",
"Price": 11790,
"img": "/img/intel/processors/AMD.jpg"
},
{
"Name": "E3 1245 V3 (SERVER)",
"Platform": "Intel",
"Manufacturer": "Intel",
"Price": 9390,
"img": "/img/intel/processors/xeon.png"
},
{
"Name": "I-3 (2120)(1155)",
"Platform": "Intel",
"Manufacturer": "Intel",
"Price": 5990,
"img": "/img/intel/processors/i3.png"
},
{
"Name": "I-5 (3330)(1155)",
"Platform": "Intel",
"Manufacturer": "Intel",
"Price": 9990,
"img": "/img/intel/processors/i5.png"
},
{
"Name": "I-7 (3770K)(1155)",
"Platform": "Intel",
"Manufacturer": "Intel",
"Price": 19990,
"img": "/img/intel/processors/i7.png"
},
{
"Name": "I-7 (4820K) (2011)",
"Platform": "Intel",
"Manufacturer": "Intel",
"Price": 24990,
"img": "/img/intel/processors/i7.png"
},
{
"Name": "I-7 (4930K) (2011)",
"Platform": "Intel",
"Manufacturer": "Intel",
"Price": 37990,
"img": "/img/intel/processors/i7.png"
},
{
"Name": "I-5 (4790) (1150)",
"Platform": "Intel",
"Manufacturer": "Intel",
"Price": 18790,
"img": "/img/intel/processors/i5.png"
}
]