Tag Archives: 2023

Toolwiz Care tested on Windows 10.

Toolwiz Care is a free suite of tools and applications for your computer that aim to optimize your system’s performance and manage clutter. Clean and remove unnecessary files and data and free up disk space to improve speed and allow your computer to run as efficiently and effectively as possible. Additionally, it includes a number… Read More »

Godot – files in C# in Godot game engine.

Today I tested a new source code with the Godot game engine. The source code recognizes the drag and drop operation for text and image files.

News : Windows 10 KB5026435 released.

You can find it on the official webpage database. Here’s a list of all bug fixes and improvements: Microsoft fixed an issue where the touch keyboard failed to open. Microsoft fixed an issue that broke Storage Spaces Direct (S2D) cluster. Microsoft fixed an issue where policies did not apply correctly to mobile device management (MDM),… Read More »

Google Apps Script – reading and store feeds from feedly website – part 055.

You need to have an account with feeds on feedly.com and create a on this website. Open your google drive , create a new spreadsheet and open the Google Apps Script editor. This will allow to use this source code and the result of the running will be add into your spreadsheet:

C – Testing ncurses on linux – 007.

Today I will show a simple source code with two functions. This source code will try to read from a file named level.txt a string like this: 101010100000011111101110101010101 and show empty spaces and square ASCII based on this string. You can compile this source code from a file named screen.c like this:

Let’s see… Read More »

C – Testing ncurses on linux – 006.

Today, I will show a source code with ncurses that show you extended characters. Run the executable into your tty not on the terminal, because you don’t see all of these characters. Let’s see the source code :

I