All Questions

1
answer

Change numbering of figures in Latex

Is there any way to change the numbering of the pictures in Latex? For example it starts the figure as: Figure 01: Legend I'd like it to stay in this format starting at 2.1 Figure 2.1: Caption     
asked on 13.04.2016 / 17:15
2
answers

How do I add the WTFPL license to my project?

I have a project that will have free distribution, modification, copying and whatever else, and I saw the WTFPL license that works that way. On your website we have the text template to be inserted into the project, as seen below: DO W...
asked on 05.05.2016 / 17:32
2
answers

PDO vs Doctrine

Work with system development in PHP , more focused on e-commerce . Currently I use PDO to perform my connection to the database, but out of curiosity I decided to search on Doctrine , because when I was developing in C # in NHibernate , w...
asked on 24.03.2016 / 12:54
1
answer

Create a jQuery instance from an array

I have the following array: var elementos = [$("#elemento1"), $("#elemento2"), $("#elemento3")] I need to create a function that "converts" this array into a jQuery instance, so I can use jQuery functions at all at the same time....
asked on 26.06.2016 / 21:20
2
answers

Read input data to EOF in the Online Judger URI

Hello, I'm trying to solve the following problem below: However,I'mhavingtroubleputtingthisEOFconditionintojava.HereinthestackIfoundsolutionsattempts,howevertheyarerelatedtotheuseoffiles,andformyproblemthereisnousefile.Forexample:while(fileR...
asked on 11.04.2016 / 20:59
1
answer

How to check if a polygon is regular or convex

Is there a function in the R that checks whether a polygon is regular or not and some that checks whether it is convex or not? If either answer is no, any ideas? As I thought: #Por exemplo um quadrilátero, a primeira coluna é x e a segunda...
asked on 27.04.2016 / 17:53
1
answer

Typing box

I'm trying to implement the similar google contacts model in my application. I already tried to put app:civ_border_width="1dp" in xml but also did not. I would like to do the image below:
asked on 28.06.2016 / 18:27
1
answer

process in python

I'm trying to change an external variable within a process but it is not working. I created a simple test class: from multiprocessing import Process class Classe(): def __init__(self, parent=None): self.variavel="antes" self.p = Proc...
asked on 22.06.2016 / 16:46
1
answer

How to hide a modal window after a while?

Colleagues. I do not know if I was clear in my doubt, but I would like the Bootstrap mode to disappear automatically after deletion confirmation. For example: the user will delete a product, the message "Product successfully deleted" appears....
asked on 19.06.2016 / 22:42
1
answer

How to animate sprite sheets?

I'd like some help with JavaScript. Could anyone provide me with a basic animation code for a single sprite sheet ... If possible the HTML code as well.     
asked on 03.07.2016 / 18:27