A PHP Error was encountered

Severity: Warning

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

Kothapally Nehasai - Coders Packet
Coders Packet

Packets submitted by Kothapally Nehasai

Interpolation Search Algorithm in C++

Here, we are going to discuss Interpolation Search Algorithm in C++. It is valid only for sorted arrays. Interpolation Search is an Improvement over Binary Search.

Finding Day From Date in C++

In this C++ program, we will find the day(Monday-Sunday) from the input Date. According to ISO 8601 standards calendar, the week begins with 1 as for Monday and ends with 7 for Sunday.

Credit Card Validator Using C++

This Project is all about checking if the entered Credit Card number is valid or not. C++ Programming Language is used in this project.