Skip to content
  • 0 Votes
    4 Posts
    0 Views
    M
    Was that a sly way of saying to use the Atlassian products? I’ve given up trying to be calm. However, I am open to feeling slightly less agitated. I’m begging you for the benefit of everyone, don’t be STUPID.
  • 0 Votes
    13 Posts
    1 Views
    M
    That's a bit overboard. I've seen some crazy stuff, but at least it had some rationality.
  • Welcome to my (new) life...

    The Lounge help devops
    9
    0 Votes
    9 Posts
    0 Views
    J
    20 years ago... The C++ class had at least 100,000 lines of code. I say at least because besides the include file there were three different code files (which is possible in C++). It is possible there were others. There were at least 200 class attributes and at least 200 methods. Obviously the methods were not small. Design patterns because a thing after that and soon after that one saw "AntiPatterns" (the book by that name.) And so I learned what a God Object is.
  • 0 Votes
    4 Posts
    5 Views
    A
    In the realm of video editing, the loading template CapCut emerges as a beacon of efficiency and creativity. Seamlessly integrating into the workflow, it streamlines the editing process with its intuitive interface and robust features. With loading template CapCut, creators unlock a world of possibilities, effortlessly transforming their vision into reality. Whether it's adding dynamic transitions, enhancing visuals, or fine-tuning audio, this tool simplifies the complex, enabling users to focus on unleashing their imagination. Empowering both novices and professionals alike, loading template CapCut serves as a catalyst for innovation in the ever-evolving landscape of digital content creation.
  • 0 Votes
    8 Posts
    2 Views
    J
    When I read the OP I was also wondering if they were referring to what you said or perhaps they thought the compiler would just figure it out.
  • Spam Article to be: DCA dumps

    Spam and Abuse Watch com devops docker tools question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    3 Posts
    0 Views
    Greg UtasG
    I agree even though it was submitted as a Tip/Trick. And it's embarrassingly fawning. Robust Services Core | Software Techniques for Lemmings | Articles The fox knows many things, but the hedgehog knows one big thing.
  • 0 Votes
    2 Posts
    4 Views
    L
    It was updated two days ago: Web API - Adding Swagger, SQL Server, Logging, CORS, Export to Excel and Docker[^].
  • French language resources for C++ ?

    The Lounge c++ com devops question
    18
    0 Votes
    18 Posts
    0 Views
    J
    Certainly looks like there are books. Amazon.com[^] Following has good reviews - in french https://www.amazon.com/programmez-langage-Mathieu-Schaller-Matthieu/dp/B010GGJSNC/ref=sr_1_3?qid=1699466766&refinements=p_n_feature_nine_browse-bin%3A3291438011&s=books&sr=1-3[^]
  • Struct initalization valid ?

    C / C++ / MFC devops question
    13
    0 Votes
    13 Posts
    4 Views
    K
    Take a look at the GCC (or clang) documentation for what -Wextra adds: [Warning Options (Using the GNU Compiler Collection (GCC))](https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#:~:text=--,Wextra,-¶) . In most cases, you probably do want to be aware of all the additional warnings that -Wextra brings. But maybe in the embedded world you're going to be doing something that's going to trigger one of the warnings excessively. In which case you might just want -Wmissing-field-initializers. Or perhaps you might want e.g. -Wextra -Wno-unintialized, which gives you all of -Wextra's goodness, but silences the -Wuninitailzed warnings. If you've got a section of code that you know is going to generate warnings, and you just want to shut the compiler up you can always investigate the GCC diagnostic pragmas : [Diagnostic Pragmas (Using the GNU Compiler Collection (GCC))](https://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html) Keep Calm and Carry On
  • 0 Votes
    4 Posts
    7 Views
    V
    Updated software across all operating systems is the only way to ensure your white label product is secure on every level. At BaseKit, we protect underlying operating systems using automated tools to monitor for vulnerabilities in software libraries. Ozempic Kopen Belgie | Ozempic kopen Online | Ozempic Kopen[^]
  • 0 Votes
    1 Posts
    3 Views
    No one has replied
  • Coral module on docker needs curl

    Site Bugs / Suggestions docker devops tools
    2
    0 Votes
    2 Posts
    3 Views
    Richard DeemingR
    You have posted this in the forum for reporting bugs and suggestions for the CodeProject website. As such, your message makes no sense. If your message relates to a specific article, then post it in the comments section at the bottom of that article. If it relates to the CodeProject API, then post it in the CodeProject API forum[^]. "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    82 Posts
    0 Views
    P
    Br.Bill wrote: If you're heavily into the Windows dev train Oh, yes, I agree with that. I should have added a qualifier. I doubt anyone would use TFS if they are not using Visual Studio. I was mainly using SSIS, which necessitated the use of Visual Studio anyway. Trying to use Git with SSIS was very problematic (for me anyway, there were other issues involved [e.g. corporate politics] which didn't help) and I had to create a nasty work-around to get it to work. I have never had a choice of version control system, they are always dictated by management. As to writing code (C/C++ C# etc.) I prefer not to use Visual Studio at all. Similarly for SQL code -- I develop that in SSMS, not Visual Studio, then I have to generate scripts via the SMO API in .net to get them right.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • You know you need a break from code when ...

    The Lounge docker devops
    20
    0 Votes
    20 Posts
    0 Views
    Sander RosselS
    I think I found the link on LinkedIn and wondered what idiot would write such an article. Checked the author. "Ah..." :laugh: Anyway, I already pitched the idea to my customers and they love it. We're starting a proof of concept next month :D Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Are we witnessing the end of open source?

    The Insider News com devops question
    2
    0 Votes
    2 Posts
    0 Views
    N
    After witnessing Log4j and a couple other you have reported during the past... I am waiting when xkcd: Dependency[^] explode under our nose. M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • DirectML through Docker Windows

    The Lounge csharp graphics sysadmin devops docker
    2
    0 Votes
    2 Posts
    0 Views
    Graeme_GrantG
    This is the wrong place to ask this question. Please post your question here: CodeProject.AI Discussions[^] Graeme "I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
  • 0 Votes
    2 Posts
    0 Views
    N
    Kent Sharkey wrote: "Do you want to know a secret? Do you promise not to tell?" A secret a bit told is like a woman a bit pregnant M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.