Tom Wright

1,092
Reputation
358 views

Registered User

Name Tom Wright
Member for 11 months
Seen yesterday
Website
Location Brighton, UK
Age 21

I've just spend 3 years studying cognitive neuroscience, whilst being inwardly jealous of the CS students. Now I'm doing a PhD and programming is becoming a huge part of my day-to-day life.

My research interests lie in sensory substitution, so I need to do a lot of image analysis and signal generation. Most of the time I use C# (for prototyping), though I'll be porting to embedded devices later.

I started hacking in VBA in Excel, so blame Joel for me being here. For a while I was the geeky half of an awesome web design duo, so I'm quite at home with PHP (esp. cakePHP and Wordpress), jQuery and other web related things. I've also a special place in my heart for prolog - possibly the most fun I've had with a language.

Nov
10
comment Fixing “error C2065: undeclared identifier”
Thanks Jon. 1 tells me it's not define, 2 opens the file, but the phrase "OutputStream" isn't anywhere within that file. (The lack of Downloads was a typo and changing these paths leads to more immediate errors.)
Nov
10
comment Fixing “error C2065: undeclared identifier”
Hi guys, the first few lines (up to the first error) are listed here: pastebin.ca/1664646 @Jon, the source isn't the main audiere package, but rather the bindings, which outputstream.cpp is part of.
Nov
9
asked Fixing “error C2065: undeclared identifier”
Nov
9
comment Is it possible to generate complex tones in C#?
I've accepted this because it's obviously what I need to do. Despite your idiot proof explanation however, I still can't get "libaudieresharpglue.dll" to compile (stops at 100 errors). When I link, it tells me it cannot open input file '.\Release\audiere.obj' - is there something elementary I'm missing?
Nov
6
comment Is it possible to generate complex tones in C#?
I'm having big problems compiling the "libaudieresharpglue.dll" part of the wrapper to compile. Any idea where I can just grab a binary?
Nov
5
answered c# webcam controls?
Nov
3
comment Is it possible to generate complex tones in C#?
This is the most promising so far, but I've been unable to get more than one frequency running together.
Nov
3
answered How to display webcam images captured with Emgu?
Oct
29
comment Is it possible to generate complex tones in C#?
Do you have a link that refers specifically to generating complex tones with DirectSound?
Oct
29
comment Is it possible to generate complex tones in C#?
I'd actually prefer to use default audio output. Eventually it will need to be through headphones.
Oct
29
comment Is it possible to generate complex tones in C#?
I'm new to C# - can synchronous calls be layered using threads?
Oct
29
asked Is it possible to generate complex tones in C#?
Oct
9
awarded  Popular Question
Aug
27
accepted Avoiding form resubmit in php when pressing f5
Jul
24
comment Limit width of custom list itemrenderer in Flex
width="{this.parent.width - 10}" didn't work. Nor did width="{this.parent.width}". Got a warning: "Data binding will not be able to detect assignments to "width"."
Jul
23
comment Limit width of custom list itemrenderer in Flex
maxWidth seems not to work, but I'd be interested to see an answer based on the other suggestion.
Jul
23
comment Limit width of custom list itemrenderer in Flex
This hides the bars, but doesn't limit the width, which almost makes it worse. Thanks for your answer though.
Jul
23
asked Limit width of custom list itemrenderer in Flex
Jul
5
revised Help in PHP Regx
edited tags
Jun
16
asked Setting up a git repo on my GoDaddy hosting plan
Jun
4
comment What tips can you offer for programming on paper?
This sounded overly simple before I started writing. Turned out to be very insightful. Cheers.
Jun
4
comment What tips can you offer for programming on paper?
Luckily, Prolog allows the definition of operators which means the source can look more like an essay than you probably meant! :)
Jun
3
comment What tips can you offer for programming on paper?
Thanks for all your answers guys! I'll put them to the test in my exam tomorrow morning and accept the one that's helped most. (Btw, why the downvote?)
Jun
3
comment What tips can you offer for programming on paper?
I once saw someone use a non-whiteboard pen by mistake. They looked so far from pro...
Jun
3
asked What tips can you offer for programming on paper?