I was studying C # and I came across a type of variable dynamic , which from what I understand, it accepts whatever value I enter. Unlike other variables, such as:
If I declare as int , I have to type a valor inteiro .
If...
I am making an application and would like to know if there is any way to get national holidays.
For example: Some Google Calendar API where I can get some XML to consume ..
Ruby on Rails seems to have been thought of since it is not necessary to define constraints (like Foreign Keys ) in the database, / p>
Normally the only constraint that is created in this case is the primary key of the id column, o...
If I install SSL and use HTTPS on my site, for example, I run a POST form, the form data arrives encrypted to the server?
If yes, how to decrypt using PHP?.
What is the use of pointers, for example:
int var;
int *p;
int **pp;
var = 50;
I even understand the use of the simple pointer (*), but why use another to reference this?
I made a few attempts to do a function that would return random numbers that did not repeat, I made a few attempts but none succeeded, if they can show me a function that does this, I thank you.
Is it possible to make a spinner with pure CSS without Javascript?
<div class="main spinner"> O que é Lorem Ipsum?
Lorem Ipsum é simplesmente uma simulação de texto da indústria tipográfica e de impressos, e vem sendo utilizado desde o s...