From dd13779bc38702390828716d6c0972259ae1d446 Mon Sep 17 00:00:00 2001 From: QwertyChouskie Date: Fri, 29 Sep 2023 02:18:45 -0700 Subject: [PATCH] Cleanup: Remove broken Clippy Generator This was added as a meme, but it never actually worked. --- clippy/.DS_Store | Bin 6148 -> 0 bytes clippy/clippy-generator/.DS_Store | Bin 6148 -> 0 bytes clippy/clippy-generator/README.markdown | 5 ----- clippy/clippy-generator/dist/index.html | 27 ----------------------- clippy/clippy-generator/dist/script.js | 26 ---------------------- clippy/clippy-generator/dist/style.css | 13 ----------- clippy/clippy-generator/license.txt | 8 ------- clippy/clippy-generator/src/index.html | 12 ---------- clippy/clippy-generator/src/script.js | 26 ---------------------- clippy/clippy-generator/src/style.sass | 11 ---------- clippy/index.html | 28 ------------------------ 11 files changed, 156 deletions(-) delete mode 100644 clippy/.DS_Store delete mode 100644 clippy/clippy-generator/.DS_Store delete mode 100644 clippy/clippy-generator/README.markdown delete mode 100644 clippy/clippy-generator/dist/index.html delete mode 100644 clippy/clippy-generator/dist/script.js delete mode 100644 clippy/clippy-generator/dist/style.css delete mode 100644 clippy/clippy-generator/license.txt delete mode 100644 clippy/clippy-generator/src/index.html delete mode 100644 clippy/clippy-generator/src/script.js delete mode 100644 clippy/clippy-generator/src/style.sass delete mode 100644 clippy/index.html diff --git a/clippy/.DS_Store b/clippy/.DS_Store deleted file mode 100644 index a9dd16d9f66b66914bc1e95c3e332c09c0446ccb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK!Ac`R5Uq|`?L?NH!-5|BptlGKD{(Kv5Z!|}VMGrqI%5VMn4J!ji6I-a%x~;| zf`8%{_&Hi#-BBcpHx;Q0Rj*QA)t!Dbbf*A7bOzlPfCm5))nKKD<{2^LMrWkrB6Em> z=IFr)*5Djs$Y!!R@DUj>&(4E0NFjk9ejcA+3^{~QfQEc0)n`$vBgzH1MqIfgp)I{y z9}W9GSAP@r(xhKBo42AeSN$@-AZ1NJj@6Y5@?d7$!mA^b)2pY&pi2%kv$U7Hv5Q*L(=KvTz-Wpw)4HMd=`Xi)@(zX5c9UruRef z%>DoC<^G?N*f0akz~^K@RJVie4(`p}tuwnccdbG_MKxmbN{bIA=+IS+x#lWfMkT?x XG7h5eu(XH~6#gSXG_YX?-jsoRssCv_ diff --git a/clippy/clippy-generator/.DS_Store b/clippy/clippy-generator/.DS_Store deleted file mode 100644 index a2f2401a2399a6f9ef992abcdfd93c3ad4d225cd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK&2G~`5S~p!*`z|v0jWLug49D)C8A1^P$d)6Ll2b@uIQmftsPs`!u3|RgIhw7 zFFXW&10IDZ;BnyFAEG9KLoWzbJJReoJ3F(h{npy`5D^=U!yZwah&WVYt%>FjBFCjJ zNzHgxfK1M@pNLVAhyZ;#p_Tui0eN-}3Mr6 z{Yh_k|Lo%WBQ8^n8&QlOohTs;lUggPR!M4Tg!lDV4i`x?zZLozxVh0 ze?H0fECZH-d&K~2487q1TQYC!(&pq_>p;(-Qe<4Eah3u@J;jKXPw@s+3H**UfUdzx SBRmlMBcN!ojb-4UGVlvt5QB;U diff --git a/clippy/clippy-generator/README.markdown b/clippy/clippy-generator/README.markdown deleted file mode 100644 index a3bfce9..0000000 --- a/clippy/clippy-generator/README.markdown +++ /dev/null @@ -1,5 +0,0 @@ -# Clippy Generator - -A Pen created on CodePen.io. Original URL: [https://codepen.io/joshnuss/pen/qdZdjw](https://codepen.io/joshnuss/pen/qdZdjw). - - diff --git a/clippy/clippy-generator/dist/index.html b/clippy/clippy-generator/dist/index.html deleted file mode 100644 index 3c17247..0000000 --- a/clippy/clippy-generator/dist/index.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - CodePen - Clippy Generator - - - - - - - - - - - - - - - - - - - - - diff --git a/clippy/clippy-generator/dist/script.js b/clippy/clippy-generator/dist/script.js deleted file mode 100644 index c83c3ed..0000000 --- a/clippy/clippy-generator/dist/script.js +++ /dev/null @@ -1,26 +0,0 @@ -function run(agent) { - agent.show(); - - // add stuff here: - agent.speak("hmmm..."); - - setTimeout(function() { - agent.speak("Looks like you're trying to use a microsoft product?"); - - setTimeout(function() { - agent.play('Congratulate'); - - setTimeout(function() { - agent.speak("Hello 1997!"); - - agent.play("Pleased"); - - }, 2000); - }, 4000); - }, 3000); -} - - -document.addEventListener('DOMContentLoaded', function() { - clippy.load('Clippy', run); -}); diff --git a/clippy/clippy-generator/dist/style.css b/clippy/clippy-generator/dist/style.css deleted file mode 100644 index 7a3c771..0000000 --- a/clippy/clippy-generator/dist/style.css +++ /dev/null @@ -1,13 +0,0 @@ -html, body { - margin: 0px; - padding: 0px; - height: 100%; - overflow: hidden; -} - -iframe { - overflow: hidden; - border: none; - height: calc(100%); - width: calc(100%); -} diff --git a/clippy/clippy-generator/license.txt b/clippy/clippy-generator/license.txt deleted file mode 100644 index 29530c8..0000000 --- a/clippy/clippy-generator/license.txt +++ /dev/null @@ -1,8 +0,0 @@ -Copyright (c) 2021 by Joshua Nussbaum (https://codepen.io/joshnuss/pen/qdZdjw) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/clippy/clippy-generator/src/index.html b/clippy/clippy-generator/src/index.html deleted file mode 100644 index 65a5818..0000000 --- a/clippy/clippy-generator/src/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/clippy/clippy-generator/src/script.js b/clippy/clippy-generator/src/script.js deleted file mode 100644 index c96f23f..0000000 --- a/clippy/clippy-generator/src/script.js +++ /dev/null @@ -1,26 +0,0 @@ -function run(agent) { - agent.show(); - - // add stuff here: - agent.speak("hmmm..."); - - setTimeout(function() { - agent.speak("Looks like you're trying to use a microsoft product?"); - - setTimeout(function() { - agent.play('Congratulate'); - - setTimeout(function() { - agent.speak("Hello 1997!"); - - agent.play("Pleased"); - - }, 2000); - }, 4000); - }, 3000); -} - - -document.addEventListener('DOMContentLoaded', function() { - clippy.load('Clippy', run); -}); \ No newline at end of file diff --git a/clippy/clippy-generator/src/style.sass b/clippy/clippy-generator/src/style.sass deleted file mode 100644 index 1da3f62..0000000 --- a/clippy/clippy-generator/src/style.sass +++ /dev/null @@ -1,11 +0,0 @@ -html, body - margin: 0px - padding: 0px - height: 100% - overflow: hidden - -iframe - overflow: hidden - border: none - height: calc(100%) - width: calc(100%) \ No newline at end of file diff --git a/clippy/index.html b/clippy/index.html deleted file mode 100644 index c7ddd74..0000000 --- a/clippy/index.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - CodePen - Clippy Generator - - - - - - - - - - - - - - - - - - - - - -