Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

How to setup auto login on Windows 10

How to automatically login to a Windows 10 PC which is on workgroup or domain

Verify Apache, PHP, MySQL versions already installed

Commands and procedures to check which version of Apache, PHP and MySQL that is running.

Customizing the lock screen in Window 10

How to customize lock screen in Windows 10. You'll also find instructions on how to disable the lock screen.

Manually install and check Apache, PHP, MySQL on Windows

How to manually install Apache, PHP and MySQL on a Windows PC. Also explains testing, verification and troubleshooting the install

Python program to recursively list files and directories

Python program to recursively list directories, subdirectories and files in a directory tree

How to read and write Excel files in Java

Here is a Java program that demonstrates how to read and write Excel files using the Apache POI HSSF library

C program to write a string to text file

This is a simple C program to write a string to a text file

C program to convert Hexadecimal to Decimal

Here is a C program to convert a hexadecimal number to its decimal equivalent. Base-16 to Base-10 conversion.

C program to convert decimal to hexadecimal

This is a C program to convert a decimal number to its hexadecimal equivalent. Base-10 to Base-16 conversion.

C program to count lines, words and characters in a file

This is a C program to count the number of lines, words and characters in a file