ROYAL CODER


Гео и язык канала: Узбекистан, Узбекский
Категория: Технологии


Programming is not just a skill, it's a tool that can change the world. At Royal Coder, we're committed to teaching the next generation of coders how to use that tool to create a better future.

Связанные каналы

Гео и язык канала
Узбекистан, Узбекский
Категория
Технологии
Статистика
Фильтр публикаций


Видео недоступно для предпросмотра
Смотреть в Telegram


admin.liderboy.uz hosting isp boshqarish paneliga login parol orqali avto olib kiradigan sayt kodi qiziqmi?🤔

@royal_coder


Siz PUBG uynaysizmi?
Опрос
  •   Xa
  •   Yo'q
21 голосов


Репост из: Royal Coder Lab
🎉 EID MUBARAK

🎁 Eid is a time to celebrate with family and friends, to give thanks for all the blessings in our lives, and to reflect on our faith.

May this Eid bring you closer to Allah and may you be surrounded by those you love.

🥳 Wishing you all the best in the world, @UpCoder!


Padeshka qivoraslami? @RoyalCoder_Lab


Репост из: Royal Coder Lab
🫣 Our latest endeavor is nearing completion,
🧨 And we eagerly invite you to put it to the test.

🥳 We implore you to kindly share your valuable feedback with us regarding the performance of our bot, whose username is
@SearchBehruzBot.

For feedbacks: @RcGuruH

👑 Royal Coder Lab | Where imaginations turn into reality


Google ChatGPT ga qarshi raqobatini boshladi.

Bard - Google ning AI boʻlib hozirda Oʻzbekistonda xizmat koʻrsatmaydi (22.03.23)

Manba: https://bard.google.com/

@Royal_Coder | Seek Higher Things


api.php
926б
This code will retrieve data from given website only if that website has got element!

@Royal_Coder | Where quality meets approval


Modern Clock

body {
background-color: #2c3e50;
}
canvas {
display: block;
margin: 0 auto;
background-color: #ecf0f1;
border-radius: 50%;
}





var canvas = document.getElementById('clock');
var ctx = canvas.getContext('2d');
var radius = canvas.width / 2;

ctx.translate(radius, radius);
radius = radius * 0.9;

// draw clock
function drawClock() {
ctx.arc(0, 0, radius, 0 , 2*Math.PI);
ctx.fillStyle = '#2c3e50';
ctx.fill();
ctx.beginPath();
ctx.arc(0, 0, radius * 0.1, 0, 2 * Math.PI);
ctx.fillStyle = '#ecf0f1';
ctx.fill();
for (var i = 0; i < 12; i++) {
angle = i * Math.PI / 6;
ctx.rotate(angle);
ctx.translate(0, -radius * 0.85);
ctx.beginPath();
ctx.rect(-2, -10, 4, 20);
ctx.fillStyle = '#ecf0f1';
ctx.fill();
ctx.rotate(-angle);
ctx.translate(0, radius * 0.85);
}
}

// draw time
function drawTime() {
var now = new Date();
var hour = now.getHours();
var minute = now.getMinutes();
var second = now.getSeconds();

// hour hand
hour = hour % 12;
hour = (hour * Math.PI / 6) + (minute * Math.PI / (6 * 60)) + (second * Math.PI / (360 * 60));
drawHand(hour, radius * 0.5, radius * 0.07, '#ecf0f1');

// minute hand
minute = (minute * Math.PI / 30) + (second * Math.PI / (30 * 60));
drawHand(minute, radius * 0.8, radius * 0.07, '#ecf0f1');

// second hand
second = (second * Math.PI / 30);
drawHand(second, radius * 0.9, radius * 0.02, '#e74c3c');
}

// draw hand
function drawHand(pos, length, width, color) {
ctx.beginPath();
ctx.strokeStyle = color;
ctx.lineWidth = width;
ctx.lineCap = 'round';
ctx.moveTo(0, 0);
ctx.rotate(pos);
ctx.lineTo(0, -length);
ctx.stroke();
ctx.rotate(-pos);
}

// loop
setInterval(function() {
ctx.clearRect(-radius, -radius, canvas.width, canvas.height);
drawClock();
drawTime();
}, 1000);





Code for modern looking website. It draws clock that has moving hands as time goes on...

@Royal_Coder | Seek Higher Things




Hohlagan websitedan ma'lumotni "sug'urib" oladigan code bor, tashemi?

@Royal_Coder | Unlock your programming potential


🧑‍💻 Our code is designed to be simple and easy to learn.

🤩 It's perfect for
novice developers and businesses who are looking for a way to create their own real-time chat application for free.





Yuborish




const socket = io(); // Websocketni bog'lash


const messageList = document.getElementById("messages");
const inputField = document.getElementById("input");
const sendButton = document.getElementById("send");

// Habarni yuborish (tugma bosilganda)
sendButton.addEventListener("click", () => {
const message = inputField.value;
socket.emit("message", message);
inputField.value = "";
});

// Qabul qilingan xabarni korsatish
socket.on("message", (message) => {
const messageElement = document.createElement("div");
messageElement.textContent = message;
messageList.appendChild(messageElement);
});


Credit: Royal Coder Team | Reacting to our content would be very supportive


Locator[Royal_Coder].php
2.0Кб
FIND ACCESS TO THE CLOSEST DEPARTMENT - Use this code to find the nearest department to you in your area.

Kind reminder: you should have loc.txt file which stores your apartments' list like this:
Yangiyo'l, Latitude, Longitude
Andijan, Latitude, Longitude
NAME, LATITUDE, LONGITUDE

Credit: Royal Coder Team


We believe that everyone should be able to code, and that's why we offer a free subscription to Royal Coder Codes.

With this portion of our site, you can take advantage of all the time-saving features and codes available for businesses just like yours!

We want you to be aware of these codes so that you can get started making money coding today!

Why don't you give a try? Write down code that you need in comment section we will do our best!


Advanced-Python(Royal_Coders).pdf
1.0Мб
📚 Python Advanced Tutorials

Learn python in a much more detailed version.

Consists:
📑 206 pages
📖 15 general topics each with 5 subtopics.


@Royal_Coder | Road to glory takes a little longer.


Request(@SeniorCik).zip
1.3Кб
Kanalga qo'shilish uchun yuborilgan so'rovlarni avtomatik tarzda qabul qiluvchi bot kodi🫡

🔐Zip parol: @SeniorBlog

Kanalga qo'shiling, yangiliklar hali oldinda🖤🤓

282 0 11 66 1

Репост из: SeniorCik⚒🤖
SeniorCik(Payme).zip
585б
🔐Zip parol: @SeniorBlog
❗️Manba: 👆
🖤 @SeniorCik tomonidan tarqatildi!

Kanalga obuna bo'ling, tez orada yana ajoyib kodlar tashlanadi🙌


Репост из: SeniorCik⚒🤖
Kanalga yuborilgan qo'shilish so'rovlarini avtomatik tarzda tasdiqlaydigan bot kodini tashlaymi?🤓

Kanal a'zolari 110taga(ko'p odam so'ramayapman) yetsa kodni tashlayman🫡

🖤SeniorBlog


1-Kod tashlandi🙌🏻

@SeniorBlog


Tez kunda...🫠
@SeniorBlog

Показано 20 последних публикаций.

95

подписчиков
Статистика канала