aboutsummaryrefslogtreecommitdiff
path: root/computers/index.php
blob: 86201913fa091f1bffb09e69981f026856b46cd7 (plain)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
	<!-- Global -->
	<?php require('../inc/head.html'); ?>

	<!-- Page-specific -->
	<title>Computers</title>
	<!--<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">-->
	<meta property="og:title" content="Computers">
	<meta property="og:description" content="Computers I own or have owned.">
	<!--<meta property="og:image" content="/res/img/icons/png/computer.png">-->
</head>
<body>
<div class="page">  
<?php require('../inc/nav.php') ?>

<div id="pagebody">
	<div id="content">
		<table class="computers" border="0">
			<tr>
			<td class="computer">
					<h1>Lenovo ThinkPad T430 (2012)</h1>
					<h2>Specifications</h2>
					<table class="skami">
						<tr>
							<td><b>OS</b></td>
							<td>Arch Linux x86_64 / Windows 7 Pro</td>
						</tr>
						<tr>
							<td><b>LCD Resolution</b></td>
							<td>1600x900</td>
						</tr>
						<tr>
							<td><b>CPU</b></td>
							<td>Intel i7-3520M (4 cores) @ 3.6GHz</td>
						</tr>
						<tr>
							<td><b>GPU</b></td>
							<td>Intel 3rd Gen Core processor Graphics Controller</td>
						</tr>
						<tr>
							<td><b>Memory</b></td>
							<td>16GB</td>
						</tr>
						<tr>
							<td><b>HDD0</b></td>
							<td>Crucial CT500MX500SSD1 (500GB, Linux)</td>
						</tr>
						<tr>
							<td><b>HDD1</b></td>
							<td>Crucial CT250MX500SSD1 (250GB, Windows)</td>
						</tr>
					</table>
				</td>
				<td class="computer">
					<h1>Macbook Pro (2018)</h1>
					<h2>Specifications</h2>
					<table class="skami">
						<tr>
							<td><b>OS</b></td>
							<td>macOS 12.5.1</td>
						</tr>
						<tr>
							<td><b>LCD Resolution</b></td>
							<td>2560x1600 (Retina)</td>
						</tr>
						<tr>
							<td><b>CPU</b></td>
							<td>Intel i5-8259U (8 cores) @ 2.3GHz</td>
						</tr>
						<tr>
							<td><b>GPU</b></td>
							<td>Intel Iris Plus Graphics 655</td>
						</tr>
						<tr>
							<td><b>Memory</b></td>
							<td>8GB</td>
						</tr>
						<tr>
							<td><b>HDD</b></td>
							<td>Apple SSD AP0256M (250GB)</td>
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td class="computer">
					<h1>IBM ThinkPad T40 (2003)</h1>
					<h2>Specifications</h2>
					<table class="skami">
						<tr>
							<td><b>OS</b></td>
							<td>Windows XP Pro / Windows 2000 Pro (Extended)</td>
						</tr>
						<tr>
							<td><b>LCD Resolution</b></td>
							<td>1024x768</td>
						</tr>
						<tr>
							<td><b>CPU</b></td>
							<td>Intel Pentium M (single core) @ 1.3GHz</td>
						</tr>
						<tr>
							<td><b>GPU</b></td>
							<td>ATI Mobility Radeon 7500 (32MB)</td>
						</tr>
						<tr>
							<td><b>Memory</b></td>
							<td>1GB (DDR SDRAM)</td>
						</tr>
						<tr>
							<td><b>HDD</b></td>
							<td>Fujitsu MHS2030AT (30GB)</td>
						</tr>
					</table>
				</td>
				<td class="computer">
					<h1>IBM ThinkPad X41 (2005)</h1>
					<h2>Specifications</h2>
					<table class="skami">
						<tr>
							<td><b>OS</b></td>
							<td>Windows XP Tablet PC Edition (2005, SP3)</td>
						</tr>
						<tr>
							<td><b>LCD Resolution</b></td>
							<td>1024x768 (TFT)</td>
						</tr>
						<tr>
							<td><b>CPU</b></td>
							<td>Intel Pentium M (single core) @ 1.6GHz</td>
						</tr>
						<tr>
							<td><b>GPU</b></td>
							<td>Mobile Intel 915GM/GMS 910GML Express Chipset Family (128MB)</td>
						</tr>
						<tr>
							<td><b>Memory</b></td>
							<td>1.5GB (DDR SDRAM)</td>
						</tr>
						<tr>
							<td><b>HDD</b></td>
							<td>Hitachi HTC426040G9AT00 (40GB)</td>
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td class="computer">
					<h1>Dell OptiPlex GX1 (400L+, 1999)</h1>
					<h2>Specifications</h2>
					<p>TBD</p>
				</td>
				<td class="computer">
					<h1>Dell Inspiron 1525 (2008)</h1>
					<h2>Specifications</h2>
					<p>TBD</p>
				</td>
			</tr>
			<tr>
				<td class="computer">
					<h1>Dell OptiPlex 745 (USFF, 2007, x3)</h1>
					<h2>Specifications</h2>
					<p>TBD</p>
				</td>
				<td class="computer">
					<h1>Compaq Armada M300 (2000)</h1>
					<h2>Specifications</h2>
					<p>TBD</p>
				</td>
			</tr>
			<tr>
				<td class="computer">
					<h1>Random Whitebox (???)</h1>
					<h2>Specifications</h2>
					<table class="skami">
						<tr>
							<td><b>OS</b></td>
							<td>Windows XP Pro (SP3)</td>
						</tr>
						<tr>
							<td><b>CPU</b></td>
							<td>AMD Athon-PECM (Thunderbird, 4 cores, 1.2GHz)</td>
						</tr>
						<tr>
							<td><b>GPU</b></td>
							<td>Hercules 3D Propher 9000 PCI (ATI Radeon 9000, 64MB)</td>
						</tr>
						<tr>
							<td><b>Memory</b></td>
							<td>500MB</td>
						</tr>
						<tr>
							<td><b>HDD</b></td>
							<td>Seagate ST3160215ACE (150GB)</td>
						</tr>
					</table>
				</td>
				<td class="computer">
					<h1>Mac mini (2014)</h1>
					<h2>Specifications</h2>
					<p>TBD</p>
				</td>
			</tr>
			<tr>
				<td class="computer">
					<h1>Fujitsu Milan (1996)</h1>
					<h2>Specifications</h2>
					<p>TBD</p>
				</td>
			</tr>
		</table>
	</div> <!-- content -->

	<div id="footer" class="pagefooter">
		<?php $file = __FILE__;require('../inc/footer.php'); ?>
	</div> <!-- footer -->
</div> <!-- pagebody -->
</div> <!-- page -->
</body>
</html>