Top "Detect" questions

"Detect" is overbroad and should not be used.

Detecting network connection speed and bandwidth usage in C#

Is there a way to detect the network speed and bandwidth usage in C#? Even pointers to open-source components are …

c# networking performance bandwidth detect
Detect and record a sound with python

I'm using this program to record a sound in python: Detect & Record Audio in Python I want to change …

python audio detect record
How to detect android cpu speed?

I would like to detect how fast is the device on which my Android application is running? Is there any …

android performance detect cpu-speed
Batch file: Check if OS is Windows 10

I want to make a batch file which will do the following operation: checks if the running OS is windows. …

windows batch-file cmd operating-system detect
How to determine if jQuery is running on a page (even if jQuery is /after/ the detection script)

I'm working on a do-dad that can be embedded in a page like a youtube video. The particular effect I …

javascript jquery detect
Detect when application is closed

I want to know when the app is closed, because I need to erase a Database when the user shutdown …

android android-activity detect
Detect a screenshot Android

I program in recent years to Android and I wonder something : How to detect when user take a screenshot ? I …

android events screenshot detect
Programmatically detect if app is being run on device or simulator

I'd like to know whether my app is being run on device or simulator at run time. Is there a …

iphone ios simulator detect
iphone SDK detect Wifi and Carrier network

my app accesses the internet and i just want to detect whether there is a connection either via wifi or …

iphone networking wifi detect
Detecting change in a Javascript Object

I found this gist to detect changes on specified fiels of a object : https://gist.github.com/3138469 But it bind …

javascript events object detect watch