Programming

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


Python | Password Generator

2 Mar 2023 6 minute read 0 comments Casper_x

Password Generator   Secure your accounts with strong passwords using our fast and efficient Python script, which can generate unique passwords in just a few seconds.             What is random library ?   The ‘random’ module is a Python library that...

Rotate Array @ Dcoder

2 Mar 2023 1 minute read 0 comments Lochard

Problem: You are given an array of N length. You have to rotate the array rightwards by K rotations, that is, shift each element to the right by K positions. Print the rotated array. Input: First line contains N and K. Second line contains N integers...

Python | Face Detection

1 Mar 2023 3 minute read 0 comments Casper_x

Face Detection Artificial intelligence is a technology that has evolved significantly in recent years. One of its most popular application areas is facial recognition, which allows for the detection and identification of human faces in images and vid...

Python | QR Code Generator

27 Feb 2023 2 minute read 0 comments Casper_x

QR Code Generator    QR codes have become increasingly prevalent in our world and are rapidly replacing the traditional barcode. This trend is likely to continue as QR codes offer a more efficient way of storing and retrieving information. Are you re...

Simplifying Blockchain Communication with @hyperbitjs/rpc

27 Feb 2023 2 minute read 0 comments magitek

If you're looking for a way to interact with a remote blockchain node, @hyperbitjs/rpc is a straightforward package that can help. This package provides a convenient way to send requests to a blockchain node and handle the responses in your applicati...

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