Programming

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


SwapMaster solves Symmetric Swap @ Dcoder

7 Mar 2023 1 minute read 0 comments Lochard

roblem: The SwapMaster is known to be the greatest and fastest swapper of all time. You intend to bring him down and become the new SwapMaster of the city. Through some secret sources, you found out that The SwapMaster undertook yet another task from...

Python | Scrabble Helper (tkinter)

7 Mar 2023 6 minute read 3 comments Casper_x

Tkinter Scrabble helper   Boost your Scrabble game with our Python Scrabble Helper! Utilizing the power of ‘tkinter’ for an easy-to-use graphical interface, our program generates word suggestions to help you score more points and beat your opponents....

Signs You Might Be Working for Amateurs

6 Mar 2023 3 minute read 0 comments Great White Snark

In case you haven't noticed yet, I've been absent from this site and Noise for a few days, which is likely to carry on for the rest of this month (and possibly longer, depending on how things go). That's because I've got a job working freelance for a...

Python | Caesar Cipher

6 Mar 2023 12 minute read 0 comments Casper_x

Caesar Cipher   Today we will see together how to create the Caesar cipher. Let's start from the beginning.. It is essential to understand how the Caesar cipher works : each letter of the text is shifted by 'n' positions in the alphabet, where 'n' is...

Floating Number @ Dcoder

4 Mar 2023 1 minute read 2 comments Lochard

Problem: Bob has a floating point number N. He wants to set the precision for 2 digits after the decimal point for the number.He is not good at coding, hence looking for your help.Input: The first line contains T, the number of test cases.Next T line...

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