New: codeonsteemAll contenthive-129948hive-196917krsteemzzanhive-183959hive-180932hive-166405uncommonlabhive-185836hive-183397hive-150122photographybitcoinhive-144064hive-188619lifehive-101145krsuccesshive-103599hive-139150hive-124908hive-184714hive-106183hive-109690TrendingNewHotLikersstarlord28 (69)in hive-185836 • 3 years agoSteemPoll RoadmapHey guys. So, over the last weekend, I released the MVP of SteemPoll which was my very first DApp here on Steem. I also made an announcement regarding that over here If you haven't checked it…georgemales (68)in witness • 4 years agoIf you Love STEEM, It's your "Civic Responsibility" to Vote for our Witnesses!We all know the importance of the Witnesses for the ecosystem of our blockchain, and this is the reason i will add every single month a post regarding this topic. With this in mind i want to…georgemales (68)in witness • 4 years agoIf you Love STEEM, It's your "Civic Responsibility" to Vote for our Witnesses!We all know the importance of the Witnesses for the ecosystem of our blockchain. With this in mind i want to encourage every single account (no matter how much Steem Power your account holds) to…georgemales (68)in trxintegration • 4 years agoNo more TRX Rewards!?!I do keep a very accurate track of my Steemit Wallet and i did notice that for the last two days i am not receiving TRX rewards anymore... Below is a print screen of my last claim transaction…justyy (82)in programming • 4 years agoCompute the Shortest String After Delete Different Adjacent LettersGiven a string s consisting only of 1s and 0s, you can delete any two adjacent letters if they are different. Return the length of the smallest string that you can make if you're able to perform…justyy (82)in programming • 4 years agoCompute the Largest Substring Between Two Equal Characters using Hash TableGiven a string s, return the length of the longest substring between two equal characters, excluding the two characters. If there is no such substring return -1. A substring is a contiguous…justyy (82)in programming • 4 years agoPython Function to Solve the Chicken and Rabbit Math ProblemProblem statement: Given a cage that has R rabbits and C chicken, and we know there are H heads and L legs. So find out the value of R and C (how many rabbits and how many chicken) Math Equation…justyy (82)in wherein • 4 years agoBinary Search - Practice Your Coding!I have recently joined the binarysearch: This is a very nice coding platform for programmmers to practice data structures and algorithms. It holds weekly contests at GMT 18:00PM to 19:00PM every…justyy (82)in programming • 4 years agoCompute the Max Product of Two Numbers in a Given List of IntegersGiven a list of integers, find the largest product of two distinct elements. Example 1 Input nums = [5, 1, 7] Output 35 Explanation 35 is the largest product that can be made from 5 * 7…justyy (82)in programming • 4 years agoC++ Currency Number Format FunctionPenny for Your Thoughts Given a positive integer n representing the amount of cents you have, return the formatted currency amount. For example, given n = 123456, return "1,234.56". Example 1…justyy (82)in programming • 4 years agoDepth First Search and Breadth First Search Algorithm to Sum Root to Leave Numbers in Binary TreeGiven a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 which represents the number 123. Find the…justyy (82)in codeonsteem • 4 years agoLeetcode Biweekly Contest 37I have recently started to attend the online coding contest. Leetcode has held weekly contests on Sunday early mornings - which isn't ideal for coders living in Europe. However, they have biweekly…tomoyan (79)in codeonsteem • 4 years agoBootstrap + jQuery: How to SpinnerI am a spinner... Border spinner to be exact. I just spin and spin and spin, all day every day to make you think that I am working hard and loading something special for you. That is just…tomoyan (79)in codeonsteem • 4 years agoPython Beem Blurt Project #4 - Who You Mute 😬This is an interesting one... that I wasn't sure if I need it as a feature or not, but it is kind of interesting to know who has muted me at the same time. If you have muted someone, users will…justyy (82)in programming • 4 years agoLeetcode Biweek Contest and Google Kickstart This WeekendAre you looking to challenge yourself? Are you looking to test your programming skills? There are two coming contests this weekend. Leetcode Biweekly Contest: URL: DateTime: Oct 17, 2020 @…tomoyan (79)in codeonsteem • 4 years agoPython Beem Blurt Project #3 - Activity ChartMaking some progress on Blurt Profile. Right after I made this video, I did something stupid and deleted all the changes I made for the last few weeks so I lost everything and broken now 😂😂😂…justyy (82)in programming • 4 years agoTwo Lines of C++ Code to Convert an Array into Sorted Unique ElementsLet's say, we want to extract the unique elements (numbers) in a given array (vector, list) and return them in sorted order. For example, The array is [1, 1, 0, 0, 2], and the output is [0, 1…justyy (82)in codeonsteem • 4 years agoLeetcode Biweekly Contest 36I have recently started to attend the online coding contest. Leetcode has held weekly contests on Sunday early mornings - which isn't ideal for coders living in Europe. However, they have biweekly…justyy (82)in witness-category • 4 years agoShowing Summary of Account CreationNow adding a new summary table to Account Registration List page. We can see, on the steem blockchain, the @steem account is still dominating the account creation. Maybe this is due to the…justyy (82)in programming • 4 years agoPracticing Coding Exercise on SmartphoneYou don't need a fancy Mac Pro, or IPad. All you need is your smart phone (Iphone or Android) - I did this before I was getting a IPad 2018, and everything just works great - except the screen…