diff --git a/app/View/Components/CurrentTrack.php b/app/View/Components/LastFMCurrent.php similarity index 82% rename from app/View/Components/CurrentTrack.php rename to app/View/Components/LastFMCurrent.php index 337809a..712efbd 100644 --- a/app/View/Components/CurrentTrack.php +++ b/app/View/Components/LastFMCurrent.php @@ -6,7 +6,7 @@ use Illuminate\Contracts\View\View; use Illuminate\View\Component; -class CurrentTrack extends Component +class LastFMCurrent extends Component { public $track; /** @@ -22,6 +22,6 @@ public function __construct($track) */ public function render(): View|Closure|string { - return view('components.current-track'); + return view('components.lasfm-current'); } } diff --git a/app/View/Components/TopTracks.php b/app/View/Components/LastFMTop.php similarity index 84% rename from app/View/Components/TopTracks.php rename to app/View/Components/LastFMTop.php index 768ce33..b8de2eb 100644 --- a/app/View/Components/TopTracks.php +++ b/app/View/Components/LastFMTop.php @@ -6,7 +6,7 @@ use Illuminate\Contracts\View\View; use Illuminate\View\Component; -class TopTracks extends Component +class LastFMTop extends Component { public $tracks; /** @@ -22,6 +22,6 @@ public function __construct($tracks) */ public function render(): View|Closure|string { - return view('components.top-tracks'); + return view('components.lastfm-top'); } } diff --git a/app/View/Components/Track.php b/app/View/Components/LastFMTrack.php similarity index 85% rename from app/View/Components/Track.php rename to app/View/Components/LastFMTrack.php index b9f628f..737b5e3 100644 --- a/app/View/Components/Track.php +++ b/app/View/Components/LastFMTrack.php @@ -6,7 +6,7 @@ use Illuminate\Contracts\View\View; use Illuminate\View\Component; -class Track extends Component +class LastFMTrack extends Component { public $track; public $count; @@ -24,6 +24,6 @@ public function __construct($track, $count) */ public function render(): View|Closure|string { - return view('components.track'); + return view('components.lastfm-track'); } } diff --git a/composer.json b/composer.json index 59fa77e..19d521f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "RoscoeDaWah/wah.moe", + "name": "roscoedawah/wah.moe", "type": "project", "description": "My personal website, developed using the Laravel framework.", "keywords": ["laravel", "framework"], diff --git a/public/fonts/BigBlue_TerminalPlus.woff b/public/fonts/BigBlue_TerminalPlus.woff deleted file mode 100644 index d153aa8..0000000 Binary files a/public/fonts/BigBlue_TerminalPlus.woff and /dev/null differ diff --git a/public/fonts/BigBlue_TerminalPlus.woff2 b/public/fonts/BigBlue_TerminalPlus.woff2 deleted file mode 100644 index 3ae3f4c..0000000 Binary files a/public/fonts/BigBlue_TerminalPlus.woff2 and /dev/null differ diff --git a/public/fonts/Pixel_NES.eot b/public/fonts/Pixel_NES.eot deleted file mode 100644 index 6105e67..0000000 Binary files a/public/fonts/Pixel_NES.eot and /dev/null differ diff --git a/public/fonts/Pixel_NES.ttf b/public/fonts/Pixel_NES.ttf deleted file mode 100644 index b200219..0000000 Binary files a/public/fonts/Pixel_NES.ttf and /dev/null differ diff --git a/public/fonts/Pixel_NES.woff b/public/fonts/Pixel_NES.woff deleted file mode 100644 index 4d3cc5d..0000000 Binary files a/public/fonts/Pixel_NES.woff and /dev/null differ diff --git a/public/fonts/Web437_NEC_APC3_8x16.woff b/public/fonts/Web437_NEC_APC3_8x16.woff deleted file mode 100644 index cb06dd7..0000000 Binary files a/public/fonts/Web437_NEC_APC3_8x16.woff and /dev/null differ diff --git a/public/fonts/Web437_Nix8810_M16.woff b/public/fonts/Web437_Nix8810_M16.woff deleted file mode 100644 index 45f2b56..0000000 Binary files a/public/fonts/Web437_Nix8810_M16.woff and /dev/null differ diff --git a/public/images/background.svg b/public/images/background.svg deleted file mode 100644 index a3244dd..0000000 --- a/public/images/background.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/public/images/buttons/brokenimage.gif b/public/images/buttons/brokenimage.gif deleted file mode 100644 index 32bf833..0000000 Binary files a/public/images/buttons/brokenimage.gif and /dev/null differ diff --git a/public/images/buttons/browser.gif b/public/images/buttons/browser.gif deleted file mode 100644 index 3f73e3f..0000000 Binary files a/public/images/buttons/browser.gif and /dev/null differ diff --git a/public/images/buttons/debian.gif b/public/images/buttons/debian.gif deleted file mode 100644 index 6a51e15..0000000 Binary files a/public/images/buttons/debian.gif and /dev/null differ diff --git a/public/images/buttons/evaluatedWAVE.png b/public/images/buttons/evaluatedWAVE.png deleted file mode 100644 index a9d3bb9..0000000 Binary files a/public/images/buttons/evaluatedWAVE.png and /dev/null differ diff --git a/public/images/buttons/html_learn_it_today.gif b/public/images/buttons/html_learn_it_today.gif deleted file mode 100644 index dd832a0..0000000 Binary files a/public/images/buttons/html_learn_it_today.gif and /dev/null differ diff --git a/public/images/buttons/nukeieani.gif b/public/images/buttons/nukeieani.gif deleted file mode 100644 index e110127..0000000 Binary files a/public/images/buttons/nukeieani.gif and /dev/null differ diff --git a/public/images/buttons/paws.gif b/public/images/buttons/paws.gif deleted file mode 100644 index b585800..0000000 Binary files a/public/images/buttons/paws.gif and /dev/null differ diff --git a/public/images/buttons/valid-html401-blue.png b/public/images/buttons/valid-html401-blue.png deleted file mode 100644 index dd20e49..0000000 Binary files a/public/images/buttons/valid-html401-blue.png and /dev/null differ diff --git a/public/images/buttons/vcss-blue.gif b/public/images/buttons/vcss-blue.gif deleted file mode 100644 index 3ab6b83..0000000 Binary files a/public/images/buttons/vcss-blue.gif and /dev/null differ diff --git a/public/images/buttons/wiby.gif b/public/images/buttons/wiby.gif deleted file mode 100644 index 87a6a75..0000000 Binary files a/public/images/buttons/wiby.gif and /dev/null differ diff --git a/public/images/buttons/yuri.gif b/public/images/buttons/yuri.gif deleted file mode 100644 index 3e3c5d6..0000000 Binary files a/public/images/buttons/yuri.gif and /dev/null differ diff --git a/public/images/calculators/casio-fx-120/1s.jpeg b/public/images/calculators/casio-fx-120/1s.jpeg deleted file mode 100644 index 6b84854..0000000 Binary files a/public/images/calculators/casio-fx-120/1s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-120/2s.jpeg b/public/images/calculators/casio-fx-120/2s.jpeg deleted file mode 100644 index 1a663bb..0000000 Binary files a/public/images/calculators/casio-fx-120/2s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-120/3s.jpeg b/public/images/calculators/casio-fx-120/3s.jpeg deleted file mode 100644 index 076d147..0000000 Binary files a/public/images/calculators/casio-fx-120/3s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-120/4s.jpeg b/public/images/calculators/casio-fx-120/4s.jpeg deleted file mode 100644 index 988ab31..0000000 Binary files a/public/images/calculators/casio-fx-120/4s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-82/1s.jpeg b/public/images/calculators/casio-fx-82/1s.jpeg deleted file mode 100644 index 69216ac..0000000 Binary files a/public/images/calculators/casio-fx-82/1s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-82/2s.jpeg b/public/images/calculators/casio-fx-82/2s.jpeg deleted file mode 100644 index adf3e2e..0000000 Binary files a/public/images/calculators/casio-fx-82/2s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-82/3s.jpeg b/public/images/calculators/casio-fx-82/3s.jpeg deleted file mode 100644 index 87c6f16..0000000 Binary files a/public/images/calculators/casio-fx-82/3s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-82/4s.jpeg b/public/images/calculators/casio-fx-82/4s.jpeg deleted file mode 100644 index 5a09e97..0000000 Binary files a/public/images/calculators/casio-fx-82/4s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-cg50/1s.jpeg b/public/images/calculators/casio-fx-cg50/1s.jpeg deleted file mode 100644 index 6850678..0000000 Binary files a/public/images/calculators/casio-fx-cg50/1s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-cg50/2s.jpeg b/public/images/calculators/casio-fx-cg50/2s.jpeg deleted file mode 100644 index 14dd3cf..0000000 Binary files a/public/images/calculators/casio-fx-cg50/2s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-cg50/3s.jpeg b/public/images/calculators/casio-fx-cg50/3s.jpeg deleted file mode 100644 index c0c87e1..0000000 Binary files a/public/images/calculators/casio-fx-cg50/3s.jpeg and /dev/null differ diff --git a/public/images/calculators/casio-fx-cg50/4s.jpeg b/public/images/calculators/casio-fx-cg50/4s.jpeg deleted file mode 100644 index fcdac2a..0000000 Binary files a/public/images/calculators/casio-fx-cg50/4s.jpeg and /dev/null differ diff --git a/public/images/calculators/texet-880/1s.jpeg b/public/images/calculators/texet-880/1s.jpeg deleted file mode 100644 index 8454640..0000000 Binary files a/public/images/calculators/texet-880/1s.jpeg and /dev/null differ diff --git a/public/images/calculators/texet-880/2s.jpeg b/public/images/calculators/texet-880/2s.jpeg deleted file mode 100644 index 707b37c..0000000 Binary files a/public/images/calculators/texet-880/2s.jpeg and /dev/null differ diff --git a/public/images/calculators/texet-880/3s.jpeg b/public/images/calculators/texet-880/3s.jpeg deleted file mode 100644 index a5e5f1e..0000000 Binary files a/public/images/calculators/texet-880/3s.jpeg and /dev/null differ diff --git a/public/images/calculators/texet-880/4s.jpeg b/public/images/calculators/texet-880/4s.jpeg deleted file mode 100644 index eedc9be..0000000 Binary files a/public/images/calculators/texet-880/4s.jpeg and /dev/null differ diff --git a/public/images/calculators/ti-30/1s.jpeg b/public/images/calculators/ti-30/1s.jpeg deleted file mode 100644 index fd34a30..0000000 Binary files a/public/images/calculators/ti-30/1s.jpeg and /dev/null differ diff --git a/public/images/calculators/ti-30/2s.jpeg b/public/images/calculators/ti-30/2s.jpeg deleted file mode 100644 index 23804f5..0000000 Binary files a/public/images/calculators/ti-30/2s.jpeg and /dev/null differ diff --git a/public/images/calculators/ti-30/3s.jpeg b/public/images/calculators/ti-30/3s.jpeg deleted file mode 100644 index e0d1c27..0000000 Binary files a/public/images/calculators/ti-30/3s.jpeg and /dev/null differ diff --git a/public/images/calculators/ti-30/4s.jpeg b/public/images/calculators/ti-30/4s.jpeg deleted file mode 100644 index b0c3d44..0000000 Binary files a/public/images/calculators/ti-30/4s.jpeg and /dev/null differ diff --git a/public/images/computers/icons/display.png b/public/images/computers/icons/display.png deleted file mode 100644 index 7df70e9..0000000 Binary files a/public/images/computers/icons/display.png and /dev/null differ diff --git a/public/images/computers/icons/expansion1.png b/public/images/computers/icons/expansion1.png deleted file mode 100644 index cbde656..0000000 Binary files a/public/images/computers/icons/expansion1.png and /dev/null differ diff --git a/public/images/computers/icons/expansion2.png b/public/images/computers/icons/expansion2.png deleted file mode 100644 index 67452fa..0000000 Binary files a/public/images/computers/icons/expansion2.png and /dev/null differ diff --git a/public/images/computers/icons/floppy35.png b/public/images/computers/icons/floppy35.png deleted file mode 100644 index 9c2b5e6..0000000 Binary files a/public/images/computers/icons/floppy35.png and /dev/null differ diff --git a/public/images/computers/icons/floppy525.png b/public/images/computers/icons/floppy525.png deleted file mode 100644 index 511bcd9..0000000 Binary files a/public/images/computers/icons/floppy525.png and /dev/null differ diff --git a/public/images/computers/icons/hdd.png b/public/images/computers/icons/hdd.png deleted file mode 100644 index cf02818..0000000 Binary files a/public/images/computers/icons/hdd.png and /dev/null differ diff --git a/public/images/computers/icons/mem1.png b/public/images/computers/icons/mem1.png deleted file mode 100644 index 1f61096..0000000 Binary files a/public/images/computers/icons/mem1.png and /dev/null differ diff --git a/public/images/computers/icons/mem2.png b/public/images/computers/icons/mem2.png deleted file mode 100644 index 9f4eca6..0000000 Binary files a/public/images/computers/icons/mem2.png and /dev/null differ diff --git a/public/images/computers/icons/msdos.png b/public/images/computers/icons/msdos.png deleted file mode 100644 index 61251a7..0000000 Binary files a/public/images/computers/icons/msdos.png and /dev/null differ diff --git a/public/images/computers/icons/network.png b/public/images/computers/icons/network.png deleted file mode 100644 index 108fcc6..0000000 Binary files a/public/images/computers/icons/network.png and /dev/null differ diff --git a/public/images/computers/icons/printer.png b/public/images/computers/icons/printer.png deleted file mode 100644 index b60c2f1..0000000 Binary files a/public/images/computers/icons/printer.png and /dev/null differ diff --git a/public/images/computers/icons/proc.png b/public/images/computers/icons/proc.png deleted file mode 100644 index 2b38b71..0000000 Binary files a/public/images/computers/icons/proc.png and /dev/null differ diff --git a/public/images/computers/icons/scsi.png b/public/images/computers/icons/scsi.png deleted file mode 100644 index 0446891..0000000 Binary files a/public/images/computers/icons/scsi.png and /dev/null differ diff --git a/public/images/computers/icons/win311.png b/public/images/computers/icons/win311.png deleted file mode 100644 index 572511d..0000000 Binary files a/public/images/computers/icons/win311.png and /dev/null differ diff --git a/public/images/computers/icons/windows9x.png b/public/images/computers/icons/windows9x.png deleted file mode 100644 index 1fee0a5..0000000 Binary files a/public/images/computers/icons/windows9x.png and /dev/null differ diff --git a/public/images/icons/fav/ico/calc.ico b/public/images/icons/fav/ico/calc.ico deleted file mode 100755 index b304c47..0000000 Binary files a/public/images/icons/fav/ico/calc.ico and /dev/null differ diff --git a/public/images/icons/fav/ico/computer.ico b/public/images/icons/fav/ico/computer.ico deleted file mode 100644 index 01f4a74..0000000 Binary files a/public/images/icons/fav/ico/computer.ico and /dev/null differ diff --git a/public/images/icons/fav/ico/favicon.ico b/public/images/icons/fav/ico/favicon.ico deleted file mode 100755 index 848cc6f..0000000 Binary files a/public/images/icons/fav/ico/favicon.ico and /dev/null differ diff --git a/public/images/icons/fav/ico/globe.ico b/public/images/icons/fav/ico/globe.ico deleted file mode 100644 index 55ae5a3..0000000 Binary files a/public/images/icons/fav/ico/globe.ico and /dev/null differ diff --git a/public/images/icons/fav/ico/help-book.ico b/public/images/icons/fav/ico/help-book.ico deleted file mode 100644 index a156820..0000000 Binary files a/public/images/icons/fav/ico/help-book.ico and /dev/null differ diff --git a/public/images/icons/fav/png/calc.png b/public/images/icons/fav/png/calc.png deleted file mode 100644 index fcbf0ea..0000000 Binary files a/public/images/icons/fav/png/calc.png and /dev/null differ diff --git a/public/images/icons/fav/png/computer.png b/public/images/icons/fav/png/computer.png deleted file mode 100644 index d53eb99..0000000 Binary files a/public/images/icons/fav/png/computer.png and /dev/null differ diff --git a/public/images/icons/fav/png/globe.png b/public/images/icons/fav/png/globe.png deleted file mode 100644 index 21b4b17..0000000 Binary files a/public/images/icons/fav/png/globe.png and /dev/null differ diff --git a/public/images/icons/fav/png/help-book.png b/public/images/icons/fav/png/help-book.png deleted file mode 100644 index 845863a..0000000 Binary files a/public/images/icons/fav/png/help-book.png and /dev/null differ diff --git a/public/images/icons/nav/admin.png b/public/images/icons/nav/admin.png deleted file mode 100644 index 153a405..0000000 Binary files a/public/images/icons/nav/admin.png and /dev/null differ diff --git a/public/images/icons/nav/bookmarks.png b/public/images/icons/nav/bookmarks.png deleted file mode 100644 index 1409930..0000000 Binary files a/public/images/icons/nav/bookmarks.png and /dev/null differ diff --git a/public/images/icons/nav/calculators.png b/public/images/icons/nav/calculators.png deleted file mode 100644 index a87a591..0000000 Binary files a/public/images/icons/nav/calculators.png and /dev/null differ diff --git a/public/images/icons/nav/computers.png b/public/images/icons/nav/computers.png deleted file mode 100644 index e6dda18..0000000 Binary files a/public/images/icons/nav/computers.png and /dev/null differ diff --git a/public/images/icons/nav/guestbook.png b/public/images/icons/nav/guestbook.png deleted file mode 100644 index a1f7fc4..0000000 Binary files a/public/images/icons/nav/guestbook.png and /dev/null differ diff --git a/public/images/icons/nav/home.png b/public/images/icons/nav/home.png deleted file mode 100644 index 304ab01..0000000 Binary files a/public/images/icons/nav/home.png and /dev/null differ diff --git a/public/images/icons/nav/home2.png b/public/images/icons/nav/home2.png deleted file mode 100644 index 76f6da7..0000000 Binary files a/public/images/icons/nav/home2.png and /dev/null differ diff --git a/public/images/icons/nav/login.png b/public/images/icons/nav/login.png deleted file mode 100644 index 77f7e71..0000000 Binary files a/public/images/icons/nav/login.png and /dev/null differ diff --git a/public/images/icons/nav/mail.png b/public/images/icons/nav/mail.png deleted file mode 100644 index 5249691..0000000 Binary files a/public/images/icons/nav/mail.png and /dev/null differ diff --git a/public/images/icons/nav/music.png b/public/images/icons/nav/music.png deleted file mode 100644 index 748094a..0000000 Binary files a/public/images/icons/nav/music.png and /dev/null differ diff --git a/public/images/icons/nav/pubfiles.png b/public/images/icons/nav/pubfiles.png deleted file mode 100644 index 06ba84a..0000000 Binary files a/public/images/icons/nav/pubfiles.png and /dev/null differ diff --git a/public/images/icons/nav/repo.png b/public/images/icons/nav/repo.png deleted file mode 100644 index 27ade1c..0000000 Binary files a/public/images/icons/nav/repo.png and /dev/null differ diff --git a/public/images/icons/nav/user-desktop.png b/public/images/icons/nav/user-desktop.png deleted file mode 100644 index af9715f..0000000 Binary files a/public/images/icons/nav/user-desktop.png and /dev/null differ diff --git a/public/images/icons/nav/weather.png b/public/images/icons/nav/weather.png deleted file mode 100644 index f087e56..0000000 Binary files a/public/images/icons/nav/weather.png and /dev/null differ diff --git a/public/images/login-background.png b/public/images/login-background.png deleted file mode 100644 index 0dc7bfc..0000000 Binary files a/public/images/login-background.png and /dev/null differ diff --git a/public/images/logo-old.png b/public/images/logo-old.png deleted file mode 100644 index a20bab1..0000000 Binary files a/public/images/logo-old.png and /dev/null differ diff --git a/public/images/noik.png b/public/images/noik.png deleted file mode 100644 index 42b94a4..0000000 Binary files a/public/images/noik.png and /dev/null differ diff --git a/public/js/liveClock.js b/public/js/liveClock.js deleted file mode 100644 index 0e7b5db..0000000 --- a/public/js/liveClock.js +++ /dev/null @@ -1,6 +0,0 @@ -function time() { - var span = document.getElementById("clock"); - var d = new Date(); - span.textContent = d.toLocaleString('en-US', {hour: '2-digit', minute: '2-digit', second: '2-digit', hour12: false, timeZone: 'Europe/London' }) -} -setInterval(time, 1000); diff --git a/public/js/neverSaid.js b/public/js/neverSaid.js deleted file mode 100644 index ac0e6ae..0000000 --- a/public/js/neverSaid.js +++ /dev/null @@ -1,35 +0,0 @@ -// Define an array of strings -const neverSaid = [ - "ASM: The Director liked all the props we got today.", - "PM: Ah ha, a revolve. Terrific.", - "Chippie: I don't know, let's look at the ground plan.", - "Set Designer: Well, let's just have whatever is cheaper.", - "Sound: Better turn that down a bit. We don't want to deafen them.", - "Director: Sorry, my mistake.", - "Electrics: This equipment is more complicated than we need.", - "Performer: I really think my big scene should be cut.", - "SM: Can we do that scene change again please?", - "LX designer: Bit more light from those big chaps at the side. Yes that's right, the ones on stalks whatever they are called.", - "Electrics: All the equipment works perfectly.", - "Musicians: So what if that's the end of a call. Let's just finish this bit off.", - "Wardrobe: Now, when exactly is the first dress rehearsal?", - "Workshop: I don't want anyone to know, but if you insist then yes, I admit it, I have just done an all-nighter.", - "Performer: This costume is so comfortable.", - "Admin: The level of overtime payments here are simply unacceptable. Our backstage staff deserve better.", - "Box Office: Comps? No problem.", - "Set Designer: You're right, it looks dreadful.", - "Flyman: No, my lips are sealed. What I may or may not have seen remains a secret.", - "Electrics: That had nothing to do with the computer, it was my fault.", - "Crew: No, no, I'm sure that's our job.", - "SMgt: Thanks, but I don't drink", - "Performer: Let me stand down here with my back to the audience.", - "Chippie: I can't really manage those big fast power tools myself.", - "Chippie: I prefer to use these little hand drills.", - "All: Let's go and ask the Production Manager. He'll know." -] - -// Generate a random index into the array -const randomIndex = Math.floor(Math.random() * neverSaid.length); - -// Use document.write to output the random string -document.write(neverSaid[randomIndex]); diff --git a/resources/js/app.js b/resources/js/app.js deleted file mode 100644 index e59d6a0..0000000 --- a/resources/js/app.js +++ /dev/null @@ -1 +0,0 @@ -import './bootstrap'; diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js deleted file mode 100644 index 846d350..0000000 --- a/resources/js/bootstrap.js +++ /dev/null @@ -1,32 +0,0 @@ -/** - * We'll load the axios HTTP library which allows us to easily issue requests - * to our Laravel back-end. This library automatically handles sending the - * CSRF token as a header based on the value of the "XSRF" token cookie. - */ - -import axios from 'axios'; -window.axios = axios; - -window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; - -/** - * Echo exposes an expressive API for subscribing to channels and listening - * for events that are broadcast by Laravel. Echo and event broadcasting - * allows your team to easily build robust real-time web applications. - */ - -// import Echo from 'laravel-echo'; - -// import Pusher from 'pusher-js'; -// window.Pusher = Pusher; - -// window.Echo = new Echo({ -// broadcaster: 'pusher', -// key: import.meta.env.VITE_PUSHER_APP_KEY, -// cluster: import.meta.env.VITE_PUSHER_APP_CLUSTER ?? 'mt1', -// wsHost: import.meta.env.VITE_PUSHER_HOST ? import.meta.env.VITE_PUSHER_HOST : `ws-${import.meta.env.VITE_PUSHER_APP_CLUSTER}.pusher.com`, -// wsPort: import.meta.env.VITE_PUSHER_PORT ?? 80, -// wssPort: import.meta.env.VITE_PUSHER_PORT ?? 443, -// forceTLS: (import.meta.env.VITE_PUSHER_SCHEME ?? 'https') === 'https', -// enabledTransports: ['ws', 'wss'], -// }); diff --git a/resources/js/neverSaid.js b/resources/js/neverSaid.js deleted file mode 100644 index 5b58d60..0000000 --- a/resources/js/neverSaid.js +++ /dev/null @@ -1,35 +0,0 @@ -// Define an array of strings -const neverSaid = [ - "ASM: The Director liked all the props we got today.", - "PM: Ah ha, a revolve. Terrific.", - "Chippie: I don't know, let's look at the ground plan.", - "Set Designer: Well, let's just have whatever is cheaper.", - "Sound: Better turn that down a bit. We don't want to deafen them.", - "Director: Sorry, my mistake.", - "Electrics: This equipment is more complicated than we need.", - "Performer: I really think my big scene should be cut.", - "SM: Can we doo that scene change again please?", - "LX designer: Bit more light from those big chaps at the side. Yes that's right, the ones on stalks whatever they are called.", - "Electrics: All the equipment works perfectly.", - "Musicians: So what if that's the end of a call. Let's just finish this bit off.", - "Wardrobe: Now, when exactly is the first dress rehearsal?", - "Workshop: I don't want anyone to know, but if you insist then yes, I admit it, I have just done an all-nighter.", - "Performer: This costume is so comfortable.", - "Admin: The level of overtime payments here are simply unacceptable. Our backstage staff deserve better.", - "Box Office: Comps? No problem.", - "Set Designer: You're right, it looks dreadful.", - "Flyman: No, my lips are sealed. What I may or may not have seen remains a secret.", - "Electrics: That had nothing to do with the computer, it was my fault.", - "Crew: No, no, I'm sure that's our job.", - "SMgt: Thanks, but I don't drink", - "Performer: Let me stand down here with my back to the audience.", - "Chippie: I can't really manage those big fast power tools myself.", - "Chippie: I prefer to use these little hand drills.", - "All: Let's go and ask the Production Manager. He'll know." -] - -// Generate a random index into the array -const randomIndex = Math.floor(Math.random() * neverSaid.length); - -// Use document.write to output the random string -document.write(neverSaid[randomIndex]); diff --git a/resources/js/schemeSwap.js b/resources/js/schemeSwap.js deleted file mode 100644 index 3baa09b..0000000 --- a/resources/js/schemeSwap.js +++ /dev/null @@ -1,70 +0,0 @@ -/** - * Retrieves a cookies value - * @param {string} cname Cookie name - * @returns {string} Cookie value - */ -function getCookie(cname) { - let name = cname + "="; - let decodedCookie = decodeURIComponent(document.cookie); - let ca = decodedCookie.split(';'); - for(let i = 0; i - Calculators -
-

