August - September Contest 2012

August - September Contest Theme:

This month we have an open theme. Submit any program, it could be a game, an educational program, a utility, a funny app, or just about anything which is innovative and interesting to the viewer!
The best 5 programs will be declared winners and prizes will be awarded to their authors!

How to Enter:

a)Create a Project by clicking on Create Project.
b)Specify the application name and choose the language you want to use to build your application.Once you have selected the language submit the form.
c)Do the coding required to build the fully functional application.
d)After building your app, submit your project by clicking on "MAKE IT PUBLIC!" button.
e)Select "August - September Contest 2012" in Programming Contest Name and submit the form with all additional details.

Judging:

a) Technical merit (20%)
b) Innovation and creativity (20%)
c) User Interface/design (20%)
d) User Votes (20%)
e) Technical write up that details the App's technical solution (20%)

Prizes to be won:

  • Top Five Prizes: Ebay gift card worth $30.
  • All winners will be entered into Programr Hall of Fame.

Previous Competition Entries:

Rules:

  1. All entries must be the the original work of the contestant/submitter (that's you).
  2. Any number of apps can be submitted and elected as winner.
  3. Contestant acknowleges, understands and fully agrees that that the code submitted will be made available to the general public at no cost and as a public domain work.

Recently Submitted Projects

24
2387 reads
CalculateNapierNumber
Calculate Napier's Number
Run It Now!
50
2412 reads
String_Palnidrome_Ruby
To check the given string is palindrome or not
String_Palnidrome_Ruby

Run It Now!
59
1594 reads
Inheritance_in_Ruby
This is sample program of inheritance in ruby
Inheritance_in_Ruby

Run It Now!
59
2724 reads
PrintNumberInWord
This program print the given input(by user) Numbers in Words... e.g. 25 Output will be TWENTY FIVE...
Run It Now!
124
4550 reads
TicTacToe
A simple Tic Tac Toe Game
TicTacToe

Run It Now!
54
2567 reads
percentage
this project is used for calculating marks and percentage of students and it will also display their divisions
percentage

Run It Now!
59
1833 reads
registration
this is a project which can used for user registration and also authentication (sha algorithm) is also used for security.
Run It Now!
57
1807 reads
registration
this is a project which can used for user registration
Run It Now!
73
1713 reads
TimeConverter1
A Python function to convert time from 12hr to 24hr format...
Run It Now!
44
2002 reads
Palindrome
Check if the reverse of number is same as the number
Palindrome

Run It Now!
55
1818 reads
Sorting(1.0)
To sort a list of numbers in most efficient way(It will make only one comparision if the list is already sorted).

Enhancement Trail:  

Sorting(1.0)    Sorting





Run It Now!
101
2576 reads
Flames
Java code for the school days name game to calculate crush.
Run It Now!
22
2267 reads
binomialcoefficient
finds the ncr using dynamic programming technique.
Run It Now!
64
3057 reads
Simple_Calculator
This is a simple calculator, I have done it for fun! Have a good day! Enjoy :)
Simple_Calculator

Run It Now!
53
1717 reads
whatever_just_dont_show_error(1.0)
this is a voice access system...i named it as whatever_just_dont_show_error because every time i try to upload the files...it says error!!!


Run It Now!
54
2703 reads
Simple_banking_system(1.0)
This is a simple project on banking system.Everything is documented in the code.


Run It Now!
119
2648 reads
Birthday_Magic_Trick
This is a maths trick....you will be surprised to see your BirthDate.... This is for all the " Magic " lovers...:)
Birthday_Magic_Trick

Run It Now!
38
3289 reads
Paranthesis
Design a c++ program to check whether the parenthesis is balanced or not.
Paranthesis

Run It Now!
57
2766 reads
Simple_banking_system
This is a simple project on banking system. Everything is documented in the code.
Run It Now!
65
1632 reads
CreatingRingGraph
This python module takes input as list of nodes and returns a ring Graph(dictionary). In which elements are connected to one another in a sequence and last and first element is also connected.
Run It Now!
82
1374 reads
FindingMedian
this python module takes an input of list of numbers and returns the median without using any sorting method and is quicker than those methods.time complexity is O(k log(n)).
Run It Now!
75
1440 reads
DecimalToOctalquickerway
this python module takes an input and returns its octal form in a quicker way as it operates on bitwise operator.
Run It Now!
85
1751 reads
FindingEulerianTourGraphs
this python module takes an input of list of tupples representing edges in a graph and it finds out the eulerian path.The input must contain nodes having even edges.The property of eulerian tour is t
Run It Now!
82
1483 reads
Top_kSelection
this program takes input of list of numbers and gives the output of top k (e.g. top 20) selections out of the enterd number.It returns top k elements but not in order.
Run It Now!
50
4529 reads
fibonacciseries
it is a program to generate fibonacci series
Run It Now!
54
1937 reads
quadraticequation
program to calculate the roots of a quadratic equation
Run It Now!
54
1926 reads
forumcreations
You can create your forums using this codec. Very useful for every website. Simple yet effective.
forumcreations

Run It Now!
46
1721 reads
abduction
A simple funny dog abduction programme
abduction

Run It Now!
43
2199 reads
sorting
this program helps you to sort
Run It Now!
102
3325 reads
Password Generator
C++ password generator which allows you to choose the characters used from different categories.
Run It Now!
43
2465 reads
STL Tokenizer

Tokenizer function using the STL.

Function prototype:
  • std::vector tokenize (char separator, std::string str)

Run It Now!
60
2305 reads
logic1
1 2 3 4 5 2 3 4 5 3 4 5 4 5 5 LOGIC
logic1

Run It Now!
49
1860 reads
Addition
simple addition
Run It Now!
61
3026 reads
ZigZag
ZigZag Scan Pattern
Run It Now!
57
4928 reads
FizzBuzzFizzBuzz
The program prints numbers 1 - 100, but: if the number is a multiple of 3, it will print "Fizz" if the number is a multiple of 5, it will print "Buzz" if the number is a multiple of both 5 and 3, i
FizzBuzzFizzBuzz

Run It Now!
50
2353 reads
sum_of_even_nums
If the limit is 10 then the program should print the sum of odd numbers from 1 to 10 i.e. 2 + 4 + 6 + 8 + 10 = 30 So the program should print 30.
sum_of_even_nums

Run It Now!
79
1905 reads
Solution_of_Dinning_Philosopher_Problem
Problem Statement Five silent philosophers sit at a table around a bowl of spaghetti. A fork is placed between each pair of adjacent philosophers. Each philosopher must alternately think and eat.
Solution_of_Dinning_Philosopher_Problem

Run It Now!
67
2229 reads
NumberGuessingGame
Program generates a random number between 0-100 and you have 10 tries to guess what number it is.
Run It Now!
56
2083 reads
DiceDice
Program that rolls either 1 or 2 dice.
Run It Now!