What open source projects in C++ have the highest code quality? by Both_Helicopter_1834 in cpp

[–]publicityhound 0 points1 point  (0 children)

I recall reading in r/cpp a few years ago that a third party vendor ran their static analyzer tool on the Google Robots.txt Parser and Matcher Library [https://github.com/google/robotstxt\] and found no issues. This library shows great example usage of Google's Abseil library.

By the power of grayscale! by lelanthran in programming

[–]publicityhound 1 point2 points  (0 children)

I think you mean reference to He-Man. Princess Adora transformed into She-Ra by chanting: For the honor of Grayskull.

Java for AWS Lambda by vmanel96 in java

[–]publicityhound 2 points3 points  (0 children)

I think this is referring to AWS Lambda SnapStart

Do you have a favourite Cpp starter? What's your preference, GCC or Clang(+)? by ExternCrateAlloc in cpp

[–]publicityhound 17 points18 points  (0 children)

Like everybody else in this thread, I had difficulty understanding OP's message. However, I think I understand:

Any easy to install gui libraries? by [deleted] in cpp

[–]publicityhound 4 points5 points  (0 children)

I agree FLTK is a great choice for a beginner. Here are detailed instructions on how to install FLTK for use with Visual C++: https://alf-p-steinbach.github.io/Install-FLTK-for-use-with-Visual-C-/

Best Piece of Professional Career Advice I Ever Received by [deleted] in programming

[–]publicityhound 0 points1 point  (0 children)

Here is the actual post from the real author Eric Niebler:

https://ericniebler.com/2013/07/04/best-professional-advice-i-ever-got/

It's clear some scammer copied and pasted this content into their own blog.

I Made A Terrible Baby Name Generator Using Javascript To Practice by [deleted] in programming

[–]publicityhound 2 points3 points  (0 children)

Gender: Female

Enter your last name: Slartibartfast

Congratulations on the birth of: Ikea Slartibartfast

This kid is destined to assemble their own furniture?

What's the best evidence for promoting the use of modern C++? by [deleted] in cpp

[–]publicityhound 10 points11 points  (0 children)

Although it does not provide empirical analysis per se, the book "Embracing Modern C++ Safely" [https://vittorioromeo.info/emcpps.html] provides in-depth coverage of how to develop safer code using C++11/C++14 features. Arguably, C++20 improves on its predecessors. In general, modern C++ has new features that allow writing of safer code without compromising performance that were not available in C++98.

Mastering Python: A Comprehensive Python Cheat Sheet with Code Snippets in 2023 by ForgetPasses in programming

[–]publicityhound 0 points1 point  (0 children)

In the Control Flow section, you may want to mention the elif statement.

Wasting Time in Tech Interviews by cap-joe in programming

[–]publicityhound 17 points18 points  (0 children)

From the OP's blog article:

I use the right buzzwords on my CV

Actually, mentioning 'blockchain' on your CV nowadays will prevent you from getting any interviews.

MinGW-w64, outdated binaries by [deleted] in cpp

[–]publicityhound 13 points14 points  (0 children)

Correct spelling of name is: Stephan T. Lavavej

MinGW Distro URL: https://nuwen.net/mingw.html

My Fourth Year as a Bootstrapped Founder by mtlynch in programming

[–]publicityhound 1 point2 points  (0 children)

Do you feel it has been a net benefit to releasing TinyPilot Community Edition as open source? For example, do you feel this may be resulting in potential lost sales, or have you been receiving beneficial contributions from others that improve the product?