Tuesday

Google Document: How to set page orientation from Portrait to Landscape mode?

Menu > File > Page setup > Landscape under Orientation section 

Google Internet Apps:
Google Document
Google Presentation
Google Spreadsheet
Google Form
Google Drawing
Connect more apps

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