Hello, this is my first question in this% s% s and I have not mastered it yet.
I'm learning this wonderful language and now I'm having serious problems plotting a graph using the R package, the data is dates and they do not follow the natural...
I would like to know if there is a possibility to change the color fill orientation of the following graphic
WhatIwantisforthecolorstobefilledfromtheoutsidetotheinside.Anyonehaveanyideas?dat<-structure(list(Category=structure(1:15,.Label=c...
There are specific headers in HTTP that have the purpose of passing some information. Such as Content-Type which informs the mime of the content you want to receive or send. We also have Content-Length that determines the size in b...
A binary search tree is strictly binary if all nodes in the tree have 2 children or none. Implement a function that checks whether a binary search tree is strictly binary.
// Estrutura de dados
typedef struct {
int chave;
}tipo_element...
When posting to the server (iis 7.5) the application:
Eu tenho isso => http://meuip:8086
Mas preciso disso => http://meuip:8086/portal
When you create the directory in iis with the name "portal" and converted to an application, a...
After updating PHP on my Ubuntu server my phpinfo() continues to show the previous version 5.5 even when I run php -v (returns version 7.0).
I've tried restarting apache and php7.0-fpm and it did not work.