Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Software Design | Forum profile

Forum profile page for Software Design on http://www.devshed.com. This report page is the aggregated overview from a single forum: Software Design, located on the Message Board at http://www.devshed.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Software Design" on the Message Board at http://www.devshed.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Dev Shed Forums - Open Source web development - Software Design (site profile, domain info devshed.com)
Title: Software Design
Url: http://forums.devshed.com/software-design-43/
Users activity: 23 posts per thread
Forum activity: 10 active threads during last week
 

Posting activity on Software Design:

  Week Month 3 Months
Threads: 10 30 75
Post: 22 63 171
 

Software Design Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
DevCoach
5
user's latest post:
Enterprise Resource Planning...
Published (2009-11-09 18:56:00)
OpenERP is an open source suite of ERP programs written in Python. It is built on top of the OpenObject framework. I have not used it so I don't know how good it is, but from the website it looks pretty comprehensive. Dave
JulianRead101
3
user's latest post:
OO Design Question
Published (2009-11-05 04:04:00)
Thanks for the reply, that makes a lot of sense. I will look into implementing it now.
jwdonahue
3
user's latest post:
Enterprise Resource Planning...
Published (2009-11-09 15:14:00)
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_packages
Dankles
2
user's latest post:
Program Design Help
Published (2009-11-07 13:41:00)
Thanks a billion guys. Looks like i have a few new books to load in the shopping cart.
drgroove
2
user's latest post:
Enterprise Resource Planning...
Published (2009-11-10 11:27:00)
Quote: Originally Posted by 086kerry Can anyone tell me want good ERP Systems are on the market apart from SAP? I hear a lot of buzz about Open Bravo , but haven't personally used it.
Lux Perpetua
2
user's latest post:
Weighted Random Theory
Published (2009-11-12 03:50:00)
Quote: Originally Posted by Farzan Yazdi My problem is that I want to generate my random numbers according to a Gaussian Bell Function, let's say the standard one e^(-((x-2)^2)/2). But I just don't know how to calculate the indefinite integral of that. For good reason - it can't be done with elementary functions. The Box-Muller transform is an easy way to generate standard normal deviates. (The link gives you some alternatives...
Barriebyrnes
1
user's latest post:
Program Design Help
Published (2009-11-04 02:21:00)
Program design is really important for all. Its design attract everybody for your program. People always interested in good design program.
MrFujin
1
user's latest post:
Requirements and Estimates for...
Published (2009-11-04 08:26:00)
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 left mouse button SYSTEM: change its graphics (show as pressed) SYSTEM: provide visible...
darthc
1
user's latest post:
Requirements and Estimates for...
Published (2009-11-04 07:25:00)
Hello! I work for a big software company, which I will not reveal to avoid image issues. A division of this company is now using RUP and UML since 2005 (four years). Now this division is on a task of building an application framework, so other applications can be developed upon it. This framework must provide well documented components and APIs, with stable features and requirements, so that it can evolve without breaking applications written...
086kerry
1
user's latest post:
Enterprise Resource Planning...
Published (2009-11-09 11:06:00)
Can anyone tell me want good ERP Systems are on the market apart from SAP?
 

Latest active threads on Software Design::

Dev Shed Forums - Open Source web development
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 ...
Thread:  Show this thread (4 posts)   Thread info: Weighted Random Theory Size: 509 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Weighted Random Theory :: Software Design :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
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
Thread:  Show this thread (5 posts)   Thread info: Enterprise Resource Planning Systems Size: 337 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Enterprise Resource Planning Systems :: Software Design :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
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?
Thread:  Show this thread (9 posts)   Thread info: Program Design Help Size: 120 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Program Design Help :: Software Design :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
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 ...
Thread:  Show this thread (4 posts)   Thread info: Requirements and Estimates for Application Frameworks Size: 1,494 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Requirements and Estimates for Application Frameworks :: Software Design :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
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....
Thread:  Show this thread (5 posts)   Thread info: OO Design Question Size: 943 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: OO Design Question :: Software Design :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 week, 6 days ago (2009-11-02 05:14:00)  by danieltooop
Thread:  Show this thread (4 posts)   Thread info: Client/Server Application in Windows Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Typical applications include:

* CAS Simulator - complete simulation of any CAS protocol
* Intrusive / Non-Intrusive T1/E1 Testing... :: Software Design :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
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.
Thread:  Show this thread (9 posts)   Thread info: Analysis of my program Size: 223 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Analysis of my program :: Software Design :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
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
Thread:  Show this thread (5 posts)   Thread info: Mass Contact Messenger for Forums Size: 468 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Mass Contact Messenger for Forums :: Software Design :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 3 weeks, 4 days ago (2009-10-20 11:03:00)  by jimbobstrangemo
Thread:  Show this thread (5 posts)   Thread info: Accessible dictionary for C++ Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Accessible dictionary for C++ :: Software Design :: Dev Shed Forums - Open Source web development"
 

Hot threads for last week on Software Design::

Software Design
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
Thread:  Show this thread (5 posts)   Thread info: Enterprise Resource Planning Systems Size: 337 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Enterprise Resource Planning Systems :: Software Design :: Dev Shed Forums - Open Source web development"
Software Design
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?
Thread:  Show this thread (9 posts)   Thread info: Program Design Help Size: 120 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Program Design Help :: Software Design :: Dev Shed Forums - Open Source web development"
Software Design
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 ...
Thread:  Show this thread (4 posts)   Thread info: Weighted Random Theory Size: 509 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Weighted Random Theory :: Software Design :: Dev Shed Forums - Open Source web development"