From 2dc4fc6a95974cd1901a3e4f8bb8efb58ab53bc6 Mon Sep 17 00:00:00 2001
From: valentijn <120188387+HerpieDerpieee@users.noreply.github.com>
Date: Mon, 5 Feb 2024 08:45:29 +0100
Subject: [PATCH] added some more projects
---
filesystem.json | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/filesystem.json b/filesystem.json
index caa2cde..870ead5 100644
--- a/filesystem.json
+++ b/filesystem.json
@@ -15,8 +15,10 @@
"file1.txt": "this is the content of file1
i like cheese :)",
"projects": "dir"
},
+
"/home/guest/projects/": {
- "personal": "dir"
+ "personal": "dir",
+ "school": "dir"
},
"/home/guest/projects/personal/": {
"discord_bot_builder": "dir"
@@ -27,8 +29,30 @@
},
+ "/home/guest/projects/school/": {
+ "GLR_Jaar1": "dir",
+ "GLR_Jaar2": "dir"
+ },
+ "/home/guest/projects/school/GLR_Jaar1/": {
+ "VillaTeKoop": "dir"
+ },
+ "/home/guest/projects/school/GLR_Jaar1/VillaTeKoop/": {
+ "about.txt": "In this project we made a website, that is made to sell mansions with the price of 1 million euros, or more.",
+ "links.txt": "GitHub: https://github.com/HerpieDerpieee/LJ1-VillaTeKoop/
Online Website: https://89618.stu.sd-lab.nl/LJ1/BEROEPS1/villa/Website/"
+ },
+ "/home/guest/projects/school/GLR_Jaar2/": {
+ "ImmersiveTechWeek": "dir",
+ "R2-D2": "dir"
+ },
+ "/home/guest/projects/school/GLR_Jaar2/ImmersiveTechWeek/": {
+ "about.txt": "This is a special project, where we had the chance to show our skill on the VRDays Immersive Tech Week. We had a very special project made for this, with quite a big group consisting of XR students, but also IoT students
As IoT student myself, me and another student made a heart rate monitor, and made it show the current heart rate live on a website. This was made to be worn while playing a self-made horror experience the XR-students were making. In the end the heart rate monitor sometimes gave incorrrect values, that's the reason the leaderboard may be full of people with a peak bpm of 255 and 254.",
+ "links.txt": "GitHub: https://github.com/HerpieDerpieee/LJ2-MINOR2-HartslagMeter/
Online Website: https://89618.stu.sd-lab.nl/LJ2/BEROEPS2/Hartslag/website/"
+ },
+ "/home/guest/projects/school/GLR_Jaar2/R2-D2/": {
+ "about.txt": "This is a project we are currently working on. We unfortunately dont have any GitHub, or any other links, because we are still in the planning phase. The goal is that we make a fully working, self-driving R2-D2 (from Star Wars). We and to make him have a depth camera, and serval other sensors, and with that, put the data trough a self-trained AI, to make the decicions about what to do."
+ },