A PHP Error was encountered

Severity: Warning

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

Srinjoy Ghosh - Coders Packet
Coders Packet

Packets submitted by Srinjoy Ghosh

Simple Photo Editor using Swing

A simple photo editor desktop app that is able to open an image file, apply filters on it, and save a copy of the filtered image. Only two filters are available, i.e., grayscale and sepia

Text Editor using Swing

A simple text editor with features such as multi-tabbed editing, changing fonts, sizes and colors of text; cut, copy and paste options and more

Basic Calculator using Tkinter in Python

A simple, GUI based calculator in Python using Tkinter that can calculate mathematical expressions involving basic operations such as addition, subtraction, multiplication and division on integers and decimal numbers