Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
3answers
10k views

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 welcome. Thanks in advance.
11
votes
8answers
4k views

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 artistic abilities. I had an idea about a musical robot ...
9
votes
2answers
2k views

How to detect the printer model?

When I plug my HP Laserjet 3015, Windows detects the correct model and then tries to install the appropriate drivers. How can I detect the model of connected printer(s)? I don't want to use the list ...
8
votes
2answers
1k views

Javascript: how to find out if user browser is chrome?

So I need some function returning boolean to check if browser is chrome. How to create such thig?
7
votes
3answers
4k views

How to detect android cpu speed?

I would like to detect how fast is the device on with my Android application is running? Is there any API to do it on Android? Or do I have to benchmark it by myself? If the device has got slow CPU ...
7
votes
1answer
921 views

How to “correctly” detect DPI of display with Java?

I have the following app that draws a rule : public class Rule extends JComponent { public static final long serialVersionUID=26362862L; // public static final int ...
7
votes
4answers
12k views

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 via carrier data network or not apple has made an example for that "Reachability" ...
6
votes
3answers
1k views

Detect IE8 64bit in Javascript

Hey there, I just wondered if there is a method to detect if the 64bit or 32bit Version of IE8 is running? Because there are some major Bugs in the Facebook Javascript SDK which only occure in ...
6
votes
4answers
1k views

How to Detect Adblock on my website?

I would like to be able to Detect if the user is using adblocking software when they visit my website. If they are using it, I want to display a message asking them to turn it off in order to support ...
6
votes
2answers
214 views

Validation of user input or ���������

We're letting users search a database from a single text input and I'm having difficulties in filtering some user supplied strings. For example, if the user submits: ��������� lcd SONY (Note the ...
6
votes
7answers
600 views

How should unit tests set up data sources when not running in an application server?

Thank you all for your help. A number of you posted (as I should have expected) answers indicating my whole approach was wrong, or that low-level code should never have to know whether or not it is ...
6
votes
6answers
2k views

How do I automatically find a user's location?

I am currently working on a show listing website. I am going to display show information by location for the user sorted in a variety of different ways. I know I could ask the user where they are ...
5
votes
2answers
446 views

How can I detect basic 2D geometric shapes (i.e. square, triangle, circle etc.) on a JPEG image file?

After a user takes a picture, I want the application to detect the shape of the object that is shot. What I'm looking for is similar to face detection, except I want the app to detect shapes instead ...
5
votes
2answers
2k views

Detect removable drive (e.g. USB flash drive) C/C++

How can I detect when a removable disk drive is (dis)connected to the system? How to get the mount path (for Linux) and the drive letter (for windows)? EDIT: Is there a way to detect the currently ...
5
votes
2answers
807 views

Detecting CTRL+V using AS3 in IE

I am not able to detect the keyboard event CTRL+V on a swf using AS3 in IE. It seems to trigger the default browser behavior, and im not able to do anything... Any workaround for this?
5
votes
2answers
4k views

Upstart calling script (for inserted USB-drive)

I know that Ubuntu (and Fedora) uses Upstart istead of the classical System V init daemon (SysVinit). I would like to know how to detect when a USB-drive has been inserted, mount it and copy some ...
4
votes
1answer
266 views

Detect headset button click on iPhone SDK

Is there a way to detect the headset's play/pause button click? I managed to detect the volume buttons clicks using: AudioSessionAddPropertyListener( ...
4
votes
2answers
374 views

Most efficient Anti-Crack methods

Since cracking is a huge problem I want to go deep into blocking those pirates (I don't even want to mention Cydia Themes, I have recorded a cracking percentage of over 98% on my themes which are all ...
4
votes
3answers
491 views

Detect mobile browser

I have a site and I want to detect which browser is used and redirect them. I have a php index and the code must be in php. I've found many sites but they don't work or they don't detect many mobile ...
4
votes
4answers
713 views

How to load an arbitrary image from a BLOB stream into a TImage?

If I understand it correctly, TImage.LoadFromFile determines the type of picture from the file extension. Is there any way to detect the image type automatically from a TBlobStream with a raw image ...
4
votes
2answers
2k views

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 coordinates so that I can use the cv.Circle function to draw circles over the circle detected. My ...
4
votes
2answers
2k views

Detect if program is running with full administrator rights

I need to determine if my program is running with full administrator rights. By that I mean if uac is turned on (for win vista/7) that I need to determine if the program actually has admin rights ...
4
votes
1answer
253 views

Detecting a 4G capable device

I need to detect the 4G capability of the device. How can I do that? Thanks for any hints.
4
votes
1answer
266 views

Javascript to detect when a page has loaded in another window in Firefox

I was wondering what is the best way to detect when a page has finished loading where the page in question is in a different tab or window. And where page to be loaded could be any page on the web and ...
4
votes
4answers
293 views

Is it possible to “trick” PrintScreen, swap out the contents of my form with something else before capture?

I have a bit of a challenge. In an earlier version of our product, we had an error message window (last resort, unhandled exception) that showed the exception message, type, stack trace + various ...
4
votes
3answers
1k views

Detect and record a sound with python

I'm using this program to record a sound in python: http://stackoverflow.com/questions/892199/detect-record-audio-in-python/892293#892293 I want to change the program to start recording when sound ...
4
votes
3answers
2k views

On the iPhone, is it possible to find out which WIFI network we are connected to?

If yes, can we also get additional information about the network configuration? One useful way to do this could be getting the SSID of the current network. Is there an API to do that? Update: I ...
4
votes
2answers
6k views

How to AutoDetect/Use IE proxy settings in .net HttpWebRequest

Is it possible to detect/reuse those settings ? How ? The exception i'm getting is This is the exception while connecting to http://www.google.com System.Net.WebException: Unable to connect to the ...
4
votes
11answers
12k views

can php detect client browser monitor size/resolution?

Php can detect IP, hostname, client agent etc. Can php detect client browser monitor size/resolution?
3
votes
2answers
140 views

Android: Detect that user opens status bar

I am writing an app that uses GPS for localization services. When the user tries to use the app with a disabled GPS, a dialog pops up. Now, the user can minimize the app and change the GPS settings. ...
3
votes
2answers
100 views

Advice for use of honeypot img tag to detect scrapers / bad bots

We want to setup a little honeypot image in our html bodies to detect scrapers / bad bots. Has anyone set something like this up before? We were thinking the best way to go at it would be to: a) ...
3
votes
3answers
214 views

get removable media drives list in c#

Hi I need to detect all the removable media drives i a dropdown menu in c# Any help will be appreciated Thank you
3
votes
2answers
590 views

How do detect GPS on/of at iPhone xcode and how can we know about our application isn't allowed using gps?

I want to make application that will use GPS, as we know at first time user use our application that need gps/current location, there is a pop up that asking for permission, the problem is.. example: ...
3
votes
2answers
159 views

Detect current with USB and Java

To check if a 'switch' is open or closed and detecting that in Java, I have the following plan: I won't use the data pins, just the USB 5V current, and if the switch is closed there is a current, ...
3
votes
5answers
1k views

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 run different commands in either case. how can i detect which environment i am in? (preferably something php ...
3
votes
1answer
344 views

Change web page content if user is on a mobile device

I have a link on a website that opens an iFrame in a popup box using jQuery. The jQuery script applies this function only to the link that has the specific attribute 'id=calcPop' as you can see here ...
3
votes
2answers
264 views

Javascript: How to detect if a word is highlighted

I'm writing a Firefox addon that is triggered whenever a word is highlighted. However I need a script that detects when a word is highlighted, and I'm stuck. An example would be nytimes.com (when ...
3
votes
4answers
440 views

Platform-independent way of detecting if git is installed

This is how I detect git in ruby: `which git 2>/dev/null` and $?.success? However, this is not cross-platform. It fails on non-unix systems or those without the which command (although I'm not ...
3
votes
2answers
243 views

How to detect WebKit Inspector?

I know how to detect Firebug in FF (if (window.console && window.console.firebug) alert ('Buu'); ) but how detect or disable Web Inspector in WebKit??
3
votes
1answer
969 views

detect barcode scanner from web browser

In a jee web application, I need to read data from barcode scanner(connected to the user's machine - client side),display the data in a textbos and send the code back to the server.I think I ...
3
votes
7answers
293 views

How to detect if a user had javascript disabled?

I was talking with a friend about users who do not have javascript enabled in their browser and what could be done to show them a "no-javascript" version of your website. Is it possible and how can ...
3
votes
3answers
552 views

Task manager close is not detected second time in a WinForms Application

private void Form1_FormClosing(object sender, FormClosingEventArgs e) { if (e.CloseReason == CloseReason.UserClosing) { if (MessageBox.Show(this, "Do you really want to close?", ...
3
votes
4answers
963 views

How can I detect if an iPhone is rotating while being face up in a table?

Is there a way to detect if an iphone lying down in a table face up is rotating?. I do realize that this kind of movement is not reported by the accelerometer and neither is it reported to the - ...
3
votes
3answers
890 views

Portable way to detect heap fragmentation in c++ at runtime?

I'm writing a qt-based c++ application and i need to be able to detect memory fragmentation in order to check if the current system can actually sustain the memory load: the program load a big image ...
3
votes
1answer
214 views

Detect another process's bitness (in Windows)

How can I detect whether another process is running as 32/64 bit in Windows? I know how to do this for my own process, but not for a different process. A tip or solution in any language would be fine. ...
3
votes
3answers
4k views

Detecting MIME type in PHP

I'm looking for the best (possible on most PHP 5.2 installs and still actively developed) way to detect a files MIME type in PHP. I'm aware of the mime_content_type() method and the Fileinfo ...
3
votes
3answers
2k views

noscript tag, I need to present alternative html if not enabled

Is it possible to replace javascript w/ HTML if JavaScript is not enabled on the user's browser? I know I can use <noscript>this displays in place of javascript</noscript> That works ...
3
votes
1answer
259 views

How could I know when someone attaches a removable disk on my computer?

I would like to know how can I detect when the user attaches a removable drive on a computer ( in a Windows XP environment ) . There surely has to be a better way than constantly checking to see if ...
2
votes
2answers
59 views

Javascript - Detect if any javascript function is running

I know it may sound very strange, but I need to know if there is any active/running javascript in the page. I am in situation in which I have to run my javascript/jquery code after everything on the ...
2
votes
2answers
69 views

Detecting PS/2 port state in C#

this is my first post! I am attempting to simply detect whether there is a keyboard attached to the PS/2 port on my machine. The idea is that the computer will boot up, although if it detects a USB ...

1 2 3 4 5 7