AKAryan Koundalinaryankoundal.hashnode.dev·Apr 9, 2023 · 3 min readSetting 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 ...00
AKAryan Koundalinaryankoundal.hashnode.dev·Apr 6, 2023 · 7 min read"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...00
AKAryan Koundalinaryankoundal.hashnode.dev·Mar 23, 2023 · 4 min readDiffuse 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...00
AKAryan Koundalinaryankoundal.hashnode.dev·Mar 7, 2023 · 1 min readHow 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...00
AKAryan Koundalinaryankoundal.hashnode.dev·Feb 23, 2023 · 3 min readComputer 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...00