Programming

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


Open-Source Games

25 Feb 2023 2 minute read 0 comments AtomicFirefly 🧩

I know I don't have the money nor manpower to make my dream games come to life, but I think that if more games were moddable or even open-source, the game industry would begin booming. By making every part of the game moddable, including the deepest...

Python | Scrabble Helper

25 Feb 2023 2 minute read 5 comments Casper_x

How to use the 'Scrabble Helper' Python script   Are you a Scrabble enthusiast looking to take your game to the next level? Look no further than the "Scrabble Helper" Python script! This script is designed to help you find the best words to play in S...

What’s New in C#

24 Feb 2023 8 minute read 0 comments Shalapyyy

Think about the new features in C# 11 as organized around a small set of themes: improved developer productivity, object initialization and creation, generic math support, and runtime performance. You'll benefit from all these features, even if you'l...

Writing Clean, Maintainable Code: Tips and Best Practices

23 Feb 2023 5 minute read 0 comments Corey

Writing clean, maintainable code can be a difficult process, especially when up against time-constraints. However, taking the time to make sure you write clean, quality code that is well tested will save you headaches in the long run and will increas...

Building a Website for Sending Shiba Inu Cryptocurrency and Downloading Files: A Step-by-Step Guide with Code Examples and Error Handling

22 Feb 2023 6 minute read 0 comments -Justin

  Keep in mind this is untested code, written by AI, and may have flaws. Have fun with it and make it your own! #SHIBARMY   Give me example files for a website that allows users to send shiba inu cryptocurrency to a dead wallet and in return be gi...

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...