-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from oofsauce/improved_assets
Improved assets
- Loading branch information
Showing
42 changed files
with
888 additions
and
675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,4 @@ | |
Cargo.lock | ||
|
||
# These are backup files generated by rustfmt | ||
**/*.rs.bk | ||
|
||
|
||
projects/* | ||
**/*.rs.bk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM rust:1.48 | ||
FROM rust:slim-buster | ||
|
||
WORKDIR /website | ||
RUN chmod -R +rwx . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
id: tree | ||
title: CoderDojo Coolest Projects Competition | ||
date: "2013" | ||
body: Made a <a href="/projects/tree">game</a>, which won 1st place in the 'Games/Web Apps' category. The competition had 60 projects total across all categories that year. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
id: aipo | ||
title: All Ireland Programming Olympiad (AIPO) | ||
date: "2014" | ||
body: 2nd place in the Junior Category at DCU |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
id: irlcpc1 | ||
title: Irish Collegiate Programming Contest (IrlCPC) | ||
date: 2015 & 2014 | ||
body: Awarded 3rd place both times with my team of 3 in the Junior Category |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
id: btyse | ||
title: BT Young Scientist Exhibition | ||
date: 01/2016 | ||
body: Created a <a href="/projects/hastyhop">Unity game</a> that won 3rd place in the 'Individual Junior Technology' category, as well as a special award from Broadcom MASTERS International, where I was brought to Phoenix, Arizona as an opportunity to meet other like minded students and observe the Intel International Science and Engineering Fair. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
id: irlcpc2 | ||
title: Irish Collegiate Programming Contest (IrlCPC) | ||
date: 03/2021 | ||
body: 1st place in a group of 3, out of a total of 31 teams. The competition lasted a total of 4 hours, where we solved the problems using Python for convenience. | ||
links: | ||
- href: http://acm.ucc.ie/irlcpc2020.html | ||
name: Link to IrlCPC | ||
- href: https://twitter.com/uccacm/status/1373392053258829824 | ||
name: Tweet with scoreboard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
id: ieeextreme | ||
title: IEEExtreme Programming Competition 15.0 | ||
date: 10/2021 | ||
body: Placed top 700 out of 5561 teams. The competition lasted a full 24 hours, with my 2 teammates and I participating for around 8 hours. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/projects/100_ascii-trace.yml → projects/100_ascii-trace.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
id: website | ||
category: main | ||
title: website | ||
github: https://github.com/oofsauce/website | ||
url: https://alanp.me/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
id: hastyhop | ||
category: archive | ||
title: Hasty Hop | ||
description: "Unity Game made for the BTYSTE." | ||
body: "<p>Written in C#, released on the Apple App store in 2015, was available for ~3 years.</p>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
id: tree | ||
category: archive | ||
title: Tree Protectors | ||
description: "A small game made in 2013." | ||
body: "<p>Written in GameMaker's scripting language GML, this game was made for the CoderDojo Coolest Projects Competition.</p>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
categories: | ||
- | ||
name: main | ||
hidden: true | ||
- | ||
name: archive | ||
blurb: really really old projects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tab_spaces = 4 |
Oops, something went wrong.