So I am an inexperienced Python coder, with what I have gathered might be a rather complicated need. I am a cognitive scientist and I need precise stimulus display and button press detection. I have b
I am trying to get audio data from the microphone. I have achieved this by using the AudioRecord class which fills a buffer with type shorts.
This question already has answers here: Closed 11 years ago. Possible Duplicate: Choosing Java vs Python on Google App Engine
I\'m looking for a way through AJAX (not via a JS framework!) to real time monitor a file for changes. If changes where made to that file, I need it to give an alert message. I\'m a total AJAX noob, s
I just moved from WinXP to Win7. My software needs to have real time response to I/O so it makes a busy-wait in one thread (which has affinity to run on one CPU).
So I have 2 services running, one transcodes a file in realtime (ffmpeg), and another exposes it through http (nginx). The problem I currently have is that when ffmpeg begins transcoding, and I access
In real time Java one can create a real time thread and run it via the following methods: RealtimeThread rt = new RealtimeThread(){
First let me start out by saying that I am not a programmer, I am a networking guy.The company I work for has an application called AutoMate which uses PostgresSQL which runs on a Linux server. AutoMa
I would like to implement a realtime dashboard like an index page of www.foursquare.com I checked foursquare.com\'s index page with Chrome\'s developer tool and surprised that they don\'t use xhr to
I looking for the info that can help in estimating interrupt latencies on x86 CPUs. The very usefull paper was found at \"datasheets.c开发者_运维问答hipdb.org/Intel/x86/386/technote/2153.pdf\".But thi