Programming

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


Sure, here’s a full-featured NFT contract that includes some common features

20 Feb 2023 6 minute read 0 comments -Justin

The entire ChatGPT conversation has been broken down into this article. To read the full conversation with more detail and examples scroll to the end. Please note, these are untested code examples. If you speak the language, let me know in the commen...

Double the Number @ Dcoder

15 Feb 2023 1 minute read 0 comments Lochard

Problem: Given an array A of size N and K. count all the number of elements such that A[i] * 2 = K. Input: The first line of the input contains a single integer T denoting the number of test cases. The first line of each test case contains two space...

Simple steps to create a blockchain game on Hive

14 Feb 2023 3 minute read 1 comment Bala

This article is going to give only a basic overview. I'm not going to go into technical details or any code in this article. For someone who would like to get started with gaming on Hive, this article can be of use to them. One of the biggest advanta...

Bitwise for Dummies @ Dcoder

13 Feb 2023 1 minute read 0 comments Lochard

Problem: This is to provide you with an introductory experience of bit-wise operations. There are basically six bit-wise operations in any programming language : - AND(&), OR(|), XOR(^), NOT(~), left-shift operator(). You will be given 2 numbers a an...

Creator vs. Maintainer & Your NFT Projects

6 Feb 2023 4 minute read 0 comments WinterYeti

I'm taking yet another photography class, and in it I happened to catch a TedTalk from Adam Grant, an organizational psychologist. He also has another claim to fame being one of the earliest kids being profiled as addicted to video games. I actually...

Advent of Code 2022 Day 3

27 Jan 2023 1 minute read 0 comments Lochard

Sorry that I am blogging via my phone and I don't want to type too much. I will just share the finished code. You can see all of them on GitHub. --- Advent of Code 2022 Day 3 **Part 1** inputs

Musicoin Dream Team is looking for developers

26 Jan 2023 1 minute read 0 comments Lorenzo The big Brain

Below we have listed the different roles we would like to have on the Musicoin project: Development We’re looking for developers from all experience levels, the most important thing for us is that they are motivated and eager to learn. Musicoin is a...

Advent of Code 2022 Day 2

25 Jan 2023 1 minute read 0 comments Lochard

Sorry that I am blogging via my phone and I don't want to type too much. I will just share the finished code. You can see all of them on [GitHub](https://github.com/locharp/code-snippets/tree/main/AdventOfCode). --- Advent of Code 2022 Day 2 **Part 1...

Advent of Code 2022 Day 1

24 Jan 2023 1 minute read 0 comments Lochard

Sorry that I am blogging via my phone and I don't want to type too much. I will just share the finished code. You can see all of them on GitHub. Advent of Code 2022 Day 1 **Part 1** inputs

1. Introduction to web development

16 Jan 2023 3 minute read 0 comments Jadders

This series of blog posts is going to teach you how to create a fully interactive website. We'll start with the basics of HTML, then add some CSS. After introducing you to CSS, we'll then go back over both HTML and CSS in a bit more detail, so that y...