Top "Voting" questions

Prompt user to rate an Android app inside the App

In my Android app, I want to prompt the user at some point of time to rate the app in …

android user-input rating voting
Stopping users voting multiple times on a website

I'm planning to add some vote up/vote down buttons to a website I run. This seems easy enough but …

security voting
Django Vote Up/Down method

I am making a small app that lets users vote items either up or down. I'm using Django (and new …

python django voting
Practical applications of homomorphic encryption algorithms?

It appears there there were interesting things going on in cryptography: the first homomorphic encryption scheme appeared recently (explanation, HT). …

security encryption cryptography privacy voting
Voting in MongoDB

An odd number set is recommended. My doubt is as one goes down from an odd set, we have an …

mongodb voting voting-system
405 error on django ajax POST

I have a model with a integer field wich will increment on user click, like a "vote this" button. The …

django django-views voting http-status-code-405