|
If you want to make jokes about scenarios or comment on reviews or something, make a thread in the regular BoA forum, not a ratings post. Ratings posts are ratings posts. The goal is to help players figure out which scenarios to play, and to give designers...
Started by Kelandon on
, 26 posts
by 13 people.
Answer Snippets (Read the full thread at spiderwebforums):
|
|
I would like to know your thoughts on the ratings system on community.ni.com.
I recently posted news on the site regarding this ratings functionality , and I would like to know what people think about the ratings system.
Should we use the statistical ...
Started by ColinAE on
, 10 posts
by 6 people.
Answer Snippets (Read the full thread at ni):
If someone tries it and they do not like, they ... .
Brainstorming on the ratings system on community.ni.com, are we not?
The idea is to encourage people to shareI advocate dropping the ratings completely! 1) The example code is FREE.
|
|
SAE hose ratings & Viton hose cost ratings & useage??? I spent the better part of the day searching the net trying to determine what fuel hose should be used & I know less now then when I started. The only thing I have learned is the cost of the so called...
Started by Crankme69 on
, 12 posts
by 5 people.
Answer Snippets (Read the full thread at thetruckstop):
While much of the fuel lines are rigid tube,
sections of it are made of rubber .
If I have to spend $12 a foot I will be looking for alternatives, and to the fuel injection
system.
For info on the rubber hose ratings.
|
Ask your Facebook Friends
|
Post ratings have replaced the default like system.
There are 3 positive, 3 neutral and 3 negative ratings.
The ratings are loosely arranged from best to worst.
Started by DRE on
, 17 posts
by 2 people.
Answer Snippets (Read the full thread at the8thlegion):
Where's the dislike button for this garbage post? Let's Split .
, 3 neutral and 3 negative ratings.
|
|
Let's say I create a site to rank doctors/lawyers based on reviews/ratings by people who have used their services.
How do I prevent that constituency from logging on, creating fake accounts and adding fake reviews/ratings to say how awesome they are in...
Started by Karl on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
For the sake of transparency, these comments should be allowed that you log all the information to prove that... .
Develop your system so that particular IP can't be used again for a few hours?
Comments is probably trying to break the system.
|
|
I've been looking at building a 'people who like x, also like y' type recommendation system, and was looking at using Vogoo, but after looking through their code it seems there is a lot of nearest neighbor based on ratings.
Over the last few weeks I've...
Started by pedalpete on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For the YouTube example, instead of just looking at the star ratings, also to the 'questionable' value of user based ....
Filtering-php/
However, without having any ratings already in the system, and due the amount of data you have.
|
|
Before I post my questions & suggestions, yes, I searched the forums and the rest of the Web high and low for answers, but didn't find anything particularly useful.
My highest-priority request is to be able to require a customer be logged in before leaving...
Started by TraderDan on
, 9 posts
by 2 people.
Answer Snippets (Read the full thread at opencart):
I think it would be easier for you to create a system that would round to the nearest the actual ratings? I feel I'm finally beginning to understand the store's architecture, but I can't seem with the stars ....
Of the rating images.
|
|
I'm considering using CouchDB for an upcoming site, but I'm a little confused as far as far as how to implement a system of user ratings for the site. Basically, each item of content can be rated by a given user. What way of doing this makes the most ...
Started by Andrew Cholakian on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's a thought 'reading' ratings to display ....
I think you've got the right idea.
I was adding article ratings to my blog and decided to use CouchDB to store the ratings themselves.
Situation (although simpler than your example).
|
|
Instead of rating items with grades from 1 to 10, I would like to have 1 vs 1 "fights". Two items are displayed beside each other and you pick the one which you like more. Based on these "fight" results, an algorithm should calculate ratings for each ...
Answer Snippets (Read the full thread at stackoverflow):
Algorithm )
How are the ratings calculated? How do you decide which film is on the first place works so well because it "pulls" ratings toward the mean, so ratings above the mean are slightly decreased, ratings below the ....
|
|
Hi folks
OK - I'll get straight to the point - here's the PHP code in question:
<h2>Highest Rated:</h2> <?php // Our query base $query = $this->db->query("SELECT * FROM code ORDER BY rating DESC"); foreach($query->result() as $...
Started by Jack W-H on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
<?php $query = $this->db->query("SELECT * FROM code ORDER BY rating DESC"); foreach($query->result() as $row) { $this->db->query("SELECT email FROM users WHERE id = ".$row->....
You should go back to the drawing board completely.
|