A PHP Error was encountered

Severity: Warning

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

Raagan U - Coders Packet
Coders Packet

Packets submitted by Raagan U

General Purpose Script in Python

A Python script that consists of useful functions that are time-consuming while working on other things. Works well on GNU\Linux, But has some issues while running on windows.

Multiprocessing Vs Threading in Python

This project is about the differences between threading and multiprocessing in Python. This uses the Port Scanner to demonstrate the processes.

BASIC REST API in Python Using Flask

A REST API built using flask and flask-sqlalchemy for Database Management, flask-marshmallow to serialize data for easy processing.

Simple REST API client using Python

A simple REST API client made in python that can be used to make requests to REST APIs. All Five basic HTTP Methods are implemented in this script.