A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_session2rh1iru09q0hbtcil14btt2mb783snjh): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Public_pages.php
Line: 8
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Public_pages.php
Line: 8
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Navya Dua - Coders Packet
Coders Packet

Packets submitted by Navya Dua

Egg Catcher game in Python using Tinker

In this packet , we have created the classic Egg Catcher game using Python. In this game , every egg you catch will make you win 10 points and every fall will make you lose a life.

Login form in Python using Tinker

This Python package is a login form using tinker. In this packet , usernames and passwords are stored in a text file and read from it for validating the login

Price Comparision Tool with Python BeautifulSoup

Easily create a price comparison tool with Python BeautifulSoup that could compare prices from several websites and then offer any user the best rates of a product all in one place.