Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


C++ Basics - [Part 1] Hello, Publish0x!

17 Feb 2021 4 minute read 0 comments Giemo

This series is for people with no or very little programming experience. We will be programming in C++, a programming language that is used in a lot of domains (like automotive, aerospace and many more). Although this series is dedicated to complete...

My Top 5 Free or Low Cost Learn to Code Training

16 Feb 2021 1 minute read 0 comments Slank

1) SoloLearn sololearn.com  There is a mobile app. Free or paid version is about $13 a month to add unlimited practice and more training You can learn Python, C#, HTML, Java, SQL, and more 2) Code Academy codeacademy.com There is a mobile app. Fre...

[Part 2] - The (almost) free journey through Splinterlands: DEC Capture Rate Explained

14 Feb 2021 5 minute read 0 comments Giemo

When I get hooked on a new game I tend to play it a lot in the first couple of days and Splinterlands was no exception. I played almost the whole day after I bought the Spellbook and saw my Capture Rate diminish quite quickly. "No problem", I thought...

Three e-books to fully master PHP

12 Feb 2021 1 minute read 0 comments ryosuke

PHP is one of the most famous programming language dedicated for creating dynamic web sites, PHP was specifically designed for building dynamic web sites it is very easy to learn and free, it is a powerful language and widely used in this domain. So...

My Crash Course in EOSIO dApp Development

7 Feb 2021 8 minute read 1 comment Crypto [Neo]

After I made Ethboard I got really into the Worldwide Asset eXchange (WAX) blockchain, getting started on WAX is super easy, you just need to go to the Wax Cloud Wallet (WCW) and sign up and BOOM! you have a wallet! If you're familiar with using an E...

On the methods of my craft

7 Feb 2021 3 minute read 2 comments bmm

Programming has art, science and craftsmanship in it. It is really hard to capture exactly what it is about, for the various practitioners think about it in assorted ways. In essence, the whole craft is like the huge elephant placed before blind men...

Setup your Virtual Machine

4 Feb 2021 3 minute read 0 comments Giemo

We all have our favourite Operating Systems (OS). May it be Windows, Linux, MacOS or something else entirely. But from time to time there will be some instances where a different OS is convenient. An easy way to cope with such situations is using a V...

GetBlock Records: January 2021

3 Feb 2021 2 minute read 0 comments GetBlock

The year 2021 has just started, and we have already done pretty much work and prepared a lot of interesting updates for our users that are all set to launch this year. Over the past month, GetBlock introduced several functional additions, brought bac...

Discover and identify who's in your network using a simple python script

2 Feb 2021 1 minute read 0 comments crypt0z

  - Introduction   in this post, we will build an Arp scanner script that can detect and identify every host in your LAN. you might ask what is "Arp"? , Arp is a protocol that maps an IP address to a physical MAC Address on a local area network (LAN)...

Handwritten digit recognition (deep learning,tutorial,very simple)

2 Feb 2021 2 minute read 0 comments crypt0z

  - Introduction in this post, we will build our Handwritten digit recognition neural network, which is the "hello, world" programme in deep learningyou don't need to deeply understand how neural network works, but you can think of them as a mathemat...