Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #t
  • #ti
  • #tip
  • #tips
RSS: #tips_and_tricks

#tips_and_tricks

0 | 25
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 30/03/2022

    Mistakes and suspicious code fragments — or how the static analyzer checked .NET 6
    ▻https://hownot2code.com/2022/03/30/mistakes-and-suspicious-code-fragments-or-how-the-static-analyzer-check

    Videos that analyze errors in software projects are an excellent opportunity to practice #coding and learn from other people’s mistakes. This time we’ll analyze the .NET 6 source code. Have fun watching this video and coding 🙂

    #Development_in_C# #Tips_and_tricks #C# #Csharp #dotnet #programming
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 23/03/2022

    How to make code reliable and secure [The #misra standard and PVS-Studio]
    ▻https://hownot2code.com/2022/03/23/how-to-make-code-reliable-and-secure-the-misra-standard-and-pvs-studio

    What is the MISRA standard and what is it for? How to secure your code with the use of MISRA and the PVS-Studio static analyzer? In this #Video, we tried to briefly answer these and other questions. Have fun watching this video and #coding 🙂

    #Tips_and_tricks #MISRA_compliance #programming #static_code_analysis #technology #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 16/03/2022

    Code errors in #LLVM 13.0.0 that compiler and analyzers couldn’t find. But #PVS-Studio did
    ▻https://hownot2code.com/2022/02/16/code-errors-in-llvm-13-0-0-that-compiler-and-analyzers-couldnt-find-but

    Yes, even well-tested applications like compilers have errors. Check the #Video to learn more about them. Have fun watching this video and #coding 🙂

    #Tips_and_tricks #programming #static_code_analysis #static_code_analyzer #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 15/03/2022

    10 C# tips for beginners
    ▻https://hownot2code.com/2022/02/23/10-c-tips-for-beginners

    C# is a user-friendly language. However, it may be difficult for beginners. We’ve prepared 10 C# tips for those who are starting their journey. We hope these tips will help you to improve your skills in #programming. Have fun watching this #Video and #coding 🙂

    #Development_in_C# #Tips_and_tricks #C# #Csharp #development #static_code_analysis
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 11/11/2021

    Pentest Insights: Choosing a Tool for #traffic_analysis and Interception
    ▻https://hownot2code.com/2021/11/11/pentest-insights-choosing-a-tool-for-traffic-analysis-and-interception

    GUEST POST Author David Balaban Traffic analysis is a very important stage of penetration testing. In packets transmitted over the network, you can find many interesting things, for example, passwords for accessing various resources and other valuable data. To intercept and analyze traffic, sniffers are used, which humanity has invented a great many. Today I will … Continue reading Pentest Insights: Choosing a Tool for Traffic Analysis and Interception

    #Tips_and_tricks #bugs #information_security #safety #security
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 10/11/2021

    Using Static Analysis Online [Compiler Explorer]
    ▻https://hownot2code.com/2021/11/10/using-static-analysis-online-compiler-explorer

    Do you want to try a static analyzer but you don’t feel like installing it and figuring the things out? That’s OK 😊 This #Video will tell you how to do it online and most importantly for free. By the way, this website allows you to check if your code compiles 😉 Code from video. … Continue reading Using Static Analysis Online [Compiler Explorer]

    #Tips_and_tricks #bugs #coding #CompilerExplorer #development #programming #static_code_analysis #technology #tools #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 4/11/2021

    Earning Trust in Public #cloud Services
    ▻https://hownot2code.com/2021/11/04/earning-trust-in-public-cloud-services

    GUEST POST Author David Balaban Public cloud Infrastructure should be secured. Who is to ensure it? How to control cloud service providers? What indicates the cloud service is provided by a trusted party? This article reviews the above as well as some other #security concerns. Businesses are opting for the cloud more and more. The ongoing … Continue reading Earning Trust in Public Cloud Services

    #Tips_and_tricks #cloud_services #information_security
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 3/11/2021

    How to Use Mass Suppression in PVS-Studio for C#?
    ▻https://hownot2code.com/2021/11/03/how-to-use-mass-suppression-in-pvs-studio-for-c-2

    Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? 📜 Nothing to worry about – we made a special mechanism that can help you deal with them 💪🏻 In this #Video, you’ll learn about the inner workings of mass warnings suppression mechanism in … Continue reading How to Use Mass Suppression in PVS-Studio for C#?

    #Bugs_in_C#_projects #Development_in_C# #Tips_and_tricks #bugs #C# #coding #masssuppression #programming #static_code_analysis #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 28/10/2021

    Do Not Confuse Web Application #firewall and Next-Generation Firewall
    ▻https://hownot2code.com/2021/10/28/do-not-confuse-web-application-firewall-and-next-generation-firewall

    GUEST POST Author David Balaban Some information security specialists confuse the concepts of #WAF and #ngfw. Moreover, even some representatives of companies manufacturing products positioned as NGFW commit this fault. “We have an NGFW, do we need a WAF?” or “Why do we need WAF?” are very common questions. This calls for figuring out the … Continue reading Do Not Confuse Web Application Firewall and Next-Generation Firewall

    #Tips_and_tricks #HTTP #OWASP #OWASP_API
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 27/10/2021

    How to Use Mass Suppression in PVS-Studio for #java?
    ▻https://hownot2code.com/2021/10/27/how-to-use-mass-suppression-in-pvs-studio-for-java

    Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? 📜 Nothing to worry about – we made a special mechanism that can help you deal with them 💪🏻 In this #Video, you’ll learn about the inner workings of mass warnings suppression mechanism in … Continue reading How to Use Mass Suppression in PVS-Studio for Java?

    #Tips_and_tricks #bugs #coding #development #masssuppression
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 22/10/2021

    Why you should check values of public methods’ parameters
    ▻https://hownot2code.com/2021/10/22/why-you-should-check-values-of-public-methods-parameters

    This note will answer the question – why PVS-Studio considers parameters of public methods potential sources of tainted data. The analyzer can issue warnings if such parameters haven’t been checked before use. The point is that undue confidence in external data may lead to various vulnerabilities – SQLI, XSS, path traversal and others. Most obvious … Continue reading Why you should check values of public methods’ parameters

    #Tips_and_tricks #C# #coding #Csharp #programming #security #SharpDevelop #static_code_analysis
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    https://hownot2code.files.wordpress.com/2021/10/image1-4.png?w=580

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 20/10/2021

    How to Use Mass Suppression in PVS-Studio for C++?
    ▻https://hownot2code.com/2021/10/20/how-to-use-mass-suppression-in-pvs-studio-for-c

    Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? 📜 Nothing to worry about – we made a special mechanism that can help you deal with them 💪🏻 In this #Video, you’ll learn about the inner workings of mass warnings suppression mechanism in … Continue reading How to Use Mass Suppression in PVS-Studio for C++?

    #Development_of_64-bit_C/C++_applications #Tips_and_tricks #C++ #coding #cpp #masssuppression #programming #static_code_analysis
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 18/10/2021

    Unity projects analysis: the solution file has two projects named “UnityEngine.UI”
    ▻https://hownot2code.com/2021/10/18/unity-projects-analysis-the-solution-file-has-two-projects-named-unitye

    While PVS-Studio analyses a Unity project, one may stumble upon such an error: Error was encountered while trying to open solution file ‘…’: The solution file has two projects named “UnityEngine.UI”. This note discusses the reasons for this error and how to eliminate it. Reasons PVS-Studio uses some third-party libraries, including Roslyn and MSBuild to … Continue reading Unity projects analysis: the solution file has two projects named “UnityEngine.UI”

    #Bugs_in_C#_projects #Tips_and_tricks #bugs #C# #coding #Csharp #development #gamedev #programming #SharpDevelop
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    https://hownot2code.files.wordpress.com/2021/10/image1-2.png?w=524 https://hownot2code.files.wordpress.com/2021/10/image1-3.png?w=524 https://hownot2code.files.wordpress.com/2021/10/image2-2.png?w=550

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 13/10/2021

    How to NOT Drown in the Static Analyzer’s First Report? [Mass Suppression]
    ▻https://hownot2code.com/2021/10/13/how-to-not-drown-in-the-static-analyzers-first-report-mass-suppression

    Have you ever used a statistical analysis tool on a new large project? If you have, you must know that the first scan may produce over 1 thousand and in some cases over 10 thousand warnings. 📑 Luckily, you can control which warnings you want to work with. For example, you can limit the analysis … Continue reading How to NOT Drown in the Static Analyzer’s First Report? [Mass Suppression] 

    #Tips_and_tricks #Video #coding #development #masssuppression #programming #SAST #static_code_analysis #StaticAnalysis
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 6/10/2021

    What is SAST And How Does It Help a Developer?
    ▻https://hownot2code.com/2021/10/06/what-is-sast-and-how-does-it-help-a-developer

    Have you ever met such an abbreviation as SAST? If you have been developing for a long time, then you’re heard of it for sure. However, you might not have given it any importance. In doing so, you’re definitely wrong, because this is an incredibly important thing for the entire development process. 🦾 Today we … Continue reading What is SAST And How Does It Help a Developer?

    #Tips_and_tricks #coding #cpp #programming #static_code_analysis #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 30/09/2021

    CWE #top 25 2021. What is it, what is it for and how is it useful for static analysis?
    ▻https://hownot2code.com/2021/09/30/cwe-top-25-2021-what-is-it-what-is-it-for-and-how-is-it-useful-for-stat

    For the first time PVS-Studio provided support for the CWE classification in the 6.21 release. It took place on January 15, 2018. Years have passed since then and we would like to tell you about the improvements related to the support of this classification in the latest analyzer version. We position the PVS-Studio analyzer as … Continue reading CWE Top 25 2021. What is it, what is it for and how is it useful for static analysis?

    #Bugs_in_C#_projects #Tips_and_tricks #bugs #C# #coding #cpp #java #programming #static_code_analysis
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    https://hownot2code.files.wordpress.com/2021/09/image1-12.png?w=580 https://hownot2code.files.wordpress.com/2021/09/e1f521019e900fa7918cb9f1be94f37e.png?w=579

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 29/09/2021

    How to Hide the Analyzer False Positives?
    ▻https://hownot2code.com/2021/09/29/how-to-hide-the-analyzer-false-positives

    If you’re using a static analyzer, most likely you stumble upon cases when it gets something wrong and gives false positives 👎 So, somehow you need to tell it about an incorrect case and let a false warning go to long rest 💤 The good news is that we have a special mechanism for this … Continue reading How to Hide the Analyzer False Positives?

    #64-bit_issues #Tips_and_tricks #bugs #coding #programming #static_code_analysis #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 22/09/2021

    How to Exclude Unnecessary Files From Static Analysis? [Excluding Files]
    ▻https://hownot2code.com/2021/09/22/how-to-exclude-unnecessary-files-from-static-analysis-excluding-files

    Few projects can do without outside libraries and other useful ready-made solutions. However, analyzers can see the whole code and check it with abandon. 🔎 That’s why sometimes it’s worth pointing out the spots where they should stop and analyze nothing. In this video, we’ll tell you how to do it and why it is … Continue reading How to Exclude Unnecessary Files From Static Analysis? [Excluding Files] 

    #Tips_and_tricks #bugs #coding #programming #static_code_analysis #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 15/09/2021

    How to Speed Up the Project Analysis and NOT to Waste Your Time? [Incremental Analysis]
    ▻https://hownot2code.com/2021/09/15/how-to-speed-up-the-project-analysis-and-not-to-waste-your-time-increme

    Static analysis can always back you up when the time comes. But by the time it is done, you will have drunk gallons of coffee… ☕ That’s why developers of these utilities are always looking for a way to make users’ life easier and save time. ⏳ The #incremental_analysis became the result of this … Continue reading How to Speed Up the Project Analysis and NOT to Waste Your Time? [Incremental Analysis]

    #Tips_and_tricks #static_code_analysis #static_code_analyzer #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 9/09/2021

    Everybody makes mistakes when writing comparison functions
    ▻https://hownot2code.com/2021/09/09/everybody-makes-mistakes-when-writing-comparison-functions

    Recently the OpenSSL 3.0.0 library was released. We decided to look at the project’s code quality and checked it with the PVS-Studio static analyzer. The code quality is excellent. Thus, we cannot write a long article about errors, as we usually do. However, there was one beautiful mistake, and I couldn’t ignore it. No one knows how to write comparison … Continue reading Everybody makes mistakes when writing comparison functions

    #Tips_and_tricks #bugs #coding #OpenSSL #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    https://hownot2code.files.wordpress.com/2021/09/1_sysqlfb-pfjaron_idqvva.png?w=800

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 6/09/2021

    #linux kernel turns 30 : congratulations from PVS-Studio
    ▻https://hownot2code.com/2021/08/27/linux-kernel-turns-30-congratulations-from-pvs-studio

    On August 25th, 2021, the #Linux_Kernel celebrated its 30th anniversary. Since then, it’s changed a lot. We changed too. Nowadays, the Linux kernel is a huge project used by millions. We checked the kernel 5 years ago. So, we can’t miss this event and want to look at the code of this epic project … Continue reading Linux kernel turns 30: congratulations from PVS-Studio

    #Tips_and_tricks #bugs #cpp #programming #technology
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    https://hownot2code.files.wordpress.com/2021/09/1.png?w=580 https://hownot2code.files.wordpress.com/2021/09/3-1.png?w=706 https://hownot2code.files.wordpress.com/2021/09/4.png?w=480 https://hownot2code.files.wordpress.com/2021/09/5.png?w=580 https://hownot2code.files.wordpress.com/2021/09/6.png?w=580

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code CC BY 13/10/2020

    #job Opportunities for Skilled C++ Candidates
    ▻https://hownot2code.com/2020/10/13/job-opportunities-for-skilled-c-candidates

    This content brought to you by Andrew Dominik from qualityguestpost C++ is an extension of C language. C++ #programming language is complex, but strongly preferred in today’s IT sector. You will come across some part of its codebase in generally every system or program. It is the first language developers interested in programming start with. … Continue reading Job Opportunities for Skilled C++ Candidates

    #Tips_and_tricks #C++ #career #cpp #programming_language
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    https://hownot2code.files.wordpress.com/2020/10/job.png?w=940

    How not 2 code @hownot2code CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code CC BY 23/09/2020

    Running #Kubernetes on #VMware: Challenges and Solutions
    ▻https://hownot2code.com/2020/09/23/running-kubernetes-on-vmware-challenges-and-solutions

    In August, 2019, VMware vSphere announced they are going Kubernetes-native. This means that integrated VMware and Kubernetes becomes a reality for all vSphere users. Despite all the benefits this integration promises, running Kubernetes on VMware is not exempt from challenges. This article presents an overview of running Kubernetes on VMware and the challenges it presents. … Continue reading Running Kubernetes on VMware: Challenges and Solutions

    #Tips_and_tricks #programming
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G
    ▻https://lh4.googleusercontent.com/s_ACS_qlAjU5QMLFo_1lTA301lT7Q3EW9HDnpFcRmM_TyjIsUAdcrWc24pln8
    ▻https://lh4.googleusercontent.com/0Gkj33tTW8Kku3Sqqo91VLBZRjxHQIrvY6QbmtKERn5i8EgfM1DTmpbf8Wxsw

    How not 2 code @hownot2code CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code CC BY 19/04/2020

    Beta testing of the #PVS-Studio C# analyzer on #linux and #macOS
    ▻https://hownot2code.com/2020/03/23/beta-testing-of-the-pvs-studio-c-analyzer-on-linux-and-macos

    More and more users of the PVS-Studio C# analyzer get interested in the possibility to utilize it for checking C# code on Linux and macOS. Today the PVS-Studio team has some good news. Since the end of the last year, it’s been actively working on porting the C# analyzer to the #.NET_Core platform, as … Continue reading Beta testing of the PVS-Studio C# analyzer on Linux and macOS

    #Tips_and_tricks #C#
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    https://hownot2code.files.wordpress.com/2020/03/image1.png

    How not 2 code @hownot2code CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code CC BY 19/04/2020

    Zero, one, two, Freddy’s coming for you
    ▻https://hownot2code.com/2020/04/03/zero-one-two-freddys-coming-for-you

    This post continues the series of articles, which can well be called “horrors for developers”. This time it will also touch upon a typical pattern of typos related to the usage of numbers 0, 1, 2. The language you’re writing in doesn’t really matter: it can be C, C++, C#, or #java. If you’re using … Continue reading Zero, one, two, Freddy’s coming for you

    #Tips_and_tricks #ADAPTIVE_Communication_Environment_ACE_ #Asterisk #audacity #Bugs_in_C#_projects #C# #C++ #C++bugs #CMake #Coin3D #Godot_Engine #ITK #Java_bugs #libreoffice #Open_CASCADE_Technology #OpenCOLLADA #OpenCV #PDFium #programming #Quake-III-Arena #ReactOS #Trans-Proteomic_Pipeline #Visualization_Toolkit_VTK_ #xnu_kernel
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    https://hownot2code.files.wordpress.com/2020/02/image1.png https://hownot2code.files.wordpress.com/2020/02/image2.png https://hownot2code.files.wordpress.com/2020/02/image3.png https://hownot2code.files.wordpress.com/2020/02/image4.png https://hownot2code.files.wordpress.com/2020/02/image5.png?w=300 https://hownot2code.files.wordpress.com/2020/02/image6.png https://hownot2code.files.wordpress.com/2020/02/image7.png

    How not 2 code @hownot2code CC BY
    Écrire un commentaire
0 | 25

Thèmes liés

  • #tips_and_tricks
  • #programming
  • #coding
  • #static_code_analysis
  • #bugs
  • #c
  • #tutorial
  • #video
  • #cpp
  • #development
  • #masssuppression
  • #csharp
  • #_projects
  • #bugs_in_c
  • #development_in_c
  • #java
  • #security
  • #c++
  • #technology
  • #linux
  • #sharpdevelop
  • #programming_language
  • #pvs-studio
  • #information_security
  • #static_code_analyzer