Posts by Gabriel Arruda • 45 points
5 posts
-
0
votes0
answers22
viewsQ: C printthe computer directory, when function receives tithe
I am doing a function in C, which given a fractional part "frac" of a number in base 10, and another numerical base, returns the same fractional part in the desired base. To do this, I allocate a…
casked Gabriel Arruda 45 -
1
votes1
answer149
viewsQ: Select data according to a specific time
I am doing a program in which, given the day of the week, the hours and the current minutes, he responds with all the "Doctors" available at that time. Each doctor has a period of care. For example:…
-
1
votes3
answers1915
viewsA: Remove element from a vector in C# and don’t leave the vector with a blank space?
Use this for below. It will remove the index value, and each vector item will move one position backwards, leaving the last item null. int[] vetor = new int[5]; private void remove(int indice) {…
-
0
votes1
answer350
viewsQ: Take Json value with Node
I want to login to a site, using Node. The login would perform a select in the database, according to the E-mail entered, and then check if the password is in agreement. In login Submit, I perform…
node.jsasked Gabriel Arruda 45 -
1
votes1
answer116
viewsQ: Jquery waits for the function to end to display an image. How to resolve?
Oops, I’m doing a project of a memory game that requires an image to be changed at the time of a click using Jquery. The game is based on clicking on divs, and display the images inside them, two at…
jqueryasked Gabriel Arruda 45