'Vote for deletion' feature in online photo albums

Frequently I face following problem.
I have few hundreds of photos which you uploaded on Flickr or Picasaweb. Few photos are good few are ok and few are bad. It need to remove the bad photos.

It would be great if there is voting for each photo which will mark it for deletion. And then depending on the percent votes or number of votes, delete the photos automatically.

Some Python S60 code snippets...

Get Python S60

How to call?

import telephone
telephone.dial(str(number))

How to hang up?

import telephone
try:
    telephone.hang_up()
except:
    pass

How to give miss call?

import telephone
def my_call_back(param):
    if param[0] == telephone.EStatusConnecting:
        telephone.hang_up()
telephone.call_state(my_call_back)
# my_call_back fuction will be called whenever there is state change
telephone.dial(str(number))

कलियुगातील प्रामाणिक (ला)कोड तोड्या

प्रामाणिक (ला)कोड तोड्या

कलियुगातील गोष्ट आहे.

Which is more appropriate solution for Pune's traffic??

Obey Traffic Rules
50% (1 vote)
To increase no. of local busses
50% (1 vote)
To have metro....(!!:O!!)
0% (0 votes)
Any other...
0% (0 votes)
Total votes: 2

मराठीतून लिहिण्याचे सोपे पर्याय:

  • http://www.google.com/transliterate/indic/Marathi
  • http://www.quillpad.com/marathi/editor.html
  • या links वर गेले कि खालील प्रमाणे मराठी लिहिता करता येते :
    समजा आता मला लिहायचे आहे कि : -
    "मी महाराष्ट्रीय आहे."
    तर मला इंग्रजी मधून फक्त खालील प्रमाणे लिहावे लागेल : -
    "me maharashtriy aahe."

    Syndicate content