A PHP Error was encountered

Severity: Warning

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

Janhvi Singh - Coders Packet
Coders Packet

Packets submitted by Janhvi Singh

Android Currency Converter Project Using Java

In this project, we will be making a currency convertor that converts pounds to dollars.

Knuth Morris Pratt Algorithm String Matching in Java

KMP algorithm is a linear-time string matching algorithm wherein we search a pattern /substring in the given text string and check whether it's present or not.

Android Weather Application using weather API and JSON data

An android application used to display weather information of different cities around the world.