Skip to content

Instantly share code, notes, and snippets.

View StephanTLavavej's full-sized avatar

Stephan T. Lavavej StephanTLavavej

View GitHub Profile
@StephanTLavavej
StephanTLavavej / boost_ublas.cpp
Created November 23, 2022 05:53
Boost.uBLAS solution for parquet tiles coding exercise
// Boost.uBLAS solution by Stephan T. Lavavej
// for https://www.reddit.com/r/cpp/comments/z1xich/c_interview_coding_exercise_with_solution/
#include <algorithm>
#include <cassert>
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <format>
#include <iostream>
@StephanTLavavej
StephanTLavavej / stl_tiles.cpp
Created November 23, 2022 01:57
Solution for parquet tiles coding exercise
// Original solution by Stephan T. Lavavej
// for https://www.reddit.com/r/cpp/comments/z1xich/c_interview_coding_exercise_with_solution/
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <format>
#include <iostream>
#include <numeric>
@StephanTLavavej
StephanTLavavej / videos.md
Last active April 30, 2025 12:43
C++ Videos by Stephan T. Lavavej

C9 Lectures

BoostCon (now known as C++Now)

  • 2009: I am not aware of recordings for my talks "C++0x Support in Visual Studio 2010" and "The Parallel Patterns Library in Visual Studio 2010". You aren't missing anything, though.
  • 2010: "Data Structure Visualizers in Visual Studio 2010" is irrelevant as the old visualizer machinery has been completely replaced by something much better (and documented).
  • 2012: Regex In C++11 And Boost