Archive

Posts Tagged ‘jeff’

Select Vacation Rental By Jeff

November 25th, 2009 Comments off

Looking to have a start to finish developer for a Vacation Rental site. Details of project is in the attached file.

Homework Help

October 3rd, 2009 Comments off

I am looking for someone to help me with my C++ homework. Below is the details of my assignment which is due Sunday night. Also, I would like to have detailed comments explaining what has been done.

1)Create a new project which consists of one class; the RacingData class. The class should have data members that are used to represent the name of the player, the score achieved and the time (in both minutes and seconds) taken to achieve this score. The functions in the class should perform the following

set the name, score and time
return this same data
print this data
Also add a default constructor and a constructor with parameters.

Operator Overloading: The class should have an additional function that overloads the + operator such that when used to add two objects it will add the scores of each object as well as the time to achieve these scores. It will not check that the names are the same. The result of adding two RacingData objects together should be another RacingData object with combined data. Write the complete implementation for this function.

2)Construct a main method so that it can test the class. This is to be done by creating six objects that are to represent 2 two players each playing three games. Use the following data to construct the six objects:

Name Score Minutes Seconds
Danica Patrick 185 11 20
Danica Patrick 103 11 30
Danica Patrick 73 12 40
Jeff Gordon 155 10 10
Jeff Gordon 127 11 15
Jeff Gordon 34 12 35

USING THE OVERLOADED + OPERATOR, find the average score and time for each player and print out which performer had to lowest total time and which performer had the highest total score.

Categories: C/C++ Tags: , , , , , ,

Unique Coupon / Php + Mysql

June 1st, 2009 Comments off

I have the following:
-2000 UNIQUE coupon codes for a specific service in a text file (one on each line) the formats of:
AJZK-FZFZ-Z3NZ-ZR3L
AJZK-FZFZ-Z3NZ-ZR3L-Y
AJZK-FZFZ-Z3NZ-ZR3L-ZZ

I need the following:
-A programmer with flawless communication, and MSN messenger.
-These coupons populated into a MySQL database, and the script/command to do that so I can do it myself in the future.
-The coupon to show up in a members area of my site.
-Each coupon should be UNIQUE when shown, and show again to the same person only, and exclusively… for example:

Bob logs into his account, he is greeted by “Hi Bob, your coupon code is: AJZK-FZFZ-Z3NZ-ZR3L”. The next time Bob logs in, he should see the same coupon code, and nobody else should be shown it, ever!

Jeff logs into his account, he is greeted by “Hi Jeff, your coupon code is: AJZK-FZFZ-Z3NZ-ZR3L-Y”. The next time Jeff logs in, he should see the same coupon code, and nobody else should be shown it, ever!

etc… so basically a unique coupon gets pulled from the DB, shown to the user each time he logs in, and never gets shown to another user.

This will be integrated to webpage. Maybe with a simple php include, but I’m not a programmer.

Unique Coupon / Php + Mysql

June 1st, 2009 Comments off

I have the following:
-2000 UNIQUE coupon codes for a specific service in a text file (one on each line) the formats of:
AJZK-FZFZ-Z3NZ-ZR3L
AJZK-FZFZ-Z3NZ-ZR3L-Y
AJZK-FZFZ-Z3NZ-ZR3L-ZZ

I need the following:
-A programmer with flawless communication, and MSN messenger.
-These coupons populated into a MySQL database, and the script/command to do that so I can do it myself in the future.
-The coupon to show up in a members area of my site.
-Each coupon should be UNIQUE when shown, and show again to the same person only, and exclusively… for example:

Bob logs into his account, he is greeted by “Hi Bob, your coupon code is: AJZK-FZFZ-Z3NZ-ZR3L”. The next time Bob logs in, he should see the same coupon code, and nobody else should be shown it, ever!

Jeff logs into his account, he is greeted by “Hi Jeff, your coupon code is: AJZK-FZFZ-Z3NZ-ZR3L-Y”. The next time Jeff logs in, he should see the same coupon code, and nobody else should be shown it, ever!

etc… so basically a unique coupon gets pulled from the DB, shown to the user each time he logs in, and never gets shown to another user.

This will be integrated to webpage. Maybe with a simple php include, but I’m not a programmer.

Bear