Displaying 20 results from an estimated 1000 matches similar to: "Mac Vorbis Player"
2004 Apr 15
2
how to cite a library
Dear R users,
I used the multivariate random numbers generation function in MASS for my
study. I wonder what is an approriate way to cite the library and its
authors in my publication to express my gratefulness?
best regards,
Yu-Kang
2000 Oct 11
3
More CVS trouble
Well after a week out for a training course, I'm back to trying
to check out the postbeta2_branch. so I do
cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2
vorbis
and everything is fine.
Trying
$ cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2
ogg
I get...
cvs server: Updating ogg
cvs server: Updating ogg/doc
cvs server: Updating
2017 Jan 20
3
LLVM pass error
I am getting the following error while compiling my pass file with clang to
emit bitcode
Hello1.cpp:1:10: fatal error: 'llvm/Pass.h' file not found
#include "llvm/Pass.h"
^
1 error generated.
I had included this .cpp file for implementing function pass in
lib/Transform/Hello1 directory and also made approriate changes in
cmakelists.txt file and again build from the
2011 Jun 15
2
Trouble with compound functions---differential equations
Hi all,
My apologies if this message is incredibly inept but I am very new to both
computer programming and to R.
I am working with the odesolve add-on and have the following function
defined
RVF_Single <- function(t, x, p)
within the script I also have the following functions defined:
T1<-function(t) {T1<-27.5-12.5*cos(2*pi*t/365)}
and
B1<-function(T1,t)
2008 Apr 14
2
linear regression "group by"
Hi all. I'm brand new to R.
My dataset (stored in MySQL) is a list of weather stations in rows by
year with various weather variables in columns, for example:
STNID YEAR TEMP DEWP
station1 1990 54 50
station1 1991 23 10
station1 1992 34 18
station2 1990 45 41
station2 1991 32 25
station2 1992 21 11
I'm trying to run
2018 Jun 29
1
is "map untrusted to domain" possible?
2018-06-29 17:07 GMT+08:00 Rowland Penny via samba <samba at lists.samba.org>:
> Why do you still have a dos client, even I (an inept programmer) could
> crack its password in minutes.
some tool/utility only has dos version. if you want to input/output
something to dos, then samba is the best partner. you won't want
usb-disk or floopy under dos. BTW, dos has universal storage
2002 Dec 09
1
ifelse ?
Hi,
i want transform data and using apply(data,2,fuz)
, but i don't know why the values < low & > high don't get 0 or 1, they
get
the value from Formula ,too "((x-low)/(high-low))" what's not the
intention ?
....is switch more approriate !?
thanks for advance ,Christian
fuz <- function (x) {
#x <- na.omit(x)
low <- quantile(x,0.15)[[1]]
high
2003 May 11
1
simulating data
..for a "unit test" i need a lot of rows in my database, so i simulate.
My problem, using Win2k,R.1.7.0, 256RAM is that i'm getting memory-erros go about the 1000.000 border , but
i need bigger test data. Ok is approriate buy more RAM, but is there a possibilty simulate a lot of single rows, one after
another and between this 2 steps -> Add th row to database and delete them
2000 Oct 01
4
CVS Problem
I've been kind of busy lately, but I wanted to see what's up with ao after the
build change. I was able to check out the vorbis module, but when I tried to
check out the ao module I saw this:
[stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot
co -r branch_postbeta2 ao
cvs server: Updating ao
cvs server: Updating ao/doc
cvs server: Updating ao/include
cvs
2001 Oct 19
1
What was wrong with this sequence?
I thought I understood things, but I guess not. I recently configured a new
system for a colleague as follows:
1. Redhat 7.1 install Dell Inspiron 8100 - three partitions on 30G - /,
/boot, swap
2. Boot up
3. configure, make, make install of linux-2.4.12-ac3 (with approriate lilo
changes) lilo (but no reboot until 8)
4. rpm -U mount-2.11g-5.i386.rpm (from rawhide)
2002 Mar 21
1
A Few Questions
Hi All R Users,
I have a few questions, I'm sure that for most you they will be simple.
1. I am trying to write an object to a file. The dimensions of the object
have name (by using dimnames(x) = ....). The problem is when I save that
data to a file, the dimension name are not written, just the value. This is
not very usefull since I am sorting the object first and if the dimension
2004 Oct 20
1
Drawing multiple line plots
Hi All:
Greetings, and best wishes from the festive times here at Kolkata, India -- the time of Durga Puja celebrations.
I seek your advice as I try plotting lines for my data. The problem:
I have created a dataframe that looks like this (name: myFrame):
lowest second third fourth highest significance
INAS 0.107 0.115 0.123 0.115 0.166 0.000
MMA 0.091 0.107 0.115
2013 Apr 10
2
Bug#705124: base: Filesystem corruption issue
reassign 705124 xen
# even though i'm not 100% sure it's a xen issue, it smells like one,
# also because I use pretty similar setups (just without xen) without issues
#
# there are more logs from the bug submitter in the BTS
#
# and downgrading might also be approriate...
thanks
On Mittwoch, 10. April 2013, Anthony Sheetz wrote:
> Package: base
> Severity: critical
> Tags: lfs
2008 Nov 04
2
Variable use in upssched-cmd
Hi all
I have most of the NUT system up and running. I?m in the process of writing
the script to send email notifications for certain events. This is my
upsshed-cmd file so far:
# EC130 Commands
ec130onbatt)
echo "EC130 UPS has been on Battery for more then 10
seconds" \
| mailx -r "ups at fit.edu" -s"EC130 on battery"
2012 Aug 29
1
lme4 installation
Being rather inept at all things Linux, I paid a consultant
to fix some things on my computer,? Unforntately, good
help is hard to find.? Here's where I am:
?
...
Loading required package: Matrix
Loading required package: lattice
Error in dyn.load(file, DLLpath = DLLpath, ...) :
? function 'cholmod_l_start' not provided by package 'Matrix'
Error: package/namespace load failed
2016 May 04
2
Re: [libvirt] Creating a storage volume for raw format file
On 04/05/16 14:07, Cole Robinson wrote:
> On 05/04/2016 06:54 AM, Paul Carlton wrote:
>> Hi
>>
>> I'm trying to create a volume in an existing storage pool using python by
>> calling createXML() on the pool object.
>> If the file that is the subject of the new volume exists you get and error,
>> also if it doesn't exist
>>
>> I worked out
2005 Sep 12
5
remedial stats education
In short:
I didn't take enough stats courses in college. Now I am working on scientific
research and I feel somewhat lost when it comes to designing the statistical
framework. I have looked through the books at:
http://www.r-project.org/doc/bib/R-books.html
I even tried to read [17] Julian J. Faraway. Linear Models with R. This book
is too advanced. It helped a little bit but I still
2015 Oct 14
6
RFC: Introducing an LLVM Community Code of Conduct
On 14 October 2015 at 20:35, Tanya Lattner via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Related specifically to the developers meeting, we are growing quite
> rapidly. For the past few years, we have been increasing our attendance from
> 50 at the start to now over 350 attendees. With this many people (and many
> new to the community), it seems important to have a code of
2000 Sep 05
2
docs URL
Hi. I've put up some docs related to my first encounter with the
vorbis source code at
http://surf.chimie.uqam.ca/~kruus/vorbis/encoder/index.html
It documents a newbie's first look and [serious] attempts to trace
through examples/example_encoder.c . Don't laugh too hard!
Even though the docs are quite un-doc-like,
I've stopped working on them indefinitely, since Monty
2004 Aug 30
3
roaming profiles ok, but what about the printers?
Hi there,
We have a little intranetwork with Samba 3.0.x as PDC. There are 20
Win2k-clients in several rooms and 18 users roaming from one machine to
another (according to their tasks). So any user has a roaming profile.
This runs almost perfect (some minor problems are still there, but the
the advantages are overwelming).
But there is one thing, I can't understand. Why does Win2k saves