Porting to Oculus QuestThis blog will discuss the considerations to take into account in the process of porting a project Designed in Google cardboard passed to…Dec 15, 2022Dec 15, 2022
Ethical challenges in AR/VRVirtual reality and augmented reality have seen rapid development and have held their great potential to transform our relationship that…Nov 22, 2022Nov 22, 2022
Face detection for beginnersCurrently, many people have used different applications for photo filters, to add particular effects to our faces, put on makeup, paint our…May 17, 2022May 17, 2022
C# — Inheritancewhat happens if you try to assign a Square’s width and height directly?Dec 21, 2021Dec 21, 2021
What happens when you type holbertonschool.com in your browser and press EnterWhen a user opens their browser and types the address of a web or application, what happens below is that the domain name (for example…Sep 12, 2021Sep 12, 2021
IoT (Internet of Things)The internet of things (loT), it could be said, is a structure of devices, digital objects, people, interconnected machines, which are…Aug 31, 2021Aug 31, 2021
A Picture is Worth 1,500 WordsLet’s talk a bit about recursion: In simple words a recursive algorithm is one that expresses the solution of a problem in terms of a call…Jul 5, 2021Jul 5, 2021
Everything is object- PyhonPython is an easy to read and write programming language, it is a language with great documentation so if you want to learn this language…May 22, 2021May 22, 2021
Differences between static and dynamic libraries.It is common, if you are developers, that you reuse source code provided by third parties. Usually / lib, / lib64, / usr / local / lib and…May 4, 2021May 4, 2021
Simple Shell: doing the puzzleHow to run the command (ls -l *.c) in my simple Shell:if you’ve ever used the terminal to enter commands on Linux, or the built-in terminalwindow on Linux distributions, surely you already…Apr 16, 2021Apr 16, 2021