Programming

612 Articles 12 Followers


Comments in C 18

6 Apr 2022 1 minute read 1 comment Cheetah Faith

Single Line Comments   Single line comments span over one line only and are ignored by the compiler.In C they can be done with a double Slash.In this case we do NOT need a semicolon at the end of the line. They can either be above a part of the code....

How to Calculate Correlation With Google Sheets

30 Mar 2022 1 minute read 4 comments The Part Time Economist

In this post, we will learn how to generate a correlation coefficient using Google sheets with crypto as an example. Although correlation doesn't imply causation, it can be a good first step for conducting analysis and asking questions such as "Does...

From Zero to Web owner in a week. Without experience.

30 Mar 2022 1 minute read 0 comments Volfik

Some of you might notice that my last article was published on 10 March. That’s more than 3 weeks away. And there has been a reason for that. At the beginning of the month, I was more focused on school and wasn’t in the mood to write anything. I got...

Sign up Smart Contract continuation 2: CreateAccountNotAllowed

17 Mar 2022 2 minute read 0 comments wabinab

This article continues from https://www.publish0x.com/work-learning/sign-up-smart-contract-partial-solution-and-its-security-con-xvygkrkhttps://read.cash/@wabinab/sign-up-smart-contract-partial-solution-and-its-security-concerns-364b3361 Previously o...

Sign Up Smart Contract: Partial Solution and its Security Concerns

15 Mar 2022 4 minute read 0 comments wabinab

One was trying to create an app (as a side project), and one of its feature is creating a wallet for free (one call it "sign up"). If you'd created an account on read.cash, you know that it creates the wallet for you, asks you to save its key, and vi...

Learnings on using React

15 Mar 2022 3 minute read 2 comments wabinab

I'm a backend developer. Frontend is quite new to me, though actually learning it, it doesn't seems all bad. Though some parts of designing is quite annoying, especially with the flexibility of HTML, CSS, Javascript, etc that specify "configuration o...

Basics of blockchain programming

11 Mar 2022 1 minute read 0 comments Blockchain French Tech

I will try to teach you some basic concepts around blockchain programming through this post. You can access programmatically to a blockchain with many languages, such as Solidity for coding and deploying smart contracts, Javascript/NodeJS for accessi...

Learning Python update #3 - The Crypto headline generator

2 Mar 2022 2 minute read 0 comments dotMatrix

Anyone who has been around crypto for a while will be used to seeing the amount of FUD thrown around, particularly from the mainstream media.  I remember reading the comments section on one particular article on the Guardian, and was blown away by th...

Programming Languages for Writing Blockchain Smart Contract's

2 Mar 2022 6 minute read 8 comments cryptogod-1

Hello everyone, I hope you all are having a nice day, welcome to CryptoGod-1's blog on all things Crypto. In this post I will be looking at some of the popular programming languages used when creating smart contracts. As most of us are probably aware...

What is the "fastest" coin to mine on unMineable - a programmer's answer

25 Feb 2022 1 minute read 9 comments k88.io

unMineable offers over 60 coins to mine. But how do you choose which one to mine? I will use the unMineable APIs to determine which coin is the "fastest" to mine in this post. By "fast," I mean which coin can get you to the minimum payment requiremen...