aryankoundal.hashnode.devSetting Guidelines for ContributorsGuidelines are created to communicate how a person should contribute to a project. About contributing guidelines For the repository owner, contribution guidelines are a way to communicate how people should contribute. For contributors, it helps them ...Apr 9, 2023·3 min read
aryankoundal.hashnode.dev"Cybersecurity Education In a Developing Nation"ABSTRACT The ability to prevent successful cyberattacks against a nation’s critical infrastructure depends on the availability of a skilled cyber-literate workforce, and therefore, on an educational system that can build such capabilities. INTRODUCTI...Apr 6, 2023·7 min read
aryankoundal.hashnode.devDiffuse Lighting Using OpenGLDiffuse lighting gives the object more brightness the closer its fragments are aligned to the light rays from a light source. To the left, we find a light source with a light ray targeted at a single fragment of our object. We need to measure at wha...Mar 23, 2023·4 min read
aryankoundal.hashnode.devHow to Install Obsidian On Linux | Set it's $PATH variableIn this blog we will learn about How to download Obsidian App Image. How to install and set up the $PATH for obsidian. Let's get started. Downloading First of all, install the AppImage from the link. This file will probably be downloaded in your...Mar 7, 2023·1 min read
aryankoundal.hashnode.devComputer Graphics | Program to Draw Graphics Objects using built-in C++ functionsBy the end of this blog, you will be able to draw Pixels, Lines, Circles, Rectangles, and Ellipses. To start with Computer Graphics using C++, you must import the graphics library. // Graphics Library for C++ #include <graphics.h> After this. you ca...Feb 23, 2023·3 min read