Top "Detect" questions

"Detect" is overbroad and should not be used.

jQuery - Detect if element height is bigger than window height and do something about it

The tittle really says it all. Basically i want to detect if this div's height is bigger than window height …

jquery window height element detect
Angular js - detect when all $http() have finished

Ok i have tons of $http() calls all around the app code, i'm wondering is there any way / best practice …

javascript angularjs http detect activity-finish
Detect browser TLS compatibility

We have a SSL website where the host has recently disabled older SSL protocols like TLS 1.0 and below. Depending on …

javascript ssl browser detect
How to detect with python if the string contains html code?

How to detect either the string contains an html (can be html4, html5, just partials of html within text)? I …

python html parsing detect
Detect encoding of byte array C#

Is there any way to determine a byte array's encoding in C#? I have any string, like "Lorem ipsum áéíóú ñÑç", and …

c# arrays encoding utf-8 detect
Best way to detect mobile device and redirect

Here's my snippet for detecting a mobile display based on the screen size. You can force the site to stay …

jquery redirect mobile detect screen-size
Detecting the fundamental frequency

There's this tech-festival in IIT-Bombay, India, where they're having an event called "Artbots" where we're supposed to design artbots with …

signal-processing detect frequency pitch-tracking
How to detect memory leaks in QtCreator on Windows?

How can I detect memory leaks in QtCreator on Windows? On the doc, they recommend Memcheck but it only works …

c++ windows memory-leaks qt-creator detect
Detect if a file is an MP3 file?

I'm writing a C++ library for decoding and encoding audio between different formats/codecs. I have a routine for quickly …

header mp3 detect decoding flac
Python and OpenCV. How do I detect all (filled)circles/round objects in an image?

I am trying to make a program which opens an image, scans it for circles/round shapes and returns the …

python opencv image-processing geometry detect