search for: rushdi

Displaying 6 results from an estimated 6 matches for "rushdi".

Did you mean: rushdhi
2005 Jun 28
2
Problems with repeated calls to setTimeout?
...se for this, though. Has anyone else encountered this bug? Possibly with other browsers, too? Michael -- Michael Schuerig Not only does lightning not strike mailto:michael@schuerig.de twice, it usually doesn''t strike once. http://www.schuerig.de/michael/ --Salman Rushdie, Fury
2005 Aug 29
9
can a class find out it''s instance name?
Hi friends - a javascript question.... Does the prototype object add some way for a class to find out the variable name of its instance variable? Or does javascript have some built in way to do this? This is confusing to describe - but if I define a variable as some object: var myVariable= new Widget(''fdfa''); can some built-in method inside the Widget class be
2007 Jan 26
1
Integer Version with low bit rate for Linux Kernel?
Hello Alexander, I hope, there is no error in speex, if so, of course,I have to fix it. In order to do the transcoding in user space, I have to transfer the voice paket received from VOIP-equipment within kernel to user space, transcode it, send it back to the kernel, send it over the radio link, send it from kernel to user space, transcode it back, send it to the kernel, send it from
2007 May 19
1
Coverity and libvorbis
...f which were genuine bugs. Cheers, Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "What is freedom of expression? Without the freedom to offend, it ceases to exist." - Salman Rushdie -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "In civilian equipment, such as computers, the number of components alone makes miniaturization essential if the computer is to be housed...
2005 Sep 06
4
"Stateless" effects
I just added the patch submitted with ticket #2133 to the SVN trunk, with slight modifications. (And yeah, I know I said "bug fixes" only till 1.5, but this patch probably counts as a bugfix). Big thanks to the contributors on this! I''ll probably will give it a second pass and will do some refactoring. Anyone want to work on/can come up with some sort of generalized
2005 Aug 28
8
Save and delete buttons: POST vs. proximity dilemma
I''m in a dilemma: In order to keep GET requests from deleting objects, I''d like to use the button_to helper to get "something" that generates a POST request. Unfortunately, that something is a form and forms can''t be nested. I''d also like to place buttons related to the same form close to each other. At the top are some navigational buttons