All Questions

1
answer

Problem when searching for a specific element of a matrix

I'm going through a matrix of integers that must find a specific element (a saddle point, whichever is the lowest in its row and the largest in its column). The program works well if I use a for loop to traverse the matrix that issues a messa...
asked on 12.05.2016 / 14:50
1
answer

Error compiling CyanogenMod

I'm trying to compile CyanogenMod (an Android 'fork') and I get a strange error code hundreds of times in different lines. The error is as follows: external/libcxx/src/strstream.cpp:326: error: no se admite la reubicación 43 external/libcxx/sr...
asked on 12.05.2016 / 09:43
2
answers

list index out of range when processing a csv file

This is the complete line of the CSV file where it gives the error: 21890;BH Telecom (PTT BiH, GSMBIH);Bosnia and Herzegovina If I send to print the variable split , it puts it here: 21890;BH Telecom (PTT BiH Where the comma begi...
asked on 12.05.2016 / 03:20
1
answer

Model synchronization with the Backbone database

I ask for your help to be told if it is possible to make a GET petition of a single model by making a set of one or more attributes of the model; I explain myself better: This is a query that returns a Collection of many models when I do...
asked on 16.05.2016 / 19:30
1
answer

I can not create QR code in C #

I have this code which I want to access to the QR part, in order to generate one, but at the moment of creating a record in RecordEvent when I send it to call AltaQRBoleto (1, Correo); (In spite of sending him to call twice) he does not take any...
asked on 13.05.2016 / 23:35
1
answer

save html table in bd using jsf or jsp

I have a dynamic HTML table <TABLE> <TR> <TD align="center">ID Interno</TD> <TD align="center">UID Externo</TD> <TD align="center">ID Interno</TD> <TD align="center">UID Ext...
asked on 22.08.2016 / 06:23
1
answer

Retrofit 2 Android Deserializer JSON GSON

I just started with Retrofit 2 for Android, I opted for the good reviews I had, although I would have stayed with Volley since I see it much easier. The fact is that the issue of deserializar the JSON with GSON is giving me quite the can....
asked on 21.08.2016 / 09:30
1
answer

Use CSS selectors to hide everything except an H3 [closed]

I am modifying with css a widget the wordpress in which there is a title of the news and a summary. It turns out that the title has an assigned class, but the summary only appears as "" (without class). So I wanted to select everything except...
asked on 20.08.2016 / 12:23
1
answer

AIX's MIXCOLUMNS AND ADDROUNDKEY operations can be switched?

I wanted to know if AIX's MIXCOLUMNS AND ADDROUNDKEY operations can switch without affecting the solution     
asked on 19.08.2016 / 01:30
5
answers

error method overloaded in java

Hi, can someone help me? I do not know why I get this error. abstract class Uno { protected int d1,d2; abstract public int devolver_suma (int x,int y); } class Dos extends Uno { public int devolver_suma(int x,int y) {...
asked on 16.05.2016 / 19:08