; May 2014 | Michael Ian Lapsley

Adding pdf to Google site

It is difficult to properly display a pdf on a google site. The best solution I have found is using a file cabinet and linking to the pdf directly. Then the browser will open it. This was the only way to view a pdf on my site, on a browser. Create a file cabinet page: New page, file cabinet template. Load the pdfs to be displayed on the file cabinet page.  The url to display a pdf...

Creating Octave standalone distributable for the focus checking program.

Followed this process: http://stackoverflow.com/questions/3843522/how-do-i-create-a-simple-octave-distributable-without-installing-octave (I did not need the change to file_in_path.m) Created embedded.cc and modified it for my particular m file Ran embedded.cc to create embedded.exe mkoctfile --link-stand-alone embedded.cc -o embedded Created an executable folder to contain all of the...