A PHP Error was encountered

Severity: Warning

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

Krishna Prasad Deekonda - Coders Packet
Coders Packet

Packets submitted by Krishna Prasad Deekonda

Cryptography Project in Python using Tkinter

This packet gives us an idea of how to build a project which will convert your plain secret text to ciphertext and vice versa.

PYTHON QR (Quick Response) Code Generator

This packet gives us an idea of how to generate QR code in Python for given data/information such as URLs

PYTHON PROJECT TO CREATE A DIGITAL CLOCK

This is a basic python project to create a digital clock GUI Application with 24-hour standard time format and refreshes for every 200ms and gives breif idea how to implement python project