All Questions

1
answer

Poor behavior when stretching image

I have the following html code: <figure> <div id="test"> <a href="#"> <img class="wideStretch" src="caminhodaimagem/img1.jpg" alt="Img 1" /> </a> </div> </figure>...
asked on 05.04.2014 / 16:55
2
answers

Popular data programmatically x manually

You can populate data from a component in .NET using Visual Studio's interface (Select DataSource ...). From the standpoint of popular performance data via code is faster than manualmentr?
asked on 24.03.2014 / 12:58
2
answers

Thread size defined by code

I have a system that at times gets to use more than a thousand concurrent threads and unfortunately needs to run in 32-bit environment . By default , Delphi allocates 1kb for each new thread , which in a strong> becomes unfeasible for...
asked on 18.03.2014 / 13:32
2
answers

Function to generate INI from Array

Is there a function that does the inverse of parse_ini_file in order to generate a configuration file from an array?     
asked on 31.03.2014 / 19:51
2
answers

Margin breaking layout in Bootstrap

I'm trying to make a row with nested rows but with a spacing between them, without the spacing the layout gets beautiful, but when adding the margin the layout breaks! What I'm trying to do: TheresultIgotinmyattempts: link     
asked on 14.03.2014 / 22:15
3
answers

Time measurement in Windows

I would like to know how to best measure the execution time of a C ++ program. I found several solutions on the internet, each with an approach. Suggestions?     
asked on 16.03.2014 / 02:53
1
answer

Convert encoding CP850 to UTF8

I have a Paradox BD that returns me the following string after a query in an industry table that a given worker gets: Maintenance. Actually it should be Electrical Maintenance. I need to return this string to a browser. From my research, this...
asked on 28.03.2014 / 02:38
2
answers

Generate UML of PHP code

Is there any software, preferably opensource, that manages the UML of a code already written in PHP? The annoying thing is having to update the diagram every time the code is updated.     
asked on 26.03.2014 / 04:43
2
answers

Error Deprecated: Function ereg ()

In script that I installed gave this error:    Deprecated: Function ereg () is deprecated in /home/u844214382/public_html/functions.php on line 98 Deprecated: Code on line 98: if (ereg("^[a-zA-Z0-9\-_]{3,20}$", $mensaje)) { There...
asked on 05.04.2014 / 00:27
2
answers

What's the difference between declaring a variable with and without "@" in Ruby?

What's the difference between these two possibilities? //com @ @post = Post.find(params[:id]) //sem @ post = Post.find(params[:id]) Usually in controllers it is used with @ , but in functions each of views is usually used with...
asked on 23.04.2014 / 16:46