From 0ddf2af191c1969ef38fb98bd553f2d388218559 Mon Sep 17 00:00:00 2001 From: EduardSkibidiGooner Date: Sun, 29 Sep 2024 20:25:54 +0300 Subject: [PATCH] x --- CS/ProblemSolvingProcess/index.html | 2 +- CS/index.html | 13 +++---- about.html | 55 ++++++++++++++++++++++++++ index.html | 15 +++---- link.cur | Bin 0 -> 766 bytes model.js | 1 - projects.html | 58 ++++++++++++++++++++++++++++ service-worker.js | 2 - 8 files changed, 126 insertions(+), 20 deletions(-) create mode 100644 about.html create mode 100644 link.cur delete mode 100644 model.js create mode 100644 projects.html diff --git a/CS/ProblemSolvingProcess/index.html b/CS/ProblemSolvingProcess/index.html index 6da707b..ddfb517 100644 --- a/CS/ProblemSolvingProcess/index.html +++ b/CS/ProblemSolvingProcess/index.html @@ -1,7 +1,7 @@ - + Problem Solving Process Poster diff --git a/CS/index.html b/CS/index.html index 75425ce..946ba0a 100644 --- a/CS/index.html +++ b/CS/index.html @@ -1,7 +1,7 @@ - + CS/ @@ -10,7 +10,6 @@ background-color: black; color: green; font-family: monospace; - padding: 0; margin: 0; height: 100vh; display: flex; @@ -28,9 +27,6 @@ .command { color: lightblue; } - .path { - color: white; - } ul { list-style: none; padding: 0; @@ -45,13 +41,16 @@ a:hover { text-decoration: underline; } + .space::before { + content: '\00A0'; + }
diff --git a/about.html b/about.html new file mode 100644 index 0000000..3ba2248 --- /dev/null +++ b/about.html @@ -0,0 +1,55 @@ + + + + + + + + prigoana.lol + + + +
+
+ +
+
+

Eduard Prigoana

+
+

one question... why so feinious?

+ + diff --git a/index.html b/index.html index 1baede1..029bb50 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,6 @@ - - prigoana.lol
-
-
-
+

 

+
+

 

-

Last played song


-

 

- diff --git a/link.cur b/link.cur new file mode 100644 index 0000000000000000000000000000000000000000..3368314f9628de98b51f057b8318d3abb0c8e7d5 GIT binary patch literal 766 zcmd^-u?@m75Ji6wZ3Gpq(?L&#gc3H$M&L=9B@-YPpl1rqI~#+El!BT|{@wk1=R}br z%~Yvrma@3dq!o388gxLF=48pka-{9-Jdob|RLHdI`(DE^07ASKf^~??Mwb30ZlmuU z`;6<{yy}$C=Oe#LrMFq>!KIH!3U0XI>5U&Av8}|Y6V6ukH`WNh_of>Df#2idLMYVn dgbp8dp`KCeLVI*!&wPirXwBXNIon4k^aP2fiHiUL literal 0 HcmV?d00001 diff --git a/model.js b/model.js deleted file mode 100644 index d1e3b5d..0000000 --- a/model.js +++ /dev/null @@ -1 +0,0 @@ -window.wallpaperPropertyListener={applyUserProperties:function(a){if(a.model){clearTimeout(timer);timer=0;document.getElementsByClassName('model')[0].innerHTML='';model=a.model.value;balanceSpeed(model);generate()}if(a.color||a.backgroundcolor){const b=(c,d)=>{const e=d.split(' ').map(f=>Math.ceil(f*255));document.getElementsByClassName(c)[0].style.color=`rgb(${e})`};if(a.color)b('model',a.color.value);if(a.backgroundcolor)b('bg',a.backgroundcolor.value)}if(a.animationspeed){basedAnimationSpeed=a.animationspeed.value;balanceSpeed(model)}if(a.stopanimation){clearTimeout(timer);timer=0;stopA=a.stopanimation.value;if(!stopA){document.getElementsByClassName('model')[0].innerHTML='';generate()}}}};let animationSpeed=50,stopA=!1,timer;generate();function balanceSpeed(){animationSpeed=basedAnimationSpeed}function generate(){let A=1,B=1;const generateFrame=()=>{const b=Array(1760).fill(" "),z=Array(1760).fill(0);A+=.07;B+=.03;for(let j=0;j<6.28;j+=.07){const ct=Math.cos(j),st=Math.sin(j);for(let i=0;i<6.28;i+=.02){const sp=Math.sin(i),cp=Math.cos(i),h=ct+2,D=1/(sp*h*Math.sin(A)+st*Math.cos(A)+5),t=sp*h*Math.cos(A)-st*Math.sin(A);const x=Math.floor(40+21*D*(cp*h*Math.cos(B)-t*Math.sin(B))),y=Math.floor(12+10.5*D*(cp*h*Math.sin(B)+t*Math.cos(B))),o=x+80*y,N=Math.floor(8*((st*Math.sin(A)-sp*ct*Math.cos(A))*Math.cos(B)-sp*ct*Math.sin(A)-st*Math.cos(A)-cp*ct*Math.sin(B)));if(y<22&&y>=0&&x>=0&&x<79&&D>z[o]){z[o]=D;b[o]=".,-~:;=!*#$@"[Math.max(N,0)]}}}const formattedOutput=[];for(let i=0;i<22;i++)formattedOutput.push(b.slice(i*80,(i+1)*80).join(''));document.getElementsByClassName('model')[0].innerHTML=formattedOutput.join("\n")};const timeoutRender=()=>{generateFrame();if(!stopA)timer=setTimeout(timeoutRender,animationSpeed)};timeoutRender()} diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..b4ce899 --- /dev/null +++ b/projects.html @@ -0,0 +1,58 @@ + + + + + + + CS/ + + + + + + diff --git a/service-worker.js b/service-worker.js index 0abab75..be7386f 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,9 +1,7 @@ const CACHE_NAME = 'v1'; const URLS_TO_CACHE = [ - './', './favicon.png', './cursor.cur', - './index.js', 'https://unpkg.com/webamp/built/webamp.bundle.min.js', 'https://unpkg.com/butterchurn/lib/butterchurn.min.js', 'https://unpkg.com/butterchurn-presets/lib/butterchurnPresets.min.js',