Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
detect
- Page 1
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
2 Weeks Ago
by john_111
… a slightly different shade of grey. The only way to
detect
page links was to move the mouse cursor over every…
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by gorgebutler
… on different devices and using cloud-based testing tools help
detect
and fix issues early. By following best practices, you can…
Re: A reliable way of detecting AI content?
Hardware and Software
Cloud-based Apps
2 Months Ago
by Ja sa bong
I don't need any tool for
detect
an AI written content because if you have seen enough of it, you're going to find it very easy spotting it immediately. I'm not saying some tools that do the job isn't good but I can do it without them is what I'm trying to say because AI generated contents are very obvious.
Re: Detect a sound within a sound/audio
Programming
Software Development
8 Years Ago
by AssertNull
…certain words, accents, and voiceprints that it wants to
detect
in the trillions of conversations it has stored. It'…need efficient algorithms to data mine terabytes of conversations to
detect
words like "bomb", try to match … given your prior posts, that you are trying to
detect
the exact unmodified, unmixed sound for piracy reasons and …
Detect KeyPress From Console?
Programming
Software Development
18 Years Ago
by sgware
Short version of my question: __________________________________________ How can I
detect
a keypress in Java without using a GUI? Long Version: … give anyone an idea. All I want to do is
detect
keypresses in Java from the console without launching a visible…
detect new line
Programming
Software Development
17 Years Ago
by toolbox03
Want to ask how to
detect
new line For example, I need to read in a text file in this format John 123 Y 1 abc def ghi Jane 456 N 1 xyz Jack 789 N 1 xxx xxx how do i
detect
the empty line and read in the next line? i need to get the info for line 1, 6 and 9 only
Detect a specific frequency tone
Programming
Software Development
16 Years Ago
by Lukezzz
…. Is it possible to write a C++ program that can
detect
specific frequency tones, like 1 Mhz, 2Mhz 3Mhz etc... Until… start to do this. The goal is simply this: To
detect
a single frequence tone and then some simple code will…
detect connection between COM port pins
Programming
Software Development
16 Years Ago
by Clawsy
… to find out the answer, an example. I try to
DETECT
whether 2 pins of COM port are connected or not… you connect the wires to COM (2 pins) can you
detect
whether the contact closes? (pins are connected). I hope i…
Detect JFrame Movement/Attaching JFrames
Programming
Software Development
15 Years Ago
by TheWhite
I'm looking for a way to
detect
when a JFrame is moving (maybe there is some kind … WindowListener, but unless I am mistaken, there is nothing to
detect
window movement, just state changes such as minimizing, etc. Thanks…
Detect overflow in math operation
Programming
Software Development
15 Years Ago
by VernonDozier
… big numbers (a lot of them). I'm supposed to
detect
overflow errors. I did it years ago in Assembly by… = pow (2, 62.0); a += b; // overflow - how do I
detect
this? [/code] I know I can create a temp variable…
Re: Detect overflow in math operation
Programming
Software Development
15 Years Ago
by mrnutty
[URL="http://stackoverflow.com/questions/199333/best-way-to-
detect
-integer-overflow-in-c-c"]Google[/URL] is your friend. Particularly check the first post. It talks about using MSB to
detect
overflow.
Detect connection failure with SQL Server
Programming
Software Development
15 Years Ago
by fulvio1981
I want to
detect
when connectivity with SQL Server fails, so i can fire … anyone know a bit of code that will help me
detect
when connectivity with the SQL Server fails (SQL Server goes…
Detect CPU!!!
Hardware and Software
Linux and Unix
15 Years Ago
by group256
… my project, I need to write an assembly code to
detect
multiprocessors. I really have no idea how as I have… on dual core or quad core chips there are and
detect
them and later on use them. Please help me out…
Detect Multicore processors
Programming
Software Development
15 Years Ago
by group256
… project, I need to write an assembly/C code to
detect
multiprocessors. I really have no idea how as I have… on dual core or quad core chips there are and
detect
them and later on use them. Please help me out…
Detect Multicore processors
Programming
Software Development
15 Years Ago
by group256
… project, I need to write an assembly/C code to
detect
multiprocessors. I really have no idea how as I have… on dual core or quad core chips there are and
detect
them and later on use them. Please help me out…
Re: Detect Multicore processors
Programming
Software Development
15 Years Ago
by mathematician
… project, I need to write an assembly/C code to
detect
multiprocessors. I really have no idea how as I have… on dual core or quad core chips there are and
detect
them and later on use them. Please help me out…
Re: Detect Multicore processors
Programming
Software Development
15 Years Ago
by gerard4143
… project, I need to write an assembly/C code to
detect
multiprocessors. I really have no idea how as I have… on dual core or quad core chips there are and
detect
them and later on use them. Please help me out…
detect left mouse buttion UP
Programming
Software Development
15 Years Ago
by crackerjacker
well, basicly i just want to
detect
when the left mouse button goes from being DOWN (clicked) … = &H2 If GetAsyncKeyState(VK_LBUTTON ) Then [/CODE] but thse only
detect
left/right clicks, the down event, not the up Thanks!
Re: detect left mouse buttion UP
Programming
Software Development
15 Years Ago
by abu taher
you can see this. I think u can get help from here.[URL="http://www.vbforums.com/showthread.php?t=286343&highlight=
detect
+left+mouse+button"]http://www.vbforums.com/showthread.php?t=286343&highlight=
detect
+left+mouse+button[/URL]
Detect and close possible open Browserwindow/s
Programming
Software Development
15 Years Ago
by Lukezzz
Hi, I wonder if there is any syntax that can
detect
if any Browserwindow is open on the computer and then close this/these windows. I use Firefox and then would want to
detect
if any Firefox browserwindow is opened and then close them if any is open. Thank you!
Detect corrupt javascript files.
Programming
Web Development
14 Years Ago
by zahnsoftware
… on the web page. Is there an automated way to
detect
if the uploaded files match the source file to…
detect
corruption? We are using Filezilla for uploads but a lot …
Detect https referrer url?
Programming
Web Development
14 Years Ago
by RossCode
Is there a way you can
detect
if an incoming referrer is from a url using https? I know you can
detect
http but it doesn't seem to show anything for https.
detect new record in database C#
Programming
Software Development
13 Years Ago
by lianpiau
I wan develop a program which is
detect
database got new record, then it will pop out message such as MSN login & logout status at right hand side below. or
detect
record status and pop out message box to tell user
Detect if page is being loaded inside iframe
Programming
Web Development
12 Years Ago
by DaveyMoyes
… you would expect. What I would like to do is
detect
if the page is being loaded inside an iframe, ie…/app_257600168717381 path How can I edit the script to first
detect
if the page is being loaded within a iframe and…
detect which div is appearing in window
Programming
Web Development
12 Years Ago
by vizz
… using **[Ascensor.js](http://kirkas.ch/ascensor)**. I need to
detect
which div section is visible in window to add animation…;/div> It's working well. **And my script to
detect
which div is visible or appearing in window is ,** $(document…
Detect a player and identify the type
Programming
Software Development
11 Years Ago
by Mr.M
… will be burnt/embedded to a DVD+RW disc to
detect
the type of player(DVD player, Car stereo, computer(CD… be embedded in a DVD+RW disc be able to
detect
the device the disc is inserted in, let say when…
Detect Keylogger Softwares
Programming
Software Development
10 Years Ago
by Ananthoju
How to
detect
the keylogger softwares which are running in the system. Keylogger run in hidden mode,by the processes running in the background are us to
detect
it. Is there any process/me3thod to get complete details of process i.e, how muchmemory,cpu,harddisk spae are using and which files in drive are using.
Re: Detect Keylogger Softwares
Programming
Software Development
9 Years Ago
by EmmaL
To
detect
a keylogger on PC, open task manager and search for … effective way. The reason why keyloggers are so hard to
detect
is that they're not illegal. Most people think they…
Detect interception/modification of HTTPS request by 2st party (user)
Programming
Software Development
9 Years Ago
by Aeonix
….com"] FOREACH END [userAction logout] FOREACHEND Now, I could
detect
it, by fact that query would be sent each 0… of it (through piece of code in launcher which would
detect
new version) and find out how the latest version works…
Detect Viewport Width Live in Javascript Pass Result to Ajax Call PHP Page
Programming
Web Development
8 Years Ago
by bigignoramus
… to create an html or, preferably, PHP page that will
detect
the ever-changing width of the viewport as the viewer… SEO. In Pseudocode,the foregoing requirements become the following. 1.
Detect
viewport width LIVE in javascript; thus, if a viewer diminishes…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC