Displaying 19 results from an estimated 19 matches for "canid".
Did you mean:
cand
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 projects works, too. I''m working on a photo gallery now, and I have
a lot of it working. I took it from the agile web dev book. I''d like to know
how to join the two forms...
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...
2005 Nov 14
3
Ambisonics und OggPCM
...e to continue work on OggPCM due to
their recent social conduct.
I'm requesting that the team working on OggPCM2 rename their project to avoid
confusion, prehaps to the four letter "WAVE" which would fill the first 32-bits
as codec magic.
Neither team has produced a "release canidate" draft up for approval by Xiph as
a whole, so both can be considered parrellel projects.
--
The recognition of individual possibility,
to allow each to be what she and he can be,
rests inherently upon the availability of knowledge;
The perpetuation of ignorance is the beginning of s...
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 projects works, too. I''m working on a photo gallery now, and I have
a lot of it working. I took it from the agile web dev book. I''d like to know
how to join the two forms...
2005 Dec 10
0
Unable to create folders
...create files and
folders and manipulate them locally which shows at least my ACLs are in
order and winbind is doing it's thing properly. Can someone find
anything in my setup which would prevent me from creating new
files/folders over the network?
Also yes - I know I am working with a release canidate, but Windows acls
were not working in .20 and I saw they were fixed in this release.
Thanks in advance!!
Errol Neal
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
...e to continue work on OggPCM due to
their recent social conduct.
I'm requesting that the team working on OggPCM2 rename their project to avoid
confusion, prehaps to the four letter "WAVE" which would fill the first 32-bits
as codec magic.
Neither team has produced a "release canidate" draft up for approval by Xiph as
a whole, so both can be considered parrellel projects.
--
The recognition of individual possibility,
to allow each to be what she and he can be,
rests inherently upon the availability of knowledge;
The perpetuation of ignorance is the beginning of s...
2005 Nov 14
0
Ambisonics und OggPCM
...;m requesting that the team working on OggPCM2 rename their project to avoid
> confusion, prehaps to the four letter "WAVE" which would fill the first 32-bits
> as codec magic.
Is that humor? Come on, I'm sure you can do better.
> Neither team has produced a "release canidate" draft up for approval by Xiph as
> a whole, so both can be considered parrellel projects.
"...for approval by Xiph..." so who do you think Xiph is? Xiph is
exactly the people that you pissed off. Yes, even though you don't
consider them to be in your "inner circle&q...
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
...e to continue work on OggPCM due to
their recent social conduct.
I'm requesting that the team working on OggPCM2 rename their project to avoid
confusion, prehaps to the four letter "WAVE" which would fill the first 32-bits
as codec magic.
Neither team has produced a "release canidate" draft up for approval by Xiph as
a whole, so both can be considered parrellel projects.
--
The recognition of individual possibility,
to allow each to be what she and he can be,
rests inherently upon the availability of knowledge;
The perpetuation of ignorance is the beginning of s...
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 rathe...
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 change...