A PHP Error was encountered

Severity: Warning

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

Mohamed Adila.A - Coders Packet
Coders Packet

Packets submitted by Mohamed Adila.A

Implementation of Linear regression algorithm with gradient descent function using C++

In this program, we are going to predict results from real-life data using the linear regression algorithm. Here C++ programming language is used.

Implementation of Routh's stability analysis using C++

This program can be helpful in finding whether a control system (e.g, used in Cars, Robots, etc.,) is stable or not using Routh's stability criterion. Here C++ programming language is used.

Conversion of Decimal number into Hexadecimal number using C++.

In this program, we are going to convert the decimal value into hexadecimal values using the programming language C++. These numbers are used in designing digital circuits.