search for: canidates

Displaying 19 results from an estimated 19 matches for "canidates".

Did you mean: candidates
2006 Mar 04
4
Submitting data to two different tables with two different models
I''m very new to Rails. I''ve been reading Agile Web Dev for a while and read up on ruby, but I''m still learning. I designed a website for someone for an engineering shop. New projects had to be added manually. Well, I figured this would be a great canidate for railifying! I have the form working perfectly, you can add your data and get it in a table, and listing
2011 Apr 11
1
24 bit flac decoding efficiency
I am trying to decode 192k/24 bit flac on 542 MHZ risk processor, and I am having problems. I seem to be right at the edge of what this processor can do. So I am wondering what functions would be canidates for assembly code optimization? Any suggestions? Or could an older version of code be a batter candidate to use? Dennis Kerrisk 720-542-8504 303-668-0736 dennis_k85 at yahoo.com
2012 Jun 12
6
[RFC] net/sched/em_canid: Ematch rule to match CAN frames according to their CAN IDs
em_canid is an ematch capable of classifying CAN frames according to their CAN IDs. This RFC/Patch contains a reworked classifier initially posted in http://www.spinics.net/lists/netdev/msg200114.html The functionality is the same however there is almost 50% reduction in the source code length. There is a slight difference between this ematch and other available ematches. Other ematches
2005 Nov 14
3
Ambisonics und OggPCM
On Tue, Nov 15, 2005 at 03:10:22AM +1100, Erik de Castro Lopo wrote: > That spec is being superceded by: > > http://wiki.xiph.org/index.php/OggPCM2 The project has been forked, not superceded. Work on OggPCM is continuing, the team working on OggPCM2 is free to submit their own draft but some are not welcome to continue work on OggPCM due to their recent social conduct. I'm
2006 Mar 03
0
Submitting data to two tables
I''m very new to Rails. I''ve been reading Agile Web Dev for a while and read up on ruby, but I''m still learning. I designed a website for someone for an engineering shop. New projects had to be added manually. Well, I figured this would be a great canidate for railifying! I have the form working perfectly, you can add your data and get it in a table, and listing
2005 Dec 10
0
Unable to create folders
Hi. I'd like some help trying to troubleshoot a permissions issue on my system if you folks don't mind. I'm sure it's just a small thing - but another pair of eyes may help me locate the issue. My platform is Solaris 10 running on a Sun Fire V440. I'm running Samba 3.0.21RC2 compiled with Sun Studio 11. Here is how it is configured.. --prefix=/usr/local --sysconfdir=/etc
2006 Mar 10
6
How do i apply a patch?
Hi, i have a patch to make instiki work with the latest version of ruby : as_clean_logger_rb-fixed.patch But i dont know how to apply it. Any ideas?? Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2005 Nov 14
1
FW: Ambisonics und OggPCM
(second try at sending this) --- This is getting very dangerous. We cannot take our flamewar to outside mailing lists without making a complete fool of ourselves. Arc, would you please refrain from doing so in future and rather come to an internal agreement beforehand? Arc, there are a few things you have missed: The discussion on OggPCM2 was friendly and constructive and there were no flame
2005 Nov 14
0
Ambisonics und OggPCM
Arc, I always thought of you as a harmless idiot, but I no longer think you are harmless. You are now alone working on the OggPCM because everyone got tired of your power trip (I always thought some power was required to do that). Funnily enough, from the moment people gave up on you, it took only 24 hours to write a much better OggPCM definition than what you had (even though we don't
2005 Nov 14
3
Ambisonics und OggPCM
Hi, this message is a cross-post to the Sursound and ogg-dev mailig list. The developers on the ogg-dev list are defining the Ogg/PCM format and on Sursound list there discussion about Amisonics file formats recently. I have not been able to follow both disussion, just skimmed through. But maybe you can work together to bring Ambisonics into Ogg/PCM? :) http://wiki.xiph.org/index.php/OggPCM
2004 Aug 15
1
Newbie with missing .conf files
Yeah, I'm a newbie and am having problems with missing .conf files in /etc/asterisk/ I get notices when I try to run asterisk like: parking.conf is depreciated in favour of features.conf Please rename it. (I'm not getting rename parking .conf to features.conf ???) I am also missing: mgcp.conf enum.conf cdr.conf I using dev-lite Digium board that has 1 fxo and 1fxs port. So far I was
2005 Nov 14
3
Ambisonics und OggPCM
This is getting very dangerous. We cannot take our flamewar to outside mailing lists without making a complete fool of ourselves. Arc, would you please refrain from doing so in future and rather come to an internal agreement beforehand? Arc, there are a few things you have missed: The discussion on OggPCM2 was friendly and constructive and there were no flame wars and the spec got much further
2006 Mar 23
2
rails 1.1 and mysql errors
Hi, I just upgraded to rails 1.1 this morning and i am getting a variety of errors from tests that were passing effortlessly on the previous edge release (i froze several weeks ago, so I not sure what version that was). Has anyone else experienced these types errors with the new rails: I have several errors that are grouped around create and destroy commands the errors are similar, first the
2010 Dec 28
5
Fixing filenames with directories with spaces in the names
Should be simple and perhaps I'm tired but it's not coming to me. In its simplest form... for old in `cat "$FILENAME"`;do echo "$old" dirname "$old" new="$(echo $old | sed 's/\*/\-/')" done I'm trying to take out some stupid Macintosh things - in this case filenames with asterisks but I have others like tilde's and probably
2005 Nov 10
5
OggPCM version / header finalization
I have OggPCM (as currently defined) support implemented in mencoder and mplayer. I'd like to request that we settle on modifications to this header by the middle of next week or freeze the current header as the official major version 1.0, so I can get the patches cleaned up and released. We will be shipping a separate product based on this work in the near-term future, and compatability
2007 Jan 25
1
Minor fixed point scaling problem
...(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <std.h> #include <stdio.h> #if (1) #define OVERRIDE_NORM_SHIFT #if (0) /* Two competing optimization canidates. */ #warn Using the TI optimized norm_shift() function using _norm intrinsic. /* norm_shift() is used to find the shift required to scale a vector of 32 bit values to 16 bits. This optimized verison uses the TI NORM instruction rather th...
2007 Jan 25
3
SV: How to detect SpeexBits corruption
You might not be doing anything wrong. Speex is stateful and can get into a bad state sometimes. It's happened to me too, but not recently. And I've seen such bugs reported on this list and fixed. I suggest several approaches to solving the problem: 1) Try compiling Speex without compiler optimizations and see if the problem still occurs. Most likely it will, but this is an
2010 Jan 25
9
skinny Controllers, fat models with REST?
Hi, I''m really new to rails, so i programmed some stuff and today i read some things about skinny Controllers, fat models. My Controllers are really fat now. So i''m asking myself how can i shrink my controllers and move the code to the models, especially in fact of REST e.g. in focus on error codes? code example: # POST /tasks # POST /tasks.xml def create @authorized
2010 Apr 14
0
Processed: submitter 252771, submitter 268152, submitter 312829, submitter 418048, submitter 436960 ...
...informatik.uni-tuebingen.de' > submitter 254691 Goswin von Brederlow <goswin-v-b at web.de> Bug #254691 [apt] /usr/bin/apt-get: apt-get thinks of multiple versions of a package as multiple providing packages Bug #323558 [apt] build-dep shows a real package as virtual with two identical canidates Changed Bug submitter to 'Goswin von Brederlow <goswin-v-b at web.de>' from 'Goswin Brederlow <brederlo at informatik.uni-tuebingen.de>' > submitter 294144 Goswin von Brederlow <goswin-v-b at web.de> Bug #294144 [dupload] dupload: rsync doesn#t upload changes fi...