{ "/": { "bin": "dir", "etc": "dir", "home": "dir", "usr": "dir", "var": "dir", "root": "noperms", "sys": "noperms" }, "/home/": { "guest": "dir" }, "/home/guest/": { "file1.txt": "this is the content of file1
i like cheese :)", "projects": "dir" }, "/home/guest/projects/": { "personal": "dir", "school": "dir" }, "/home/guest/projects/personal/": { "discord_bot_builder": "dir" }, "/home/guest/projects/personal/discord_bot_builder/": { "about.txt": "This project is a personal project of mine. The goal is that you can easily create discord bots, with commands, to automate some stuff in your discord server!", "links.txt": "GitHub: https://github.com/HerpieDerpieee/PS-Discord-BotBuilder/" }, "/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/": { "ChessGame": "dir", "ImmersiveTechWeek": "dir", "R2-D2": "dir" }, "/home/guest/projects/school/GLR_Jaar2/ChessGame/": { "about.txt": "This is a chess game i have made using HTML, CSS and JavaScript. It is fully functional, except a few features missing, like en passant, and castling. It is a 2 players on 1 screen experience.", "links.txt": "GitHub: https://github.com/HerpieDerpieee/LJ2-INTERFACE-SchaakSpel/
Online Website: https://89618.stu.sd-lab.nl/LJ2/INTERFACE2/ES6/eindopdracht//" }, "/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." }, "/bin/": { "clear": "executable program", "ls": "executable program", "whoami": "executable program", "cd": "executable program", "pwd": "executable program", "cat": "executable program", "help": "executable program", "info": "executable program" }, "/etc/": { "passwd": "user account information
root:x:0:0:root:/root:/bin/bash
guest:x:1000:1000::/home/guest:/bin/bash", "hostname": "HerpDerpOS 1.0.13
", "hosts": "127.0.0.1 localhost
::1 localhost" }, "/usr/": { "bin": "dir", "lib": "dir", "share": "dir" }, "/usr/bin/": { "grep": "executable program", "find": "executable program" }, "/var/": { "log": "dir", "www": "dir" }, "/var/log/": { "messages": "system and application messages
...", "secure": "authentication and authorization logs
..." }, "/var/www/": { "html": "dir" }, "/var/www/html/": { "index.html": "


Welcome to HerpDerpOS


Hello, World!



" } }