All Questions

1
answer

Color part of a circle SVG

I'm creating a circle in SVG. With a for loop, I want to create multiple lines to color a certain part of the circle, without going over it (for example half the circle.) The x1 and y1 line points always have the same value,...
asked on 17.04.2015 / 17:18
1
answer

Image rotation does not work correctly in Chrome

I'm trying to use a function in jQuery, and it works fine in Firefox but in Chrome it just does not start, it stalls in the first image and it does not go to the rest. Could someone give me a light on how do I make it work in Chrome, too?...
asked on 05.05.2015 / 01:58
1
answer

Loading old libraries in RequireJS

What is the best way to configure old libraries that were not built using the AMD specification? I am referring to libraries that were not defined with the define () statement. In this case, I'm trying to load the JQuery 1.4 library. I read...
asked on 02.03.2015 / 21:56
1
answer

I can not make the nightmare character disappear after being killed

I'm following all the steps of a tutorial on creating the game Nightmare, videos made by channel "Playing with Nils", but after following all the steps, when I run the game and then I kill the zombunny (an enemy), instead of dying and disappea...
asked on 07.05.2015 / 22:51
1
answer

Optimize marker movement in Maps

I've been working with an application where I add a Marker on the map, where it looks like: markUser.draggable(true); But I want to optimize this method, to move the marker is necessary to hold for a while, I want with a single click to d...
asked on 26.02.2015 / 16:38
0
answers

Get information from an array inside a foreach - PHP

Good afternoon. I'm developing an application with PHP using Laravel, and I'm having a hard time. I have a table with the name of Account, in which it has the code of this account, represented by the variable $ client-> Code, also has the...
asked on 28.10.2017 / 17:55
1
answer

Restrict access to routes if not logged Vuejs

I am developing a Dashboard and I have doubts about how to forbid access to rotas if they are not logados , so I thought of some solutions that would use localStorage , but none is a right solution . What would be th...
asked on 02.10.2017 / 16:10
4
answers

Use of & next to Operators and Functions in PHP

What is the meaning of using & with operators and functions in PHP since I checked in some libraries Example and functions this use (I am aware of the use next to variables has relation to the passing of pointers) $browser...
asked on 19.02.2015 / 12:57
1
answer

How to display data from a serialized file in Java?

I'm starting in Java and need to make a system that registers students and saves the data of those students in a serialized file. I can even create and save the data in the serialized file (I think rsrs) but I do not know how to display all t...
asked on 01.11.2017 / 21:35
1
answer

Convert SQL query to LINQ

What would be the converted SQL query for LINQ: "SELECT SUM(valor_negocio) valor_negocio, " + " MONTHNAME(STR_TO_DATE(MONTH(data_inicio), '%m')) mes," + " STATUS" + " FROM negocio" + " WHERE data_inicio BETWEE...
asked on 04.11.2017 / 20:26