by Xukyo | 23 Feb 2024 | Tutorials
GitHub is an open source version management and collaboration platform for software developers. It is based on Git, an open source versioning tool. It provides a chronology of lossless developments, which can easily be multi-user by specifying the author, date and...
by Xukyo | 6 Feb 2024 | Tutorials
In this tutorial we will configure Visual Studio Code to run C Hardware Computer Arduino UNO board or other USB cable to connect Arduino board to PC Installing Visual Studio Code and PlatformIO IDE Follow the installation steps to download .Net 6.0 Then open Visual...
by Xukyo | 4 Feb 2024 | Tutorials
In this tutorial we will configure Visual Studio Code to run C# scripts Installing Visual Studio Code Install .Net 6.0 Then open Visual Studio Code Installing the C# extension Check .NET installation in terminal dotnet –version Creating a console application...
by Xukyo | 25 Oct 2023 | News
In electronics, when working with electrical signals such as sensor measurements or audio signals, it is common practice to use filters. These filters are used to modify these signals with a view to correcting, analyzing or evaluating them correctly. This is known as...
by Xukyo | 2 Aug 2023 | Tutorials
, The C language pointer is a very powerful tool for carrying out certain tasks. It’s a concept you need to grasp if you want to improve your C skills. Some algorithms will be more complicated or even impossible to write without the use of pointers. Introduction...