Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates #337

Merged
merged 46 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
fb58a24
Desloppify maneldbrot_uwu
LordDeatHunter Jan 4, 2025
8b7f8f0
Merge branch 'master' of github.com:LordDeatHunter/Slopify into deslo…
LordDeatHunter Jan 4, 2025
ceccc7e
Desloppify catgirl
LordDeatHunter Jan 4, 2025
36db521
Desloppify twittermonials
LordDeatHunter Jan 4, 2025
0a4da1c
Desloppify cookieBanners
LordDeatHunter Jan 4, 2025
1498b06
Remove DOOM from index.html
LordDeatHunter Jan 4, 2025
a056a04
Desloppify shadertoy
LordDeatHunter Jan 4, 2025
1ba76eb
Clean up some code
LordDeatHunter Jan 4, 2025
ad929c6
Desloppify xterm
LordDeatHunter Jan 4, 2025
bb88412
Desloppify cirno
LordDeatHunter Jan 4, 2025
0e45596
Desloppify DVD bounce
LordDeatHunter Jan 4, 2025
39880cb
Desloppify win2k
LordDeatHunter Jan 4, 2025
7a4fe76
Clean up some code
LordDeatHunter Jan 4, 2025
5bb995b
Desloppify chatbot
LordDeatHunter Jan 4, 2025
ca11196
Fix invalid chatbot classes
LordDeatHunter Jan 4, 2025
db7e0e7
Add deslopifying menu
LordDeatHunter Jan 4, 2025
cbce2d1
Merge branch 'master' of github.com:LordDeatHunter/Slopify into deslo…
LordDeatHunter Jan 4, 2025
4e4b251
🎉🎉🎉🎉🎉 restore GH actions ong🎉🎉🎉🎉🎉
lofimichael Jan 4, 2025
7ceb6e0
Make dyslexia toggleable
LordDeatHunter Jan 4, 2025
85458f7
removed comments causing errors
lofimichael Jan 4, 2025
3912ae9
Make mouse kaboom toggleable
LordDeatHunter Jan 4, 2025
3089161
add calc.html and required assets
rudey794 Jan 4, 2025
8f79535
add sigma sound to operator click
rudey794 Jan 4, 2025
81084e4
Merge branch 'el-maino' of https://github.com/rudey794/Slopify into e…
rudey794 Jan 4, 2025
0d6c812
Merge pull request #329 from LordDeatHunter/desloppify
Dishpit Jan 4, 2025
c329881
Merge branch 'el-maino' of https://github.com/rudey794/Slopify into e…
rudey794 Jan 4, 2025
59a1055
added key coconut ong 🔑
lofimichael Jan 4, 2025
c436db7
Update deslopification css
LordDeatHunter Jan 4, 2025
0d6c710
Merge pull request #332 from rudey794/el-maino
Dishpit Jan 4, 2025
16ac9a4
i'm from the future; we cannot let trump into office; WW3 started las…
Dishpit Jan 4, 2025
7d4b8b3
Merge branch 'staging' of https://github.com/DishpitDev/Slopify into …
Dishpit Jan 4, 2025
dcc41f0
Desloppify surprise
LordDeatHunter Jan 4, 2025
addcdfb
Update coconut-check.js for verbosity and isolation 🚀
lofimichael Jan 4, 2025
2ce9b80
Fix invalid cities path
LordDeatHunter Jan 4, 2025
b5aaafb
Delete .github/workflows/emoji-check.yml
lofimichael Jan 4, 2025
59f978d
Delete .github/workflows/rizz-check.yml
lofimichael Jan 4, 2025
d34f781
fixes
MDMCK10 Jan 4, 2025
5be9b11
Merge branch 'staging' of https://github.com/DishpitDev/Slopify
MDMCK10 Jan 4, 2025
b268813
Merge pull request #333 from lofimichael/tf2-coconut
Dishpit Jan 4, 2025
a33eb79
Merge pull request #335 from MDMCK10/main
Dishpit Jan 4, 2025
cdfe6c4
purge husky due to breaking on mac
Dishpit Jan 4, 2025
4778f24
fix image upload
Dishpit Jan 4, 2025
e70d4d1
versioning
Dishpit Jan 4, 2025
8b961f5
Merge pull request #336 from DishpitDev/fix/profile-pic-upload
Dishpit Jan 4, 2025
a3c0a64
i'm from the future; we cannot let trump into office; WW3 started las…
Dishpit Aug 22, 2025
43cc5b7
Merge pull request #334 from LordDeatHunter/update-deslopification
Dishpit Jan 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Slopify/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "slopify",
"version": "0.3.0",
"version": "0.3.1",
"identifier": "com.slopify.app",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down
4 changes: 2 additions & 2 deletions Slopify/src/pages/ProfilePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function ProfilePage() {
return;
}

const { publicURL, error: urlError } = supabase.storage
const { data: urlData, error: urlError } = supabase.storage
.from("profile-photos")
.getPublicUrl(uploadData.path);

Expand All @@ -93,7 +93,7 @@ export default function ProfilePage() {
return;
}

photoUrl = publicURL;
photoUrl = urlData.publicUrl;
}

