Showing posts with label Programs. Show all posts
Showing posts with label Programs. Show all posts

Tuesday, December 18, 2012

Master Mind game

Hello friends, sorry for not posting anything from months ago.. kinda busy these days.

Now I'm going to show you the Master Mind game. My friend Fadi Mallat, he's a software engineer, made it years ago using VB.NET.



So I'm sharing it with you now, I bet that you'll like it:
Download MasterMind here

I may post and discuss the source code later.Enjoy!

Did you like it? give me your opinion about it !

Sunday, September 16, 2012

Date to Date Calculator - Download!

Date to Date Calculator, is a freeware tool that calculates the time duration between two given dates.
You will have the ability to choose the suitable time unit from 7 different units.
  1. Seconds
  2. Minutes
  3. Hours
  4. Days
  5. Weeks
  6. Months
  7. Years

Application's screen-shots


Calculating in days

Calculating in weeks

As you can see, it's very simple to use. Just select the two dates and let the tool do the rest of the work!
I hope you like it my friends..

Download it now!
Download Date-to-Date Calculator

So did you like it? do you have any suggestion? Don't hesitate to leave your comment!

Saturday, September 8, 2012

Hangman - The Instructive Game!

Hangman

Previously I published the Guess the Word console game. under the title of Words games, I'm presenting now the Hangman game.
Hangman is one of the awesome games that we used to play in our childhood, I programmed this app over 3 days using Visual Studio windows forms applications, language used is C#. It was really challenging, I added some interesting features to the classic hangman game that we used to play on a sheet of paper.

After you start the application, you will be asked to choose one of 7 different categories of words to guess, which are:

  1. Cars brands.
  2. Movies.
  3. Celebrities.
  4. World countries.
  5. Girls names.
  6. Boys names.
  7. Animals.
In the example below, I chose the Cars brands category, so the word to guess seems to be consisted of 3 letters, You must guess it letter by letter. you can have a maximum of 9 wrong guesses
As you can see, the Progress bar is 9% filled, this means that you've already successfully guessed 9% of the words of the current category. can you reach 100% of each ? Animals one is the hardest !

Hangman


If you guessed right.. 
Hangman


If you run out of tries, the correct word will appear in red.
Click the "New Word" button to start again with a new word.

Hangman


In addition you can notice the "What's this word?" link button below the back button, this appears when you fail in guessing certain word. Click on it to view images of the Pierce Arrow brand via google images search.



Enjoy this instructive game, Download it now:

Hangman.rar
Hangman.zip

(NOTE: For the best performance do not change the installation location to Program Files)

Hope you like it! :) give me your thoughts in comments..

Do you want the source code of this app? just Follow me by email and I'll send it to you.

Friday, September 7, 2012

Guess the Word - Console application game

In my previous posts I published two windows forms applications, Password and Serial Generator and Simple Units Converter, now in this article I'm presenting a Console application.

It's a simple game, you will be given a word such as "VLOE", your mission is to guess that this word is "LOVE", just try to rearrange letters in a correct way to win!

screen-shots:

Select between 3 difficulties.


If you can't find the correct word just enter "0".

The correct word was "BECAUSE", it seemed hard at first.
Like it? you can't decide until your try it!

Download now (rar)
Download now (zip)

Want the source code? leave a comment.

Wednesday, September 5, 2012

Simple Units Converter (SUC) Download

Simple Units Converter

In my previous post I introduced the Password and Serial Generator. Now we have a new Utility application for today..
Simple Units Converter is a powerful and user-friendly tool, it helps you to convert over 8 kinds of units.
It is a simple windows forms application, made by me using Visual Studio 2010.
It combines 8 converters in just one:
  • Weight converter.
  • Length converter.
  • Area converter.
  • Time converter.
  • Volume converter.
  • Speed (Velocity) converter.
  • Pressure converter.
  • Power converter.
Here's a screen-shot of the application:
Simple Units Converter
It's pretty easy to use, just choose the conversion type by clicking on its corresponding button from the 8 buttons listed.

For example, let's click on the "Time" button, now start writing in any of the box's to convert the amount to the other box's unit.
If you write "3" in one box, the number in other box will change to 1095, that means 3 years=1095 days.
You can also write in the right box as well.. 
Simple Units Converter


You are free to chose between 6 different units of every Measurement.
Simple Units Converter

Download it now:


Please give me your opinion about this tool, and if you like it share it.

Do you want the source code of this app? just Follow me by email and I'll send it to you.

Monday, September 3, 2012

Password and Serial Generator Download - Create a strong password


Password and Serial Generator

Have you ever wanted to create a powerful password for you email or Facebook account?
If yes then this is the right place for you!
Have you ever be a victim of hackers?
well one of the main causes of hacking your email or Facebook account is actually the weakness of the password that you have chosen.

Password and Serial Generator is a simple windows forms application, made by me using Visual Studio 2010.

OK so let's take a closer look at this tool.

Password Generator
When you run the application it would look like the above screen-shot.
As you can see, you have the ability to toggle between a Password Generator and a Serial Generator.
In the password generator you can choose the length in characters of you desired password, also you can decide if you want numbers or special characters such as: ",./?;! etc.."

Serial Generator
The serial generator have also its options, first you must choose the number of quads in you serial, a serial with 5 quads looks like this: Q1HU-9AJT-1LZK-V29D-P8UD.
Another option is to generate a Numbers-Only serial.

Below an example of a generated serial:
Serial Generator

And here another example of a generated password:
Password Generator

you can download Password and Serial Generator from the following links:

Download Password and Serial Generator (zip)
Download Password and Serial Generator (rar)

Please give me your opinion about this tool, and if you like it share it.

Do you want the source code of this app? just Follow me by email and I'll send it to you.