Tagged Questions

2
votes
1answer
68 views

How authenticate Google wave gadget viewer on Appengine?

Imagine I want to create game "Rock-paper-scissors" for Google Waves. I am thinking to implement it as a Wave Gadget. The idea is simple: all participants send their decisions to my cloud app (it is …
0
votes
4answers
338 views

Google Wave as code repository and IDE?

Is it possible to write a Google Wave plugin that turns it into an IDE for programming? With such an extension, Google Wave would be a replacement for Eclipse etc., and it would naturally be a code …
0
votes
2answers
36 views

Wave Watch 3 Fortran Compile Problem

Hey guys and gals, I'm just setting up the new WW3 and have compiled and run the test case 'ctest' and that works fine. Then when I try and compile and link one of the main programs I get the …
1
vote
2answers
54 views

Silverlight onLoad event not fired inside Google Wave

I am creating a wave gadget base on Silverlight 3. It all works great. Problem is that I want to add some functionality when SL control get loaded. So In "Object" definition of SL, I have added a …
0
votes
3answers
56 views

How To Track No Sound Area In A Wav File?

Hello, everyone. How to track sections without sounds in a wav file? a small software what I want to develop is deviding a wav file, and it consider a no volume area as a deviding point. how can a …
1
vote
3answers
220 views

Any good C/C++ DSP library?

Which DSP library in C/C++ would you recommend? I will need it for real-time embedded systems. It'd be great to have sound signal processing accompany too, but not a mandatory. If you have knowledge …
5
votes
3answers
581 views

Google wave robot inline reply

I've been working on my first robot for google wave recently, a vital part of what it does is to insert inline replies into a blip. I can't for the life of me figure out how to do this! The API docs …