Displaying 4 results from an estimated 4 matches for "test_inputs".
Did you mean:
test_input
2010 Sep 01
1
OdfWeave and Locale
Dear all,
I have a question regarding the odfweave. I created an odt file
(test_input.odt) using OO.o for WIndows XP. The code is generic.
---- Code for odt -----------
\Sexpr{dim(iris)[1]}
<<listofSpecies, echo=FALSE, results=xml>>=
odfItemize(levels(iris$Species))
@
Table 1:
<<Table, echo=FALSE, results=xml>>=
data.frame(N =tapply(iris$Petal.Length, iris$Species,
2008 Aug 20
1
Facebook javascript (FBJS) library
I wrote an fbjs library to help speed up development of some of my
applications. I plan to have some sort of "official" release with a blog
entry and github repository at some point, but I thought you guys might want
to have it earlier.
It''s still a work in progress. I''ve been using every method at least once in
my application but it''s still possible there is
2004 Mar 02
1
vorbisfile_example.c
Hi again,
I can compile and run the file example. When it comes to the ov_open, the cursor keeps blinking.... I can not open my ogg file , no mather what i write or do...
<p>How do I use this example?? should i use the cmd prompt in windows to make it work?? I want to debug it....
thanks a lot
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2015 Oct 05
0
Compiling v2.2.19 - internal compiler error: segmentation fault (test-timing.c -> int64_t issue?)
...use-linux
Thread model: posix
gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)
-----------------------------------------------
Don't know whether this helps, but I've noticed that if I change the int64_t to uint64_t in the following lines of the same file :
61: static int64_t *test_inputs[] = {
62: test_input1, test_input2, test_input3
63: };
..then compilation finishes without errors, but I'm not certain what the practical consequences of this action might be.
Can somebody help me please ?
Thank you for your time.