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.
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))
प्रामाणिक (ला)कोड तोड्या
कलियुगातील गोष्ट आहे.
या links वर गेले कि खालील प्रमाणे मराठी लिहिता करता येते :
समजा आता मला लिहायचे आहे कि : -
"मी महाराष्ट्रीय आहे."
तर मला इंग्रजी मधून फक्त खालील प्रमाणे लिहावे लागेल : -
"me maharashtriy aahe."