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
~161 People Reached
Favorite Tags
Member Avatar for krazineurons

Hi friends, i have an idea of writing a subtitle crawler for the movies stored on my harddisk. however i run on gprs and net is very slow. so i had this idea, that i write a web application or a script and host it on a webserver on the …

0
11
Member Avatar for krazineurons

hi friends! i was searching for a base conversion script in python when i was stumped with the following code snippet [code language=python] >>> number = 1000 >>> hex2bin = {"0":"0000", "1":"0001", "2":"0010", "3":"0011", "4":"0100", "5":"0101", "6":"0110", "7":"0111", "8":"1000", "9":"1001", "A":"1010", "B":"1011", "C":"1100", "D":"1101", "E":"1110", "F":"1111"} >>> "".join([hex2bin[h] for h …

Member Avatar for krazineurons
0
150