Questions tagged [detect]

"Detect" is overbroad and should not be used. Tag with the specific sort of detection you mean: collision-detection, face-detection, feature-detection, browser-detection, etc, etc.

This tag has an active burnination request. It should be removed from questions, not added.

Detection activity exist in many ways.

For example:

  • Detecting active bluetooth devices;
  • Detecting Internet Connection;
  • Detecting available ports;
  • Detecting incoming voice;
  • Detecting color scheme;
  • Detecting features.
1045 questions
-1
votes
1 answer

From a mobile device, how do you launch MS Remote Desktop client that's already been downloaded?

I have an html page with a button that detects what type of mobile device the user is on, then directs them to the download page for Microsoft Remote Desktop Client. After downloading, the button click should detect that RDP has already been…
vlh
  • 1
-1
votes
3 answers

How to ban lots of IP ranges?

How can I detect Google, not only crawlers, I mean in general. According to this site the following IP address ranges belong to Google: 64.233.160.0 - 64.233.191.255 66.102.0.0 - 66.102.15.255 66.249.64.0 - 66.249.95.255 72.14.192.0 -…
Forivin
  • 14,780
  • 27
  • 106
  • 199
-1
votes
3 answers

How can I use a button in a cell (placed with StoryBoard)

I'm searching for a way to use a button in a cell. I've created it in the prototype cell of my table view but i can't get to detect the cell it's in when I tap on it. Can you help me please ?
Heidan34
  • 1
  • 2
-1
votes
1 answer

Detect if special characters entered in input element JS

Using JS, how can I detect if a special character is entered into an input field as it's typed? EDIT: Special character being defined as non-alpha/numeric character EDIT(2): If it helps anyone else, here's what I came up with: HTML
user2442072
  • 437
  • 2
  • 7
  • 16
-1
votes
4 answers

JQuery: detect which span id has class="active" and if button is pressed go to another span id

I've got already one script that is toggling between every of span ids i've listed below adding class active and removing it so only 1 span id element is visible.
Matt
  • 172
  • 2
  • 2
  • 10
-1
votes
1 answer

How to detect if doubleclick has an AD to serve?

I got a page which has 8 doubleclick AD blocks and sometimes the given AD parameters don't have ADs to serve from doubleclick, is there a way to detect if ADs are served and prevent further doubleclick js loads? {% for ad in 123|make_list %} …
James Lin
  • 25,028
  • 36
  • 133
  • 233
-1
votes
1 answer

Detecting camera and using alert view

I'm trying to detect if the iOS device has a camera. I know there are ways to detect, but i need help making an alert, that if there is no camera, it will alert the user. Heres my code.... its down where it takes a pic #import…
Yomo710
  • 125
  • 9
-2
votes
0 answers

How can I Detect WHEN an app crashes in Windows 11?

I play a MMO Game in Windows 11. The game allows you to "auto" farm most of the day. The problem is...at times it crashes. Not commonly, perhaps once or twice a month, but when it crashes I may lose hours of farming time. I need to be alerted…
-2
votes
1 answer

Windows OS compatibility for batch file needed

I want to make a Batch file program, that can is compatible with Windows 10 and later. Not with older Windows systems. Pseudocode: if Win10+ then [insert continued code here] else echo We're sorry, but the program you are trying to run isn't…
-2
votes
1 answer

How does the OS detect the screen size?

When I create small,normal,large,xlarge layouts:How Android Detects Screen Size phone for use this layouts?base on dp or dpi or px? Is the result always right?Because some devices are smaller in physical size but the density is higher so if based on…
M.ghorbani
  • 129
  • 8
-2
votes
1 answer

How to detect type of toolbox item by name in vb.net?

Lets say I know an item with a name "xx" from toolbox exist, but I do not know what type is it. Is it a textbox? Is it a chart? Is it a checbox? How do I find out, I only know the name.
Iluvathar
  • 43
  • 1
  • 7
-2
votes
1 answer

Mobile devices detect

I have some page, but i need that users with randow user-agent (browsers or tablet, pc,..) see random info. I need to detect some device and do a manipulation with this info. For example, for iOS users i have one kind of info, for android another,…
WebSon
  • 501
  • 4
  • 11
-2
votes
1 answer

How can I filter the domains served by a CDN from a list of domain names?

I have a list of domains and I need to filter the domains served by a CDN(Content Delivery Network). I am going to use python script to do that. At the first I was thinking I can identify them from the domain name. But not all of the domain names…
Stateless
  • 293
  • 2
  • 4
  • 18
-2
votes
1 answer

Detect if my application is running on a phone

I'm building an application with SAPUI5. In this application I have a XML view as follows: I want…
-2
votes
1 answer

Access, detect last name if the first letter is not capital letter

If I import new set of data of last and first name, how can I detect last name which the first letter is not capital letter or space before name??? and after detect it, how can I see the list of result? such as Name : Lee Arvin kwon Tony kwon, Tony…
Kevin
  • 1
  • 3