All Questions

2
answers

Mapping algorithm complexity

Could you tell me the algorithmic complexity of this code, in particular, how complex is the function map numero = map(lambda x: x[0], lista) map(lambda x: (numero.count(x)), sorted(set(numero)))     
asked on 19.04.2016 / 20:17
2
answers

How to create a report with Crystal Reports parameters?

How to create a parameterized report in Crystal Reports? Creating the report for me has no problems, but now I need to filter it according to some parameters of the system table. Can anyone help me with some examples?     
asked on 15.04.2014 / 16:20
2
answers

Put my email to receive the contact messages

Where do I add my email to receive the messages from the contact form? <form name='contact-form'> <div class='fm_namer'> <input class='contact-form-name' id='ContactForm1_contact-form-name' name='Nome' onblur='this.placeho...
asked on 04.10.2017 / 15:17
2
answers

Component eg: MasterDetail does not work on dynamic pages

I'm developing a web application that aims to work like Facebook. During browsing the page is not reloaded, loading via AJAX only the central content. I'm using PrimeFaces 4.0 and PrimeFaces Extension 1.2.1 But when my page (from the centr...
asked on 01.02.2014 / 03:07
2
answers

Use Bootstrap for Multiselect Dropdown with Checkbox

I found this site: ( link ) a code that uses Bootstrap to assist in creating a multi-checkable list with checkbox. The problem is that if I open the code directly in the browser it works perfectly, be it in .php, .html, .jsp, whatever. And wh...
asked on 26.06.2017 / 05:39
0
answers

How to center img inside a div? [duplicate]

I'm doing a grid of images (which will be links to lightbox), I want 5 images per line, but they have different sizes, so I made the following html for each image: <div class="thumb"> <a href="images/900x600/img01.jpg" data-lightbo...
asked on 21.05.2014 / 07:18
1
answer

How to find the original encoding of a filename (or any string)? [closed]

I have a series of files that appear to have been generated on different operating systems, since the character encoding of their names seems to vary between them. There are names whose accents usually appear to me, both on OSX and Linux (wit...
asked on 21.01.2016 / 14:19
4
answers

How to get the first word of a string with jquery?

Ex: "First string word" I want to get the word "First"     
asked on 07.01.2017 / 17:34
4
answers

Create list with more than one element as if it were multidimensional

I need to receive these pairs of data from the database, and I'm thinking of a way to bring the values without having to create an object, as I find it unnecessary in this case. Is it possible to create a list<string,string>...
asked on 13.08.2018 / 16:53
2
answers

How to update the PHP version in WampServer?

Does anyone know how to upgrade the latest version of PHP in WampServer?     
asked on 10.03.2014 / 03:15