A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_sessionqn2c9hovd17po3u7gu6ro4o5glpfbp02): 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

Avani Vartak - Coders Packet
Coders Packet

Packets submitted by Avani Vartak

Diffie-Hellman algorithm implementation in Python

In this tutorial, we are going to implement the Diffie-Hellman key exchange Algorithm in Python.

To-Do list using File in Python

This is a To-Do list project created in Python which uses a file as a storage medium.

Unique words from a file using Python

This Python packet is about finding and printing unique words from a text file using python.