What's with free api? I am no programmer but... I was randomly browsing the coinmarketcap.com and randomly decided to check out the api section of the website. I didn't had any plans but I thought maybe I can get the api and play with with a little bit. I had experimented with api before but it was just a exercise in me trying to learn Python coding. Still, I thought let's try it out and maybe I'll learn something. So... I see this beauty Now, I can play around with the Free…
@nomadghada in April 2024
Exploring the C Language ***Here's a simple Python code for print bunch of stuff*** print('Hello World') print('Answer', 42) print('Name', 'Sarah') print('x',3.5,'i',100) ***Here's the C code for the same thing*** #include <stdio.h> int main() { printf("Hello world\n"); printf("Answer %d\n", 42); printf("Name %s\n", "Sarah"); printf("x %.1f i %d\n", 3.5, 100); } Trying to learn some C So, I have recently started to learn C programming language, and before you get impressed…
Is the BCH swing over!? We had a swing with the BCH recently which you can observe with the 1 month chart from coinmarketcap.com above. What we observe is the spike in BCH price and now a rapid decline. It seems we might be hitting pre swing numbers soon. Why is BCH falling? ***Simply:*** *Profit booking* People are into Crypto for a big payout and they don't care about the fundamentals or the purpose behind its creation. Everyone will say they believe in the spirit of…
Mr. Stevenson must die: A fictional short story This is a impromptu fictional story that I am writing for fun, because I am bored. Feel free to continue it if you so desire. Tonight's the night, I can feel it in my bones, the anticipation is unbearable. Like all the other nights I can almost taste blood, I can feel my heart racing. But today, unlike all other night, its not a full moon. And I am sure I am going to kill Mr. Stevenson. My sweat clung to my body like a shroud…