Maybe you were looking for...

char device catch multiple (int) ioctl-arguments

I have to write a linux char device, which handles ioctl (without BKL) functions per unlock_ioctl. At the moment I can receive one argument from the userspace i

How ROI coordinates in opencv works

How exactly coordinates in ROI works? For example, I have image size of 450x280 (got it from opencv documentation). I want to select a ball. In documentation it

How to avoid a Nest.Js / Node.Js process taking up 100% of the CPU?

I have an app running on Nest.Js / Node.Js which does text processing and because of that it has an .map (or .forEach) iteration that takes a lot of resources (

Performance issue running mongodb aggregation

I need to run a query that joins documents from two collections, I wrote an aggregation query but it takes too much time when running in the production database

Is it possible to protect from downloading an audio from a site

I want to create an audio-book application using Laravel. Is it possible to protect from downloading an audio from a site ? Is right click disable does the tric

React Native & Expo, how to control the splash screen?

I'm using the built in splash screen in expo that you add in app.json for a simple test app. However I noticed that my start screen flashes in default mode 1 mi

I got an error while using the socket.io library

I have a question about the socket. Server side with the address http://node.elyjm.ir I wrote the following code (in the index.js file) var mysql = require("mys