Top "Detect" questions

"Detect" is overbroad and should not be used.

detect key press in python?

I am making a stopwatch type program in python and I would like to know how to detect if a …

python python-2.7 keypress detect
Getting the screen resolution using PHP

I need to find the screen resolution of a users screen who visits my website?

php server client resolution detect
iOS How to detect iPhone X, iPhone 6 plus, iPhone 6, iPhone 5, iPhone 4 by macro?

How to detect device model by macro? i had using something like this but the result on the simulator alway …

iphone macros detect
PHP script - detect whether running under linux or Windows?

I have a PHP script that may be placed on a windows system or a linux system. I need to …

php windows linux operating-system detect
How can I know what image format I get from a stream?

I get a byte stream from some web service. This byte stream contains the binary data of an image and …

java c# image detect image-formats
Is it possible to detect Android app uninstall?

My app is using Google's C2DM (push notification) to notify users about new activity from friends. Once they install …

android uninstallation detect android-c2dm
Detect mobile browser

Possible Duplicate: Simplest way to detect a mobile device I have a site and I want to detect which browser …

php mobile detect
How to check the object type on runtime in TypeScript?

I'm trying to find a way to pass an object to function in and check it type in a runtime. …

typescript types runtime detect typeof
How can I detect 'any' ajax request being completed using jQuery?

I have a page where I can insert some javascript / jquery to manipulate the output. I don't have any other …

jquery ajax load detect
automatically detect web browser window width change?

i know that you with $(window).width() can get the size of the web browser. i want to detect when …

javascript jquery browser window detect