How to take a screenshot with Python
This is a small platform-independent python script to take a screenshot of the entire screen. The code is in Python 2.7 and requires the wxPython […]
This is a small platform-independent python script to take a screenshot of the entire screen. The code is in Python 2.7 and requires the wxPython […]
Synergy is one of the most amazing and useful software tools ever created. The first time someone sees it in action. its almost black magic. […]
This seems to be a bug in the later versions of Xcode – specifically 4.0 and later, though it seems to work in some cases […]
Thanks to wblock, one of the admins of forums.freebsd.org , the correct way to reinstall all existing ports with portmaster is given below: 1. portmaster […]
The code below compresses and minifies javascript files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so […]
The code below compresses and minifies javascript files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so […]
Powershell is Microsoft’s version of shell-scripting in *nix systems. Many years back, VBScript was the only language available to automate various tasks, but it was […]
Apart from the standard sorting function which will sort the values of an array in ascending or descending order, PHP provides numerous other functions which […]
Given below is a list of the best books for learning basic and advanced PHP books in downloadable PDF format. Developing PHP Applications for IBM […]
Visual Studio provides very useful tools for doing a certain amount of code refactoring. Refactoring is the task of changing your source code without affecting […]
Copyright © 2024 | WordPress Theme by MH Themes