Skip to content
View louis-langholtz's full-sized avatar
Block or Report

Block or report louis-langholtz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
louis-langholtz/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m Louis Langholtz (@louis-langholtz).
  • ๐Ÿ‘€ Iโ€™m interested in motivation theory based approaches to software, business, leadership, and interpersonal relationships.
  • ๐Ÿ˜‚ Besides enjoying software development in languages like C++, I like a variety of physical activities and immersive D&D-like role playing games.
  • ๐ŸŒฑ Iโ€™m currently learning about the human experience... every day of my life, haha! I'd like to think of myself as a proverbial old dog that's still learning new tricks.
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on software or business projects.
  • I'm also on GitHub.IO, Stack Overflow, other StackExchange sites like Software Engineering, and some other social networking sites.
  • ๐Ÿ”ˆ I'm outspoken about some things:
  • ๐Ÿ“ซ How to reach me: leave a comment near something I've said or done that you're interested in. Hopefully that weeds out the bots and leaves the people who have more sincere interest in contacting me.

Pinned

  1. PlayRho PlayRho Public

    An interactive physics engine & library.

    C++ 120 22

  2. C++: More Reasons To Avoid std::endl C++: More Reasons To Avoid std::endl
    1
    # C\+\+: More Reasons To Avoid `std::endl`
    2
    
    
    3
    In the realm of death by a thousand cuts, please stop using `std::endl` and remove it from code.
    4
    Per cppreference.com, [`std::endl`](https://en.cppreference.com/w/cpp/io/manip/endl) "inserts a newline character into the output sequence... and flushes it". Okay, so why exactly shouldn't it be used???
    5
    
    
  3. C++: My Love Affair With Polymorphic... C++: My Love Affair With Polymorphic Value Types
    1
    ![shape-polymorphic-value-type](https://user-images.githubusercontent.com/9611010/125177856-7e987300-e19c-11eb-9aa4-aa4cd23b9309.png)
    2
    
    
    3
    # C++: My Love Affair With Polymorphic Value Types
    4
    
    
    5
    If you're developing C++ code, especially for larger projects with longer histories, "polymorphic value types" might just be the best solution to your biggest coding frustrations!
  4. Minimal C++ Allocator Minimal C++ Allocator
    1
    # C\+\+: Minimal Allocator
    2
    
    
    3
    From item 11 of section 16.5.3.5 _Cpp17Allocator_ requirements of [n4861.pdf](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/n4861):
    4
    
    
    5
    "The following is an allocator class template supporting the minimal interface...":
  5. C++: Stateless vs. Statefull Allocators C++: Stateless vs. Statefull Allocators
    1
    # C\+\+: Stateless vs. Stateful Allocators
    2
    
    
    3
    ## Categorizing Allocators
    4
    
    
    5
    All standard C++ library conforming allocators have to support the [minimal interface](https://gist.github.com/louis-langholtz/f780eacc762e53fccd52a0db33e3db01) requirements.
  6. time-machine-helper time-machine-helper Public

    A Qt based GUI application for helping with macOS Time Machine

    C++ 2 1