All Questions

2
answers

Include a digit before the phone in the DB [duplicate]

I have a system where 18 thousand users have been registered, but I realized that cell phones and landlines are missing a digit. Ex: (21) 9999-999 or (21) 2222-222. Although the field is CHAR (14). Can you directly include the number 9 (in the...
asked on 18.05.2016 / 20:58
1
answer

How to make a profile graph in R?

I'm trying to create a profile graph for this data frame that I titled "Femi": Thisisthedatacode:structure(list(oito=c(21,21,20.5,23.5,21.5,20,21.5,23,20,16.5,24.5),dez=c(20,21.5,24,24.5,23,21,22.5,23,21,19,25),doze=c(21.5,24,24.5,25,22.5,21...
asked on 13.05.2016 / 03:18
1
answer

What is the best way to make multiple requests to an API?

I came to put this question one more time thinking that it would be beneficial for the community to have a canonical way of making multiple http requests to a particular API. More specifically this question motivated me to put my question....
asked on 19.05.2016 / 11:09
1
answer

How to customize a Select in columns?

Personal I have a select that shows CODE | TITLE | DESCRIPTION | UF 0001 | TESTE1 | NEW ITEM 1 | SP 0002 | TESTE2 | NEW ITEM ADD 2 | SC
asked on 01.05.2016 / 23:35
2
answers

What is the difference between "require" and "require-dev"?

In Composer , Grunt for example, it has require and require-dev . My question is what's the difference between them? Example phpBB "require": { "php": ">=5.3.3,<7.0", "lusitanian/oauth": "0.2.*", "symfony...
asked on 23.05.2016 / 17:11
1
answer

How to use Facades of Laravel outside its structure?

I'm trying to use some "laravel framework" classes in other files, but I'm not getting any success. For example: I created a public/teste.php file with the following code: require __DIR__.'/../bootstrap/autoload.php'; use Illuminate...
asked on 24.05.2016 / 03:57
1
answer

When to use the http patch method? [duplicate]

I did some research on the PATCH method, and I saw that it makes partial modifications, but I did not really understand when to use it and what its difference to PUT . I'm looking for a practical example of how / when and why to use the...
asked on 25.04.2016 / 22:15
1
answer

How to order boxplots by the mean or median in R

How to order a series of boxplots by medium or medium? The command used: boxplot(base$y~base$FID) sorts the graphics in the order of the base variable $ FID, I would need the ordering to be done by the mean or median of the base variab...
asked on 18.05.2016 / 02:51
2
answers

How to sort the items in a Listbox using quicksort

I'm doing a project for the university that consists of making software that sort from a listbox using quicksort, BlubbleSort etc ... In VB.NET I made an array to generate the random numbers in the listbox, but my difficulty now is to get the nu...
asked on 16.05.2016 / 03:52
1
answer

Field code in the value attribute of the option

I have a CategoriaCNH table with the following fields CodCategoriaCNH and Descricao . I have this code snippet html : <select name="categoriaCnh"> <option value="" disabled selected>CNH</option&g...
asked on 24.05.2016 / 03:53