No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I would like to lock an application (e.g. Microsoft Word) with a usb flash memory. When that flash memory is available in one of the usb ports, the application is allowed to run. Otherwise, prevent the application to run. It should be protected from coping/duplicating as well. | |
[B]Hi, I am beginner in Python and I'm looking for a method to write to a file by using Index. This is my program:[/B] ************************************************************** infile = open("land1.txt","r") outfile = open('out.txt', 'w') text = infile.read() infile.close() search = "<CgPoint" found=text.find(search) while found > -1: print search, "found at location", found … |
The End.