CASIO fx-CG50

-

TBD

-
-

Pictures

- Casio fx-CG50 Front view - Casio fx-CG50 Rear view (battery cover removed) - Casio fx-CG50 Front view (top half) - Casio fx-CG50 Front view (bottom half) -
-
-

CASIO fx-120 (1977-78)

-

TBD

-
-

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Size8.4cm x 16.2cm x 2.4cm
Weight (w/ battery)209g
TypeScientific
CPUHitachi HD38111A
Registers2 standard
1 constant
4 bracket
1 memory
Features%, +/-, RV, F, Sci, abc, Sqr, x2, pi, 1x, trig,
hyp, DMS-DD, log, yx, SD, nCr, P-R, n!
Display12-digit VFD (NEC LD8197A)
-
-

Pictures

- Casio fx-120 Front view - Casio fx-120 Front view (top half) - Casio fx-120 Front view (bottom half) - Casio fx-120 Rear view (battery and expansion covers removed -
-
-

CASIO fx-82 (1982-85)

-

TBD

-
-

Pictures

- Casio fx-82 Front view - Casio fx-82 Rear view (battery cover removed) - Casio fx-82 Front view (top half) - Casio fx-82 Front view (bottom half) -
-
-

Texas Instruments TI-30 (1976-90)

-

TBD

-
-

Pictures

- Texas Instruments TI-30 Front view (with manual) - Texas Instruments TI-30 Rear view (battery cover removed) - Texas Instruments TI-30 Front view (top half) - Texas Instruments TI-30 Front view (bottom half) -
-
-

Texet 880 Executive (1977-78)

-

The calculator measures 74.2mm x 135mm x 22.2mm. It weighs 86g without the battery installed, which is a 9v PP3-type battery. Rather than the usual press-stud type holder, the housing has two metal slide clips. There is also what I assume to be a sponge at one end which is supposed to aid in holding the battery in, however it appears to have gone completely hard and I will most likely replace it in the future. There's small adaptor hole at the top, of which the input isn't specified (though it's generally agreed that it's 4.5v centre-positive).

-

The case is black & silvery colored with a thin brushed metallic front panel. The eight-digit bubble display has an absolutely terrible viewing angle, which means you either have to be holding it under your coat or against your face to read it!

- The keypad is particularly strange in the way that it has 3 cancel buttons, [CE], [C] and [CA], while the [CS] button is a Clear Sign button, not another cancel! The keys themselves are particularly stiff, and you really have to push them to get them to register. Many 880s suffered something referred to as the "pseudo fixed decimal bug" where, if you typed in 1 + 1.00 = , it would display 2.00 instead of the expected 2 -
-

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - -
Size7.4cm x 13.5cm x 2.2cm
Weight (w/o battery)86
TypeArithmetic
LogicAlgebraic
Power SourcePP3 9v
Display8-digit LED
-

Pictures

- Texet 880 Executive Front view - Texet 880 Executive Rear view (battery cover removed) - Texet 880 Executive Front view (top half) - Texet 880 Executive Front view (bottom half) -
- diff --git a/resources/views/components/discord-status.blade.php b/resources/views/components/discord-status.blade.php deleted file mode 100644 index 868fc03..0000000 --- a/resources/views/components/discord-status.blade.php +++ /dev/null @@ -1,7 +0,0 @@ -@if($status == null) -

Status Unavailable

-@else - I'm -

{{ $status["text"] }}!

-@endif -

Time in Britain:

diff --git a/resources/views/components/git.blade.php b/resources/views/components/git.blade.php deleted file mode 100644 index e66a6eb..0000000 --- a/resources/views/components/git.blade.php +++ /dev/null @@ -1,48 +0,0 @@ -@php -$api_root = app('config')->get('app')['api_root']; - -$commits = json_decode(file_get_contents($api_root.'/gitdata')); -$count = 0; - -function formatRelativeTime(DateTime $dateTime) { - $currentTimestamp = time(); - $dateTimeTimestamp = $dateTime->getTimestamp(); - $difference = $currentTimestamp - $dateTimeTimestamp; - - if ($difference < 60) { - return "just now"; - } elseif ($difference < 3600) { - $minutes = floor($difference / 60); - $suffix = ($minutes > 1) ? "s" : ""; - return $minutes . " minute" . $suffix . " ago"; - } elseif ($difference < 86400) { - $hours = floor($difference / 3600); - $suffix = ($hours > 1) ? "s" : ""; - return $hours . " hour" . $suffix . " ago"; - } elseif ($difference < 604800) { - $days = floor($difference / 86400); - $suffix = ($days > 1) ? "s" : ""; - return $days . " day" . $suffix . " ago"; - } else { - return $dateTime->format('Y-m-d H:i:s'); // Fallback to a specific format if desired - } -} -@endphp -

Recent Site Updates

- -@foreach ($commits as $commit) - - @if ($count >= 5) -
- @break - @endif - @php - $date = DateTime::createFromFormat("Y-m-d\TH:i:s\Z", $commit->author->date) - @endphp - - • - {{ formatRelativeTime($date) }} - {{ $commit->message }} - -@php $count++ @endphp -@endforeach diff --git a/resources/views/components/current-track.blade.php b/resources/views/components/lastfm-current.blade.php similarity index 100% rename from resources/views/components/current-track.blade.php rename to resources/views/components/lastfm-current.blade.php diff --git a/resources/views/components/top-tracks.blade.php b/resources/views/components/lastfm-top.blade.php similarity index 86% rename from resources/views/components/top-tracks.blade.php rename to resources/views/components/lastfm-top.blade.php index a8c94f2..0f65e39 100644 --- a/resources/views/components/top-tracks.blade.php +++ b/resources/views/components/lastfm-top.blade.php @@ -11,6 +11,6 @@ @php($count = 0) @foreach ($tracks as $track) @php($count++) - + @endforeach diff --git a/resources/views/components/track.blade.php b/resources/views/components/lastfm-track.blade.php similarity index 100% rename from resources/views/components/track.blade.php rename to resources/views/components/lastfm-track.blade.php diff --git a/resources/views/components/minimal-error.blade.php b/resources/views/components/layout-err.blade.php similarity index 100% rename from resources/views/components/minimal-error.blade.php rename to resources/views/components/layout-err.blade.php diff --git a/resources/views/components/minimal.blade.php b/resources/views/components/layout-min.blade.php similarity index 100% rename from resources/views/components/minimal.blade.php rename to resources/views/components/layout-min.blade.php diff --git a/resources/views/components/never-said.blade.php b/resources/views/components/never-said.blade.php deleted file mode 100644 index 9cb47b7..0000000 --- a/resources/views/components/never-said.blade.php +++ /dev/null @@ -1,3 +0,0 @@ -

- {{ $quote["name"] }}: "{{ $quote["quote"] }}"
-

diff --git a/resources/views/components/settings.blade.php b/resources/views/components/settings.blade.php deleted file mode 100644 index 8851f6c..0000000 --- a/resources/views/components/settings.blade.php +++ /dev/null @@ -1,37 +0,0 @@ -

Site Settings:

- -
- diff --git a/resources/views/components/toh-quote.blade.php b/resources/views/components/toh-quote.blade.php deleted file mode 100644 index d9dfab1..0000000 --- a/resources/views/components/toh-quote.blade.php +++ /dev/null @@ -1,12 +0,0 @@ -

- @foreach($quote["lines"] as $line) - {{ $line["character"] }}: - {{-- Literally only one thing will trigger this lmao --}} - @if($line["line"] == "*Rage squeals*") - {{ $line["line"] }} - @else - "{{ $line["line"] }}" - @endif
- @endforeach - ({{ $quote["attribution"] }}) -

diff --git a/resources/views/components/weather.blade.php b/resources/views/components/weather.blade.php deleted file mode 100644 index 879f1cb..0000000 --- a/resources/views/components/weather.blade.php +++ /dev/null @@ -1,15 +0,0 @@ -

Weather Conditions:

-
-@if($conditions == null) -

Data Unavailable

-@else -

Temperature: {{ round(($conditions[0]["temp"] - 32) * (5/9), 1) }} degC

-

Rain: {{ ($conditions[0]["rain_rate_last"] * 0.2) }}mm/hr ({{ $conditions[0]["rainfall_daily"] }}mm today)

- @if ($conditions[0]["wind_speed_last"] != 0) -

Wind: {{ round($conditions[0]["wind_speed_last"], 1) }}mph ({{ $conditions[0]["wind_dir_last"] }} deg)

- @else -

Wind: 0mph

- @endif -

Humidity: {{ round($conditions[0]["hum"], 1) }}%

-

Pressure: {{ round($conditions[2]["bar_sea_level"], 1) }} inHg

-@endif diff --git a/resources/views/errors/401.blade.php b/resources/views/errors/401.blade.php index 7c0d081..f3dce11 100644 --- a/resources/views/errors/401.blade.php +++ b/resources/views/errors/401.blade.php @@ -1,4 +1,4 @@ - + 401 Unauthorized - + diff --git a/resources/views/errors/402.blade.php b/resources/views/errors/402.blade.php index 4048cba..06f6d5e 100644 --- a/resources/views/errors/402.blade.php +++ b/resources/views/errors/402.blade.php @@ -1,4 +1,4 @@ - + 402 Payment Required - + diff --git a/resources/views/errors/403.blade.php b/resources/views/errors/403.blade.php index d661d00..22b14ad 100644 --- a/resources/views/errors/403.blade.php +++ b/resources/views/errors/403.blade.php @@ -1,4 +1,4 @@ - + 403 {{__($exception->getMessage() ?: 'Forbidden')}} - + diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index 812ec99..a3cd44c 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -1,4 +1,4 @@ - + 404 Page not found! - + diff --git a/resources/views/errors/418.blade.php b/resources/views/errors/418.blade.php index 7ced586..f69b9a2 100644 --- a/resources/views/errors/418.blade.php +++ b/resources/views/errors/418.blade.php @@ -1,4 +1,4 @@ - + 418 I'm a teapot - + diff --git a/resources/views/errors/419.blade.php b/resources/views/errors/419.blade.php index 7008bd8..5d5781e 100644 --- a/resources/views/errors/419.blade.php +++ b/resources/views/errors/419.blade.php @@ -1,4 +1,4 @@ - + 419 Page Expired - + diff --git a/resources/views/errors/429.blade.php b/resources/views/errors/429.blade.php index 9ff195b..a3a3e51 100644 --- a/resources/views/errors/429.blade.php +++ b/resources/views/errors/429.blade.php @@ -1,4 +1,4 @@ - + 429 Too Many Requests - + diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index d2c28c5..f578dca 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -1,4 +1,4 @@ - + 500 Server Error - + diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index 708c4d9..61587ac 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -1,4 +1,4 @@ - + 503 Service Unavailable - + diff --git a/resources/views/errors/generic-error.blade.php b/resources/views/errors/generic-error.blade.php index 0082093..cbdca62 100644 --- a/resources/views/errors/generic-error.blade.php +++ b/resources/views/errors/generic-error.blade.php @@ -1,8 +1,8 @@ - + Error 401: Unauthorized User!

{{ $error }}


@if(isset($description))

{{ $description }}

@endif -
+ diff --git a/resources/views/errors/guestbook-invalid.blade.php b/resources/views/errors/guestbook-invalid.blade.php index 5fc6fbf..6c72bcf 100644 --- a/resources/views/errors/guestbook-invalid.blade.php +++ b/resources/views/errors/guestbook-invalid.blade.php @@ -1,4 +1,4 @@ - + Error dsdf!
@@ -9,4 +9,4 @@ Click here to go back to the guestbook.
-
+ diff --git a/resources/views/errors/guestbook-ipban.blade.php b/resources/views/errors/guestbook-ipban.blade.php index 5072e35..319aff0 100644 --- a/resources/views/errors/guestbook-ipban.blade.php +++ b/resources/views/errors/guestbook-ipban.blade.php @@ -1,4 +1,4 @@ - + Error 403: IP Blocked!

Error 403: IP Blocked!


@@ -8,4 +8,4 @@ @endif
Click here to go back to the guestbook. -
+ diff --git a/resources/views/errors/guestbook-ratelimit.blade.php b/resources/views/errors/guestbook-ratelimit.blade.php index 3f4820b..adfa5a9 100644 --- a/resources/views/errors/guestbook-ratelimit.blade.php +++ b/resources/views/errors/guestbook-ratelimit.blade.php @@ -1,4 +1,4 @@ - + Error 429: Overclocking Detected!
@@ -10,4 +10,4 @@ Click here to go back to the guestbook.
-
+ diff --git a/resources/views/errors/minimal.blade.php b/resources/views/errors/minimal.blade.php deleted file mode 100644 index 4ae6830..0000000 --- a/resources/views/errors/minimal.blade.php +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/resources/views/errors/no-auth.blade.php b/resources/views/errors/no-auth.blade.php deleted file mode 100644 index 1d99498..0000000 --- a/resources/views/errors/no-auth.blade.php +++ /dev/null @@ -1,8 +0,0 @@ -@extends('layouts.minimal') -@section('title', 'Error 401: Unauthorized User!') -@section('content') -

Error 401: Unauthorized User!

-
-

Woah there! Only authorized users can access this page. Please log in to proceed.

-

Ended up here on accident? Click here to return to the homepage!

-@stop