search for: refernec

Displaying 12 results from an estimated 12 matches for "refernec".

Did you mean: refernce
2006 Nov 10
2
Searching for pyvorbis docs
...or me, an recursive masstagger for ogg-vorbis files. My script uses pyvorbis 1.3 from the Debian testing tree. so far here is my Problem: The pyvorbis bindings aren't documented. As i understand the pyvorbis package, this is a simpe 1:1 mapping to libvorbis. dir(pyvorbins-oject) gives me an refernece to an C Object. If this is correct, the only thing i need is the libvorbis documentation, but i could'nt find this eighter. Can someone provide an URL for the libvorbis docs? with best regards Christian Edelmann
2003 Oct 09
4
IAX2 Trunking confirmation?
Hi, My question is in refernece to the posting by Jeremy McNamara here.. http://lists.digium.com/pipermail/asterisk-users/2003-October/022966.html He states that in order for "trunking" to work the type has to be peer.. When I set mine up I did so using type=friend just to make it simple.. So when I read the above...
2003 Jun 20
1
procfs problems -cmdline turncated at 256 bytes ?
running 4.8 stable, the cmdline file in /proc/$$ seems to be trucated at, or before 256 bytes for very long command lines. I cant find any refernec to this behaviour in the manpage, nor does google reveal anything. I took a look in the source, but didnt properly understand what was going on - the comments imply that it does give the full commandline for the current process, however. any suggestions ? any alternative ways to get hold of the ar...
2008 May 18
1
Ruby on Rails developer Job
...onger timeframe, so we are looking for continous relationship wizth the coders. The jobs is for freelancers/contractors or part-time employees. Andreas Wilkens Please apply by email to jobs-MXf/qEKz1R7qlBn2x/YWAg@public.gmane.org (Attn: Andreas Wilkens). A short sumary of your experience, bioand referneces would be perfect. ------------------------------------------------------------- Companity GmbH * Kiel * Hamburg * Berlin * Las Vegas * Raleigh Flughafenstr. 52a * 22335 Hamburg GF: Andreas Wilkens * HRB 6410, AG Kiel Tel. 040 / 70975678 - 0 * www.companity.com -- Posted via http://www.ruby-foru...
2011 Jan 07
5
Deployment issues
...anything. For example, at the moment my production.log file has the error: ActionController::RoutingError (No route matches "/favicon.ico" with {:method=>:get}): Sometimes instead of favicon it complains of robots.txt. Well, nowhere in my code -- that I can find -- it there any refernece to either, yet here I sit, looking at a blank screen, and trading the occasional email with the sysadmin. Errors like this drive me nuts. thanks - James -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, se...
2007 Apr 16
2
basic include files for speex
...site and in libspeex respectively. however, i keep getting some undefined references to the basic speex functions(see compiler log). a query on google showed that this question was posed but no answer given. I traced them down to speex.c. however when i build my project i still get these undefined referneces. I'm currently developing a voip application and i've used portaudio for audio signal capture. they have a basic documentation on compiling for the basic platform, listing the common headers and sourcefiles that are needed. I'm in no way disparaging you guys and the work you've d...
2007 Apr 17
0
basic include files for speex
...x respectively. however, i keep getting some undefined > references to the basic speex functions(see compiler log). a query on google > showed that this question was posed but no answer given. I traced them down > to speex.c. however when i build my project i still get these undefined > referneces. > > I'm currently developing a voip application and i've used portaudio for audio > signal capture. they have a basic documentation on compiling for the basic > platform, listing the common headers and sourcefiles that are needed. I'm in > no way disparaging you guys a...
2005 Oct 27
5
Problem passing event object
Hi all, I''m having a problem with an Ajax.Request. I can''t figure out how I can pass an event (an onclick on a checkbox) which causes the Ajax Request, to be recognized in an onSuccess function. Here''s my simplified code: var RequiredField = Class.create(); RequiredField.prototype = { initialize: function(chkbox) { this.chkbox = chkbox; this.chkbox.onclick =
2006 Sep 09
1
[LLVMdev] gfortran: link error building gfortran on linux
Hi, in trying to build an llvm-gfortran on linux from today's gcc4 SVN, I get the following link errors that didn't show up on OS X. This is also using LLVM CVS from this morning. They appear to mostly be related to CodeWarrior compatibility code, but a couple are less obvious. What's the best way to fix this? I'm stuck without my powerbook for at least three weeks and I'd
2010 Aug 18
16
[PATCH 00 of 16] libxl: autogenerate type definitions and destructor functions
The series introduces auto-generation of the type definitions used in the libxl interface followed by auto-generation of a destructor function for each type. In the future it may be possible to use the related data structures for other purposes, for example auto-generation of the functions to marshal between C and language binding data types. tools/_libxl_types.h should be identical both before
2013 Aug 14
23
[RFC] btrfs-progs: fix sparse checking and warnings
Hi gang, I was a little surprised to see that patch go by recently which fixed an endian bug. I went to see how sparse checking looked and it was.. broken. I got it going again in my Fedora environment. Most of the patches are just cleanups, but there *were* three real bugs lurking in all that sparse warning spam. So I maintain that it''s worth our time to keep it going and fix
2007 Mar 20
62
RFC: [0/2] Remove netloop by lazy copying in netback
Hi Keir: These two patches remove the need for netloop by performing the copying in netback and only if it is necessary. The rationale is that most packets will be processed without delay allowing them to be freed without copying at all. So instead of copying every packet destined to dom0 we''ll only copy those that linger longer than a specified amount of time (currently 0.5s). As it