Posts

Showing posts from March, 2017

Smiley

Image
Progrm to Print Given no of Smiles. Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C++ Download

nCr and nPr

Image
Find nCr and nPr Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C++ Download

Merge Two Files

Image
Program to Merge two files . Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C++ Download

Restart Computer

Image
Program to Restart Your Computer. Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C++ Download

Shutdown Computer

Image
Progran to Shutdown your Computer. Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C++ Download

Binary Tree

Image
Binary Tree This C Program implements binary tree using linked list. Binary Search tree is a binary tree in which each internal node x stores an element such that the element stored in the left subtree of x are less than or equal to x and elements stored in the right subtree of x are greater than or equal to x. This is called binary-search-tree property Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Binary Addition

Image
Binary Addition Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Range of Datatypes

Image
Range of Datatypes Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Reverse a stack

Image
Reverse a stack without recursion Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Reverse a Stack

Image
Reverse a stack This C program, using recursion, reverses a stack content. Stack here is represented using a linked list. A linked list is an ordered set of data elements, each containing a link to its successor. Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Pattern III

Image
Program to Print the following Pattern 1 2 3 4 5 6 7   2 3 4 5 6 7    3 4 5 6 7     4 5 6 7      5 6 7       6 7        7       6 7      5 6 7     4 5 6 7    3 4 5 6 7   2 3 4 5 6 7 1 2 3 4 5 6 7 Developer:  Abhishek Nandakumar Licence:  OpenSource Platform/Language: Java Download

Stack

Image
Stack Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Calculator

Image
Calculator Developer:  Arjun P M Licence:  OpenSource Platform/Language:  Shell Script Download

Pattern II

Image
Program to Print the following pattern 1 2 3 4 5 6 7 1 2 3 4 5 6 1 2 3 4 5 1 2 3 4 1 2 3 1 2 1 Developed By: Abhishek Nandakumar Licence: OpenSource Platform/Language: Java Download  

File

Image
File Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Simple Interest

Image
Java Program to Calculate Simple Interest. Developer:  Abhishek Nandakumar Licence:  OpenSource Platform Language: Java Download

Database Connectivity

Image
Connecting to MySQL Database Via Java Developer:  Abhishek Nandakumar Licence:  OpenSource Platform/Language: Java Download

Cash Register

Image
A Cash Register  that totals up sales and Computes change due. Developer:  Abhishek Nandakumar Licence:  OpenSource Platform/Language: Java Download

Average of Numbers

Image
Calculate the Average of Numbers. Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C++ Download

Concatenate strings

Image
String Concatenation in C++. Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C++ Download

Character's frequency

Image
Character's frequency in C++. Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C++ Download

Palindrome

Image
A program to check whether the given number is Palindrome or Not. Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C++ Download

Currency, Speed, Length Converter

Image
Currency,Speed,Length Converter  Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Wall Clock II

Image
Wall Clock 2 Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Multiplication Table

Image
Multiplication Table Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Wall Clock

Image
Wall Clock Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Day Game

Image
Day Game Tell me any  Date, I will tell you the Day. Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Online Shopping

Image
Online Shopping in C. Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

ATM

Image
ATM Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Voting Machine

Image
Voting Machine Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Factorial

Image
Fatorial of a Given Number Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C++ Download

Array Addition

Image
Addition of all elements of Array Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C Download

Inverse of Martix

Image
Inverse of a 3x3 Matrix Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C Download

Fibonacci Series

Image
Program to Generae Fibonacci Series Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C Download

Decimal to Hexadecimal

Image
Decimal to Hexadecimal Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Transpose

Image
Transpose of a Matrix Developer:  Akshay CM Licence:  OpenSource Platform/Language:  C Download

Binary to Decimal

Image
Binary to Decimal Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Decimal to Binary

Image
Decimal to Binary Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download

Magic Square Matrix

Image
Magic Square Matrix A magic square is a simple mathematical  game developed during the 1500 . Square is divided into  equal number of rows and columns . Start filling each square with the number from 1 to num (  where num = No of Rows X No of Columns  ) You can only  use a number once . Fill each square so that the  sum of each row is the same as the sum of each column . In the example shown here,  the sum of each row is 15 , and the sum of each column is also 15. In this Example : The numbers from 1 through 9 is used only once. This is called a  magic square. Developer:  Arjun P M Licence:  OpenSource Platform/Language:  C Download