All Questions

1
answer

How to get the name of the non-current route in laravel?

I have a problem in laravel to get the name of the route not current. Looking in the documentation I found this function currentRouteName() however this works only for the route that is running at that moment.     
asked on 01.07.2016 / 03:22
1
answer

Install App on the lock screen (lock-screen)?

Dear, someone knows if the installation of an apps for the lock screen is configurable, the idea is that you do not have to unlock the pattern to access it. Pd : it's an application that I'm developing, and the idea is to program it to appea...
asked on 08.07.2016 / 17:40
2
answers

Select in bootstrap

I try to include a field within a form with the selectpicker class of bootstrap but the style does not add style or live search, any idea of why? this is my code These are the libraries that I use, only jquery I have it remotely bootstrap I h...
asked on 30.06.2016 / 22:00
1
answer

Validate in Java that an incoming json matches the Class model

I need to validate a json that comes from the request body, some fields are required but if the json does not have them, they are returned as null: @Document(collection = "menus") public class Module { /** The module name as unique identi...
asked on 05.07.2016 / 18:20
1
answer

Laravel 5.2 and Entrust

I have a problem that I have not been able to solve and it has been several hours in the. I am using Laravel 5.2 and the component to manage Roles and Permissions Entrust . Everything is well configured, including the middleware provided by En...
asked on 03.07.2016 / 16:49
1
answer

Edit a JPG image with BufferedImage in Java

I am trying to load an Image of any map in a JLabel and when clicking on this map a "pointer" is drawn exactly where I clicked and this image is edited with the new pointer, for this I am using a MouseListener, but my program does not draw anyth...
asked on 04.07.2016 / 12:56
3
answers

Create drop-down elements for html5 page

Good morning people, I need to create a help page where you enter a title and when you press the text is displayed. It would be something similar to the following image:     
asked on 01.07.2016 / 10:36
2
answers

Avoid recalling a Listener

I am detecting the change of value of a group of buttons with Listener . If there is nothing selected I put the previous value before the change, but this causes me to redial the Listener How can I avoid it? The code is: toggle...
asked on 08.07.2016 / 10:35
1
answer

Convert ASCII to binary in VB.NET

I have a problem trying to convert ASCII to binary. In effect, I am translating an AIS frame (which I used for navigation on ships) symbol by symbol on six bits from 15 (where the payload begins). And despite having !AIVDM,1,1,,A,15O86n001TJ3...
asked on 06.07.2016 / 14:34
1
answer

Query generate multiple threads that simulate clients in nodejs

I have n names that simulate clients what I want to do is iterate over each of them and send me requests to an endpoint in nodejs Here I have the part of the code corresponding to what I say to them sensors=["Rimac","Cercado"]; for (se...
asked on 06.07.2016 / 13:02