All Questions

1
answer

read / write mp4 metadata on Android

I want to read and edit (write) the mp4 metadata. In particular, I want to read / write metadata tags in Android as shown in the following image. I searched this on the Internet and found mp4Parser, but I do not think you write mp4Parse...
asked on 30.04.2016 / 15:37
0
answers

Python total field [closed]

I have the following code: forms.py: MAX_DETALLES = 5 Detalle_VentaFormSet = inlineformset_factory( Venta, Detalle_Venta, fields=('cantidad','producto'), #SI AGREGO EN FIELDS SUBTOTAL, NO ME DEJA MOSTRAR EL FORM DIRECTA...
asked on 19.05.2016 / 23:31
0
answers

Error Context is read only in grails 2.4.3

I am trying to use GROBID ( link ) in an application in grails. I tried the basic example that comes in the Java documentation from the Netbeans and it works fine, but in grails I get the error: | Error 2016-03-13 16:37:59,899 [http-bio-8080-e...
asked on 13.03.2016 / 20:54
2
answers

Parser Json volley request

You see, I have a Json that works correctly for me being this: { "codCompeticion": "284", "nomCompeticion": "2ª.Cadete I \"Copa Coca Cola\" Valencia", "jornadas": [ { "jornada": "1", "idClubLocal": "020121...
asked on 10.04.2016 / 20:50
2
answers

Location of includes in C

I am programming in the Atmel Studio IDE in C and when I try to include these libraries #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> when using its methods and then compil...
asked on 25.04.2016 / 08:21
1
answer

Attribute "titleTextStyle" has already been defined

I try to compile my project but I get these types of errors    "Error: (2) Attribute" titleTextStyle "has already been defined" this is my gradle dependencies { compile 'com.android.support:multidex:1.0.0' compile project(':library') co...
asked on 04.05.2016 / 19:49
2
answers

Problem with where in LinqToExcel

I'm using LinqToExcel to read the data in a book, and it works fine, now what I'm trying to do is put a clause where, to get cleaner data. I have this var resultado = (from row in book.Worksheet(NombreSheet)...
asked on 28.04.2016 / 22:00
2
answers

Problem with Recursive Ajax

I have an ajax function which is recursive, which means that it returns me an answer and if it returns a code I'll call it back to itself sending the code it gave me back, and so on until I return it in the code the value of -1, there ends the r...
asked on 29.04.2016 / 15:21
2
answers

Problem urllib2 with HTTPS

I'm trying to retrieve a page on Flickr using urllib2 and I get the following error when I execute the command urllib2.urlopen('https://www.flickr.com') File "/usr/lib/python2.7/urllib2.py", line 104, in urlopen return _opener.open(...
asked on 21.04.2016 / 20:08
4
answers

Action on primefaces does not redirect me

Home page: <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmln...
asked on 12.04.2016 / 19:58