I am trying to find a way of monitoring directories in Perl, in particular the size of a directory, and upon detecting a change in directory size, perform a particular action.
I ve connected开发者_开发百科 my mobile phone to my PC and used this, string[] lPorts = System.IO.Ports.SerialPort.GetPortNames();
I have a Java web app that I develop on a Windows machine and wil开发者_StackOverflow社区l deploy on a Unix machine.
We have a nasty little problem.In short we can detect if a screen is c开发者_Python百科onnect when x11 boots (we do this by looking at the log - Xorg.0.log), but we are having trouble detect when are
I currently have a preg_match to detect http:// and www. etc..... but I want to detect domain.com or domain.co.uk from a string
I am writing a client - server system in which I used NON-BLOCKING sockets. My problem is to detect error { while perfor开发者_如何学运维ming send() or write() } that may occur while data transfer. Ex
There is a website (very simple) which will be updated soon and I\'d like to receive an alert at the moment it changes (like a sound, a popup,...)
I would like to know how I can use SOM for disease detection. Given a lung cancer dataset, how can SOM be applied for detection, there are certain terminologies like, sensitivity, specificity and accu
I have just stumbled upon Bad Behavior - a plugin for PHP that promises to detect spam and malicious crawlers by preventing them from accessing the site at all.
I\'m working on a C# XNA project that requires me to 开发者_开发知识库display information based on the platform the game is on.