A PHP Error was encountered

Severity: Warning

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

deepali takyar - Coders Packet
Coders Packet

Packets submitted by deepali takyar

EMI Calculator in C++

It is a C++ project which calculates the EMI(Equated Monthly Installments) on given Principal, Interest, Time.

Fizz Buzz in C++

It is a fun game in which users can input a number and Fizz Buzz is printed in a unique way.

Tic Tac Toe Game Using 1D Array in C++

It is a Short Game in C++ using Arrays in which 2 players can play by marking 'X' or '0' in a 3*3 grid.

Restaurant Project in C++

It is a Restaurant Project in C++ in which you can purchase and sell items listed on the menu.

Resume Making in C++

It is a Resume Making Project written in C++ in which you can make your Resume by entering valid data.

Hangman Game in C++

It is a Word Guessing game in C++ in which one player has to choose a word and another player has to guess it within the given number of chances.