vault backup: 2025-03-25 15:26:10
This commit is contained in:
parent
288ce15fd9
commit
b43968fb0a
@ -0,0 +1,53 @@
|
||||
let SessionLoad = 1
|
||||
let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-1 siso=-1
|
||||
let v:this_session=expand("<sfile>:p")
|
||||
silent only
|
||||
silent tabonly
|
||||
cd ~/Documents/Dane\'s\ Vault/300s\ School/ME\ 2150\ -\ High\ Assurance\ Cyber-Physical\ Systems
|
||||
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
|
||||
let s:wipebuf = bufnr('%')
|
||||
endif
|
||||
let s:shortmess_save = &shortmess
|
||||
if &shortmess =~ 'A'
|
||||
set shortmess=aoOA
|
||||
else
|
||||
set shortmess=aoO
|
||||
endif
|
||||
badd +15 2025-03-25\ Max\'s\ Lecture.md
|
||||
argglobal
|
||||
%argdel
|
||||
edit 2025-03-25\ Max\'s\ Lecture.md
|
||||
argglobal
|
||||
setlocal fdm=manual
|
||||
setlocal fde=0
|
||||
setlocal fmr={{{,}}}
|
||||
setlocal fdi=#
|
||||
setlocal fdl=0
|
||||
setlocal fml=1
|
||||
setlocal fdn=20
|
||||
setlocal fen
|
||||
silent! normal! zE
|
||||
let &fdl = &fdl
|
||||
let s:l = 15 - ((14 * winheight(0) + 30) / 60)
|
||||
if s:l < 1 | let s:l = 1 | endif
|
||||
keepjumps exe s:l
|
||||
normal! zt
|
||||
keepjumps 15
|
||||
normal! 049|
|
||||
tabnext 1
|
||||
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||
silent exe 'bwipe ' . s:wipebuf
|
||||
endif
|
||||
unlet! s:wipebuf
|
||||
set winheight=1 winwidth=20
|
||||
let &shortmess = s:shortmess_save
|
||||
let s:sx = expand("<sfile>:p:r")."x.vim"
|
||||
if filereadable(s:sx)
|
||||
exe "source " . fnameescape(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 :
|
||||
@ -24,6 +24,20 @@ tags: []
|
||||
| Other | |
|
||||
| **TOTAL:** | |
|
||||
## Remarks
|
||||
### Classes
|
||||
- Did NUCE lab reports 7 and 8, and homework 4. Finished midterm for NUCE too.
|
||||
- Got some books from the library:
|
||||
- Modern handbook of sensors
|
||||
- Digitial Signal Processing
|
||||
- Microcontroller book
|
||||
- Learned about some sensor dynamics, interface circuits, ADC successive approximation stuff
|
||||
### Research
|
||||
- Did Rust book chapter 2 and part of 3. It's a bit easier this time around
|
||||
- Fought with pyright for a while. Trying to reorganize endpoint code, but for whatever reason my language server kept shitting its pants saying "YOU DON'T HAVE PyMODBUS INSTALLED!"
|
||||
|
||||
### Service Things
|
||||
- Did the open house
|
||||
- helped the qualifiers
|
||||
## Tasks and Notes From This Past Week
|
||||
>[!abstract] Read Papers
|
||||
>```tasks
|
||||
@ -44,6 +58,13 @@ tags: []
|
||||
|
||||
# This Week's Plan
|
||||
## Remarks
|
||||
### Classes
|
||||
- Project proposal for ME2046
|
||||
- Write some ADC stuff
|
||||
- Keep reading about signal processing
|
||||
### Research
|
||||
- More Rust More Haskell
|
||||
- Keep decomposing and working on SMARTTER
|
||||
|
||||
## Task List
|
||||
>[!todo] Tasks Preview
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user