Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
1k views

What is the best algorithm to calculate the most scored item?

I have an music items that are scored by users between 1 to 5, and I need a formula to get the 5 most scored items. But obviously an item that get 3.5 average score from 1000 different users will be ...
3
votes
2answers
81 views

Fair semaphore in python

Is it possible to have a fair semaphore in python, one that guarantees that blocking threads are unblocked in the order they call acquire()?
2
votes
3answers
297 views

Calculate final scores in a game relative to previous scores and other players

Supposing a multi-player game, what you be the fairest way give final scores based on the previous scores of all players. For example, in a two player match, player A having two times the score of ...
1
vote
1answer
96 views

Fair quiz without registration, is it possible in webapp?

I'm going to make simple quiz form on site. Are there ways to make it fair, that nobody vote up multiple times. there are some ways to identify uniqueness of vote with their lacks: Cookies - the ...
1
vote
7answers
211 views

What is a good way to get feedback from a user on a website?

I'm working on a website for my county's fair. I want to allow my visitors to be able to ask me questions by inputing their name, email, and comment in a form like this one: So I guess my real ...
0
votes
0answers
76 views

Using Oracle's code in a C++ project fair use? [closed]

I am continuing work on an engine written in C++ and needed to find the solution to some very simple geometry problems e.g. Distance of a Point from a Line, if two lines intersect, if a line ...