I need to create an obstacle bypass script but I can not use NavMeshAgent to do this because this project relies on implementations where NavMeshAgent does not work.
Notice that in the image below there are two cubes and one obstacle, the...
What happens is that when the HTML (dynamically generated) gets too large, the pdf is not created, and returns this error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried
to allocate 64 bytes) in
/home/www/models/d...
Friends, could you explain me and if possible, give a solution to the following problem?
My if where it says:
if(aux == 0)
{
console.log("não encontrado");
}
It is running before the check in firebase, this only the first time...
I'm developing a C # project using MVC, but the teacher wants all student projects to have Facade, the question is this!
Where do I implement the Facade, Model, View, or Controller?
Hello, I'm developing an app and on this screen I'm getting data from a json, so I have to use ng-repeat, but this way I can not use the css styles because it does not accept div or other mode (at least as I've tried).
<ion-list>...
Based on two dates received per parameter, I am trying to list all the dates per month (one date per month) based on the start date and until the end date. These returned dates must check which day of the week of the start date and the number of...
I'm trying to align the text of some products in relation to the image, but I'm not getting success in what I'm doing, what I have is this:
<div class="col-md-3 portfolio-item">
<a href="detalhes.php?prod=<?php echo $row_r...
The scenario is as follows: I have an Employee class. The primary key of it should be the employee's CPF that the user types.
The problem: key follows a default auto increment, not going according to the entered CPF.
EX: I...
Is there any monitor that shows me the sql script at runtime?
For example, during the debug, I would like to see how the script was mounted by the following code:
var q = (from proc in
Sessao.Query<Processo>()...
We know that MVC is a standard of software architecture (design pattern)
which makes a separation of:
View (UI),
Template (Business Rules),
Controller that communicates between the two.
Of course, MVC can be adopted as a template to...