Wednesday

How to open two windows of the same pdf file?

+ Click a pdf file to open the Adobe Reader program.
+ Click on the program Menu > Window > New Window. Done.

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