Skip to content
View Kurama250's full-sized avatar
📌
Work on the next project !
📌
Work on the next project !
Block or Report

Block or report Kurama250

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Kurama250/README.md

Languages | Tools | Systems

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);

Projects



My Stats

Stats Languages

Pinned

  1. Payload_visual_gmod Payload_visual_gmod Public

    Visual Gmod for event Gmod fun !

    Lua 8

  2. Stats_server Stats_server Public

    This code is used to see live consumption information from your linux server !

    JavaScript 3

  3. Gmod_drm Gmod_drm Public

    This code is to create a basic drm for a Garry's Mod server !

    PHP 7

  4. Web_loader Web_loader Public

    Script is used to create a loader on your website before viewing your site !

    CSS

  5. Status_bot Status_bot Public

    This script is a bot that allows you to give a rank when you have a certain personalized status !

    JavaScript 1

  6. Custom_motd Custom_motd Public

    Script to customize a motd on a Linux server !

    Shell 1