Web Developers Portal
learn and share
Wednesday, 13 February 2013
Python 2.7: Proxy Authentication error in Urllib2
›
Issue: When we try to use Urllib2 in Python 2.7 in an institute which requires proxy authentication, we are getting the below error Tra...
Wednesday, 6 February 2013
http_proxy password contains @ issue
›
When you try to set up an "http_proxy" with password which contains @, the set command won't work. for example, if your ...
Friday, 7 September 2012
Import data into MySQL database using mysqlimport
›
The below example shows how to import data into mysql database using mysqlimport utility. We are importing data from a text file to mysql ...
2 comments:
Thursday, 26 July 2012
MySQL said: Documentation #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
›
After successfully installed xampp and type http://localhost/phpmyadmin/ it opens up a page with erroe message: MySQL said: Documentati...
Thursday, 24 May 2012
Install Python
›
python installation instructions 1. Download python from http://www.python.org/getit/ 2. Choose the installer for your machine...
Wednesday, 2 May 2012
Install standalone blast for windows
›
BLAST allows you to compare your sequence against a database of sequences and informs you if your sequence matches any of the sequences in ...
4 comments:
Thursday, 12 April 2012
How to implement CAPTCHA in PHP?
›
CAPTCHA is used to prevent spam abuse on the websites. If we have a public submission form on our website (contact Us page), we can use CA...
‹
›
Home
View web version