Open in app

Sign In

Write

Sign In

Abderrahmen Babchia
Abderrahmen Babchia

1 Follower

Home

About

May 28, 2022

Port Translation

How does porting a VR game look like when I only kept one headset in mind? If you’re wondering what “Port Translation” or “Porting” is — Have you ever wondered why some applications are on Windows but not on Mac? Why you can’t just play an Xbox game on the PlayStation? This is because there are a multitude of operating systems and computing environments that require different programming for an application to work. So while an…

VR

6 min read

Port Translation
Port Translation
VR

6 min read


Jan 30, 2022

Ethical Challenges in AR / VR

Augmented and virtual reality are part of an emerging and rapidly growing industry. With the evolution of new technology and its reach and accessibility, it’s important to consider the influence it has on societal norms, digital interactions, and human behavior. Since the inception of virtual reality (VR), there has been…

Ar Vr

7 min read

Ethical Challenges in AR / VR
Ethical Challenges in AR / VR
Ar Vr

7 min read


Jan 29, 2022

Face Detection

What is face detection ? — Face detection is a computer technology used to identify human faces in digital images. To make it simpler, it’s like a computer recognizing that the image contains a human. In face analysis, face detection helps identify which parts of an image or video should be focused on to determine age…

AR

3 min read

Face Detection
Face Detection
AR

3 min read


Jan 12, 2021

Python is Awesome…

Introduction: — In Python, Everything is object… What is object ? Object: Everything in Python is an object, and almost everything has attributes and methods. All functions have a __doc__ attribute that returns the documentation string defined in their source code. The sys module is an object that contains (among other things) an attribute called path What is Class and Methods ? Method: A method is a…

Python

4 min read

Python is Awesome…
Python is Awesome…
Python

4 min read


Dec 14, 2020

Difference Between Static Library And Dynamic Library

Why do we use libraries ? — Functions are blocks of code that are reusable throughout a program. Using them saves time, removing the need to rewrite code multiple times. Libraries, like functions also save time in that they make functions reusable in multiple programs. Advantages and Back downs of Static and Dynamic libraries Static libraries, while reusable in multiple programs, are locked into a program…

C

4 min read

Difference Between Static Library And Dynamic Library
Difference Between Static Library And Dynamic Library
C

4 min read


Nov 25, 2020

What happens when you type ls -l in the shell ?

What happens when you type ls -l in the shell ? Generally: ls is a shell command that lists files and directories within a directory. With the -l option, ls will list out files and directories in long list format. What really happens ? The shell reads the command from standard input that was entered by the user. Second, after you type your command, the shell…

Simple Spell

4 min read

What happens when you type ls -l in the shell ?
What happens when you type ls -l in the shell ?
Simple Spell

4 min read


Oct 11, 2020

Static Libraries

What Is A “C” Library? And Why Use them ? — One of the tools that compilers supply us with are libraries. A library is a file containing several object files, that can be used as a single entity in a linking phase of a program. Normally the library is indexed, so it is easy to find symbols (functions, variables and…

C

3 min read

Static Libraries
Static Libraries
C

3 min read


Sep 19, 2020

what gcc main.c means ?

Introduction: — The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain and the standard compiler for most projects related to GNU and Linux, including the Linux kernel. The Free Software Foundation (FSF) distributes GCC…

C

4 min read

what gcc main.c means ?
what gcc main.c means ?
C

4 min read


Sep 15, 2020

Difference Between Hard Links And Symbolic Links

Introduction: — Most of the people who uses Linux don’t really know the difference between Symbolic Links and Hard Links so in this article we’ll be talking about their utilities and the difference between them. What are Hard links and Symbolic links and why we use them ? Links: Links are often…

Linux

4 min read

Difference Between Hard Links And Symbolic Links
Difference Between Hard Links And Symbolic Links
Linux

4 min read


Sep 14, 2020

ls *.c function in Linux

Introduction: — ls command is one of the most frequently used Command in Linux. I believe that it’s the first command any beginner may use when he get into the prompt of Linux Box. We use ls command daily basis and frequently even though we may not aware and never use all…

Linux Shell

2 min read

ls *.c  function in Linux
ls *.c  function in Linux
Linux Shell

2 min read

Abderrahmen Babchia

Abderrahmen Babchia

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech