Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
21answers
2k views

most professional way to tell a developer they are no good [closed]

What is the most professional way to break it to a developer that they're not very good? I haven't been a developer for as long as some of the others out there. But I have already had to deal with ...
4
votes
2answers
341 views

Weighted voting system with karma

This question is more logic than programming at the moment.. once I understand what algorithm(s) I need to use I'll be looking into how to implement it. I've got a list of items in a database that ...
3
votes
2answers
436 views

Calculating normalized karma

How could I calculate a normalized value of karma (value between 0 and 1), from the karma of users in my system? The normalized value should reflect the value of the user's karma relative to all ...
2
votes
1answer
420 views

Karma/Reputation Plugin for Ruby on Rails?

I am looking for a karma (reputation) plugin or gem for Ruby on Rails. Preferably one that was integrated many of the best practices and research around the topic of community management & ...
2
votes
1answer
360 views

Karma System in a Django Project

I need to implement a Karma System for moderating users. I am working with the great Django Framework and looking for an existing application for that. Any suggestion? Thx a lot!
2
votes
3answers
342 views

Normalizing achievements with multiple sources

I'm looking for a good algorithm recommendation. I have Users and Achievements. Users create Achievements and then give them to other Users. Associated with each Achievement is the point value that ...
1
vote
0answers
129 views

Open source Karma system

I'm looking for an open source (stand alone) Karma system that I could include in our project (best if in PHP or Java). I haven't looked into slashcode yet but it seems that the karma system is not ...
0
votes
4answers
69 views

MySQL “NOT IN” / “LEFT JOIN” giving an error

I wanted to write additional query to phpbb3 karma mod which checks that a user can't give karma to same person before he hasn't given karma to 3 other persons. But i'm receiving error in my SQL ...