Questions tagged as 'tela'

1
answer

Is there any way to detect the second monitor / screen with Javascript?

I would like to know if there is any way to detect the existence of a second monitor with Javascript. In a scenario where I was using two monitors / screens on my computer, I would like to open a popup through window.open and move it t...
asked by 22.05.2018 / 20:18
2
answers

How to clean the screen in C ++?

How to clean the screen in C ++? I have already put the library: ** # include < stdlib.h> ** and the code: system ("cls") , but gives the error: " sh: 1: cls: not found ". How do I resolve this?     
asked by 13.04.2018 / 00:11
0
answers

How can I detect the screen size by the server?

I'm using a Node.JS server and would like to know how you can do the following. If you notice, the GitHub 404 Error page appears on devices with larger screens, but we enable the mobile device emulator through the developer tools, the page...
asked by 11.03.2018 / 21:22