A PHP Error was encountered

Severity: Warning

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

Khushboo Jagwani - Coders Packet
Coders Packet

Packets submitted by Khushboo Jagwani

Age calculator in Java using Period class

Age calculator estimates the age of a person from the Date of birth using LocalDate objects, period class, and between() method.

Convert numeral value to Roman string using Java

This code is used to convert the highest possible number into Roman string in Java i.e 1000=M, 500=D, 100=C, 50=L,10=X, 5=V, 1=I

Anagram detection using Java

Java program to compare if 2 strings are anagram using sort() and equal() method. Two resembling strings are said to be anagram otherwise not .