Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~341 People Reached
About Me

My main discipline is embedded systems software design but also have a background in electronics. Currently working for a large semi conductor design and manufacturing company. Been coding for as long as I can remember :o)

Interests
Non linear signal analysis applied to the foreign exchange and stock markets and in my less geeky time…
PC Specs
Quad core Intel based blah blah...Running Ubuntu Lucid Lynx 64 bit and loving it.
Favorite Forums
Favorite Tags
c++ x 6
dsp x 1
qt x 1
Member Avatar for Sismetic

Hi, Im trying to do a screen-flashing application, that flashes the screen according to the music(which will be frequencies, such as healing frequencies, etc...). I already made the player and know how will I make the screen flash, but I need to make the screen flash super fast according to …

Member Avatar for Sismetic
0
188
Member Avatar for gsfare

Hello everyone. I am experienceing some rather strange behaviour regarding the instantiation of an object. It's a templated custom array type object, something like this. [CODE] template <class T> class Array { public: // Construction/destruction. Array( void ); Array( unsigned int size ); Array( const Array<T> &array ); ~Array( void …

Member Avatar for gsfare
0
153