From a8132e68fb5460da43dc9646ad7f423d6be03982 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Sun, 23 Mar 2025 13:42:30 -0400 Subject: [PATCH] vault backup: 2025-03-23 13:42:30 --- .sessions/Rust_Learning.vim | 6 +++--- .sessions/nvim_config.vim | 16 ++++++++-------- .../bin-guessing_game | 1 + .../bin-guessing_game.json | 1 + .../invoked.timestamp | 1 + .../invoked.timestamp | 1 + .../test-bin-guessing_game | 1 + .../test-bin-guessing_game.json | 1 + 900s Calendars/Learning/2025-03-23 Rust.md | 5 +++-- 9 files changed, 20 insertions(+), 13 deletions(-) create mode 100644 3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/bin-guessing_game create mode 100644 3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/bin-guessing_game.json create mode 100644 3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/invoked.timestamp create mode 100644 3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/invoked.timestamp create mode 100644 3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/test-bin-guessing_game create mode 100644 3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/test-bin-guessing_game.json diff --git a/.sessions/Rust_Learning.vim b/.sessions/Rust_Learning.vim index d71d9d82..f4351f32 100644 --- a/.sessions/Rust_Learning.vim +++ b/.sessions/Rust_Learning.vim @@ -15,7 +15,7 @@ else endif badd +1 ~/Documents/Dane\'s\ Vault/3-99\ Research/Rust/Chapter\ 2\ -\ Guessing\ Game.md badd +1 Cargo.toml -badd +15 src/main.rs +badd +10 src/main.rs argglobal %argdel edit src/main.rs @@ -49,11 +49,11 @@ setlocal fdn=20 setlocal fen silent! normal! zE let &fdl = &fdl -let s:l = 15 - ((14 * winheight(0) + 32) / 64) +let s:l = 10 - ((9 * winheight(0) + 32) / 64) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt -keepjumps 15 +keepjumps 10 normal! 0 wincmd w argglobal diff --git a/.sessions/nvim_config.vim b/.sessions/nvim_config.vim index ea46ada5..a1e875fd 100644 --- a/.sessions/nvim_config.vim +++ b/.sessions/nvim_config.vim @@ -13,13 +13,14 @@ if &shortmess =~ 'A' else set shortmess=aoO endif -badd +16 ~/Documents/Dane\'s\ Vault/3-99\ Research/VIM/Folding.md -badd +1 custom/plugins.lua -badd +82 ~/.config/nvim/lua/custom/configs/lspconfig.lua -badd +1 NvimTree_1 +badd +248 custom/plugins.lua +badd +3 ~/.config/nvim/lua/custom/configs/lspconfig.lua +badd +49 custom/mappings.lua +badd +4 custom/configs/rust-tools.lua +badd +28 custom/language_specific_commands/rust.lua argglobal %argdel -edit ~/.config/nvim/lua/custom/configs/lspconfig.lua +edit custom/language_specific_commands/rust.lua argglobal balt custom/plugins.lua setlocal fdm=manual @@ -32,11 +33,11 @@ setlocal fdn=20 setlocal fen silent! normal! zE let &fdl = &fdl -let s:l = 82 - ((48 * winheight(0) + 32) / 64) +let s:l = 28 - ((27 * winheight(0) + 32) / 64) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt -keepjumps 82 +keepjumps 28 normal! 0 tabnext 1 if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' @@ -51,7 +52,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 : diff --git a/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/bin-guessing_game b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/bin-guessing_game new file mode 100644 index 00000000..6b6a1373 --- /dev/null +++ b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/bin-guessing_game @@ -0,0 +1 @@ +f57572a25f78cd0a \ No newline at end of file diff --git a/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/bin-guessing_game.json b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/bin-guessing_game.json new file mode 100644 index 00000000..7d02bace --- /dev/null +++ b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/bin-guessing_game.json @@ -0,0 +1 @@ +{"rustc":6294317376553613522,"features":"[]","declared_features":"[]","target":6009296739970659531,"profile":5601947868832436996,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/guessing_game-aedaf391bae0474b/dep-bin-guessing_game","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/invoked.timestamp b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/invoked.timestamp new file mode 100644 index 00000000..e00328da --- /dev/null +++ b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-aedaf391bae0474b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/invoked.timestamp b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/invoked.timestamp new file mode 100644 index 00000000..e00328da --- /dev/null +++ b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/test-bin-guessing_game b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/test-bin-guessing_game new file mode 100644 index 00000000..2d3d063b --- /dev/null +++ b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/test-bin-guessing_game @@ -0,0 +1 @@ +9791e1f5623d74a5 \ No newline at end of file diff --git a/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/test-bin-guessing_game.json b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/test-bin-guessing_game.json new file mode 100644 index 00000000..d6157c48 --- /dev/null +++ b/3-99 Research/Rust/guessing_game/target/debug/.fingerprint/guessing_game-ea4a00a895994813/test-bin-guessing_game.json @@ -0,0 +1 @@ +{"rustc":6294317376553613522,"features":"[]","declared_features":"[]","target":6009296739970659531,"profile":11983525691607113661,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/guessing_game-ea4a00a895994813/dep-test-bin-guessing_game","checksum":false}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/900s Calendars/Learning/2025-03-23 Rust.md b/900s Calendars/Learning/2025-03-23 Rust.md index 547bfbae..1b93b9a3 100644 --- a/900s Calendars/Learning/2025-03-23 Rust.md +++ b/900s Calendars/Learning/2025-03-23 Rust.md @@ -1,8 +1,9 @@ --- title: Rust allDay: false -startTime: 07:30 -endTime: 09:00 +startTime: 13:00 +endTime: 14:30 date: 2025-03-23 completed: null +type: single ---