const { error: updateError } = await supabase
Expand Down
216 changes: 216 additions & 0 deletions calc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@
<!doctype html>
<html lang="en">
<meta charset="UTF-8" />
<head>
<title>calc</title>
<style>
body {
background: linear-gradient(
270deg,
#ff0000,
#ff7f00,
#ffff00,
#00ff00,
#0000ff,
#4b0082,
#8b00ff
);
background-size: 1400% 1400%;
animation: rainbow 10s ease infinite;
color: white;
text-align: center;
padding: 50px;
font-family: "'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;"
}
.calculator {
background: url("static/images/maths.gif");
padding: 30px;
width: 1000px;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
}

input[type="button"] {
font-size: 20px;
padding: 20px;
width: 100px;
height: 100px;
background-color: #f0f0f0;
border: 1px solid #ccc;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s;
background-size: contain !important
}
#zero{
background: url("static/images/calc/0.gif")
}
#one{
background: url("static/images/calc/1.gif")
}
#two{
background: url("static/images/calc/2.webp")
}
#three{
background: url("static/images/calc/3.gif")
}
#four{
background: url("static/images/calc/4.gif")
}
#five{
background: url("static/images/calc/5.gif")
}
#six{
background: url("static/images/calc/6.gif")
}
#seven{
background: url("static/images/calc/7.gif")
}
#eight{
background: url("static/images/calc/8.gif")
}
#nine{
background: url("static/images/calc/9.gif")
}
#zero{
background: url("static/images/calc/0.gif")
}
#plus, #mult{
background: url("static/images/calc/plusmult.gif")
}
#minus{
background: url("static/images/calc/minus.gif")
}
#divide{
background: url("static/images/calc/divide.gif")
}
#equals{
background: url("static/images/calc/equals.gif")
}
#clear{
background: url("static/images/calc/clear.gif")
}
#decimal{
background: url("static/images/calc/decimal.webp")
}

@keyframes rainbow {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
</style>
</head>
<body>
<div class="calculator">
<img src="static/images/calc/math.gif" style="height: 100px;">
<input type="text" id="result" disabled style="margin-bottom: 10px;">
<div class="row">
<input type="button" id="seven"onclick="appendNumber(7)">
<input type="button" id="eight"onclick="appendNumber(8)">
<input type="button" id="nine"onclick="appendNumber(9)">
<input type="button" id="divide" onclick="appendOperator('/')">
</div>
<div class="row">
<input type="button" id="four" onclick="appendNumber(4)">
<input type="button" id="five" onclick="appendNumber(5)">
<input type="button" id="six" onclick="appendNumber(6)">
<input type="button" id="mult" onclick="appendOperator('*')">
</div>
<div class="row">
<input type="button" id="one" onclick="appendNumber(1)">
<input type="button" id="two" onclick="appendNumber(2)">
<input type="button" id="three" onclick="appendNumber(3)">
<input type="button" id="minus" onclick="appendOperator('-')">
</div>
<div class="row">
<input type="button" id="zero" onclick="appendNumber(0)">
<input type="button" id="decimal" onclick="appendDecimal()">
<input type="button" id="clear" onclick="clearResult()">
<input type="button" id="plus" onclick="appendOperator('+')">
</div>
<div class="row">
<input type="button" id="equals" onclick="calculateResult()">
</div>
</div>

<script>
let currentInput = "";
let previousInput = "";
let operator = "";

function play_audio(audio){
var audio = new Audio("static/audio/"+audio+".mp3");
audio.play();
}
function appendNumber(number) {
play_audio("fart")
currentInput += number;
document.getElementById("result").value = currentInput;
}

function appendOperator(op) {
play_audio("sigma")
if (currentInput === "") return;
if (previousInput !== "") {
calculateResult();
}
operator = op;
previousInput = currentInput;
currentInput = "";
}

function appendDecimal() {
play_audio("fart")
if (currentInput.includes(".")) return;
currentInput += ".";
document.getElementById("result").value = currentInput;
}

function clearResult() {
currentInput = "";
previousInput = "";
operator = "";
document.getElementById("result").value = "";
}

function calculateResult() {
play_audio("skippidy")
if (previousInput === "" || currentInput === "") return;
let result;
switch (operator) {
case "+":
result = parseFloat(previousInput) + parseFloat(currentInput);
break;
case "-":
result = parseFloat(previousInput) - parseFloat(currentInput);
break;
case "*":
result = parseFloat(previousInput) * parseFloat(currentInput);
break;
case "/":
if (currentInput === "0") {
alert("Cannot divide by zero");
return;
}
result = parseFloat(previousInput) / parseFloat(currentInput);
break;
default:
return;
}
currentInput = result.toString();
operator = "";
previousInput = "";
document.getElementById("result").value = currentInput;
}
</script>
</body>
</html>
4 changes: 2 additions & 2 deletions games/snake.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Snake</title>
<link rel="stylesheet" href="../static/css/snake.css" />
<link rel="stylesheet" href="/static/css/snake.css" />
</head>
<body>
<canvas width="400" height="400" id="game"></canvas>
<script src="../static/js/snake.js"></script>
<script src="/static/js/snake.js"></script>
</body>
</html>
Loading