Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b2059a2
commit-
arancia313 Oct 21, 2025
5ebfecf
uhh...
arancia313 Oct 23, 2025
628682d
I messed up, i know.
arancia313 Oct 23, 2025
431de4f
Now?
arancia313 Oct 23, 2025
0d56b48
ARE YOU DREAMING??
arancia313 Oct 23, 2025
78bff6d
Sorry.
arancia313 Oct 23, 2025
dc35934
I just realized that there was an error on the editor.html file. ther…
arancia313 Oct 23, 2025
7ccc27f
Lil update: On the editor, you can now use ";recoverUsername" to reco…
arancia313 Oct 24, 2025
1cb8afb
You know, in the editor, you can now shutdown the server, meaning tha…
arancia313 Oct 25, 2025
b0f8bb6
You know, for updating the editor, i ALWAYS remove the old file and r…
arancia313 Oct 25, 2025
2775417
UPDATE IN USE!!!
arancia313 Oct 31, 2025
8a9c939
Refactor index.html structure and styles
arancia313 Nov 1, 2025
e3f8255
Create CNAME
arancia313 Nov 1, 2025
d752138
Update CNAME
arancia313 Nov 1, 2025
6c50cd1
Delete CNAME
arancia313 Nov 1, 2025
fbd152b
Fixed, i think.
arancia313 Nov 1, 2025
93a2712
You can now use ";strangerMode" to turn your words into numbers. Use …
arancia313 Nov 1, 2025
7afdc12
Ok, i've just added some important assets for the BarnyWarp's first a…
arancia313 Nov 1, 2025
dd5102f
It is UNEXPECTED to see only my homepage icon on the footer, bro.
arancia313 Nov 1, 2025
3ac8a59
Fixed, i think.
arancia313 Nov 2, 2025
e5f7ed8
I'm planning to add servers , bro.
arancia313 Nov 2, 2025
b514a58
If i ever dare to check the console and see that log, It means the se…
arancia313 Nov 2, 2025
a2e85b6
BarnyWarp is evolving and evolving...
arancia313 Nov 6, 2025
d41d48a
The new link for the BarnyWarp editor is: https://arancia313.github.i…
arancia313 Nov 6, 2025
dbc3bec
Fixed, i think.
arancia313 Nov 6, 2025
2521b36
I MESSED UP THE ICON FOR THE PAGE!!!
arancia313 Nov 6, 2025
f66e5c5
DON'T MAKE ME MAD, BRO.
arancia313 Nov 6, 2025
792d2fe
Just to perform that, bro...
arancia313 Nov 6, 2025
b67c2f8
I setup the GitHub button as a redirect ALWAYS to github, but in the …
arancia313 Nov 6, 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
4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

Empty file removed 2/scratch.html
Empty file.
379 changes: 11 additions & 368 deletions Recovery.txt
Original file line number Diff line number Diff line change
@@ -1,370 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<link rel="website icon" href="https://arancia313.github.io/BarnyWarp/BarnyWarp%20Icon.svg"> <!-- Just use the right icon for the page, bro!! -->
<head>
<meta charset="utf-8">
<meta name="color-scheme" content="dark">
<title>BarnyWarp - Organizza. Programma. Inventa.</title>
<link rel="website icon" href="https://arancia313.github.io/BarnyWarp/BarnyWarp%20Icon.svg"> <!-- Just use the right icon for the page, bro!! -->
<noscript>
<h1>BarnyWarp Requires JavaScript.</h1>
<p>Consider Using your star program if you're Afraid of Remote Javascript.</p>
</noscript>
<style>
body {
font-family: sans-serif;
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(0, 0, 0);
}
h1{
color: Orangered; /* OrangeRed color for better contrast */
font-size: 3em;
text-align: center;
text-decoration: none;
}
p {
color: white; /* White color for better contrast */
font-size: 1.5em;
text-align: right;
text-decoration: none;
}
a {
color: aliceblue; /* AliceBlue color for links */
font-size: 1.5em;
text-align: right;
text-decoration: underline;
}
a:hover {
color: OrangeRed; /* OrangeRed color for better contrast */
font-size: 1.5em;
text-align: right;
text-decoration: underline;
}
button {
background-color: Orange;
border-color: OrangeRed;
margin: 0;
padding: 0;
color: black; /* Black color for better contrast */
border-radius: 5px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
}
button:hover {
background-color: OrangeRed; /* Change background color on hover */
border-color: Orange; /* Change border color on hover */
margin: 0;
padding: 0;
color: White; /* Change text color on hover */
border-radius: 5px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
}
a.active, a:hover, li #darkModeToggle.active {
border: 0px solid white;
background-color: rgba(0, 0, 0, 0.125);
/* transition: 0.5s; */
}

