Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
103 views

My class interferes with library class

I am currently programming on a 3d visualization program so I wrote my own Vector3 class to have some convenient vector operations. That worked fine until I needed to load some Meshes which I used an ...
3
votes
2answers
650 views

Software sound cancelling (destructive interference) tools on Linux?

I am looking at writing some software that will allow me to listen to music whilst talking with someone on skype. The problem is that if you do this with speakers the music also gets transferred to ...
2
votes
1answer
2k views

MotionEvent multiple touch events get mixed up and influence each other (see demo video)

Purpose of the app: A simple app that draws a circle for every touch recognised on the screen and follows the touch events. On a 'high pressure reading' getPressure (int pointerIndex) the colour of ...
2
votes
1answer
413 views

ColdFusion Verity search is getting confused by “&” in a searchable field

I tried looking for an example of getting around this but had no luck. Hopefully someone can point me in the right direction! I have a Verity Collection. The description field of a record has a ...
1
vote
2answers
54 views

Can data caching cause interference?

I'm writing a new engine for my PHP sites that features a data caching functionality. Now I'm wondering if interference between these scripts is possible. Consider the following example: Let's say ...
1
vote
4answers
118 views

Ubiquitous computing and magnetic interference

Imagine the radio of a car, does the electro magnetic fields through which the car goes through, have interference in the processing? It's easy to understand that a strong field can corrupt data. But ...
0
votes
1answer
31 views

WPF UserControls interfere with each other

Simply put: I have a UserControl that contains a DataGrid and some dependencyproperties to apply binding to the DataGrid. Let's say I have 2 of these controls on a page. When I select a row in one ...
0
votes
2answers
470 views

Java Sound PCM Stream over wifi/tcp is very “staticy”

I've written a program that transmits a PCM stream from my pc to another pc or my android(using an AudioTrack). It uses java sound and takes the target and source lines from the Stereo Mix mixer. ...
0
votes
1answer
476 views

Building interference graph

How can I build an interference graph so I may use it in register allocation ? How do I determine live-ranges?