Wednesday

Warnings in the Android's Mobile Phone and Device Manual

Notes:
+ Do not use a screen protector because this causes sensor malfunctions.

+ Do not allow water to contact the touch screen. The touch screen may malfunction in humid conditions or when exposed to water.
+ Do not use your device while it is charging. Doing so may cause electric shock.
+
To lower your risk of hearing damage, do not listen at high volumes for long periods of time.

No comments:

Measure execution time with Julia, example using sorting algorithms

# random integers between 1 and 100 inclusive, generate thousands of them x = rand ( 1 : 100 , 100000 ) @time sort (x; alg=InsertionSort, r...