"We are making Africa great again and restoring the lost glory of our fore fathers."
I wanted my first tweet to be something inspiring, a kind of inexhaustible fuel. And I found it today thanks to the amazing @Atieno_OJ. This is the expression of my why I failed to formulate.
@jbarbier And by the time you leave the tab/browser to type #vim your mind couldn't even remember why you're opening vim...leave alone the brilliant idea...
@jbarbier Imagine an integrated minimal text editor and Python and JS interpreter right in the intranet on that right part of the project pages that is too blank.
Sometimes you just need to check 3 << 2 as part of a long and complex thinking process.
Hello twitter, yesterday I forgot to post it.
#Leetcode:
β 2. Add two numbers
β 121. Best Time to Buy and Sell Stock
#Codewars:
β Find The Parity Outlier
β Binary Addition
β Detect Pangram
β Replace With Alphabet Position
(I tried #Andela & it was a disaster π )
#ALX_SE
Hello twitterland, hope your week started well. Last week was productive. I managed to solve 5 problems.
Leetcode:
β 118. Pascal's triangle (π)
β 1. Two Sum (π)
β 167. Two Sum II - Input Array Is Sorted (π *)
Codewars:
β Split strings (PHP)
β You're a square (PHP)
Programming is awesome π€¦πΎββοΈ! Since yesterday I was trying to read an empty file ππΎββοΈ.
After creating the file I mistakenly opened it in 'w' mode which has overridden the file and made it empty. ...I was blaming my code.
Never open a none empty file with 'w'.
#ALX_SE#fileio
It's been a good week.
β 1 @geeksforgeeks int and str pb (atoi): C++, 1st time writin' cpp;
β 1 @LeetCode array pb (contains duplicate): C and Python;
β 1 @codewars int and str pb (narcissistic): JS;
β 1 @codewars int and str pb (digits power): JS;
#ALX_SE#CodingChallenge