-
Notifications
You must be signed in to change notification settings - Fork 0
/
cardview.html
304 lines (263 loc) · 10.1 KB
/
cardview.html
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>
COMP250 Top Hits
</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<base target="_blank">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<script type="text/javascript" src="js/canvas.js" async></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/cardview.css">
<link rel="stylesheet" href="css/card.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NG6HSTPCTR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NG6HSTPCTR');
</script>
</head>
<body>
<!--<a href="https://bestofcomp.com/" style="font-size: 30pt;">See the full site!</a>-->
<main class="main">
<h1>Assignment 1</h1>
<section class="section">
<h2>Zahur Ashrafuzzaman</h2>
<p>Tower defense game based on the first assignment, with bees and hornets.</p>
<img class="section-img" src="https://github.com/croissantfriend/BeeGameCOMP250/raw/master/BeeGameGUI.png" alt="Bee game screeny">
<tags class="tags">
<a href="#" >Assignment 1</a>
<a href="#" >Fun Demo</a>
<a href="#" >Swing GUI</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank" >View on GitHub...</a>
</section>
<section class="section">
<h2>Allison Mazurek</h2>
<p>Tower defense game based on the first assignment, with bees and hornets.</p>
<img class="section-img" src="https://github.com/allisonmazurek/BeeGameCOMP250/raw/master/GUIsnapshot.jpg" alt="Bee game screeny">
<tags class="tags">
<a href="#" >Assignment 1</a>
<a href="#" >Fun Demo</a>
<a href="#" >Swing GUI</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on GitHub...</a>
</section>
<h1>Assignment 2</h1>
<section class="section">
<h2>Cecile Dai</h2>
<p>Command line tester</p>
<tags class="tags">
<a>Assignment 2</a>
<a>Tester</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on Google Drive...</a>
</section>
<section class="section">
<h2>Josh Lin</h2>
<p>Extremely thorough A2 Junit Tester.</p>
<tags class="tags">
<a>Assignment 2</a>
<a>Tester</a>
<a>JUnit</a>
<a>Gradle</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on GitHub...</a>
</section>
<section class="section">
<h2>Huub de Jong</h2>
<p>A2 Megatester.</p>
<tags class="tags">
<a>Assignment 2</a>
<a>Tester</a>
<a>Command line</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on Google Drive...</a>
</section>
<h1>Assignment 3</h1>
<section class="section">
<h2>Josh Lin</h2>
<p>A visualizer for A3 which lets users interact with the dog tree.</p>
<img class="section-img" src="https://github.com/TheBigSasha/bestofcomp250/blob/master/img/meow10811%20-%20A3%20Dog%20Visualizer.png?raw=true" alt="DViz screeny">
<tags class="tags">
<a href="#" >Assignment 2</a>
<a href="#" >Tester</a>
<a href="#" >Swing GUI</a>
<a>Fun Demo</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on GitHub...</a>
</section>
<section class="section">
<h2>Zahur Ashrafuzzaman</h2>
<p>A3 Multitester - This repository is meant to act as a bundle of several tools and testers others have shared over the past days and weeks.</p>
<tags class="tags">
<a href="#" >Assignment 3</a>
<a href="#" >Tester</a>
<a href="#" >JUnit</a>
<a href="#" >Swing GUI</a>
<a>Gradle</a>
<a>Fun Demo</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on GitHub...</a>
</section>
<section class="section">
<h2>Sanjeev Lakhwani</h2>
<p>COMP 250 A3 tests using a web API for random objects</p>
<tags class="tags">
<a>Assignment 3</a>
<a>Tester</a>
<a>Web API</a>
</tags>
</section>
<section class="section">
<h2>James Xu</h2>
<p>COMP 250 A3 JUnit tests</p>
<tags class="tags">
<a href="#" >Assignment 3</a>
<a href="#" >Tester</a>
<a href="#" >JUnit</a>
<a>Gradle</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on GitHub...</a>
</section>
<section class="section">
<h2>Alex P.</h2>
<p>COMP 250 A3 command-line tester</p>
<tags class="tags">
<a>Assignment 3</a>
<a>Tester</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on GitHub...</a>
</section>
<section class="section">
<h2>LI Xiang</h2>
<p>A tester that is able to automatically test a dog-tree given a .txt input and a .txt expected output.</p>
<tags class="tags">
<a>Assignment 3</a>
<a>Tester</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on Google Drive...</a>
</section>
<h1>Final</h1>
<section class="section">
<h2>LI Xiang</h2>
<p>SearchWindow is a GUI made for final project. You enter a keyword and search for result, just like what you do on a real search engine. The website file "HoF.xml" is also attached.</p>
<img class="section-img" src="https://github.com/TheBigSasha/bestofcomp250/blob/master/img/LI%20Xiang%20-%20SearchWindow%20Screenshot.png?raw=true" alt="Search Window Screenshot">
<tags class="tags">
<a href="#" >Assignment 4</a>
<a href="#" >Graphical Test</a>
<a href="#" >Swing GUI</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View SearchWindow on Google Drive...</a>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View HoF.xml on Google Drive...</a>
</section>
<section class="section">
<h2>James Xu</h2>
<p>A Python script which creates large XMLs for testing the final assignment. Posted to Piazza.</p>
<tags class="tags">
<a>Assignment 4</a>
<a>Command Line</a>
<a>Python</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View Gist on GitHub...</a>
</section>
<section class="section">
<h2>Charlotte Volk</h2>
<p>Tester using massive graphs for the final assignment. Posted to Piazza.</p>
<tags class="tags">
<a href="#" >Assignment 4</a>
<a href="#" >Command Line</a>
<a href="#" >Tester</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on GitHub...</a>
</section>
<section class="section">
<h2>Allison Mazurek</h2>
<p>COMP 250 Final JUnit tests</p>
<tags class="tags">
<a href="#" >Assignment 4</a>
<a href="#" >Tester</a>
<a href="#" >JUnit</a>
<a>Gradle</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on GitHub...</a>
</section>
<section class="section">
<h2>Zahur Ashrafuzzaman</h2>
<p>A compilation of many A4 testers into one unified project.</p>
<tags class="tags">
<a>Assignment 4</a>
<a>Junit</a>
<a>Tester</a>
<a>Swing GUI</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on GitHub...</a>
</section>
<h1>Other</h1>
<section class="section">
<h2>Sanjeev Lakhwani</h2>
<p>Minesweeper Game</p>
<img class="section-img" src="https://github.com/TheBigSasha/bestofcomp250/blob/master/img/Sanjeev%20Lakhwani%20-%20Game.png?raw=true" alt="Minesweeper">
<tags class="tags">
<a >Game</a>
<a >Command line</a>
</tags>
</section>
<section class="section">
<h2>Allison Mazurek</h2>
<p>Stack & Queue Demo</p>
<img class="section-img" src="img/minStackGUI.png" alt="Min Stack visualzier gui screeny">
<tags class="tags">
<a>Swing GUI</a>
<a>Fun demo</a>
<a>Presentation</a>
</tags>
<a href="https://bestofcomp.com/" class="info-link" rel="noopener noreferrer" target="_blank">View on GitHub...</a>
</section>
<section class="section">
<h2>Huub de Jong</h2>
<p>COMP themed rap song</p>
<audio controls>
<source src="audio/HuubRap.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<tags class="tags">
<a>Mad bars</a>
<a>🔥</a>
</tags>
</section>
</main>
<div align="center" class="submit-your-work">
<a-container class="a-container">
<a href="https://bestofcomp.com/">Feature your work!</a>
</a-container >
</div>
<space class="space" style="--size: 50px;"></space>
<subtle align="center">
<p style="font-size: 20pt">
See it all 👀 <a href="https://bestofcomp.com/">bestofcomp.com</a>
</p>
</subtle>
<!-- Add your site or application content here -->
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>