const Info = ["Lua", "GLua", "Html", "Css", "Python", "Node.js", "Javascript", "Shell", "Sys-admin"];
const Tools = ["Github", "Visual Studio Code", "Sublime Text 4", "Cisco", "Nginx", "Apache2", "Npm", "Iptables", "..."];
const Systems = ["Windows", "Debian", "Ubuntu", "Kali linux", "Red Hat", "Raspberry PiOS (Raspbian)"];
function getRandomElement(array) {
const randomIndex = Math.floor(Math.random() * array.length);
return array[randomIndex];
}
const chooseInfo = getRandomElement(Info);
const chooseTools = getRandomElement(Tools);
const chooseSystems = getRandomElement(Systems);
console.log("Programming Language : " + chooseInfo);
console.log("Tools : " + chooseTools);
console.log("Operating Systems : " + chooseSystems);
📌
Work on the next project !
I'm Kurama, I don't often give the codes but sometimes it happens to me.
- France
- https://kurama.info
Pinned Loading
-
-
Stats_server
Stats_server PublicThis code is used to see live consumption information from your linux server !
JavaScript 3
-
Web_loader
Web_loader PublicScript is used to create a loader on your website before viewing your site !
CSS
-
Status_bot
Status_bot PublicThis script is a bot that allows you to give a rank when you have a certain personalized status !
JavaScript 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.