Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

Python script to find files that contain a text string

Python program to search a text string in all files of a specified filetype in a directory.

Python script to compare two text files

A simple python script to compare two text files line by line and output only the lines that are different.

Python script to ping all IP addresses in a network.

A simple and powerful Python script for network administrators to monitor the devices on a network by pinging every IP address on a subnet.

Routing table manipulation in Windows

how to view IP routing table and add or remove static IP routes in Windows.

Gracefully terminating sessions in Oracle

How to terminate user sessions in Oracle without losing data.

How to keep your passwords safe in PHP using md5 encryption

Understanding md5 encryption in PHP and how to keep your website passwords secure

How to change the name of a Oracle Database

How to easily change the name(DBNAME) and unique id(DBID) of an Oracle database using DBNEWID utility.

How to transfer contacts from Windows phone to Android phone

How to migrate your contacts (address book) from a Windows phone to an Android phone in 5 easy steps.

C program to sort array elements using Bubble sort

C program to sort the elements of an array in ascending order using Bubble Sort algorithm

C program to sort array elements using insertion sort

C program to sort the elements of an array in ascending order using Insertion Sort algorithm