Sunday

How to send a file from your mobile phone to the notebook computer using bluetooth?

+ Turn on the mobile phone bluetooth device.
+ Turn on the notebook bluetooth device.
+ Right click the bluetooth icon which appear on the bottom right taskbar notification to open bluetooth pop up menu.

 
+ From the bluetooth pop up menu, select "Receive a File".
+ Send a file from the mobile phone.

Caveat:
Easy by using micro USB cable for data management

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