vault backup: 2025-04-02 15:32:26

This commit is contained in:
Dane Sabo 2025-04-02 15:32:26 -04:00
parent 0d858cf46b
commit 14a126bde3
6 changed files with 25 additions and 33 deletions

View File

@ -15,27 +15,28 @@ else
endif endif
badd +13 Laboratory\ 9.md badd +13 Laboratory\ 9.md
badd +10 Laboratory\ 10.md badd +10 Laboratory\ 10.md
badd +3 lab10.py
argglobal argglobal
%argdel %argdel
edit Laboratory\ 10.md edit lab10.py
argglobal argglobal
balt Laboratory\ 9.md balt Laboratory\ 10.md
setlocal fdm=manual setlocal foldmethod=manual
setlocal fde=0 setlocal foldexpr=0
setlocal fmr={{{,}}} setlocal foldmarker={{{,}}}
setlocal fdi=# setlocal foldignore=#
setlocal fdl=0 setlocal foldlevel=0
setlocal fml=1 setlocal foldminlines=1
setlocal fdn=20 setlocal foldnestmax=20
setlocal fen setlocal foldenable
silent! normal! zE silent! normal! zE
let &fdl = &fdl let &fdl = &fdl
let s:l = 10 - ((9 * winheight(0) + 23) / 47) let s:l = 3 - ((2 * winheight(0) + 25) / 50)
if s:l < 1 | let s:l = 1 | endif if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l keepjumps exe s:l
normal! zt normal! zt
keepjumps 10 keepjumps 3
normal! 027| normal! 0
tabnext 1 tabnext 1
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
silent exe 'bwipe ' . s:wipebuf silent exe 'bwipe ' . s:wipebuf

View File

@ -1,8 +1,8 @@
--- ---
title: Lab Report 9 title: NUCE Hell
allDay: false allDay: false
startTime: 10:00 startTime: 10:00
endTime: 11:00 endTime: 15:00
date: 2025-04-02 date: 2025-04-02
completed: null completed: null
type: single type: single

View File

@ -41,7 +41,7 @@
- [[2025-03-31 NUCE 2113 Homework 5.md]] - [[2025-03-31 NUCE 2113 Homework 5.md]]
- [[2025-03-31 NUCE 2113 Lab 9.md]] - [[2025-03-31 NUCE 2113 Lab 9.md]]
- [[2025-03-31 NUCE 2113 Lab Report 9.md]] - [[2025-03-31 NUCE 2113 Lab Report 9.md]]
- [[2025-04-02 Lab Report 9.md]] - [[2025-04-02 NUCE Hell]]
## Summary ## Summary

View File

@ -1,8 +0,0 @@
---
title: Canonical Talk NSH 3305 CMU
allDay: false
startTime: 12:00
endTime: 13:00
date: 2025-04-02
completed: null
---

View File

@ -1,9 +0,0 @@
---
title: Rust
allDay: false
startTime: 11:00
endTime: 11:30
date: 2025-04-02
completed: null
type: single
---

View File

@ -0,0 +1,8 @@
---
title: Union Obsidian
allDay: false
startTime: 15:00
endTime: 15:30
date: 2025-04-02
completed: null
---