Tag Archives: video tutorials

video tutorials

Security – PVS‑Studio.

The development team comes with this intro: PVS‑Studio is a static analyzer on guard of code quality, security known ad SAST, and code safety. PVS‑Studio detects various errors – typos, dead code, and potential vulnerabilities (Static Application Security Testing, SAST). The analyzer matches warnings to the Common Weakness Enumeration, SEI CERT Coding Standards, and supports… Read More »

Roblox – Get coins scripts.

These scripts are used in my video tutorial about how can get coins: The script named SpinCoin will spin the coins:

The next script for get coin is named GetCoin and has this source code:

These two scripts will be part of the coin model. Another script is on ServerScriptService and is named… Read More »

Roblox – The maze script using Aldous-Broder algorithm.

You can see my video tutorial about how this source script works on the official youtube channel: This is the source code used in this video tutorial:

Roblox – The maze script.

This is the script I used into this video tutorial:

Web – AppVeyor online tool.

This online tool can help you with your source code … AppVeyor is a Continuous Integration service for Windows developers that securely builds and tests code in parallel and then deploys successful bits to on-premise or cloud environments. The video demonstrates how to setup Continuous Integration with AppVeyor CI for .NET web application project. NOTE… Read More »

Code Graph development tool for Visual Studio.

This tool for development issues can be used with all versions of Visual Studio 2012-2017 and 2019 and is created by Yiubun Auyeung. The base of this tool is an atlas graph with all your source code. After download and install from the official webpage, use the main menu, and select Extensions – Code Graph… Read More »

WebExtensions API – Load an extension in Firefox browser.

You can use WebExtensions API to extend the browser’s built-in developer tools. Today I will show you how to test the web extensions-examples from GitHub.

The next steps are to run it with the Firefox browser: open Firefox browser; enter about:debugging in the URL bar; use click on the This Firefox; use click on… Read More »