You are visitor #
Counter by CgiSpy.com
Sherikar Personal Web

Home |  News |  About |  Dr. AT Sherikar |  Dr. AA Sherikar |  Shekhar Sherikar

Shekhar - Programs


My Programs - Useful code for beginners
A few popular programs:  
C | Java | Python
More Programs (C/C++):
Tip: Try searching for the programs you want using the search box at the top.

Welcome to the Programs Page. I wrote most of these programs during my diploma years at Babasaheb Gawde Institute of Technology for assignments given by my teacher Mr. Kedar Ghanekar (Head, Computer Department, BGIT).
I know that there are many people out there looking for a way to complete their assignments or simply learning to code. Hence this page.

Terms of use

Do get this straight: I wrote these programs when I was learning to code and I don't guarantee that they are flawless. Therefore use these programs at your own risk. By using these programs (in whole or in part) you agree that I am not going to be responsible (in any concieviable manner possible) for the resulting consequences from the use of these programs.
For those who have a problem with this, please don't use these programs.

Program List  (Few popular programs)


C Programs

Program to encrypt given file using bitwise ex-or operator.

Download

Program to encrypt given string using bitwise ex-or operator.

Download

Program to recursively evaluate the Fibonacci Series to given n terms.

Download

Program to non-recursively evaluate the Fibonacci Series to given n terms.

Download

Program to determine and print the sum of the following harmonic series for a given value of n: 1+1/2+1/3+...+1/n

Download

Program to determine whether or not the given square is a magic square. A magic square is a square array of positive integers such that the sum of each row, column, and diagonal is the same constant.

Download

Program to reverse a given string of characters.

Download

Program to replace a given sub-string in a given string of characters with another substring.

Download

Program to extract a given number of characters from a character string starting at a given index number in a given string of characters.

Download

Program to transpose a given square matrix of integers.

Download

Program to encrypt contents of given text file using transposition ciper.

Download

Program for evaluating the series: 1+x/2+x^2/3+x^3/4+....+x^n/n+1.

Download

Program to reverse a given integer.

Download

Program to print the first 500 prime numbers.

Download

Program to check whether a given triangle is right-angled triangle or not.

Download

Program to print the number of vowels in a given string of characters.

Download

Program to print the number of words in a given string of characters.

Download

Program for counting the number of uppercase, lowercase, digit and blank spaces in a given statement.

Download

Program to recursively evaluate the factorial of a given integer.

Download

Program to non-recursively evaluate the factorial of a given integer.

Download

Program to evaluate the binary equivalent of a given decimal number.

Download

Program to evaluate the decimal equivalent of a given binary number.

Download

Program to evaluate the hexadecimal equivalent of a given decimal number.

Download

Program to check if a given number is divisible by 5.

Download

Program to check if a given year is a leap year or not.

Download

Program to convert all lowercase letters in a string to uppercase.

Download

Program to find the smallest number in a given array of integers.

Download

Program to add two given matries of integers.

Download

Program to multiply two given matries of integers.

Download

Program to plot a Gantt chart for demonstrating the FCFS CPU scheduling algorithm.

Download

Program to plot colorbars on the screen.

Download

Program to plot a line on the screen using the Bresenham's line drawing algorithm.

Download

Program header files (igs.h and gmf.h) to take input from keyboard in graphics mode and a c program (text.c) to demonstrate their usage.

Download


Java Programs

Program for calculating the area of a circle.

Download

Program to demonstrate use of the switch statement in Java.

Download

Program to evaluate the Fibonacci Series.

Download

Program to demonstrate dynamic initialization in Java.

Download

Program to demonstrate type-conversion in Java.

Download


Python Programs

Program to evaluate Euclid's Common Factor.

Download

Program to find floor of number.

Download

Program to find floor of number using a function.

Download

Program to multiply 2 numbers using function.

Download

Program to demonstrate use of for statement in python.

Download

Simple menu-driven area calculation program.

Download

Program to calculate sum of n numbers.

Download

Program to read numbers and summing them till sum reaches 100.

Download

Program to demonstrate use of sleep and import statements in Python.

Download

Program to calculate sum of ten numbers.

Download


More Programs (C/C++):

2001-05, Sherikar.com http://www.sherikar.com webmaster@sherikar.com