for-coder
Open in Telegram
Chat for yapping the latest topics and some project show case @FORCODERR π₯ @firaflash π¨βπ» curious dev
Show more469
Subscribers
-124 hours
-47 days
+630 days
Posts Archive
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 ππ±
