A PHP Error was encountered

Severity: Warning

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

Vipul Rajesh Chandankar - Coders Packet
Coders Packet

Packets submitted by Vipul Rajesh Chandankar

Number Occurrence using Array in Java

This project is related to count the occurrence of a given number in Java using an Array.

Shortest Job First scheduling algorithm in Java

In this project shows the programmatic implementation of Shortest Job First Scheduling Algorithm in Java. Here we calculated the Average waiting time and Average Turn Around Time.

Tic-Tac-Toe Game using Java

This is a simple Tic-Tac-Toe game developed in Java using the Function, Array, and Conditional and Logical operator.