New: programmingAll contenthive-101145krhive-129948hive-160196hive-196917photographyhive-185836lifehive-136561hive-120861hive-166405hive-193637hive-148497hive-136998bitcoinsteemhive-109286hive-193186hive-153970hive-113376hive-108451hive-188403hive-188619hive-103393hive-144064TrendingNewHotLikersalejandrop (70)in programming • 9 hours agoInfiinity pass by programming RLS MASM32mov ecx,3534F25Ch mov edx,ecx mov eax,edx+24h mov ecx,byte ptr eax+2946h cmp ecx+eax+2947h,09 cmp byte ptr edx+eax+0000294d,09 3510D42Fcodemy (63)in programming • yesterdayFunctions in Dart Are EASY! - Learn Dart Programming 8In this video we'll look at Function in Dart. Functions are little programs inside of your program that only run if you call them. In this video I'll show you how to create a function in dart…justyy (78)in dtube • 3 days agoDay 471 - Teaching Kids Programming - Breadth First Search Algorithm to Find the Sum of Deepest Leaves in a Binary Tree第471天 教娃编程 - 广度优先搜索算法在二叉树中找到最深叶子的总和 ---> List of All Tutorial Videosremlaps-lite (70)in steem • 3 days agoSteem for script kiddies: SBD debt ratioAs we all may have noticed, reward distributions switched from SBD to STEEM over the weekend. The reason for this was originally described almost six years ago in the post, Steem Dollar Stability…codemy (63)in programming • 3 days agoPyScript - Run Python in the Browser! Will It Crush Javascript?!In this video we'll look at PyScript to run Python on a Webpage! PyScript is a very cool project from the people at Anaconda that allows you to run Python straight on a webpage without any backend…justyy (78)in dtube • 3 days agoDay 470 - Teaching Kids Programming - Recursive Depth First Search Algorithm to Find the Sum of Deepest Leaves in a Binary Tree第470天 教娃编程 - 递归深度优先搜索算法在二叉树中找到最深叶子的总和 ---> List of All Tutorial Videosrnkchr0 (27)in programming • 3 days agoBreak and Continue Statements in Javascript – ExplainedBreak statements are used to skip all the remaining iterations in a loop, whereas Continue statements are used to skip a single iteration in a loop. #programming #javascript #webdev #webdeveloper…justyy (78)in dtube • 3 days agoDay 469 - Teaching Kids Programming - Algorithms to Check Any Intervals Overlapping (Meeting Rooms)第469天 教娃编程 - 间隔重叠判断算法 ---> List of All Tutorial Videostekraze (41)in programming • 3 days agoDev Updates | Voting Power in Menu Bar Devlog 30 | 14 May 2022 | TekrazeVoting Power Update So, we added the voting power in the menubar. Now you all can see the power without going to the explorer. For now, the power in menubar will be updated in 30 seconds…justyy (78)in dtube • 5 days agoDay 468 - Teaching Kids Programming - Populating Next Right Pointers in Each Node (Breadth First Search Algorithm)第468天 教娃编程 - 二叉树每个节点中填充下一个右指针(广度优先算法) ---> List of All Tutorial Videosrnkchr0 (27)in python • 6 days agoHow to create our functions and use them in Python?Let’s learn how we can create by defining and calling a function in Python. We will also look into accepting inputs and returning multiple outputs with functions. #python #pythonprogramming…justyy (78)in dtube • 6 days agoDay 467 - Teaching Kids Programming - Find Combination Sum via Breadth First Search Algorithm第467天 教娃编程 - 求组合数列表的广度优先搜索算法 ---> List of All Tutorial Videoscodemy (63)in coder • 7 days agoLogic In Dart If Else Statements - Learn Dart Programming 7In this video we'll look at Logic in Dart. We'll look at If Statements, If/Else Statements, and Else/If Statements. Logic in Dart is pretty straight forward, and allows you to make decisions and…rnkchr0 (27)in python • 7 days agoitems() method – Python Dictionary ClassThe items() method returns the items in the dictionary as a sequence of tuples(key, value) put into a list. #python #pythonprogramming #python3 #programming #coding #code #pythonconcept…dushaz (29)in programming • 8 days ago7 Ways to Earn Money From Coding and ProgrammingAre you planning to develop skills in programming? Perhaps you've already delved into it but not sure about the available opportunities? Or have you been coding for some time now but looking forward…justyy (78)in dtube • 8 days agoDay 466 - Teaching Kids Programming - Backtracking Algorithm to List the Combination Sum (Recursive Depth First Search)第466天 教娃编程 - 求组合数列表的回溯算法(递归深度优先算法+剪枝) ---> List of All Tutorial Videoscodemy (63)in dart • 8 days agoLoops In Dart - Learn Dart Programming 6In this video we'll look at loops in Dart. We'll look at the for loop, the for in loop, and the while loop. The for loop and while loop are basic loops, and the for in loop is used to iterate…codemy (63)in coding • 9 days agoModernize Our Dictionary App With CustomTkinter - Python Tkinter GUI Tutorial 220In this video we'll modernize and refactor our dictionary lookup app using the CustomTkinter library. In the last video I introduced you to the customTkinter library by Tom Schimansky, in this…codemy (63)in code • 10 days agoMaps In Dart - Learn Dart Programming 5In this video we'll look at Maps in Dart. Maps are a fundamental building block of programming and consist of key/value pairs. In this video I'll show you how to create a map, print items from…ericandryan (66)in dtube • 10 days ago第35课 教媳妇编程: Anagram 字符串分组的两种算法(哈希表)Two Algorithms to Group Anagrams (Hash Table) 油管: B 站: 西瓜: