Coders Packet

Listing of packets of source code submitted by coders

To obtain about host, network, protocols, domain using Java

In this Java program , we are able to obtain the information about the host, network, protocol and domain of the defined url.

Railway reservation/cancellation simulated system in C++.

This code is a simulation of a railway reservation/cancellation system, written by using multiple inheritance and functions in C++.

winner of the tic-tac-toe game using C++

This project is about finding the winner in Tic-tac-toe game using C++. Tic-tac-toe is played by two players A and B on a 3 x 3 grid.

The Famous Joshephus Problem using C++

The Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game using C++.

C Program for Implementation of Stack using Array

This is a C program that implements the stack operations using an ARRAY. The program includes stack operations like Push operation, Pop operation, Display and Quit option.

Quicksort Algorithm in C++

This program in C++ takes the input from the user and arranges it in ascending order using quicksort algorithm.

Minimize the Heights in C++

To find out the possible minimum difference of the height of shortest and longest towers after modifying each tower in C++.

DFT-IDFT module in MATLAB

Module to find the DFT and IDFT of sequences x(n) in MATLAB language without using Inbuilt functions.

C# code for Country and Capital API

This packet contains C# code for creating Web API for extracting countries and their capitals.

Modern periodic Table using C++

A C++ project to show the modern periodic table using a structure and other functions.

Text Compression using Python

Code in Python compresses a .txt file into a .bin file where the compressed file is approximately 50% of the size of the original file. or decompresses the .bin to .txt file.

Decimal to Binary, Binary to Decimal using C++

Program to convert Decimal number into Binary format and Binary number to Decimal format using C++. The Binary number describes numeric values by two separate symbols: 1 (one) and 0 (zero).