Keeping your 3D printer tools organized is important for efficient printing and maintenance. That’s why I designed a large, custom 3D-printed toolbox case to store all the essential tools for my 3D printer. This case is practical, sturdy, and easy to assemble. The Design This toolbox case is designed with simplicity and functionality in mind. It’s spacious enough to hold a variety of tools, such...
A Custom 3D-Printed Case for Raspberry Pi 4 | First iteration
If you’re into DIY electronics and 3D printing, making a custom case for your Raspberry Pi 4 can be a fun and useful project. Today, I’m excited to share my first attempt at a 3D-printed case, made using the Qidi Plus 4 printer. The Design This case is made specifically for the Raspberry Pi 4 and focuses on being simple and useful. While it might not be perfect, it’s a good starting...
Providing ISO 3166 as a micro-service using lumen
ISO 3166 is a standard published by the International Organization for Standardization (ISO) that defines codes for the names of countries, dependent territories, special areas of geographical interest, and their principal subdivisions (e.g., provinces or states). The official name of the standard is Codes for the...
Convert a char array of HEX to ASCII in C
This function solves the case when we have a message which is represented as sequence of bytes in hex format in a string and we want to convert it back.
Funny C# app for Mouse Faking
The purpose of this application is just for fun. It started initially by figuring out a way to fake skype that you are in front of your PC but also to randomly create a picture. The application takes control of your mouse and start drawing random pixels in the main area of the window thus generating mouse position and click events.
Below is a sample picture as well as the binary:
C# CRC16 Algorithm
Below you will find the CRC16 algorithm that you can use in your software. “A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data. Blocks of data entering these systems get a short check value attached, based on the remainder of a polynomial division of their contents. On retrieval, the...
Swirlhole, how far can you go?
Swirlhole, is an arcade game for android distributions. We can categorize it also as an endless runner game. This type of games has the characteristic that the world building by own also the player must dodge obstacles as they automatically and continuously scroll onto the screen, with the simple goal of not crashing into anything for as long as possible. The main architectonic is simple we put...