A PHP Error was encountered

Severity: Warning

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

Khushi Jain - Coders Packet
Coders Packet

Packets submitted by Khushi Jain

Downloading image from URL in Java

In this module, you can download the image by entering the URL of the image at the specified location.

Get the file type from file name in Java

In this module, we will learn how to get file type/extension from the file name in Java.

Temperature Unit Converter GUI application using Java swing

In this module, I have created a temperature converter which helps in the conversion of various temperature scales.

Number Guessing Game using Java Swing

A simple interactive random number guessing project designed using Java Swing and AWT.

Mix Cipher using JAVA

This is a Java Project to Encrypt/Decrypt a text using Caesar Cipher with more than one key.