All Questions

1
answer

How to make a scrollbar follow the last comment in a listBox in C #?

I'm creating a Chat in C #, which will serve as an interaction between a User and an Analyst, as a means to a Service Order, so far I'm getting it and I've already been able to make the connection correctly for enter the chat. My problem is t...
asked on 18.05.2016 / 08:33
1
answer

Change Navigation Drawer menu icons

I would like to know how to change these icons: Ifoundthescreen,butwhenIclickitdoesnotshowmethewaytomakethechange,butonlycolorsinRGBA:     
asked on 04.05.2016 / 02:45
1
answer

Two Functions __construct () in Same Project

I can not have two construct () functions in my Laravel project? You have one in the Controller.php and wanted to mount a __ construct on another Controller. It only gives me variable errors on the pages ... I'm using a middleware...
asked on 16.05.2016 / 15:36
1
answer

Finding Active Threads

I have the following problem, where I have a for() that opens 17 threads and need to retrieve, in another thread (18th) the active threads I opened earlier and check which ones are still active. I took a look around the internet, but I di...
asked on 20.04.2016 / 19:05
1
answer

Words superimposed on the software graph R

Hello, I made a chart in the R, but the words were overlapping, I would like help to sort this out. Follow the graph to see how it looks. Thanks.     
asked on 14.04.2016 / 13:49
4
answers

Array passing by PHP array

Save personal, I have the following function exec($dia, $mes, $ano); I would like to make a foreach to run it through an array basis. I passed as follows $a=array("1,2,2016", "2,2,2016","3,2,2016"); foreach($a as $as){ exec($as) }...
asked on 17.03.2016 / 19:36
1
answer

2 regular expressions in 1

I found the following regular expression to validate email address in javascript: /^(([^<>()[\]\.,;:\s@\"]+(\.[^<>()[\]\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}...
asked on 22.07.2014 / 15:00
3
answers

Merge arrays in php

Someone knows something that makes this: $name = [0=>'name1',1=>'name2']; $email = [0=>'email1',1=> 'email2']; In this here? $data = [ 0 => ['name'=>'name1', 'email'=>'email1'], 1 => ['name'=>'name2', 'email'=&...
asked on 02.08.2014 / 22:10
1
answer

Performance while Rendering Pages ASP.NET MVC

How can I get more performance to render my pages using ASP.NET MVC?     
asked on 08.08.2014 / 22:08
1
answer

.each () in pure Javascript

In a forum platform there is a paging system, and I would like to do this pagination via Ajax, for this, I built the following function: //<![CDATA[ var Pagination = (function(w, d) { var pagination = { init: function() {...
asked on 26.07.2014 / 22:16