Skip to main content

All Questions

Tagged with
0 votes
1 answer
77 views

set libgdx screen resolution to 1920X1080 when starting game

How do I set the screen resolution when starting my game. Would like when the game starts to change the screen resolution to 1920x1080 (Full HD). I'm slowly looking stupid... I noticed that it doesn't ...
HermannGo's user avatar
0 votes
1 answer
235 views

HighCharts does not add a new points

I am trying to set up a simple weather station with esp8266 and plot and display the obtained data in graphs. I'm trying to use HighCharts for this task. Now I'm having a problem that HighCharts does ...
Remark's user avatar
  • 17
0 votes
1 answer
120 views

JS, how to launch app on a specific monitor?

i chose and read a PPT file from an html page on a Windows 10 computer with dual monitors, this is the code: <script> function read() { var x = document.getElementById("input")....
Ludo's user avatar
  • 9
1 vote
0 answers
221 views

CSS color accuracy on different screens

The web site I'm working on makes heavy use of a single color through CSS. I'm trying to make this specific shade look the same on all screens (PC, tablets, and mobile). I'm just hoping that this very ...
Björn Morén's user avatar
-1 votes
2 answers
546 views

How to monitor a difficult webpage with curl

I'm trying to monitor this page and send an email if it changes. I tried to use curl, but that doesn't work because it seems to be generated on the fly with JavaScript.
Zardiw's user avatar
  • 11
0 votes
1 answer
1k views

JavaScript - How to force current window to be active?

In JS - when you click outside the browser (say to a text editor), you lose "focus" of the browser window. One way notice this is that the cursor in, say, a text box, is no longer there nor is the ...
TheRealFakeNews's user avatar
1 vote
1 answer
2k views

Is it possible to monitor CPU/GPU in browser?

Is it possible to monitor CPU or GPU usage using JavaScript for example? I know that browser can access informations (number of cores, model of GPU, OS ...) but I do not know how it will be possible ...
Jules's user avatar
  • 11
1 vote
0 answers
2k views

Postman error in Monitoring error: JSONError: Unexpected token u in JSON at position 0

The Postman runner works just fine but the monitor keeps throwing an error after few successful runs. When I look at the server logs, it does not show any error in the run and returns successful JSON ...
Yash S's user avatar
  • 11
0 votes
0 answers
898 views

How to check The number of monitor in javascript ? possible?

I need to know the number of monitors and then display the corresponding amount of workspace。 I do not know whether there is a way to achieve with javascript。 i use react-popout to open new webpage.
Eden Lian's user avatar
0 votes
2 answers
2k views

TypeError: res.links.join is not a function

Any idea on why I keep getting this error I currently am running a monitor script it and it runs fine for a bit, but as long as it detects a bunch of links come in at the same time, I get this error, ...
Chris's user avatar
  • 397
1 vote
0 answers
2k views

Missing, config.json file or invalid json syntax

I keep getting this error trying to run this script not sure why. I am assuming something in the syntax does not correlate with the version of node I am running I am running it via npm start I ...
Chris's user avatar
  • 397
6 votes
4 answers
3k views

Finding the size of screen using JS on a 4k monitor

I'm working on a photo carousel. The intent is to display x pictures on one row where x is dependent on the viewport size. By viewport I mean the area inside the browser's window less scroll bars. The ...
eric's user avatar
  • 321
0 votes
1 answer
77 views

No logging when using monitor() in Firebug

I tried the following in my JavaScript console in Firebug (v.2.0.12): function square(n) { return n*n; } monitor(square); Although the console tells me that a monitor has been created successfully, ...
Stephan Max's user avatar
1 vote
0 answers
88 views

How can I get the array of uint16 from the serialnumber property in wmimonitorinfo using JavaScript

I want to get the serialnumber of my monitor with JavaScript, but without using the registry. I have tried it like this: var objWMIService = SWBemlocator.ConnectServer(strComputer, "/root/wmi"); var ...
CODEFTW's user avatar
  • 23
20 votes
4 answers
29k views

How can i monitor requests on WKWebview?

How can i monitor requests on WKWebview? I'v tried using NSURLprotocol (canInitWithRequest) but it won't monitor ajax requests (XHR), only navigation requests(document requests)
Benzi Heler's user avatar
  • 1,148

15 30 50 per page