li #darkModeToggle img {
width: 30px;
height: 30px;
vertical-align: middle; /* Align the image vertically. */
cursor: pointer;
}

li #IconImage img {
width: 40px;
height: 40px;
vertical-align: middle; /* Align the image vertically. */
transition: transform 0.3s ease-in-out; /* Add a smooth transition effect. */
}

#IconImage img:hover {
background-color: transparent;
transform: scale(1.1);
}

#IconImage img:not(:hover) {
background-color: transparent;
transform: scale(1); /* Return to regular size when not hovered. */
}
nav {
height: 60px;
width: 100%;
background-color: #631400;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
position: fixed;
top: 0;
z-index: 1000;
}

nav ul {
float: center;
margin-left: 50;
}

nav li {
display: inline-block;
margin: 0 8px;
line-height: 60px;
}

nav a {
color: white;
font-size: 18px;
text-transform: uppercase;
border: 1px solid transparent;
padding: 7px 10px;
border-radius: 3px;
}

nav input[type="text"] {
padding: 5px;
border: 1px solid #ccc;
border-radius: 3px;
margin-right: 10px;
}

#searchIcon {
font-size: 18px;
vertical-align: middle; /* Align the image vertically */
border: 1px solid rgb(63, 63, 63);
border-radius: 3px;
cursor: pointer;
}
section {
background: rgb(0, 0, 0);
color: orangered;
padding: 20px;
align-items: center;
text-align: center;
margin-top: 60px;
}
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
size: 30px;
padding: 0;
height: 4vh;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: orangered;
text-align: center;
color: white;
font-size:1em;
}
footer ul {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
size: 30px;
padding: 0;
height: 4vh;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: orangered;
text-align: center;
color: white;
font-size:1em;
}
footer.dark-mode {
background-color: #333333;
color: white;
}

.footer-row {
margin-bottom: 60px;
width: 100%; /* Each row takes the full width */
flex: 100%; /* Adjust the width of each footer-row */
display: block;
padding: 10px;
;
left: 0;
background-color: rgb(57, 14, 0);
}

.footer-row a {
color: orange;
text-decoration: underline;
display: flex;
align-items: center;
justify-content: center;
}
.footer-row p {
color: white; /* White color for better contrast */
font-size: 2rem;
text-align: center;
text-decoration: none;
}
.footer-row a.dark-mode {
color: orange;
text-decoration: underline;
display: block;
margin-bottom: 5px;
}
body.dark-mode {
background-color: #460e00;
color: white;
}
nav.dark-mode {
background-color: orange;
}
nav.dark-mode input[type="text"] {
color: white; /* Darker color for dark mode */
background-color: #333333; /* Darker color for dark mode */
}
nav.dark-mode #searchIcon {
color: white; /* Darker color for dark mode */
background-color: #333333; /* Darker color for dark mode */
border: 1px solid rgb(0, 0, 0);
border-radius: 3px;
}
</style>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="/static/github/JSFiles/debug.js"></script>
<script src="static/github/JSFiles/projectapi.js"></script>
<script src="static/github/JSFiles/index.js"></script>
<script src="static/github/workflows/configs/Troppen.js"></script>
<script src="static/github/JSFiles/debug2.js"></script>
<script src="static/setting.py"></script> <!-- I knew that copilot guessed the file! -->
</head>
<body>
<footer>
<div>
</div>
<ul>
<li>
<a id="IconImage" href="https://arancia313.github.io/BarnyWarp"><img src="https://arancia313.github.io/BarnyWarp/BarnyWarp%20Icon.svg" alt="Icon"></a> |
<a id="darkModeToggle"><img src="https://penguinmod.com/moon.svg" alt="Moon Icon"></a> |
<a href="https://github.com/arancia313/BarnyWarp">GitHub</a> |
<a href="https://arancia313.github.io">Arancia 3</a> |
<a href="https://arancia313.github.io/BarnyWarp/editor.html">Editor</a> |
<a href="https://arancia313.github.io/BarnyWarp/tools.html">Tools</a> |
<a href="https://arancia313.github.io/BarnyWarp/sturdy.html">Sturdy</a> |
<input type="text" id="searchBar" placeholder="Search or Jump into...">
</li>
</ul>
</footer>
<div class="footer-row">
<h1>BarnyWarp</h1>
<p>Royal-based coding with tons of capabilities</p>
<p>Built off Penguinmod and Snail IDE</a></p>
<button id="downloadBtn">Download Latest Editor For BarnyWarp</button>
</div>

