Displaying 20 results from an estimated 20 matches for "laoding".
Did you mean:
landing
2012 Jan 27
1
laod multichannel-audio-files with readWave (tuneR)
Hi,
I have a huge collection of 6-channel .wav files containing audio and
sensor recordings, which I need to analyse, across all 6 channels.
I'm thinking about what will be easier to do.
1. Just split the channels in an external audio-editor and than read
each mono channel seperatly with readWave (from tuneR), or
2. inherite the readWave class and extend it to multichannel reading?
What
2005 Jun 27
0
Flush route table on laod balancing between 3 connections
Hi,
I had made a script for make load balancing between 3 internet
connections on the same gateway.
It work fine but I have juste one problem.
All my client (30 pc) use the SAME website (web.example.com), and load
balancing is not effective because route to this site is in cache.
How I can flush route table without disconnecting connections in use
with this site (web.example.com)
*ip route
2004 Nov 19
2
Zaptel init script
I have just upgraded from Asterisk 0.7.2 to 1.0.2 and seem to be having
an issue with the zaptel init script..
If I run..
#modprobe zaptel
#modprobe wcfxo
#modprobe wcfxs
.. from a command line it load and appears to be working fine..
If I try and use the init script I get errors about ZT_CHANCONFIG and
the modules don't see to laod up..
Anyone got any pointers?
I am running Fedora Core
2004 Aug 06
1
Q: Is it possible?
> You will hit two problems though. The first is that you will need to have
> a stream for remote participants to listen to.
Yeah, that's right. If you want the remote speakers to be able to listen to
the other speakers this becomes a little complicated. If you hear your own
voice with a latency more than 1/10 or 1/5 second it becomes very
distracting! This latency really is a problem.
2003 May 27
1
Differences between Samba and Windows 2000 with respect to printer driver uploading.
I have discovered a difference between Samba and Windows which I think
is of interest to the Samba team as it prevents printer driver from
being uploaded correctly. I would appreciate some comment on this
subject please.
The difference is that following uploading of the dlls to the Windows
2000 server the driver is loaded on the Server itself and the driver
recieves notification of the fact by a
2011 May 04
1
Outlier removal by Principal Component Analysis : error message
...#normalization of the spectra
spec=sweep(spec,1,apply(spec,1,mean),'/')
#PCA
pca=prcomp(~ spc,data=spec$.,center=TRUE)
scores=decomposition(spec,pca$x,label.wavelength="PC",label.spc="score/a.u.")
loadings=decomposition(spec,t(pca$rotation),scores=FALSE,label.spc="laoding
I/a.u.")
#plot the scores of the first 20 PC against all other to have an idea where
to find the outliers
pairs(scores[[,,1:20]],pch=19,cex=0.5)
#identify the outliers thanks to "map.identify"
out=map.identify(scores[,,5])
Erreur dans `[.data.frame`(x at data, , j, drop = FALSE) :...
2014 Apr 19
4
[LLVMdev] [NVPTX] Eliminate common sub-expressions in a group of similar GEPs
Hi,
We wrote an optimization that eliminates common sub-expressions in a group
of similar GEPs for the NVPTX backend. It speeds up some of our benchmarks
by up to 20%, which convinces us to try to upstream it. Here's a brief
description of why we wrote this optimization, what we did, and how we did
it.
Loops in CUDA programs are often extensively unrolled by programmers and
compilers,
2006 Nov 11
1
how many processes?
Hello,
I''m currently using backgroundrb to fetch feeds for an RSS aggregator. So as
you can imagine, backgroundrb is a very critical piece of the app. I was
wondering what a recommended pool size would be for this kind of
application. Ideally, I''d like to have as many processes in the pool as
possible, but what would be too many?
Thank you,
David
-------------- next part
2011 May 28
1
Enquiry on Vrtest
Hi there,
I am currently working on my dissertation which is about testing the
martingale hypothesis in the stock market using a methodology involving a
range of variance ratio tests and multiple variance ratio tests. I contacted
the author of a reference paper and I was told that the tests can be
conducted using R programming language. Although I have gone through the
theoretical background of
2011 Jun 04
3
[PATCH 1/3] febootstrap/helper/init: make sure /proc is mounted into chroot.
---
helper/init.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/helper/init.c b/helper/init.c
index 0ca3135..2b5dacf 100644
--- a/helper/init.c
+++ b/helper/init.c
@@ -163,8 +163,10 @@ main ()
chdir ("/");
- /* Run /init from ext2 filesystem. */
+ mount_proc ();
print_uptime ();
+
+ /* Run /init from ext2 filesystem. */
execl
2014 Apr 21
2
[LLVMdev] [NVPTX] Eliminate common sub-expressions in a group of similar GEPs
Hi Hal,
Thanks for your comments! I'm inlining my responses below.
Jingyue
On Sat, Apr 19, 2014 at 6:38 AM, Hal Finkel <hfinkel at anl.gov> wrote:
> Jingyue,
>
> I can't speak for the NVPTX backend, but I think this looks useful as an
> (optional) target-independent pass. A few thoughts:
>
> - Running GVN tends to be pretty expensive; have you tried EarlyCSE
2006 Jan 05
0
ONTIMEOUT LOCALBOOT -1 and menu.c32 -- Solution: "ONTIMEOUT .localboot -1" works!
Hi,
I just found this post:
http://syslinux.zytor.com/archives/2005-September/005814.html
ONTIMEOUT was broken in menu.c32, and you fixed it. But the fix broke support for LABEL references in ONTIMEOUT.
I changed my "ONTIMEOUT local" to "ONTIMEOUT .localboot -1" and it works!
Anoying is that I tried ONTIMEOUT LOCALBOOT -1 before. This failed, but after having a look at the
2009 Jan 11
2
R as a scripting engine
Those of you tracking R development will have noticed that we are
moving towards using R as a scripting engine. (It is often overlooked
as such.) Thus far INSTALL, REMOVE, SHLIB and massage-examples have
been moved to R.
Reasons:
- it is platform-independent and needs no other tools installed.
No need to worry about strange 'sh' variants (as on AIX and in the
past on Mac OS X)
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
Hi,
I am having some problem with LOCALBOOT and menu.c32
This is my isolinux.cfg:
-------------------------------------------
default menu.c32
timeout 50
prompt 0
ontimeout local
menu title "TITLE"
label livecd
menu default
manu label "LiveCD"
kernel gentoo
append initrd=initrd.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/ livecd.squashfs
2003 Nov 25
3
Persistent state of R
Hi
I am using R as a back-end to some CGI scripts, written in Perl. My platform is Suse Linux 8.2, Apache 1.3.7. So the CGI script takes some form parameters, opens a pipe to an R process, loads up some Bioconductor libraries, executes some R commands and takes the ouput and creates a web page. It is all very neat and works well.
I am trying to make my cgi scripts quicker and it turns out
2014 Jan 20
3
[PATCH] Add some man pages.
Add very basic pages for:
isohybrid - It's not particularly more useful than --help, but my QA
department really wants this to exist.
memdiskfind - Explain what it does and its invocation.
Signed-off-by: Peter Jones <pjones at redhat.com>
---
man/isohybrid.1 | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
man/memdiskfind.1 | 10 +++++++++
2 files changed, 71
[Bug 55450] New: nouveau driver fails to restore screen content / video mode after resume from s2ram
2012 Sep 29
16
[Bug 55450] New: nouveau driver fails to restore screen content / video mode after resume from s2ram
https://bugs.freedesktop.org/show_bug.cgi?id=55450
Priority: medium
Bug ID: 55450
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau driver fails to restore screen content / video
mode after resume from s2ram
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
2004 Aug 06
5
Q: Is it possible?
Hola Mac (qué bien, un español ;-) )
> I would reserve a mountpoint for each one of these sources:
>-Spain = my_radio.mp3 (Your listeners will listen to this mountpoint ONLY)
>-Honduras = Honduras.mp3
>-Guatemala = Guatemala.mp3
Ok, it's seemed to my conversation with Eric. My Bc server will receive N sources, mix them and broadcast the final results, but I see some differences
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused.
Here are the commands I have entered:
> data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",")
> NumberOfActionsByStatus = data$STATUS
> NumberOfActionsByUser = data$ETS_LOGIN
> NumberOfBidOffer = data$BID_OFFER
> NumberOfActionsByUser.freq = table(NumberOfActionsByUser)
>
2003 Dec 12
0
proofreading corrections (cvs) (PR#5730)
...owlev.Rd 2003/12/12 15:44:52
@@ -29,7 +29,7 @@
\item{package}{string naming the package/name space to load.}
\item{lib.loc}{character vector specifying library search path.}
\item{keep.source}{logical specifying whether to retain source.}
- \item{partial}{logical; if true, stop just after laoding code.}
+ \item{partial}{logical; if true, stop just after loading code.}
\item{declarativeOnly}{logical; disables \code{.Import}, etc, if true.}
\item{compress}{option passed to \code{\link{save}}.}
}
Index: src/library/base/man/numeric.Rd
===================================================...