For monitoring replication we know a lot of tools and codes – but this one is different because I wrote it š Well this is fairly simple php code for…
Using Vlookup: I have two csv files; File1 has Id and Value Columns and File2 has Id. Problem: I need to compare both files and put respective values to File2…
What will you do if one day some one ask you to find single string in allĀ databases, all tablesĀ and in allĀ columns, In MySQL Database? This article presents a practical solution…
This is a LAN Messenger which allows you to chat with friends on local network. The Dos based chat program is just like a chat program but only for LAN.…
Characters Character Description Example Any character except [\^$.|?*+() All characters except the listed special characters match a single instance of themselves. { and } are literal characters, unless they’re part…
About Subversion: Subversion, also known as svn, is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically)…