New: societyAll contenthive-129948hive-196917krzzansteemhive-183959hive-180932hive-166405photographyuncommonlabhive-185836hive-150122hive-183397hive-144064bitcoinlifehive-188619krsuccesshive-139150hive-101145hive-124908hive-103599hive-145157hive-184714hive-109690TrendingNewHotLikersoadissin (73)in hive-119463 • 13 hours agoMini contest: comments Waves #480 / Open discussion Random topicGreetings to all Steemians, What a wonderful day letter game fans! I hope that you and your loved ones are doing all right. Please let me know in the comments if there is anything I can do to…kork75 (70)in hive-184714 • yesterdayCalcio e protesta: La rivoluzione degli ultras nell'URSS (by @kork75)Il fenomeno hooligan e ultras in Unione Sovietica è un argomento complesso che si intreccia con la storia sociale e politica del paese. Negli anni '70, '80 e '90, questo fenomeno ha subito una…drago18121996 (68)in ita • 11 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[] =…ritzy-writer (76)in hive-129948 • 14 days agoশীর্ষ সন্ত্রাসীদের মুক্তি ও জনমনে আতঙ্ক ( দ্বিতীয় পর্ব)কেমন আছেন আমার বাংলা ব্লগের বন্ধুরা? আমি ভালো আছি। আশাকরি আপনারা ও ভালো আছেন। আর আইনশৃঙ্খলা রক্ষাকারী বাহিনীও এখন পর্যন্ত পুরোপুরি তাদের কার্যক্রম শুরু করেনি। অনেকে ধারণা করছে দেশের কোন…ocean-trench (75)in hive-129948 • 14 days agoশীর্ষ সন্ত্রাসীদের মুক্তি ও জনমনে আতঙ্ক (প্রথম পর্ব)কেমন আছেন আমার বাংলা ব্লগের বন্ধুরা? আমি ভালো আছি। আশাকরি আপনারা ও ভালো আছেন। পত্রিকার পাতায় একটি খবর দেখে কিছুটা আতঙ্কগ্রস্ত হয়ে পড়েছি। ঘটনাটি ছিলো একসময় বাংলাদেশের শীর্ষ সন্ত্রাসীদের…steem-articles (75)in hive-129948 • 14 days agoসমাজে সকলের সমান অধিকারআশাকরি " আমার বাংলা ব্লগ " পরিবারের সবাই ভালো আছেন। আশাকরি মহান সৃষ্টিকর্তার কৃপায় আপনারা সবাই সুস্থ আছেন। মহান সৃষ্টিকর্তা এবং আপনাদের আশীর্বাদে আমিও সুস্থ আছি। আজ আপনি আপনাদের সাথে সমাজে সকলের…drago18121996 (68)in ita • 24 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 • 27 days agoAccumulatedeclare(strict_types=1); function accumulate(array $input, callable $accumulator): array{ $result = []; for($i=0; $idrago18121996 (68)in ita • 28 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)…tama.arin (57)in hive-161179 • 29 days ago将来的に、貯金や投資できる人は少数派になるかPhoto by Jakub Żerdzicki on Unsplash 昨日、骨董品や古書への投資によって資金を確保できることについての投稿を書きました。 今、先進国の多くでは貯金がない人の割合がかなり高いです。 その理由は物価の値上がりと給料の停滞です。 そういう状況の中で投資する余裕がありません。…drago18121996 (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 {…erica005 (58)in hive-159906 • last monthWe are changing but it is taking too much time.Hi, (pixabay image) In the old times people have a negative thinking about the abilities of women and black people. So, women had no rights in those societies. This is still prevalent in many…tama.arin (57)in hive-161179 • last month正しい判断ができない人がなぜ増えているPhoto by Lucas Gallone on Unsplash 前回の投稿のコメント欄に@yasuさんからコメントをいただきました。 彼のコメントの内容によると、今、正しい判断ができない人が増えているそうです。 私はそういうことに賛成です。 個人的には正しい判断ができない人だけでなく、現実感を失ってしまう人も増加すると思います。…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!"}…aburihan1 (65)in hive-184714 • last monthDo something for societyHello friends how are you all hope everyone is well and healthy friends today again I am trying to come to you with a new blog. I hope you like it. Source We have responsibility and duty…drago18121996 (68)in ita • last monthSolutionexport const colorCode = (color) => COLORS.indexOf(color); export const COLORS = ["black", "brown", "red", "orange", "yellow", "green", "blue", "violet", "grey", "white"];drago18121996 (68)in ita • 2 months agoString inverseusing System; public static class ReverseString { public static string Reverse(string input) { char [] cArray = input.ToCharArray(); string reverse = String.Empty; for (int i = input.Length…like88 (25)in women • 2 months agoAnalysis of women's lack of interest in scienceSupport and role shaping in women's childhood Add or include more scientific elements from children's toys and interactive games, with the focus on the guidance and interaction of teachers and…neelamsamanta (67)in hive-129948 • 2 months agoসমাজের সার্বিক উন্নয়নে নারী-পুরুষের অবস্থানপ্রিয় আমার বাংলা ব্লগবাসী কেমন আছেন সবাই? আশা করি ঈশ্বরের কৃপায় আপনারা বেশ ভালই আছেন। আমিও ভালোই আছি। পিতৃপক্ষ শেষ হয়ে মাতৃপক্ষের শুরু হলো। অর্থাৎ বাঙালির শ্রেষ্ঠ উৎসব দুর্গাপূজা শুরু হয়ে…