Tutorial

300 Articles 2 Followers


Perl - Math

5 Sep 2022 3 minute read 0 comments lingy

One of the most important things in any programming language is its support for mathematical operations. With Perl it's no different: the language supports most of the mathematical operations you'll need in your academic and professional life, and I...

AWK: a precursor to RegEX

22 Aug 2022 4 minute read 4 comments lingy

The AWK language is a text processing language created for early versions of Unix. You can think of it as the grandfather of RegEx, as you could create simple scripts to search for text on the lines of files you wanted and then filter them. The firs...

Fanfury Testnet - JUNO (UNI) Network

7 Aug 2022 1 minute read 0 comments otomatis

Hello, now i'll write about Fanfury Testnet, here is the detail: Network: JUNO (uni) Testnet Token used: JUNOX + FURY Wallet: Keplr   First you need to install Keplr wallet for your google chrome / opera / ms.edge from https://chrome.google.com/web...

MassaLab Testnet Node Tutorial | Update Episode 13

4 Aug 2022 2 minute read 0 comments otomatis

Recomended VPS used for testnet:Contabo (cheap but powerful) https://Lihat.info/contaboVultr (easy and scalable) https://Lihat.info/vultrInterserver (coupon: 1cent) https://Lihat.info/interserver Official documentation are on https://docs.massa.net/e...

How to connect Metamask to SmartBCH -tutorial (1)

3 Aug 2022 1 minute read 0 comments alberdioni8406

The smart Bitcoin Cash network dubbed SmartBCH, is a high performance EVM that allows the user to use decentralized finance (DeFi) and everything it offers much cheaper than the usual ones in the crypto space. It is also fast, efficient and secure gi...

Using the “print” and “say” functions in Perl

1 Aug 2022 1 minute read 0 comments lingy

First of all, I warn you that this text will be much shorter than the previous one, but in the next one it will be After seeing the previous article on how the print function works, you must have thought that there is no way to simplify it any furth...

Learning Web3 from scratch - Week 1 (Feat. Polygon x Devfolio)

26 Jul 2022 3 minute read 2 comments rakshit087

Before we begin, let me share something about myself, I'm not a writer and had no intention of starting a blog ever. However, around 6 weeks back, I received an email from Devfolio congratulating me on my Polygon fellowship. I was overjoyed! The fell...

Gods Unchained tutorial 2: War of the Keywords

10 Jul 2022 1 minute read 0 comments servelle

This short video shows the second in-game tutorial of the blockchain game #GodsUnchained. The objective of this mission is to understand the attributes of certain cards and how to play with them.The ones that are highlighted are:"Frontline", cards th...

SUI Full Node Installation Tutorial

27 Jun 2022 1 minute read 0 comments otomatis

What you need to start?1. VPS (i suggest using these provider: Vultr/DigitalOcean/Virmach/Contabo)2. Terminal (t'm using termius on my video).3. FileZilla (or any other SFTP) **not mandatory right now, only if you want to manage some files.   Minimum...

“Hello World” in C explained

14 Jun 2022 1 minute read 0 comments lingy

Commonly, the first program written in a programming language is a “Hello World”, or “Hello World. Time to learn to use some C language to program. Start by opening your notepad, or any other plain text editor, and save this in a file named Hello.c:...