for-coder
Открыть в Telegram
Chat for yapping the latest topics and some project show case @FORCODERR 👥 @firaflash 👨💻 curious dev
Больше470
Подписчики
-124 часа
-37 дней
+730 дней
Архив постов
469
Last week might’ve been my least productive one ever 😭
This Asteroid game was made by one of my friends using Python 😂
That 2 minutes? Just me playing it after running
python3 main.py 🚀🐍
👨💻 Dev: eyuAtske
📦 Repo: Repository link here469
#መልካም_የፆም_ጊዜ
let fasting = false;
const startDate = new Date();
startDate.setHours(0, 0, 0, 0); //(12:00 AM)
const endDate = new Date("2025-04-20T03:00:00");
const durationInMilliseconds = endDate - startDate;
fasting = true;
console.log("ፆም/fasting started.");
// setTimeout to handle the end of the fasting period
setTimeout(() => {
fasting = false; // Set fasting to false after 55 days
console.log("ስለፍቅሩ ሲል ከሙታን ተለይቶ ተነስቷል"); // Log the message
console.log("ፆም/fasting ended.");
}, durationInMilliseconds);
If you don't understand this code በደንብ ፁሙ469
an old saying i found trying to read Assembly mtsmm
"There are three reasons for using assembly language: speed, speed, and more speed" 😭 tho it takes too long to understand it lol
469
#መልካም_የፆም_ጊዜ
let fasting = false;
const startDate = new Date();
startDate.setHours(0, 0, 0, 0); //(12:00 AM)
const endDate = new Date("2025-04-20T03:00:00");
const durationInMilliseconds = endDate - startDate;
fasting = true;
console.log("ፆም/fasting started.");
// setTimeout to handle the end of the fasting period
setTimeout(() => {
fasting = false; // Set fasting to false after 55 days
console.log("ስለፍቅሩ ሲል ከሙታን ተለይቶ ተነስቷል"); // Log the message
console.log("ፆም/fasting ended.");
}, durationInMilliseconds);
If you don't understand this code በደንብ ፁሙ469
New Telegram UI on Android is actually fire 🔥
Yeah iOS got it earlier 😅 but ngl Android’s version feels cleaner and smoother 😂
Still though… iOS folks, your UI is solid too 😌📱
