Tuesday

Android: Press Space Bar Twice to Add a Full Stop, one Space and Capitalize the Next Letter

+ Press the Home key
+ Press the Menu key
+ Select Settings > Language and input
+ Under Keyboards and input methods, tap on Samsung keyboard setting (the gear icon)
+ Tap on Advanced
+ Tick the Auto-punctuate box. This will automatically insert a full stop by tapping the space bar twice

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