Python program to search a text string in all files of a specified filetype in a directory.
A simple python script to compare two text files line by line and output only the lines that are different.
A simple and powerful Python script for network administrators to monitor the devices on a network by pinging every IP address on a subnet.
how to view IP routing table and add or remove static IP routes in Windows.
How to terminate user sessions in Oracle without losing data.
Understanding md5 encryption in PHP and how to keep your website passwords secure
How to easily change the name(DBNAME) and unique id(DBID) of an Oracle database using DBNEWID utility.
How to migrate your contacts (address book) from a Windows phone to an Android phone in 5 easy steps.
C program to sort the elements of an array in ascending order using Bubble Sort algorithm
C program to sort the elements of an array in ascending order using Insertion Sort algorithm