A PHP Error was encountered

Severity: Warning

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

Jaswinder Singh - Coders Packet
Coders Packet

Packets submitted by Jaswinder Singh

BitMasking basic operations in Java

This code is useful for performing basic operations like clearing ith bit, setting ith bit, and finding ith bit using BitMasking Techniques.

Currency Converter using Java

This code will help you to convert currencies as per the latest currency rates of different countries.

Age Calculator using Java

This code is used to find the current age including weeks and days using SimpleDateFormat class.

Bank Application in Java

This code is designed to fulfill the basic needs of any Bank like checking balance, depositing the amount, withdrawal amount, and transaction history.