Severity: Warning
Message: fopen(/tmp/ci_session0burrdqpegp277sn1opuubigvk6si2k0): 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
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
It is a project basically about the OTP Verification by sending a unique password like OTP. OTP verification is the most secure way to log in to the platform which users use frequently.
It is a project about Plotting 3D bar char in Python using Matplotlib. The 3D bar chart is quite unique, this helps to plot multiple dimensions to visualize the plots better.
It is a project about generating QR code using the Python library pyqrcode. The QR codes are used to encode and decode the data into a machine-readable form.
It is project basically about to send an email using Python library smtplib. As we know that email is important for communication because it allows users to send an information.