All Questions

1
answer

Pure CSS to make progress in a circle

I'm trying to make a progress circle, but I can not. I want it exactly that way. I want a black circle. A border in gray smaller than this circle, type about 5px less. A circle that is progress. I found some tips on the internet but I...
asked on 25.10.2017 / 18:38
1
answer

Remote access to the MySQL database

I have a DB inside a corporate network on a local machine serving as a MySQL server. The structure of the network works like this! Ineedtoaccessforexamplethemachinethatismarkedinred,andinthisenvironmentthe"Server" has its static IP "10.10...
asked on 23.09.2016 / 21:51
1
answer

Css in inputs using Affordance principles

To facilitate the development of responsive forms it is very common to place 100% of width in the inputs, and to control its size through the width of a container div, this technique helps when manipulating the media queries of these inputs. Thi...
asked on 30.03.2017 / 21:50
2
answers

What is golf?

Looking at the site tags, I come across the tag code-golf , I read the short explanation:    code-golf   Use this tag when only when the question has a relation   irrefutable to the Code Golf code competition. Be very careful when   use t...
asked on 20.07.2017 / 19:55
1
answer

Doubt to replace character in string assembly (MIPS)

I have to make a code in Assembly mips that asks for a phrase and if in the sentence it contains the character - is replaced with the character * . So far I've only been able to get to this code: .data buffer: .space 256 #...
asked on 13.12.2016 / 14:14
1
answer

Doubt in code in probability calculation

I'm making a calculator to estimate the probability of lottery hits. I'm using this formula: Being:aisthenumberofdozensofthesteeringwheel(inMega-sena,a=60)bisthenumberofdozensdrawn(inMega-sena,b=6)kisthenumberofdozensperflyer(intheMega-se...
asked on 10.11.2017 / 21:08
1
answer

Why does the server send 2 public keys to the TLS handshake?

During information exchange in the TLS handshake, the server sends a public key together with the certificate. The server also sends a second public key (Server Key Exchange) if the client accepts the certificate. If the server has already se...
asked on 09.11.2017 / 10:22
1
answer

Doubt on behavior $ .post and $ .ajax

I've always been accustomed to using $.ajax() for all my type requests, and this works perfectly. An example that is even occurring now is the following: $.ajax({ type: "POST", url: "XmlTree.aspx/GetChildren", d...
asked on 28.08.2017 / 20:16
1
answer

How to use MutationObserver () correctly?

I know that MutationObserver() is designed to detect changes in the HTML DOM. But I wonder how this works in practice. We created a hypothetical situation, what's up? There is a <div> with id='hipotese' (I be...
asked on 02.08.2017 / 18:39
1
answer

Prediction with Neural Networks TensorFlow

Hello, I'm having trouble implementing a neural network. My problem is that I can only implement it with an 'X' attribute I need help in this code for example, how do I put two input attributes? In the case of this code only has the attribu...
asked on 21.08.2017 / 23:14