<section>
<div id="recentCommits">
<h2>Recent Commits</h2>
<ul></ul>
</div>
<p>Welcome to the page of BarnyWarp.</p>
</section>


<script>
$(document).ready(function() {
// Menu toggle
$('#icon').click(function(){
$('nav ul').toggleClass('show');
});

// Modalità scura
const storedMode = localStorage.getItem('mode');
if (storedMode) {
applyMode(storedMode);
}
$('#darkModeToggle').click(function(){
const isDarkMode = $('body').hasClass('dark-mode');
const newMode = isDarkMode ? 'light-mode' : 'dark-mode';
localStorage.setItem('mode', newMode);
applyMode(newMode);
});
function applyMode(mode) {
$('body, nav, section, footer, .footer-row a').removeClass('dark-mode light-mode').addClass(mode);
}

// Ricerca
function performSearch() {
var searchQuery = $('#searchBar').val();
window.open(`https://penguinmod.com/search?q=${searchQuery}`);
}
$('#searchIcon').click(performSearch);
$('#searchBar').keypress(function(e){
if(e.which === 13){
performSearch();
}
});

// Aggiungi tab "Troppen" solo se esiste .navTabs
if ($('.navTabs').length) {
var newURL = window.location.protocol + "//" + window.location.host + "/p/troppen";
var newTitle = "Troppen";
$(".navTabs").append('<li><a href="' + newURL + '" title="' + newTitle + '" id="troppenTab">Troppen</a></li>');
$("#troppenTab").on("click", function() {
console.log("Fine della stringa imprevista.");
});
}

// Download button
$('#downloadBtn').click(function() {
if (confirm('Do you want to download BarnyWarp 2.5?')) {
alert('The webpage is installing the .zip folder for BarnyWarp 2.5.');
window.location.href="https://github.com/arancia313/BarnyWarp/releases/download/get2/BarnyWarp.2.5.zip";
} else {
window.location.href="https://arancia313.github.io/BarnyWarp";
}
});

// Carica commit recenti da GitHub API
$.get('https://api.github.com/repos/arancia313/BarnyWarp/commits?sha=intensità', function(data) {
var commitsSection = $("#recentCommits ul");
data.forEach(function(commit) {
if (commit.author && commit.author.login.toLowerCase() !== "web-flow") {
var commitInfo = commit.author.login;
var commitTitle = commit.commit.message;
commitsSection.append($('<li>').text(commitInfo + " - " + commitTitle));
}
});
});
});

// Avviso sviluppo
alert('BarnyWarp is currently in development, some clogs may break due to the code changing all the time.');

document.addEventListener('DOMContentLoaded', function() {
if (window.location.pathname.includes('/BarnyWarp')) {
document.body.classList.add('barnywarp-page');
}
});
</script>
</body>
<!-- Can you please get this? i don't want to get bankrupt, just for publishing the editor for BarnyWarp. -->
<!-- I DON'T NEED AI HERE. I MAY BE DUMB, BUT I DON'T NEED ANY CLANKER. -->
<!-- Chill out, dude. Just chill. How about you review some code on snail IDE's repo?-->
<!-- What about this javascript code:

alert("hi")

This is a test, but some clankers have a MALICIOUS CODE...

-->
</html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Fallback HTML redirect -->
<meta http-equiv="refresh" content="0;url=https://arancia313.github.io/BarnyWarp/sturdy.html">
<title>Redirect</title>
<script>
// JavaScript redirect (usa replace per non lasciare traccia nella cronologia)
window.location.replace("https://arancia313.github.io/BarnyWarp/sturdy.html");
</script>
Loading