From 149b509a4ac3d5b7b6cc46eeec24e71eb07b8f29 Mon Sep 17 00:00:00 2001 From: pavbar Date: Sat, 13 Dec 2025 20:11:20 -0600 Subject: [PATCH 1/4] Add December 2025 meetup post --- content/posts/2025/2025-12/2025-12-meetup.md | 34 ++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/posts/2025/2025-12/2025-12-meetup.md diff --git a/content/posts/2025/2025-12/2025-12-meetup.md b/content/posts/2025/2025-12/2025-12-meetup.md new file mode 100644 index 0000000..8114d4a --- /dev/null +++ b/content/posts/2025/2025-12/2025-12-meetup.md @@ -0,0 +1,34 @@ ++++ +date = '2025-12-12T00:00:00-06:00' +draft = false +tags = ['meetup', 'event'] +title = 'December 2025 Meetup - Join Us!' ++++ + + +## Winnipeg C++ Developers – December 2025 Meetup + +![December 2025 Meetup](/images/event.jpeg) + +Mark your calendars! Our December meetup is scheduled and we'd love to see you there. + +### Event Details + +**Date:** Thursday, December 18, 2025 +**Time:** 6:00 PM – 8:00 PM CST +**Location:** Bill and Helen Norrie Library 15 Poseidon Bay, Winnipeg, MB R3M 3E4 + +### What to Expect + +We'll continue exploring C++ STL algorithms—from the familiar to the not‑so‑common—and dive deeper into iterators and the newer C++ range algorithms. Expect engaging talks, discussions and plenty of time to connect with fellow C++ enthusiasts. + +### Registration + +This is a free event, but please register on Eventbrite to help us plan for attendance: +[Register on Eventbrite](https://www.eventbrite.ca/e/winnipeg-c-developers-december-2025-tickets-1977689075262) + +### Getting There + +The Bill and Helen Norrie Library is accessible via public transit, with parking available onsite and nearby. + +Looking forward to seeing you there! From d3dc621ad745a0f4d326e2390f8b9aca45ccad30 Mon Sep 17 00:00:00 2001 From: Pavlo Barzdun <50662594+pavbar@users.noreply.github.com> Date: Sat, 13 Dec 2025 20:30:52 -0600 Subject: [PATCH 2/4] Update content/posts/2025/2025-12/2025-12-meetup.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- content/posts/2025/2025-12/2025-12-meetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2025/2025-12/2025-12-meetup.md b/content/posts/2025/2025-12/2025-12-meetup.md index 8114d4a..dafb0d0 100644 --- a/content/posts/2025/2025-12/2025-12-meetup.md +++ b/content/posts/2025/2025-12/2025-12-meetup.md @@ -15,7 +15,7 @@ Mark your calendars! Our December meetup is scheduled and we'd love to see you t ### Event Details **Date:** Thursday, December 18, 2025 -**Time:** 6:00 PM – 8:00 PM CST +**Time:** 6:00 PM – 8:00 PM CST **Location:** Bill and Helen Norrie Library 15 Poseidon Bay, Winnipeg, MB R3M 3E4 ### What to Expect From 977c27782ffe8f95ea8171ee752e3a3e00718e91 Mon Sep 17 00:00:00 2001 From: Pavlo Barzdun <50662594+pavbar@users.noreply.github.com> Date: Sat, 13 Dec 2025 20:31:36 -0600 Subject: [PATCH 3/4] Update content/posts/2025/2025-12/2025-12-meetup.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- content/posts/2025/2025-12/2025-12-meetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2025/2025-12/2025-12-meetup.md b/content/posts/2025/2025-12/2025-12-meetup.md index dafb0d0..e64ea42 100644 --- a/content/posts/2025/2025-12/2025-12-meetup.md +++ b/content/posts/2025/2025-12/2025-12-meetup.md @@ -20,7 +20,7 @@ Mark your calendars! Our December meetup is scheduled and we'd love to see you t ### What to Expect -We'll continue exploring C++ STL algorithms—from the familiar to the not‑so‑common—and dive deeper into iterators and the newer C++ range algorithms. Expect engaging talks, discussions and plenty of time to connect with fellow C++ enthusiasts. +We'll continue exploring C++ STL algorithms—from the familiar to the not-so-common—and dive deeper into iterators and the newer C++ range algorithms. Expect engaging talks, discussions and plenty of time to connect with fellow C++ enthusiasts. ### Registration From 94d43444be43b01d6e85a56f37cd5e7d1a47ae3b Mon Sep 17 00:00:00 2001 From: Pavlo Barzdun <50662594+pavbar@users.noreply.github.com> Date: Sat, 13 Dec 2025 20:31:46 -0600 Subject: [PATCH 4/4] Update content/posts/2025/2025-12/2025-12-meetup.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- content/posts/2025/2025-12/2025-12-meetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2025/2025-12/2025-12-meetup.md b/content/posts/2025/2025-12/2025-12-meetup.md index e64ea42..11d208b 100644 --- a/content/posts/2025/2025-12/2025-12-meetup.md +++ b/content/posts/2025/2025-12/2025-12-meetup.md @@ -1,7 +1,7 @@ +++ date = '2025-12-12T00:00:00-06:00' draft = false -tags = ['meetup', 'event'] +tags = ['meetup', 'event', 'december-2025'] title = 'December 2025 Meetup - Join Us!' +++