All Questions

7
answers

Problem to convert JSON to JAVA object

I have the following JSON , it is a response of API : { "ES1800496542831234567890":{ "transactions":[ { "idmovimiento":"714597", "fechaoperacion":"2016-05-27", "fechavalor":...
asked on 10.10.2016 / 19:44
1
answer

Get metadata from a url

Currently I need to obtain the metadata with a given URL from javascript, but I always have the CORS problem. With the following code I can read the metadata of the own page but I am interested in being able to obtain the information from an...
asked on 12.10.2016 / 20:52
1
answer

Blank global array after two ajax calls

When doing a global variable and after doing push after two queries per ajax is left blank Can you tell me if it failed in something? var productoT = []; angular.module('starter', ['ionic', 'ionic.contrib.ui.tinderCards2', 'ionicLazyLoad']) ....
asked on 18.10.2016 / 17:09
1
answer

pause or play the song that is playing from another button with javascript

I have a player with 3 songs. each song has its "play" icon and in another div "playercontrols" I have a "play" icon from where I want to pause or play the song that is playing. This div "playercontrols" is hidden and when playing a song it i...
asked on 14.10.2016 / 10:04
1
answer

Qt cross-compile from Windows to Linux Embedded?

No matter how much I search and reread the documentation and wikis of Qt I do not understand how to compile for a target different from the host. I know that it is recommended to use Linux as a development environment but the goal is to be from...
asked on 07.10.2016 / 11:10
2
answers

Create LightBox in php

I need to put the LIGHTBOX component in php when creating a table with echo , I have tried with the css and js libraries that I have seen on the internet but it does not work for me, attach the code: $query = $db->prepare($sql); $que...
asked on 12.10.2016 / 14:40
1
answer

Prevent safari from "reacting" by using touch in BODY

I'm doing a webAPP, and using the safari (on an iPAD) it happens that using the touchpad in BODY, where there is no other element, the browser "reacts", it seems that "select" all the elements or something similar. In addition, by pressing the t...
asked on 14.10.2016 / 02:21
1
answer

Search data API Twitter

I am consulting data to Twitter as follows: <?php $consumerKey = ''; $consumerSecret = ''; $oAuthToken = ''; $oAuthSecret = ''; require_once('twitteroauth.php'); $tweet = new TwitterOAuth($consumerKey, $consumerSecret, $oAut...
asked on 18.10.2016 / 19:06
1
answer

I can not change the branch in git

I have a repository in git with two branches, master and develop, I initialize and clone my repository but when trying to change to develop I am in favor of this: error: pathspec 'develop' did not match any file (s) known to git.     
asked on 26.02.2018 / 04:46
2
answers

download Build Tools 26.0.2 for Android studio 3.0.1

I want to download Build Tools version 26.0.2 but it will not let me download it because of my geographical position (I'm in Cuba) in the SDK Manager.     
asked on 26.02.2018 / 15:22