I have a following problem, I made a API and it returns me a array :
"id": 1,
"email": "[email protected]",
"senha": "lucas123",
"created_at": "2018-02-15 16:48:12",
"updated_at": "2018-02-15 16:48:12"'
I would like to only retur...
I have a JavaScript code one where I'm getting a number API with enough digits after the point:
39.576911261669586
I wanted to assign that number to a variable showing only 4 digits, like this:
39.57
Thanks for your attention.
Speak up.
I am a beginner in Angular and would like help with this form.
<html ng-app="app">
<head>
<title>Teste</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.js"><...
I would like to know the best way to do the validation of cep on Android. I have a form that the user types the zip and want to return on the screen whether it is valid or not. And if possible return the address. I saw that the mail has a JSON a...
I do not know what happened, but it was working on my Instagram integration site. I did a randomization of photos. But nothing has stopped working, the images do not appear anymore.
For those familiar with the Instagram Developers API Console...
Is it possible to make a premium account on Vimeo, upload my videos, restrict access to anyone viewing them on the Vimeo website, and show them only to clients logged in to my site?
Is there a Vimeo API for this? I looked for something simila...
I'm starting development with Codename One and finally I have a question about the support of this API with the development using sockets.
Is this the only thing I can understand about TCP sockets development?
As the title itself already says, I need to create a live streaming of a video from the server, or from youtube or something like that, can anyone give me a hint how can I start?
I searched a lot, and everywhere I looked I only found help / tuto...
What is the correct method of separating errors from a query?
The current code compares the error manually with the message generated by mysql, in case the query can go wrong for several reasons, instead of returning a log and error 500 like...