edited journal
This commit is contained in:
parent
e97bcb3b9b
commit
05bbb6c87f
@ -28,12 +28,12 @@ setlocal fdn=20
|
||||
setlocal fen
|
||||
silent! normal! zE
|
||||
let &fdl = &fdl
|
||||
let s:l = 116 - ((57 * winheight(0) + 33) / 67)
|
||||
let s:l = 117 - ((50 * winheight(0) + 29) / 58)
|
||||
if s:l < 1 | let s:l = 1 | endif
|
||||
keepjumps exe s:l
|
||||
normal! zt
|
||||
keepjumps 116
|
||||
normal! 028|
|
||||
keepjumps 117
|
||||
normal! 0
|
||||
tabnext 1
|
||||
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||
silent exe 'bwipe ' . s:wipebuf
|
||||
|
||||
@ -3,7 +3,7 @@ let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-
|
||||
let v:this_session=expand("<sfile>:p")
|
||||
silent only
|
||||
silent tabonly
|
||||
cd ~/Documents/Dane\'s\ Vault/9999\ Personal/Journal
|
||||
cd ~/Documents/Dane\'s\ Vault
|
||||
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
|
||||
let s:wipebuf = bufnr('%')
|
||||
endif
|
||||
@ -13,11 +13,13 @@ if &shortmess =~ 'A'
|
||||
else
|
||||
set shortmess=aoO
|
||||
endif
|
||||
badd +16 ~/Documents/Dane\'s\ Vault/5\ Thesis/4\ Meetings/DGC_DAS_328.md
|
||||
badd +16 5\ Thesis/4\ Meetings/DGC_DAS_328.md
|
||||
badd +4 5\ Thesis/5\ Resources/Literature_Reviews/A\ Review\ of\ Formal\ Methods\ applied\ to\ Machine\ Learning.md
|
||||
argglobal
|
||||
%argdel
|
||||
edit ~/Documents/Dane\'s\ Vault/5\ Thesis/4\ Meetings/DGC_DAS_328.md
|
||||
edit 5\ Thesis/5\ Resources/Literature_Reviews/A\ Review\ of\ Formal\ Methods\ applied\ to\ Machine\ Learning.md
|
||||
argglobal
|
||||
balt 5\ Thesis/4\ Meetings/DGC_DAS_328.md
|
||||
setlocal fdm=manual
|
||||
setlocal fde=0
|
||||
setlocal fmr={{{,}}}
|
||||
@ -28,12 +30,12 @@ setlocal fdn=20
|
||||
setlocal fen
|
||||
silent! normal! zE
|
||||
let &fdl = &fdl
|
||||
let s:l = 16 - ((15 * winheight(0) + 30) / 60)
|
||||
let s:l = 13 - ((12 * winheight(0) + 36) / 73)
|
||||
if s:l < 1 | let s:l = 1 | endif
|
||||
keepjumps exe s:l
|
||||
normal! zt
|
||||
keepjumps 16
|
||||
normal! 080|
|
||||
keepjumps 13
|
||||
normal! 0
|
||||
tabnext 1
|
||||
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||
silent exe 'bwipe ' . s:wipebuf
|
||||
@ -47,7 +49,6 @@ if filereadable(s:sx)
|
||||
endif
|
||||
let &g:so = s:so_save | let &g:siso = s:siso_save
|
||||
set hlsearch
|
||||
nohlsearch
|
||||
doautoall SessionLoadPost
|
||||
unlet SessionLoad
|
||||
" vim: set ft=vim :
|
||||
|
||||
@ -18,5 +18,3 @@ The quick brown fox jumps over the lazy dog. The dog stays blissfully asleep. :)
|
||||
Questions to answer
|
||||
a) How much time does it actually take to send the value back to the controller?
|
||||
b) Can you actually read bit by bit for these things?
|
||||
d
|
||||
|
||||
|
||||
@ -11,4 +11,3 @@ This review seems to talk a good bit about that.
|
||||
than other types of programming. Things such as computer vision and decision
|
||||
making are very difficult to program manually relative to their ML counterpart.
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
# What should I do about my PhD?
|
||||
---
|
||||
|
||||
The quick brown fox jumps over the lazy dog. The dog stays blissfully asleep. :)
|
||||
|
||||
This time, I'm actually going to begin writing a journal. I feel like I have a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user