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
Ranked #4K
~372 People Reached
Interests
Programming, traveling
Favorite Forums
Favorite Tags
Member Avatar for Walara

Hi, I have a usb-memory stick. I want to verify if the advertized size of the usb-sick is correct. I know a program from 360.cn that can do this in about 2 minutes(8 gb stick). But it is not a standalone program. I also know H2testw, but it is very …

Member Avatar for Walara
0
148
Member Avatar for scubastevie

Hey all, I am working on learning python, I have a question about lists. When I call Variable x to equal numbers from a text file, I am getting the file returned in multiple lists. with open('numbers.txt') as f: for item in f: n = item.split() print (n) I end …

Member Avatar for Lucaci Andrew
0
224