This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from __future__ import division, print_function | |
import sys | |
import numpy as np | |
import viscid | |
# from viscid.plot import vpyplot as vlt | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vimrc | |
" Part of AbsoluteVimrc at https://github.com/KristoforMaynard/AbsoluteVimrc | |
" ~Kristofor Maynard | |
" | |
" Listing of mappings and commands found by using 'help AbsoluteVimrc' | |
set ruler | |
set autoindent |
OlderNewer