All Questions

1
answer

Error in Android SQLite query

I want to make a query of the id_empresa of the table TABLE_CLIENTE , where the client_name is equal to what is inserted in the textView called et_searchClient , making the query INSIDE the activity. I already tried several...
asked on 27.08.2018 / 19:21
1
answer

PyQT - Switch between windows with StackedWidget

I divided the application into parts, but for now I just want it to work when I try to switch between windows (without creating a new one or closing it). I'm doing this with buttons. Open well without problems and start in the main menu, and...
asked on 07.03.2016 / 00:31
1
answer

Can I use a GPL license in my project if I use an MIT library?

I am doing a program in go and I would like to upload it to Github with the GPL license, but I am using a package from another person who is licensed with MIT. Can I do this?     
asked on 28.08.2018 / 05:21
1
answer

Ctrl-C on UNIX??

My question is this: Why in UNIX if I press Ctrl + C to finish the execution of a program, are there still times when I get the output of it? That is, I do not refer to situations in which the SIGINT interruption, caused by Ctrl + C, is handled...
asked on 21.01.2018 / 12:46
1
answer

Android maps measure distances and being close to make a change

I'm doing a game on android with maps. I have 3 key points that are to be reached, each point has its marker and its coordinates, this works well, now what I do not get is that when I am a few meters away from one of the marker I stop the music...
asked on 16.01.2018 / 20:31
1
answer

ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch storyboard in bundle 'com.companyname.appname.' "

I'm trying to publish an application in AppStore and I get this error:    ERROR ITMS-90475: "Invalid Bundle, iPad Multitasking support requires launch storyboard in bundle 'com.companyname.appname.'" Does anyone know what this error reall...
asked on 01.02.2016 / 22:10
1
answer

Error in showing index of series of videos from the database?

   I have an error in displaying the results correctly Errors, the problem I'm presenting I get the id_series of the serial table and using the id related, it shows me the data from the chapters table until it is perfect....
asked on 07.09.2017 / 17:54
1
answer

Django - AttributeError: Manager is not accessible via ManagerLog instances

I am new to python, I am currently developing an application, which is responsible for generating several very simple reports, however there is a report which I have not yet been able to solve, I have researched but I still can not find the solu...
asked on 14.12.2017 / 13:23
1
answer

Save first word a file in c

I have a problem with this part of my code, I'm trying to read the lines of a file and cut only the first word of each line and then save it in an array. The question is that I read the lines well and with strtok cut the first word and send i...
asked on 16.01.2018 / 20:46
1
answer

difference between if (condition): else: endif and if (condition) {} else {} in php

I have a question about php, I'm pretty new to web programming and I still messed up a bit with php. my question is, in a php file with the following structure <!DOCTYPE html> <html> <head> <meta charset="utf-8">...
asked on 08.11.2017 / 17:32