|
Using StackOverflow itself as an example, if you had any such system where entries were voted and viewed in order of rank based on this, how do you compensate to sort newer entries fairly? That is, if ten bad answers are given and upvoted, how do you ...
Started by ironfroggy on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You could add 10 "virtual upvotes....
As your "bad" answers have been upvoted and so, by the rules of your site, should appear higher when ordered by rank .
Or an "Unanswered" section - using StackOverflow as an example .
Provide a "Sort by Newest" function.
|
|
Let me say i know NOTHING about nhibernate except its for databases. I am doing a fairly small project, should i learn nhibernate?
I guess i have 4 questions
Is using a nhibernate overkill in a small project? What should i NOT use nhibernate for? if i...
Started by acidzombie24 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It certainly doesn't hurt to learn nhibernate but it might be a bit of overkill for a ... .
Why not start using nhibernate on a small project? This is a good way to learn it without the additional complication and stress of learning it on a large project .
|
|
Possible Duplicate:
Should developers be specialists or generalists?
I recently graduated and I am now a web developer. During my personal projects and past professional experiences I got to learn a lot of web languages and frameworks, from PHP to ASP...
Started by marcgg on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
Learn a couple of languages well (preferrably fairly are most comfortable using, and are ....
Of other languages, or be fairly good in a lot of languages but not be outstanding in any to be a jack of all trades, and master of one or two.
|
Ask your Facebook Friends
|
Hey there
I recently graduated and joined up with an old friend of mine, a previous ebay power seller, in business. I've come up with a pretty novel ecommerce idea and with a somewhat makeshift office and perhaps a few thousand pounds of startup capital...
Started by zenna on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This sort of question is likely....
Don't depend on any verbal agreements or implicit understandings, because those are sure to go awry .
You'll avoid a lot of hard feelings that way.
Whatever you do, write it down and get everyone to sign it .
Get a lawyer.
|
|
I am entering into a venture between myself and 2 other people:
A) Programmer - Me
B) Business guy 1 - long time former client and somewhat of a friend, lots of industry contacts....it was his idea initially.
C) Business guy 2 - wealthy, industry insider...
Started by tbone on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
On top of that, any agreement....
Why not work together.
What the hell is wrong with one third each ? Fair, equitable, easy.
You're going to be doing most of the work, and contributing greatly needed to ensure success .
That you think it's fair.
|
|
Ive got a bunch of rectangular objects which I need to pack into the smallest space possible (the dimensions of this space should be powers of two).
I'm aware of various packing algorithms that will pack the items as well as possible into a given space...
Started by Fire Lancer on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm fairly certain that this is a NP problem, so you'd have to implement a backtracking algorithm.
|
|
I am writing a script to reverse all genders in a piece of text, so all gendered words are swapped - "man" is swapped with "woman", "she" is swapped with "he", etc. But there is an ambiguity as to whether "her" should be replaced with "him" or "his".
Started by katie on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
You could probably....
I will address regex, since, figuring out how big of a neighborhood to use and how to calculate the probabilities is a fair bit of work.
There are many ways to do that, but none would qualify as “fairly simple”, I think.
|
|
What would be my best option for a minor? Graphic Design?....
Answer Snippets (Read the full thread at stackoverflow):
Should study the fairly young field of Human Computer Interaction
Jeff Atwood has a recommended.
|
|
I have a project for school where I have to come up with an algorithm for scheduling 4 teams to play volleyball on one court, such that each team gets as close to the same amount of time as possible to play.
If you always have the winners stay in and ...
Started by stu on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
(in most sports leagues in Europe, all teams play against all other teams a couple of times during a season)
well you should play 1-2 3-4, 1-3 2-4, 1-4 2-3 and then start all over again.... .
Pretend it's a small sports league, and repeat the "seasons".. .
|
|
I am rewriting some of sites in MVC.
I am concerned about old links out there, some I know about and some I don't.
I am looking for suggestions and code sample on how to make sure that my known and unknown links are not dead. What are your choices?
I ...
Started by Picflight on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://weblogs.asp.net/scottgu/archive/2007/12/03/asp-net-mvc-framework-part-2-url....
Have a look at this article - http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
SUMMARY:Tip/Trick: Url Rewriting with ASP.NET .
|