Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~986 People Reached
Member Avatar for mbehnaam

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.

Member Avatar for rubberman
0
819
Member Avatar for mbehnaam

[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 …

Member Avatar for TrustyTony
0
167