Started 2 weeks, 1 day ago (2009-10-30 16:18:00)
by jwdonahue
A very crude way to accomplish what you are trying to do is to fill a table with
random numbers, then if your player has lots of good karma coming their way, throw out some number of the lowest or highest values (whichever is beneficial for the conext) and randomly pick one of the remaining values. To get the curve towards the middle you would throw out some number of highest and ...
Started 5 days, 18 hours ago (2009-11-09 15:14:00)
by jwdonahue
Compiere used to be fairly popular back around the
turn of the century. Not sure what's hottest these days.
http://en.wikipedia.org/wiki/List_o...ftware_packa ges
Started 1 week, 4 days ago (2009-11-03 15:55:00)
by jwdonahue
Oh that's a big topic. What
programming language are you using?
Started 1 week, 4 days ago (2009-11-04 08:26:00)
by MrFujin
Quote:
Most of these use cases are not in format of a flow of operations between the actor and the system. Most of them are actually a list of phrase-like requirements, such as When the user left-click on a button, it
must change its graphics (for example, show as pressed), providing a visible feedback to the user
if i put it up like this:
USER: click ...
Started 1 week, 3 days ago (2009-11-05 03:24:00)
by DevCoach
IMHO
inheritance is often overused by people new to OO design. In this sort of situation delegation is often better.
I would have a separate PaymentPolicy class that the Project class can have as an attribute. This would then be subclassed into FixedPricePolicy and PayAsYouGoPolicy (and maybe others in the future). This class heirarchy would handle anything to do with payment....
Started 1 week, 6 days ago (2009-11-02 05:14:00)
by danieltooop
Started 3 months, 2 weeks ago (2009-07-29 09:54:00)
by jzd
I don't have time to look to closely, but the only comment I have from a quick look is that you don't need your
Point class. Just use the one that is already in Java.
Started 2 weeks, 3 days ago (2009-10-28 23:32:00)
by jwdonahue
You should ask that question of the persons responsible for the
Diablo game forum(s). Perhaps the site owners could tell you what site software they are using? Maybe you go read the docs for that site software?
Maybe we all get real lucky and a big rock lands on a spammer's head soon
Started 3 weeks, 4 days ago (2009-10-20 11:03:00)
by jimbobstrangemo