All Questions

3
answers

Remove elements from a Python List

I have a problem with lists in python, I have a list in 2 different variables, with the same value .... but if I remove an element from any of the lists, the list that was to remain intact also has its element removed listaUm = [1, 2, 3, 4] li...
asked on 10.07.2015 / 20:33
3
answers

How to connect Python with Mysql?

I would like to know how I can make a simple Mysql connection through a Python script. For me to do this do I need to install some library? Or is there something that comes by default in Python (same as in PHP)?     
asked on 10.01.2017 / 19:07
3
answers

How to parse a string array into a multidimensional array?

I have the following array: Array ( [0] => MemTotal: 4060964 kB [1] => MemFree: 3630320 kB [2] => MemAvailable: 3789472 kB [3] => Buffers: 93040 kB [4] => SwapCached: 0...
asked on 24.11.2016 / 15:38
4
answers

How to create a list of dates of the year in php, skipping the weekends?

I need to create a list of dates in PHP, where I will list all dates, from the first day of the year to the last. However, in that list, dates for the weekend (Saturday and Sunday) should be skipped. Example: 01/02/2016 => Segunda 02/02/...
asked on 04.02.2016 / 13:27
3
answers

How to make timer in JavaScript

I need help to make a timer for a page, and it must be different for each difficulty of a game, for example, for easy mode has 1 min, for intermediate has 4 min, and for difficult 8 minutes .     
asked on 15.05.2016 / 13:16
3
answers

Ionic is indicated for which types of applications?

Is the Ionic Framework indicated for which types of applications? I've been doing some research on cordova plugins, it seems to give a lot of trouble in multiplatform development, some plugins do not work well for iOS and Windows Phone ? T...
asked on 16.09.2016 / 18:47
2
answers

What are the differences between the units of font sizes "vw", "in" and "%"?

I am having second thoughts about using the units of size vw , em , % . Searching the internet I always saw that some used one or other size units, but I never understood the difference between them. For example, I would not kn...
asked on 06.01.2016 / 14:14
2
answers

Find item in a list using LINQ

I have a list and I want to search it (as if it were a database). Is it possible? Ex: list all list names starting with 'JOAO%'     
asked on 19.01.2017 / 12:58
2
answers

.NET Code Protection

I have a C # application that I developed, it will be installed on multiple clients. The problem is that I have to protect the code of the application, because I did some tests with the application ILspy and all the source code is exposed. Anyon...
asked on 20.07.2016 / 19:42
2
answers

Events JavaScript bubbles

What does a JavaScript Bubble Event mean? I could not understand the meaning and use of Bubbles events. Following the W3schools reference: link Could you please help with this reference?     
asked on 25.04.2017 / 13:56