d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Help With Java Project! > Requirements Inside
Add Reply New Topic New Poll
Member
Posts: 7,593
Joined: Feb 7 2007
Gold: 130.00
Nov 27 2013 07:47am
Im in urgent need of help for my java project!

For an experienced programmer the task should be fairly easy, but as im on a deadline i will need help ASAP!
The help i would want can be divided into two groups:

1. I need the programming done so it suits the requirements.
2. I would like to be a part of the process so i actually learn from the making of the project. (I know this will probably make the process more time costly).

Criteria that will make you fit for the taks are:
1. You have to know java well! (Im working in eclipse) (Mandatory)
2. Fluent in english or danish (Mandatory)
3. Got a decent amount of sparetime. (Atleast enough to complete the task on your own)
4. Helpfull on an educational level (If you can solve the task with me being a part of it (through skype or w/e) you will be rewarded)

Perfect time for me would be this friday and this sunday! But i got time whole next week as well which makes me pretty flexible. Also sharing the same timezone would probably make the process easier (1+GMT).

I will pay whoever helps me in forumgold, im sure we can figure out a price together, depending on which type of help is made. For good reasons i cant offer anything above my current gold amount though.

Right now, i'm preparing the task requirements for english introduction, if you're interested in the task post a reply here or PM me, and ill give you a more detailed description of the taks. (you may include why i should pick you :) )

Thanks in advance
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Nov 27 2013 12:19pm
you really need to post a description.
Member
Posts: 2,757
Joined: Nov 26 2007
Gold: 1,214.81
Nov 27 2013 12:33pm
i'll do it
Member
Posts: 3,193
Joined: Apr 28 2010
Gold: 242.05
Nov 27 2013 10:38pm
Quote (0j3pp30 @ Nov 27 2013 08:47am)
Im in urgent need of help for my java project!

For an experienced programmer the task should be fairly easy,  but as im on a deadline i will need help ASAP!
The help i would want can be divided into two groups:

1. I need the programming done so it suits the requirements.
2. I would like to be a part of the process so i actually learn from the making of the project. (I know this will probably make the process more time costly).

Criteria that will make you fit for the taks are:
1. You have to know java well! (Im working in eclipse) (Mandatory)
2. Fluent in english or danish (Mandatory)
3. Got a decent amount of sparetime. (Atleast enough to complete the task on your own)
4. Helpfull on an educational level (If you can solve the task with me being a part of it (through skype or w/e) you will be rewarded)

Perfect time for me would be this friday and this sunday! But i got time whole next week as well which makes me pretty flexible. Also sharing the same timezone would probably make the process easier (1+GMT).

I will pay whoever helps me in forumgold, im sure we can figure out a price together, depending on which type of help is made. For good reasons i cant offer anything above my current gold amount though.

Right now, i'm preparing the task requirements for english introduction, if you're interested in the task post a reply here or PM me, and ill give you a more detailed description of the taks. (you may include why i should pick you :) )

Thanks in advance


i think it should be the other way around.. i dont see many people that will even consider doing this for you
Member
Posts: 9,834
Joined: Nov 13 2007
Gold: 771.00
Nov 28 2013 10:11am
If you post your source code with a list of issues / questions you have / had I'd be happy to take a look and help you. Obviously as well project description / purpose.

This post was edited by Petrusk on Nov 28 2013 10:12am
Member
Posts: 1,756
Joined: Feb 9 2011
Gold: 112.63
Dec 2 2013 10:25pm
Post a description of the project. We might be able to help you.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Dec 4 2013 12:09pm
details:

Quote (0j3pp30 @ Dec 4 2013 10:10am)
The assignment is making software for a ATM, ive done some of the coding but im really stuck at one of the tasks:
These are the requirements for the system the bolded are the one im having trouble with, i was wondering if you could find the time to help me ASAP :) i will pay generously:

First set of demands:
1. A user can log onto the system by typing his email and a pre-set password consistent of atleast 6 characters. The password is only allowed to contain letters or numbers.
2. The system asks how many bitcoins the user wants to deposit in his/her account, afterwards the chosen amount will be inserted.
3. The client is made by the System.out.printf command and will need to be compatible with an Iphone’s interface. Which equals about 20-30 characters in width.
4. The program isn’t allowed to crash in case a user types in letters instead of numbers.
Second set of demands:

1. The server (a class) starts with a user ID, which means there is one user in the starting system. The starting account balance will be 1,0 bitcoin (BTC).
2. When a user has entered a desired number of BTCs to deposit, the system will reply with the corresponding amount of money in danish crowns (more on exchange rate later)
3. The system is made with an arraylist which can contain the users.
4. There has to be a special Administrator login with the ID :’88888888’ and the password: ‘1234abcd’. Which is recognized as an administrator by the system, and shows a different menu asking the administrator to enter the daily BTC exchange rate for the system, which then should be stored in private double variable with the name btcrate in a fitting class.
5. The administrator has to be able to create new users in the system!

Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Dec 4 2013 12:12pm
Why are you writing a java app that has to be compatible with an iphone's screen? makes no sense.

Regardless, what problem are you having specifically? Design wise, just have a flag on your User class and underlying data store (database, file, memory, etc). Then based on the flag, do the other things.
Member
Posts: 7,593
Joined: Feb 7 2007
Gold: 130.00
Dec 4 2013 04:32pm
Quote (carteblanche @ Dec 4 2013 06:12pm)
Why are you writing a java app that has to be compatible with an iphone's screen? makes no sense.

Regardless, what problem are you having specifically? Design wise, just have a flag on your User class and underlying data store (database, file, memory, etc). Then based on the flag, do the other things.


i didnt specify the task :) whoever made the assignment is trying to make it relateable to the real world, even though the level of programming is still too low to make it usefull for anything pretty much....
I will try to post my exact issue in here later. I just think posting my entire code in here is a little bit too much...
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Dec 4 2013 05:37pm
Quote (0j3pp30 @ Dec 4 2013 05:32pm)

I will try to post my exact issue in here later. I just think posting my entire code in here is a little bit too much...


don't post your entire code. just post what your issue is and the relevant code. do you have a compile error? null pointer exception? or are you having problems understanding the directions? problems understanding how to design it?
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll