Often web developers need to set checkbox on their web page. Here is how to set checked for checkbox in jQuery.
Author: Sreeram Sreenivasan
How to Check if File Exists in Python
It is important to check if file exists in Python before accessing it. Here are different ways to check whether file exists or not in Python.
How to Merge Two Dictionaries in Python
Sometimes you may need to merge two dictionaries in Python. Here are different ways to merge Python dictionaries.
How to Include JavaScript File in Another JavaScript File
Sometimes web developers need to import JavaScript File into another JS File. Here is how to do this.
How To Remove Unused Packages in Linux
Often System administrators need to remove unused packages in Linux. Here are the different ways to uninstall packages in Linux.
How to Clone Object in JavaScript
Often web developers need to clone JavaScript objects. Here are the different ways to clone object in JavaScript.
How to Split List Into Even Chunks in Python
Python developers need to split list into N size chunks. Here are different ways to split Python into even chunks.
How to Detect Browser in JavaScript
Sometimes web developers need to determine client web browsers. Here is how to detect browser in JavaScript.
How to Backup MySQL Database in Python
Often Python developers need to backup MySQL database in Python. Here are the steps to take backup of MySQL database.
How to Uninstall NVIDIA Drivers in Ubuntu
In this article, let us learn how to completely uninstall NVIDIA drivers from Linux. Here are the steps for it.