(install python)
$ pip install requests
$ python robo_submit.py| :s/#\([a-z]\)/# \1/g | |
| " replaces: | |
| " #test | |
| " with: | |
| " # test | |
| # to comply with pep8 (inserts space) |
| #hinted from | |
| # https://stackoverflow.com/questions/16279441/image-show-wont-display-the-picture#answer-31596116 | |
| (mlenv) rui@rui-chai:~/mlenv/lib/python3.6/site-packages/PIL$ $ which python | |
| /home/rui/mlenv/bin/python | |
| rui@rui-chai:~/mlenv/lib/python3.6/site-packages/PIL$ $ vi ImageShow.py | |
| class DisplayViewer(UnixViewer): | |
| def get_command_ex(self, file, **options): |
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
| # for examples | |
| # If not running interactively, don't do anything | |
| case $- in | |
| *i*) ;; | |
| *) return;; | |
| esac |
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |
| 1https://stackoverflow.com/questions/26740113/virtualbox-shared-folder-permissions#26981786 | |
| sudo adduser yourusername vboxsf | |
| screenshot producing only black screen - disable 3d accel |
| \usepackage{graphicx} | |
| \usepackage{float} | |
| \usepackage{subfig} | |
| \begin{figure}[htbp] | |
| \centering | |
| \subfloat[ a caption | |
| ]{% | |
| \includegraphics[width=0.35\linewidth]{image.png}% |
IMPORTANT: Due to a large number of applications, as the deadline approaches, server traffic may slow your ability to upload files and submit. For that reason, we strongly recommend that you submit your application well in advance of the deadline. We cannot consider requests for extensions for anyone who is unable to submit by the deadline.
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |