Coders Packet

Listing of packets of source code submitted by coders

Sorting an array given by the user using Quicksort algorithm in JAVA

QuickSort Program while taking a number of elements (i.e. size of the array) and each element as input from the user in JAVA.

Sorting an array given by the user using Quicksort algorithm in JAVA

QuickSort Program while taking a number of elements (i.e. size of the array) and each element as input from the user in JAVA.

Hospital Management System GUI using Python(PyQt5) and SqLite3

The project is a GUI application using Python(PyQt5) and Sqlite3 that helps the nurses to handle the patient's records and fetch them with a great ease

Snakes and Ladders Game In C++

The Snakes and Ladders Game In C++ is a game project which is played by 2 players in which the dice-number is generated randomly from 1 to 6 and if players reach 100 scores will win the game.

Notes App using C++ and MySQL

This project is implemented using C++ and MySQL as the back-end(which can be accessed using XAMPP as a local host).

Shutdown a computer using runtime command in Java

Hello friends! In this Java tutorial, we are going to discuss how to shut down a computer after some specific time.

Difference between String, StringBuffer and StringBuilder in Java

Hello friends! In this Java tutorial, we are going to discuss String, StringBuffer, and StringBuilder, and also the difference between them using Java.

Admission Management System using Java

Hello friends! In this Java tutorial, we are going to develop a terminal-based admission management system using Java.

Friend Function using C++

This code helps to understand the concept of friend function using C++. In this program the friend function is used to find the mean value of a sample.

Destructors using C++

This code helps to understand the concept of destructors i.e to destroy an object using C++

Defining Member function outside the class defination using C++

This code helps us to understand how to define a member function outside the class definition in C++.

LIVE EDGE DETECTION WITH WEBCAM IN PYTHON

The Python Project basically detects the edges and provides a black and white streaming with inbuilt webcam. We can quit the streaming video feed using the Spacebar key.