vault backup: 2025-03-05 11:27:26
This commit is contained in:
parent
4974752f08
commit
7d9d251682
@ -9,7 +9,7 @@ tags:
|
|||||||
[[ Weekly Note 2025-02-17]]
|
[[ Weekly Note 2025-02-17]]
|
||||||
# Summary
|
# Summary
|
||||||
## What's the plan?
|
## What's the plan?
|
||||||
- [ ] Chess Graduate Student Tournament Plan #GSA ⏳ 2025-02-26 📅 2025-02-28
|
- [<] Chess Graduate Student Tournament Plan #GSA ⏳ 2025-02-26 📅 2025-02-28
|
||||||
|
|
||||||
## What's the results!
|
## What's the results!
|
||||||
```tasks
|
```tasks
|
||||||
|
|||||||
@ -9,7 +9,7 @@ tags:
|
|||||||
[[ Weekly Note 2025-02-17]]
|
[[ Weekly Note 2025-02-17]]
|
||||||
# Summary
|
# Summary
|
||||||
## What's the plan?
|
## What's the plan?
|
||||||
- [ ] Homework 2 📅 2025-03-04 ⏳ 2025-02-27 #NUCE2113
|
- [<] Homework 2 #NUCE2113 ⏳ 2025-02-27 📅 2025-03-04
|
||||||
- [-] Fix HW3? #NUCE2113 ⏳ 2025-02-26 📅 2025-02-26 ❌ 2025-03-03
|
- [-] Fix HW3? #NUCE2113 ⏳ 2025-02-26 📅 2025-02-26 ❌ 2025-03-03
|
||||||
|
|
||||||
## What's the results!
|
## What's the results!
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
https://learnyouahaskell.github.io/chapters.html
|
https://learnyouahaskell.github.io/chapters.html
|
||||||
- [x] Chapter 1: Introduction #Haskell ⏳ 2025-02-18 📅 2025-02-12 ✅ 2025-02-19
|
- [x] Chapter 1: Introduction #Haskell ⏳ 2025-02-18 📅 2025-02-12 ✅ 2025-02-19
|
||||||
- [x] Chapter 2: Starting Out #Haskell ⏳ 2025-02-19 📅 2025-02-25 ✅ 2025-02-24
|
- [x] Chapter 2: Starting Out #Haskell ⏳ 2025-02-19 📅 2025-02-25 ✅ 2025-02-24
|
||||||
- [ ] Chapter 3: Types and Typeclasses #Haskell ⏳ 2025-02-26 📅 2025-03-04
|
- [<] Chapter 3: Types and Typeclasses #Haskell ⏳ 2025-02-26 📅 2025-03-04
|
||||||
- [ ] Chapter 4: Syntax in Functions #Haskell 📅 2025-03-05 ⏳ 2025-03-11
|
- [ ] Chapter 4: Syntax in Functions #Haskell 📅 2025-03-05 ⏳ 2025-03-11
|
||||||
- [ ] Chapter 5: Recursion #Haskell 📅 2025-03-12 ⏳ 2025-03-18
|
- [ ] Chapter 5: Recursion #Haskell 📅 2025-03-12 ⏳ 2025-03-18
|
||||||
- [ ] Chapter 6: Higher Order Functions #Haskell 📅 2025-03-19 ⏳ 2025-03-25
|
- [ ] Chapter 6: Higher Order Functions #Haskell 📅 2025-03-19 ⏳ 2025-03-25
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
- [x] Tutorial World #LEAN ⏳ 2025-02-17 📅 2025-02-21 ✅ 2025-02-24
|
- [x] Tutorial World #LEAN ⏳ 2025-02-17 📅 2025-02-21 ✅ 2025-02-24
|
||||||
- [ ] Addition World #LEAN 📅 2025-02-28 ⏳ 2025-02-23
|
- [<] Addition World #LEAN ⏳ 2025-02-23 📅 2025-02-28
|
||||||
- [ ] Implication World #LEAN 📅 2025-03-07 ⏳ 2025-03-02
|
- [ ] Implication World #LEAN 📅 2025-03-07 ⏳ 2025-03-02
|
||||||
- [ ] Multiplication World #LEAN 📅 2025-03-07 ⏳ 2025-03-07
|
- [ ] Multiplication World #LEAN 📅 2025-03-07 ⏳ 2025-03-07
|
||||||
- [ ] Schedule further worlds #LEAN 📅 2025-03-07 ⏳ 2025-03-07
|
- [ ] Schedule further worlds #LEAN 📅 2025-03-07 ⏳ 2025-03-07
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
- [x] Chapter 1: Getting Started #Rust ⏳ 2025-02-17 📅 2025-02-11 ✅ 2025-02-17
|
- [x] Chapter 1: Getting Started #Rust ⏳ 2025-02-17 📅 2025-02-11 ✅ 2025-02-17
|
||||||
- [<] Chapter 2: Programming a Guessing Game #Rust ⏳ 2025-02-18 📅 2025-02-24
|
- [<] Chapter 2: Programming a Guessing Game #Rust ⏳ 2025-02-18 📅 2025-02-24
|
||||||
- [ ] Chapter 3: Common Programming Concepts #Rust ⏳ 2025-02-25 📅 2025-03-03
|
- [<] Chapter 3: Common Programming Concepts #Rust ⏳ 2025-02-25 📅 2025-03-03
|
||||||
- [ ] Chapter 4: Understanding Ownership #Rust 📅 2025-03-04 ⏳ 2025-03-10
|
- [ ] Chapter 4: Understanding Ownership #Rust 📅 2025-03-04 ⏳ 2025-03-10
|
||||||
- [ ] Chapter 5: Using Structs to Structure Related Data #Rust 📅 2025-03-11 ⏳ 2025-03-17
|
- [ ] Chapter 5: Using Structs to Structure Related Data #Rust 📅 2025-03-11 ⏳ 2025-03-17
|
||||||
- [ ] Chapter 6: Enums and Pattern Matching #Rust 📅 2025-03-18 ⏳ 2025-03-24
|
- [ ] Chapter 6: Enums and Pattern Matching #Rust 📅 2025-03-18 ⏳ 2025-03-24
|
||||||
|
|||||||
@ -5,5 +5,5 @@
|
|||||||
- [x] Lab Report 3 #NUCE2113 ⏳ 2025-02-05 📅 2025-02-11 ✅ 2025-02-10
|
- [x] Lab Report 3 #NUCE2113 ⏳ 2025-02-05 📅 2025-02-11 ✅ 2025-02-10
|
||||||
- [x] Lab Report 4 #NUCE2113 ⏳ 2025-02-12 📅 2025-02-18 ✅ 2025-02-17
|
- [x] Lab Report 4 #NUCE2113 ⏳ 2025-02-12 📅 2025-02-18 ✅ 2025-02-17
|
||||||
- [x] Lab Report 5 #NUCE2113 🔼 ⏳ 2025-02-19 📅 2025-02-25 ✅ 2025-02-25
|
- [x] Lab Report 5 #NUCE2113 🔼 ⏳ 2025-02-19 📅 2025-02-25 ✅ 2025-02-25
|
||||||
- [ ] Lab Report 6 #NUCE2113 ⏫ ⏳ 2025-03-05 📅 2025-03-11
|
- [<] Lab Report 6 #NUCE2113 ⏫ ⏳ 2025-03-05 📅 2025-03-11
|
||||||
- [ ] Lab Report 7 #NUCE2113 ⏫ ⏳ 2025-03-12 📅 2025-03-18
|
- [ ] Lab Report 7 #NUCE2113 ⏫ ⏳ 2025-03-12 📅 2025-03-18
|
||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: ME2046 HW3
|
title: ME2046 HW3
|
||||||
allDay: false
|
allDay: false
|
||||||
startTime: 11:00
|
startTime: 11:30
|
||||||
endTime: 12:30
|
endTime: 12:30
|
||||||
date: 2025-03-05
|
date: 2025-03-05
|
||||||
completed: null
|
completed: null
|
||||||
|
|||||||
8
900s Calendars/Learning/2025-03-06 HW2 NUCE 2113.md
Normal file
8
900s Calendars/Learning/2025-03-06 HW2 NUCE 2113.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: HW2 NUCE 2113
|
||||||
|
allDay: false
|
||||||
|
startTime: 15:00
|
||||||
|
endTime: 16:00
|
||||||
|
date: 2025-03-06
|
||||||
|
completed: null
|
||||||
|
---
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Laboratory 6 Report
|
||||||
|
allDay: false
|
||||||
|
startTime: 11:00
|
||||||
|
endTime: 12:00
|
||||||
|
date: 2025-03-06
|
||||||
|
completed: null
|
||||||
|
---
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Chess grad student tournament plan and set up personal website
|
||||||
|
allDay: false
|
||||||
|
startTime: 15:00
|
||||||
|
endTime: 17:00
|
||||||
|
date: 2025-03-07
|
||||||
|
completed: null
|
||||||
|
---
|
||||||
@ -3,7 +3,7 @@ title: Amber Soccer
|
|||||||
allDay: false
|
allDay: false
|
||||||
startTime: 22:30
|
startTime: 22:30
|
||||||
endTime: 00:00
|
endTime: 00:00
|
||||||
date: 2025-03-05
|
date: 2025-03-12
|
||||||
endDate: 2025-03-06
|
endDate: 2025-03-06
|
||||||
completed: null
|
completed: null
|
||||||
---
|
---
|
||||||
@ -16,7 +16,8 @@
|
|||||||
- [[2025-03-03 Spring Break.md]]
|
- [[2025-03-03 Spring Break.md]]
|
||||||
- [[2025-03-04 Amber Dinner w Cori.md]]
|
- [[2025-03-04 Amber Dinner w Cori.md]]
|
||||||
- [[2025-03-04 Dinner.md]]
|
- [[2025-03-04 Dinner.md]]
|
||||||
- [[2025-03-05 Amber Soccer.md]]
|
- [[2025-03-12 Amber Soccer]]
|
||||||
|
- [[2025-03-05 Bus Home.md]]
|
||||||
- [[2025-03-05 Lunch w Robert.md]]
|
- [[2025-03-05 Lunch w Robert.md]]
|
||||||
- [[2025-03-06 Work Remotely - No Water in Benedum.md]]
|
- [[2025-03-06 Work Remotely - No Water in Benedum.md]]
|
||||||
- [[2025-03-08 Amber Work.md]]
|
- [[2025-03-08 Amber Work.md]]
|
||||||
@ -29,7 +30,6 @@
|
|||||||
- [[2025-07-03 Tower of London.md]]
|
- [[2025-07-03 Tower of London.md]]
|
||||||
- [[2025-07-03 Travel to Milton Keynes.md]]
|
- [[2025-07-03 Travel to Milton Keynes.md]]
|
||||||
- [[2025-07-07 Check in at Hilton Garden Inn London Heathrow.md]]
|
- [[2025-07-07 Check in at Hilton Garden Inn London Heathrow.md]]
|
||||||
- [[(Every F) Drive Home.md]]
|
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: LEAN Addition World
|
||||||
|
allDay: false
|
||||||
|
startTime: 10:00
|
||||||
|
endTime: 11:00
|
||||||
|
date: 2025-03-06
|
||||||
|
completed: null
|
||||||
|
---
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Rust Chapter 3 Common Programming Concepts
|
||||||
|
allDay: false
|
||||||
|
startTime: 16:00
|
||||||
|
endTime: 17:30
|
||||||
|
date: 2025-03-06
|
||||||
|
completed: null
|
||||||
|
---
|
||||||
8
900s Calendars/Research/2025-03-07 Haskell Chapter 3.md
Normal file
8
900s Calendars/Research/2025-03-07 Haskell Chapter 3.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Haskell Chapter 3
|
||||||
|
allDay: false
|
||||||
|
startTime: 08:00
|
||||||
|
endTime: 09:30
|
||||||
|
date: 2025-03-07
|
||||||
|
completed: null
|
||||||
|
---
|
||||||
@ -4,6 +4,8 @@
|
|||||||
- [[2025-02-24 Divvy meeting with Connor.md]]
|
- [[2025-02-24 Divvy meeting with Connor.md]]
|
||||||
- [[2025-02-25 Union Stuff.md]]
|
- [[2025-02-25 Union Stuff.md]]
|
||||||
- [[2025-02-26 Add qual students to teams chat.md]]
|
- [[2025-02-26 Add qual students to teams chat.md]]
|
||||||
|
- [[2025-03-05 Write research spotlight email and pick people for it.md]]
|
||||||
|
- [[2025-03-06 Set up Union Github Repo.md]]
|
||||||
- [[2025-03-20 MEMS Open House.md]]
|
- [[2025-03-20 MEMS Open House.md]]
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user