New: liveAll contenthive-129948hive-196917krsteemzzanhive-183959hive-180932hive-166405photographyhive-185836uncommonlabhive-150122hive-183397hive-144064bitcoinlifehive-188619hive-139150hive-103599hive-101145krsuccesshive-145157hive-124908hive-109690hive-184714TrendingNewHotLikerspaulmoon410 (56)in music • yesterdayFreestyle 6sumsum (64)in deutsch • 10 days agoRock’n’Roll meets Country and Punk: "Learn Yall Now, How to Sing The Blues" by ForstvilleLeute, heute stelle ich euch eine neue Band vor, die ihre ganz eigene Musik macht. Die Jungs sagen, sie machen New Country. Für mich sind das die klassischen Elemente der amerikanischen…drago18121996 (68)in ita • 12 days agoLindergarten// // This is only a SKELETON file for the 'Kindergarten Garden' exercise. // It's been provided as a convenience to get you started writing code faster. // const DEFAULT_STUDENTS: Student[] =…drago18121996 (68)in ita • 13 days agoGarden// // This is only a SKELETON file for the 'Kindergarten Garden' exercise. // It's been provided as a convenience to get you started writing code faster. // const DEFAULT_STUDENTS = […orkin420 (53)in live • 13 days ago🚨GTNH Fighting the wither and going to space🚨🚨 I'm LIVE on Twitch! 🚨 Come hang out and join the fun! 🎮✨ I’m diving into Greg Tech New Horizons right now, and I need YOU in the chat! 😎 👉 Link: 🔴 Stream Starts Now! 🔴 Bring your…drago18121996 (68)in ita • 14 days agoAngramexport class Anagram { input : string; constructor(input: string) { this.input = input.toLowerCase(); } public matches(...potentials: string[]): string[] { let res: string[] = []; let…notannov (71)in hive-153018 • 14 days ago10.11.2024Всем привет! Пишите? Пойду почитаю) У меня вот новая чашка, дочь подарила. И в ней новый чай с лимоном. Смешная, большая. Уши не мешают (просто всем кажется, что мешают) А еще непростое…drago18121996 (68)in ita • 17 days agoComplex informationexport class ComplexNumber { r : number; i : number; constructor(real: number, imaginary: number) { this.r = real; this.i = imaginary; } public get real(): number { return this.r; }…dagamers (39)in dagamers • 23 days agoFixes and Improvements 01/11/2024Websocket launched last week to make notifications smoother. Improved visuals for notifications across the board. Websocket should now maintain connections better, so page titles should…bittopup (25)in live • 23 days agoQuickly Top Up Your Poppo Live AccountOn the vibrant platform of Poppo Live, interact with high-quality streamers and immerse yourself in endless fun! Now, you can quickly top up your Poppo Live account through BitTopup.com to…skazim (25)in health • 24 days agoHealth: Our True Wealth in LifeHealth is the greatest asset in a person’s life. Without good health, other achievements lose their significance. Protecting one’s health is essential for everyone, and we should be aware of its…drago18121996 (68)in ita • 25 days agoBobusing System; using System.Text.RegularExpressions; public static class Bob { public static string Response(string statement) { string statementmod= statement.Trim(); bool isQuestion =…drago18121996 (68)in ita • 27 days agoPHPdeclare(strict_types=1); function steps(int $number): int{ if($number 1){ if($number % 2 ==0){ $number /= 2; } else{ $number = 3*$number+1; } $counter +=1; } return $counter; }drago18121996 (68)in ita • 28 days agoAccumulatedeclare(strict_types=1); function accumulate(array $input, callable $accumulator): array{ $result = []; for($i=0; $idrago18121996 (68)in ita • 29 days agoHandshakeexport const commands = (numb) => { let result = []; if(numb & 1) result.push('wink'); if(numb & 2) result.push('double blink'); if(numb & 4) result.push('close your eyes'); if(numb & 8)…drago18121996 (68)in ita • last monthGrainsexport const square = (num) => { if(num 64) throw new Error('square must be between 1 and 64'); return 2n**BigInt(num-1); }; export const total = () => { let result = 0n; for(let i=0; idrago18121996 (68)in ita • last monthComplex Numbers// // This is only a SKELETON file for the 'Complex Numbers' exercise. It's been provided as a // convenience to get you started writing code faster. // export class ComplexNumber {…steemitsantri (64)in hive-111300 • last monthHikmah Kisah Tsa'labah Untuk Perkara Harta Duniagambar ilustarasi, sumber: Google Gratis Assalamualaikum warahmatullahi wabarakatuh,,, Dalam setiap kisah kehidupan Rasulullah pada khususnya selalu ada hikmah untuk pengajaran kepada kita…drago18121996 (68)in ita • last monthBobexport const hey = (message) => { let new_mess = message.replace(/[^a-zA-Z]/g, '').trim(); let message_trim = message.trim(); if(!message_trim) {return "Fine. Be that way!"}…dagamers (39)in dagamers • last monthUpdate: AFK Streamers, Drops, Gear, DGS and DGMToday's update bring some new things as well as further elaborates on some other which you can find on: AFK streamers Not all streamers are as active as others and that’s fine. It makes total…