sudo apt-get update
sudo apt-get upgradesudo apt-get install python-virtualenv
sudo virtualenv /opt/myenv| <?php | |
| class Mysql{ | |
| static private $link = null; | |
| static private $info = array( | |
| 'last_query' => null, | |
| 'num_rows' => null, | |
| 'insert_id' => null | |
| ); |
| """ | |
| Implements a simple HTTP/1.0 Server | |
| """ | |
| import socket | |
| def handle_request(request): | |
| """Handles the HTTP request.""" |