Click here to Skip to main content
15,886,919 members

Comments by Member 10193953 (Top 4 by date)

Member 10193953 21-May-15 2:11am View    
Test different time zones

5 attempted average value
Python 2.7: 4.6
Python 3.3: 8.4
Member 10193953 21-May-15 1:52am View    
w = open("temp.txt", 'a') --> w = open("temp.txt", 'w')
Changes to the source , which was the test shown above .

5 attempted average value
Python 2.7: 4.0
Python 3.3: 7.2
Member 10193953 7-Jan-15 4:38am View    
thank you!!
Member 10193953 7-Jan-15 4:38am View    
Deleted
CheckSum += cpBuffer[i];
if (i < BodyLength -1)
CheckSum += cpBuffer[i+1] << 8;

thank you!!