Saturday

Android: Move your installed App from the tablet to the SD Card

+ Tap on Home key
+ Go to home screen bottom bar, tap on action overflow icon
+ Select System settings
+ On the left menu, select Apps
+ Select any app, for example, Kingsoft Office
+ Tap on "Move to SD card" button

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...