All Questions

1
answer

Alternative for converting Word to HTML

I maintain a site that does not have a CMS, and I often get requests from the client asking me to put text in a pre-determined format. Generally these texts come in MS Word .doc or .docx format. The problem is that they are long texts with...
asked on 11.03.2015 / 20:32
1
answer

What is the best way to keep up with software flow?

I have a great project, how do I track the flow (step by step)? I have several classes and I have no idea what methods are called, what classes are, and so on. I put a breakpoint at a point that I know goes through there in debug mode but the...
asked on 09.03.2015 / 15:28
1
answer

Regular expression in delphi 7

I'm new to programming in Delphi 7, as well as regular expressions. Delphi 7 because in the company I'm working on, for other reasons, they have to use Delphi 7. I need to work with regular expressions, someone knows some way. From what I...
asked on 31.03.2015 / 03:10
1
answer

Webbrowser with input type file

Friends, I'm building a virtual robot to work on a particular site. In a certain action I need to upload a file to the site, but when the robot clicks the <input type="file"> button it logically opens a modal window of Windows Ex...
asked on 16.03.2015 / 13:08
2
answers

How to receive a number X ranging from 0 to 10 ^ 100 in C?

I have a question that can have as input an X number that can be from 0 to 10 ^ 100. I am getting the values / entry number as char to facilitate. But you can not create a static string / vector of char that behaves this way. How t...
asked on 31.03.2015 / 17:27
1
answer

How to erase axis title in graphics in R?

I'm doing multiple regressions for the same X variable and plotting joins using the command par(mfrow) on R . But I want to put only one title on the X axis at the end of all my graphics. I already know how to put the title, however...
asked on 02.04.2015 / 00:14
1
answer

How to add button in Maps?

I selected a Google Maps activity at the time the project was created, how do I add this button to the layout? <Button android:id="@+id/btn_draw_State" android:layout_width="40dp" android:layout_height="40dp"...
asked on 15.03.2015 / 20:36
1
answer

Apply mask to dynamic fields generated after page load

I am using a mask directive in the monetary field, the job is performed on the screen theproblemiswhenIinsertanewitemng-repeatinsertsnewfieldswithoutthemask,Ireferencetheclassandusethecreateddirectiveformat="priceformat". When you click on...
asked on 26.02.2015 / 02:45
2
answers

Problem with XML LinearLayout

I have a small problem with my layout . I wanted to insert a button that would be in the lower right-hand corner of the layout , but when I do this the button is added to each item in the list. Note: This list is generated by a database &...
asked on 03.03.2015 / 15:35
1
answer

Java class for performance analysis of my project

I'm looking for a Java class or package to help me do an analysis of the performance of my app. I need information such as: processing time, memory consumption, processor usage ... and so on. I know there are some tools to do this, but I want to...
asked on 30.03.2015 / 19:27