All Questions

1
answer

Mini Search Engine

I am doing a mini search system for urls that are stored in a .txt file, one per line, my problem is the performance issue because I have 5000 urls stored (only) and it is already slow in the search , on the server side I have: if(isset($_GET[...
asked on 05.08.2016 / 16:12
1
answer

Detect Caps Lock C #

I made an application to detect the state of the caps lock in C #, but found a problem, when the application loses focus, the events can no longer be triggered causing the notifications to no longer be displayed by the application. I took a brie...
asked on 03.05.2014 / 13:37
4
answers

How to transport data from R to excel?

I calculated a series of data in R and would like to know which command I should use to move them to an excel spreadsheet.     
asked on 26.03.2014 / 19:55
2
answers

How do I delete a specific item from a ListView?

I would like to ask a question: I have a ListView , where your adapter is clarified in the same activity and the contents of adapter (the strings ) are in another class, in another package. How do I delete a specific item from Li...
asked on 21.05.2014 / 17:17
1
answer

Paint DBGrid lines when selecting them

I'm painting the lines of a
asked on 07.04.2014 / 15:03
2
answers

Doubt with inheritance in Java method

I have the interface below public interface BaseRelatorioDTO extends Serializable { public BaseFiltroDTO getFiltro(); public List<? extends BaseRespostasDTO> getRespostas(); } And I would like to create the method public...
asked on 28.03.2014 / 00:08
2
answers

How to get the code of a General Unicode Category?

Java has the method Character.getType(char) to get the General Category Unicode for a character, however the return value is int - corresponding to a constant defined in the class itself Character (ex .: public static...
asked on 02.05.2014 / 17:27
1
answer

Height of the div no load

How to leave the field 2 divs with the same height as #result4 I gave load ? <script> $(document).ready(function() { $( ".buscascript<?php echo "$row[id]"; ?>" ).click(function() { $( "#fechargame...
asked on 10.04.2014 / 02:23
1
answer

TransactionScope does not perform transactions

I'm trying to use TransactionScope in C #, I'm running tests with local bank, but every time I try to execute some method it returns me this exception: Partner transaction manager has disabled your support for remote / network transac...
asked on 19.05.2014 / 20:21
2
answers

Theme only on one Wordpress page. It's possible?

You have a Wordpress site that has a specific theme. That is, all posts and pages look like this theme. It turns out that I need to create a new page, and that page must have the theme different from the entire site. Is it possible, just o...
asked on 15.05.2014 / 00:37