Skip to content

Commit 0e91007

Browse files
committed
wip: add fall hacks
1 parent f5b733b commit 0e91007

File tree

6 files changed

+554
-0
lines changed

6 files changed

+554
-0
lines changed

public/fall-hacks/2020/index.html

Lines changed: 353 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,353 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Fall Hacks 2020 - CSSS</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="icon" type="image/png" href="/static/icons/favicon_white.png" />
7+
</head>
8+
<style>
9+
/* IBM Plex Mono */
10+
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700#display=swap");
11+
body {
12+
background-color: black;
13+
}
14+
pre {
15+
font-family: "IBM Plex Mono", monospace;
16+
color: lightgreen;
17+
font-weight: 400;
18+
font-size: 12px;
19+
width: 100ch;
20+
margin: auto;
21+
margin-top: 32px;
22+
margin-bottom: 32px;
23+
}
24+
b {
25+
color: white;
26+
font-weight: 700;
27+
}
28+
i {
29+
color: gray;
30+
}
31+
a {
32+
color: lightblue;
33+
}
34+
s {
35+
color: gray;
36+
}
37+
.entry h1, .entry .team, .entry p {
38+
display: inline;
39+
}
40+
.entry h1, .entry .team {
41+
font-size: 3em;
42+
}
43+
.entry .team {
44+
color: white;
45+
}
46+
.entry .project, .entry .project a {
47+
font-size: 1.25em;
48+
color: lightgreen;
49+
}
50+
.entry .project a:hover {
51+
color: white;
52+
}
53+
#first h1 {
54+
color: gold;
55+
}
56+
#second h1 {
57+
color: silver;
58+
}
59+
#third h1 {
60+
color: rgb(156, 104, 14);
61+
}
62+
#mostInteresting h1{
63+
color: magenta;
64+
}
65+
66+
</style>
67+
<body>
68+
<pre>
69+
/@@@@@@@@@@@,
70+
/@@#
71+
*@@@((#%##@@/<b> ,@@@@@@@#%/</b>
72+
@@@@@@@@@@@@ .@@@@@@#%#@@#<b> #@@@@@@@@@, (##%(,</b>
73+
%@@/ #@@.<b> ,@@@@@* #@@@@@@@@ (,</b>
74+
(@@* #@@*<b> %@@@@@@@@@/ @@@@@.@@@@. /@@@@@*</b>
75+
*@@# (@@(<b> ,@@@@@#/#@@ @@@@@,*@@@@( #@@@@# %@@@@@.</b>
76+
.@@# *@@%<b> %@@@@@ (@@@@@@##@@@@% ,@@@@@, .@@@@@#</b>
77+
#@@. .*/((#%%@@@#<b> .,*/#/ #@@@@@@@@@@@@@@, #@@@@# (@@@@@.</b>
78+
#@@@@@@@@@@@ %@@@##%#((/,<b> ,*/##@. @@@@@/ *@@@@@( @@@@@%</b>
79+
..<b> ,*// %@@@@@@@@@* (@@@@@.</b>
80+
(@@@@@@@@@@@*<b> .*/#% #@@@@@@@@@,</b>
81+
,@@%<b> .*/#%@@</b>
82+
..,,*** @@@@@@@@@@@@@@@@@*<b> ,*..</b>
83+
%@@@@@@@@@@@@@@@#. /#((/**,.. .#@@%<b> (@@@@@@@@/</b>
84+
%@@( ..,,**/(##%#@@@@@*<b> . (@@@@@ %@@@@#, ..(</b>
85+
#@@@###@@@@@@@@@@@@( /@@@@@@@@##%%%#(//*,.<b> /@@@@@*.@@@@@, %@@@@@@@@@@#.</b>
86+
/###%%#((/*,.. /@@#<b> %@@@@@# %@@@@#/@@@@% ,%@@@@@@@@@@</b>
87+
....,,*/(##@@#<b> .@@@@@@@@@, *@@@@@@@@@@@, ##(/,/#@@@@/</b>
88+
%@@@@@@@@@@@@@####%#*<b> @@@@@@@@ ,@@@@@( #@@@@@%@@@@@@. .@@@@@@@@#
89+
./%/ @@@@@@@@@* #@@@@@ , .@@@@@% *@@@@@@* .
90+
./#@/ #@@@@@. ,@@@@##@@@@@. ,@@@@@@#.,#@@ (@@@@@* ,#%/.
91+
%@@@@@ @@@@@# (@@@@# /@@@@@, (@@@@@@@@@@% (*
92+
,@@@@@%./#@@@@@@, (@@@@@@@@@@@@@#. *@#@@#,
93+
(@@@@@@@@@@@@@@# #@@@@@%* @@@@@@*
94+
#@@@@# .@@@@@/ #@@@@#
95+
*@@@@@( %@@@@@.
96+
#@@@@#</b>
97+
98+
<i>----------------------------------------------------------------------------------------------------</i>
99+
100+
<h1>Computing Science Student Society Fall Hacks 2020</h1>
101+
Please note, these projects may have been made private or changed since submission.
102+
Run at your own risk.
103+
104+
<div class="entry" id="first">
105+
<h1 class="award">1st</h1> <h2 class="team">Legacy Edition</h2>
106+
<h3 class="project"><a href="https://github.com/awtkns/fallhack-2020">Legacy Edition Acronym Finder</a></h3>
107+
Trivial game where you have to be the first person to identify the correct full name of an acronym.
108+
</div>
109+
110+
<div class="entry" id="second">
111+
<h1 class="award">2nd</h1> <h2 class="team">AYA</h2>
112+
<h3 class="project"><a href="https://github.com/aWildOtto/ASCII">ASC II(A Sophisticated Chat mark II)</a></h3>
113+
This is a messenger-like chat app but it requires user to solve ASCII puzzles in order to chat.
114+
</div>
115+
116+
<div class="entry" id="third">
117+
<h1 class="award">3rd</h1> <h2 class="team">Canucks</h2>
118+
<h3 class="project"><a href="https://github.com/m-alexeev/Fall2020Hack">Let's Escape and Fight</a></h3>
119+
Adventure-style game, which player has escaped from a group of bandits!
120+
He must now avoid being eliminated and make it back to the safe house.
121+
</div>
122+
123+
<div class="entry" id="mostInteresting">
124+
<h1 class="award">Most Interesting Creation</h1>
125+
<h2 class="team">CSSS-LSIP</h2>
126+
<h3 class="project"><a href="https://github.com/harnoors/CSSS-LISP">CSSS-LISP-> CSSS's Litter Inspection and Sorting Program</a></h3>
127+
Image classification using transfer learning to detect the type of litter.
128+
Recycle, garbage, Paper, etc.
129+
</div>
130+
131+
<i>----------------------------------------------------------------------------------------------------</i>
132+
133+
<div class="entry">
134+
<h2 class="team">Team Stop Failing University
135+
(S.F.U)</h2>
136+
<h3 class="project"><a href="https://github.com/richardfuca/hackathonnov2020">CSCourse Selection Search System C.S.S.S.</a></h3>
137+
Help computing science students to plan ahead for their curriculums.
138+
139+
<div class="entry">
140+
<h2 class="team">Yeppers</h2>
141+
<h3 class="project"><a href="https://github.com/graacelin/bc-coronavirus-statistics">Coronavirus Stati Stic S (CSSS)</a></h3>
142+
Using the BC COVID-19 data given by the BC CDC, we created multiple different types of graphs
143+
(3 line graphs and a bubble graph). The bubble graph takes a date and visualizes it based
144+
on that date. There are more instructions on the README.md in the Github.
145+
146+
<div class="entry">
147+
<h2 class="team">All Squares Condone
148+
Inquisition Immediately</h2>
149+
<h3 class="project"><a href="https://github.com/GeoGiovani/FallHack2020/tree/main">CSCourse Selection Search System C.S.S.S.</a></h3>
150+
Our project centers on the battle between 2 blocks as they battle for survival,
151+
using power ups and speed to knock each other across the map. Whichever block can knock
152+
the other one off the screen first wins!
153+
154+
<div class="entry">
155+
<h2 class="team">pjalali</h2>
156+
<h3 class="project"><a href="https://github.com/PaymonJ/CSSSFallHack2020">Super Furball Utility</a></h3>
157+
Take a photo of a dog or cat and the app will tell you if it's a dog or cat.
158+
Perfect for when you can't tell!
159+
160+
<div class="entry">
161+
<h2 class="team">StayFocusedU!</h2>
162+
<h3 class="project"><a href="https://github.com/sleep09/stay-focused">StayFocusedU!</a></h3>
163+
This is a simple productivity desktop app for linux users to track their study time
164+
with a timer and simple statistics.
165+
166+
<div class="entry">
167+
<h2 class="team">Team CMM</h2>
168+
<h3 class="project"><a href="https://github.com/Cway14/CSSS">Course Seeing Selecting Savant</a></h3>
169+
Course Seeing Selecting Savant (CSSS) is a website built using React, an API running on JavaScript.
170+
It is meant to help SFU Computing Science students track their academic progress and make
171+
decisions on courses they can take towards graduation. The website allows them to track which
172+
courses they have completed, how many credits they have obtained and still require to graduate,
173+
and also provides course information such as course descriptions and if they met the prerequisites
174+
required to take particular courses.
175+
176+
<div class="entry">
177+
<h2 class="team">AirPNP</h2>
178+
<h3 class="project"><a href="https://github.com/KeeganMcGinnis2/FallHack2020">Latrine Inspection Sanitary Protection</a></h3>
179+
A web-based for finding and reviewing public washrooms in the Vancouver area.
180+
181+
<div class="entry">
182+
<h2 class="team">Hansoo's Kittens</h2>
183+
<h3 class="project"><a href="https://github.com/alhparsa/CSSS-Hackathon">Anime Screen Conversion Image Improver</a></h3>
184+
Style transfers images on a webpage using a chrome extension to look more
185+
like an anime art style.
186+
187+
<div class="entry">
188+
<h2 class="team">$300 $quad$</h2>
189+
<h3 class="project"><a href="https://github.com/yxdcheng/ASCIIGeneratorObject">ASCIIGeneratorObject</a></h3>
190+
BMP image to ASCII code. Run the main file and type in either superman.bmp
191+
or letter_s.bmp to execute it.
192+
193+
<div class="entry">
194+
<h2 class="team">Lease Inventory, See Profits</h2>
195+
<h3 class="project"><a href="https://csil-git1.cs.surrey.sfu.ca/sraturi/fallhack2020">Lease Inventory, See Profits</a></h3>
196+
Lease Inventory, See Profits (LISP) is a local rental marketplace.
197+
Users can post items to rent or rent items from others.
198+
199+
<div class="entry">
200+
<h2 class="team">Galactic Overlords</h2>
201+
<h3 class="project"><a href="https://github.com/sebastianbugal/Hackathon2020">Galactic Overlords</a></h3>
202+
We choose to go with the acronym GO and decided to make a tower defense game called
203+
"Galactic Overlord. The game consists of a ship the player controls, the player has
204+
to charge its energy near the energy gem to be able to place defenses.
205+
To place defenses the player can choose between a missile seeking tower and a
206+
machine gun by pressing 1 and 2 on the keyboard respectively.
207+
The aim of the game is to survive as long as you can, let's see how far you get!
208+
209+
<div class="entry">
210+
<h2 class="team">LIT Driver Team</h2>
211+
<h3 class="project"><a href="https://github.com/danlee0528/CSSS-Fall-2020-Hackathon">LIT ICBC Schedule Picker (LISP)</a></h3>
212+
The Lit ICBC Schedule Picker is a program that allows for an automatic booking
213+
of an appointment on ICBC.
214+
215+
<div class="entry">
216+
<h2 class="team">Any Serviceable Computers
217+
In It?</h2>
218+
<h3 class="project"><a href="https://repl.it/@ssl54/AnyServiceableComputersInIt">Any Serviceable Computers In It?</a></h3>
219+
A text-based RPG game. Unfinished.
220+
221+
<div class="entry">
222+
<h2 class="team">Fruits of Divorce</h2>
223+
<h3 class="project"><a href="https://github.com/ShayGeko/Fall2020-Hackathon">Shut the Fact Up</a></h3>
224+
Don't like what you read on the Internet? Well we've got the cure for what ails you!
225+
Introducing: Shut The Fact Up; a revolutionary new way of consuming information.
226+
You can alter what you read in real time to conform to what you believe is true!
227+
Easy to use and robust, the possible applications of this weapon are enormous.
228+
229+
<div class="entry">
230+
<h2 class="team">Rain Dragon</h2>
231+
<h3 class="project"><a href="https://github.com/Qryn/SFU-Fall2020-ASCII">ASCII : A Soldier's Crusade Into Imperium</a></h3>
232+
A text-based adventure RPG featuring ASCII Images for enemies.
233+
234+
<div class="entry">
235+
<h2 class="team">Snake Finds U</h2>
236+
<h3 class="project"><a href="https://github.com/git-rahulrajesh/Snake-Finds-U">Snake Finds U</a></h3>
237+
A snake game implemented in Java, that involves the player eating apples
238+
to grow their snake, while avoiding bombs to stay alive.
239+
240+
<div class="entry">
241+
<h2 class="team">KodRs</h2>
242+
<h3 class="project"><a href="https://github.com/SiamShafiq/LEAFGO/commit/4b602b3e32362e0c98326fe6a7564df105ab0fe9">LEAFGO - Let's eat all Food: Get Obese</a></h3>
243+
LEAFGO is a project which marks all restaurants that you have visited automatically.
244+
Our vision is to help explore all restaurants in the area.
245+
The end goal? Visit them all and fulfill your obese destiny.
246+
247+
<div class="entry">
248+
<h2 class="team">PATAR</h2>
249+
<h3 class="project"><a href="https://csil-git1.cs.surrey.sfu.ca/varchit/game-over">GOSFU (Game Over SFU)</a></h3>
250+
GAME-OVER SFU The game is based on free roaming while completing small tasks SFU.
251+
The tasks involve making decision in certain situations. Making the right decision will lead to
252+
you being able to continue the game and finsih all 5 tasks, or making a wrong choice will cause
253+
the game to be over and you starting again. To start, you can roam around SFU freely and look
254+
for the tasks based on the stories made. There are 5 stories leading to 5 paths around SFU and
255+
each ends with a task. Finishing the 5 tasks will result in victory.
256+
Note: the game represents real-world locations on SFU.
257+
258+
<div class="entry">
259+
<h2 class="team">The Conways</h2>
260+
<h3 class="project"><a href="https://github.com/ryan-lintott/CSSS-Fall-Hackathon-game-of-...-">Game of Os</a></h3>
261+
Conway's Game of Life, but not necessarily Life, since you can modify the game rule parameters.
262+
263+
<div class="entry">
264+
<h2 class="team">!False Story</h2>
265+
<h3 class="project"><a href="https://github.com/djsiu/fallhacks">Game Outlet</a></h3>
266+
A collection of small games.
267+
268+
<div class="entry">
269+
<h2 class="team">DXRT</h2>
270+
<h3 class="project"><a href="https://github.com/Richard172/Get-out">Get Out(GO)</a></h3>
271+
A 2d text maze game, which the player(OO) use "awsd" text inputs to control its position from the
272+
left entrance to the right exit.
273+
274+
<div class="entry">
275+
<h2 class="team">Hackathing</h2>
276+
<h3 class="project"><a href="https://gitlab.com/hackathing-2020/sfu-server">Summarized For U</a></h3>
277+
Summarizes terms of services into an easily digestible format.
278+
279+
<div class="entry">
280+
<h2 class="team">Kirbabes</h2>
281+
<h3 class="project"><a href="https://scratch.mit.edu/projects/446753510/">Super Fly Underdog</a></h3>
282+
Dog game made on scratch.
283+
Dodge the ghosts and collect the tacos and fortune cookies and cheetos.
284+
285+
<div class="entry">
286+
<h2 class="team">Mink Activists</h2>
287+
<h3 class="project"><a href="https://github.com/timothyr/covid-social-spacing-simulator">Covid Social Spacing Simulator</a></h3>
288+
Simple click to move, time-based survival game. Goal of the game is to save the mink from
289+
the Coronavirus in Denmark.
290+
291+
<div class="entry">
292+
<h2 class="team">LEAF SFU GO bot</h2>
293+
<h3 class="project"><a href="https://github.com/shabbiryusufali/FallHack2020">LEAF SFU GO bot</a></h3>
294+
It is a discord bot with the intention to eradicate annoying friends and get them to shut frick up
295+
while gaming online. LEAFSFUGO = Let's eradicate annoying friends, shut frick up, gamers online.
296+
297+
<div class="entry">
298+
<h2 class="team">Go Outside</h2>
299+
<h3 class="project"><a href="https://github.com/Sterlst/Go-Outside.git">Go Outside</a></h3>
300+
This project is based on the acronym "GO". Go Outside is an Android app
301+
that encourages users to complete various challenges in the great outdoors.
302+
303+
<div class="entry">
304+
<h2 class="team">Hackaroonis</h2>
305+
<h3 class="project"><a href="https://github.com/dparaiso/FallHackathon-2020">Grow Old (GO)</a></h3>
306+
We have created a version of Bitlife Simulator.
307+
It is a fun and enticing game that leaves you wanting to know more about
308+
your exciting (or depressing) virtual life!
309+
310+
<div class="entry">
311+
<h2 class="team">LEAF (Low Effort Accessible
312+
Fun Game)</h2>
313+
<h3 class="project"><a href="https://github.com/ehannafo/Hackathon2020">Runtime Terror</a></h3>
314+
We made a Low Effort Accessible Fun game of Tic Tac Toe.
315+
316+
<div class="entry">
317+
<h2 class="team">Ready... Set... GO...</h2>
318+
<h3 class="project"><a href="https://github.com/aymansays/GO">GO</a></h3>
319+
320+
<div class="entry">
321+
<h2 class="team">Manic Moles</h2>
322+
<h3 class="project"><a href="https://github.com/Pantoro2380/Goat-Organizer">GO - Goat Organizer</a></h3>
323+
It is a game made with Godot in which the object is to catch goats whilst avoiding obstacles.
324+
325+
<div class="entry">
326+
<h2 class="team">LISP: Listen In Silence, Please!</h2>
327+
<h3 class="project"><a href="https://gitlab.com/hermanluo/fall2020hackathon">LISP: Listen In Silence, Please!</a></h3>
328+
Android app based on listening to sound cues to complete the objective.
329+
App based on Fall 2020 CMPT 276 assignment.
330+
331+
<div class="entry">
332+
<h2 class="team">Leaf :
333+
library's easy access files</h2>
334+
<h3 class="project"><a href="https://github.com/AshCatchEmAll/hackathon2020.git">Leaf : library's easy access files</a></h3>
335+
Amazon's good reads app(Android) seems to be getting lots of bad reviews.
336+
One of them was how people coundn't add books without actually giving reviews.
337+
Because of this poeple who quickly wanna use the app end up giving bad reviews to a book which they have
338+
even read. Users wanted a feature to keep list private and public as well. This app tries to solve
339+
that issue. Although it's not an production level app, it helps users to make public or private lists
340+
and add books to their data without having to give reviews and such. Since the app deals with books,
341+
we called it Library's easy access files to fit one of the acronym from the hackathon theme which is LEAF.
342+
343+
<div class="entry">
344+
<h2 class="team">Mint Tea</h2>
345+
<h3 class="project"><a href="https://github.com/dayvidpham/flying-lisp.git">Life Is Short and Painful</a></h3>
346+
Did you know? The lifespan of a fly is 28 days. You are an interdimensional fly wishing to travel the
347+
galaxies. But life is just too short, and your time is running out!
348+
349+
</div>
350+
351+
</pre>
352+
</body>
353+
</html>

public/fall-hacks/2024/img1.png

610 KB
Loading

public/fall-hacks/2024/img2.png

699 KB
Loading

public/fall-hacks/2024/img3.png

406 KB
Loading

public/fall-hacks/2024/img4.png

455 KB
Loading

0 commit comments

Comments
 (0)