BlogHide Resteemsresteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 31 - Doubly Linked listDoubly Linked list In previous article, we learned to create singly linked list, every node in singly linked list has in it the information of next node. but it does not have information about…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 30 - Implementing Linked Lists, simple blockchainSingly Linked List Linked lists is a data structure which is widely used across many applications, you can think of blockchain as a linked list too. Where each block contains information about…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 29 - Handling Time and DatesTime In this article we are going to learn about a Class which ruby provides us, that is used to handle times. Almost every ruby program needs to use Time. If you want to do some task every 5…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 28 - Hashes in RubyHashes A Hash is a dictionary-like collection of unique keys and their values. Also called associative arrays, they are similar to Arrays, but where an Array uses integers as its index, a Hash…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 13 - Arrays and use of loops with arraysIntroduction An array is a data structure that represents a list of values, called elements. Arrays let you store multiple values in a single variable. This can condense and organize your code…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 12 - Loops in Ruby :: EACH LoopEach loop, in other languages its also called For-each loop Its also used to iterate through values.. Lets take an example to learn more about it, # Each loop is used to do something repeatedly resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 11 - Loops in Ruby :: For...in LoopFor...in loop In this article, we are going to learn about "For" loop its well known loop, and used in almost every programming language. Here is how it works in Ruby # For loop is used to do…resteemedbilal-haider (58)in introduction • 7 years agoRuby Programming Tutorial - Lesson 10 - Loops in Ruby :: Until LoopThis article .. We are going to learn about Until loop. Sell burgers, each burger you sell you earn 1$ ... reach your 100$ target once you reach your target display a message .. of target…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 09 - Loops in Ruby :: While LoopWhile Loop Loops are used to do something repeatedly .. e.g Get all the users data .. and display it ... Loops can also be endless .. where you constantly check for something ... e.g Look at…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 08 - Case StatementsIn last article we learned about how can we write conditional statements, when we have multiple cases using IF - ELSIF We also have an alternative to check multiple cases. Lets take an example…resteemedbilal-haider (58)in syria • 7 years agoHumanity is Ashamed!! #SaveSyria :( lets pray for innocentsHey friends, I know this account is about Ruby programming, But this incident made me cry very badly. Because of civil war .. innocent People in Syria are being murdered everyday.. They are…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 07 - More on Conditional StatementsNested IF conditions We are going to learn more about conditional statements in this post. Nested if conditions means .. if conditions within if conditions .. for example ## Checking for a…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 06 - Conditional Statements && logical decisionsConditional Statements Human beings have this ability to compare different things and make decisions based upon what they think is best. So lets say if I get an offer of 1500$/month job when I am…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 05 - Comparison operators :) lets compare valueslets recap a little bit, what have we learnt so far? Different Datatypes, Numbers, texts, booleans Holding values of different datatypes inside of variables. Arithmetic operations on…resteemedbilal-haider (58)in ruby • 7 years agoRuby Programming Tutorial - Lesson 04 -Logical OperatorsLogical Operators In previous article, I wrote about arithmetic operators.. in this article I will give you a list of logical operators that you will be using later on to add decision making…resteemedbilal-haider (58)in programming • 7 years agoWant to make ruby programming tutorialsHey, I want to do what i love to do .. that is programming, I want to make ruby programming tutorials. both videos and text. only if i can get 1000 upvotes on this post :) regardsronaldmcatee (52)in bitcoin • 7 years ago50k USD Bitcoin ====> december 2018Cryptocurrencies could go on a bull run greater than last year and pass the trillion-dollar mark in terms of value, experts told CNBC, following a recent violent sell-off across digital coins.…ronaldmcatee (52)in wild • 7 years agoLion Attacked a man ===> in Cage, Never trust wild animalsronaldmcatee (52)in nature • 7 years agoBeauty of Pakistan - Skardu =======> Snow all around. mountain.I bet you have never seen nature at this level of beauty This is unbelievable.ronaldmcatee (52)in witness • 7 years agoError When Pushing block ======> This Error Sucks!!Recently I have been trying to run a steem node. waiting for it to sync for about a month failed twice. and now getting this error. someone in my friends who is a witness knows how to solve this…