Displaying 11 results from an estimated 11 matches for "wayyy".
2013 Mar 31
2
Plotting histogram of RT data
...I'm using a script in which x=readdir (the directory). I am trying
to create a histogram of the data in the 17th column, which is response
time data ranging from ~200 to 15000. I have tried to create a histogram by
entering hist(x[,17]). However, the output that I receive has an x-axis
that is wayyy out with small values like 0e+00 up to 6e+05. All the data is
clustered together in one bar at 0e+00 and has a frequency of 15000 on the
y-axis. What am I doing wrong? How can I change the output so that I can
assess the shape of the distribution?
[[alternative HTML version deleted]]
2000 Jun 16
3
Argh, preecho mistriggers
...t be fixed). The artifacts in the sample are due entirely to Vorbis trying to encode the trumpets entirely in short blocks (which will suck for strongly periodic/harmonic waveforms, as produced by brass instruments).
Just a heads up; if someone else runs across this artifact (it manifests as
'wayyy to much noise/rasp'), you know that I knwo about it.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2004 Aug 06
1
listening to ogg with a Mac
...00%, it plays way too fast. There is a little rasp
or rattle at the high end when its playing. Yech...BUT...the speed effect is
coolÂyou can blast through at 200% or also sweeten it a little by a going
slightly faster than 50% (which seems to be their 100%, because it started
off terrible at 100%...wayyy too fast.
DropOgg
Link goes to site not built yet
Macamp
14 day demo. Weird...website won't scroll down, can't even reach the
download links. Their logo is a ripoff of the Winamp logo, and its name is a
ripoff of "Winamp for Mac," which is totally free and works great. These
&...
2010 Feb 26
2
dramatic speed difference in lapply
So I have a function that does lapply's for me based on dimension. Currently
only works for length(pivotColumns)=2 because I haven't fixed the rbinds. I
have two versions. One runs WAYYY faster than the other. And I'm not sure
why.
Fast Version:
fedb.ddplyWrapper2Fast <- function(data, pivotColumns, listNameFunctions,
...){
lapplyFunctionRecurse <- function(cdata, level=1, ...){
if(level==1){
return(lapply(split(seq(nrow(cdata)),cdata[,pivotColumns[level]],...
2004 May 19
0
R Optimization 101 for R Newcomers: An extended example
...e to figure how large a "large" sample should be
and then have to be a little careful about setting up your indexing. But
it's not very difficult (especially for any C programmer who can
manipulate pointers), and random sampling is so fast that it's no
problem to generate a sample WAYYY bigger than you need (5 or 10 times
as large, even) just to be safe. Or generate a not so big version and
just check at each outer loop iteration whether you need to generate
some more.
Doing it this way -- now using indexing, not function calls in the inner
loop -- made a considerable improvement...
2005 Aug 04
1
[Bug 2947] stdout with [-v] -H --link-dest and slink/sock/fifo/regf
https://bugzilla.samba.org/show_bug.cgi?id=2947
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned@samba.org 2005-08-03 16:45 -------
Keep in mind that --link-dest only hard-links regular
2012 Apr 18
3
Installing texlive dependencies
Hello ALL!
I am running Fedora 16 x86_64. Due to some dubious problems, that i
couldn't resolve, with the TeXLive (2007, which is a default), I removed
it. That removed R as well, and some other dependent packages. Then, I
installed TeXLive 2011 from CTAN. However, when I wanted to install R,
from Fedora's repositories, it asks for some TeX dependencies (for
example, tex-preview,
2005 Feb 08
21
TCP window based shaping
Does anyone have any pointers on how other people have implemented tcp
window adjustment to do bandwidth shaping?
Granted the basic idea is to set the window size to be RTT * bandwidth,
but a quick squiz at google turns up mostly papers on how to implement
this at the sender end with a view to some new magic TCP
implementation. I''m really interested in notes on how to implement at
2005 May 22
2
Help PLEASE...Multi-Routing for ADSL on Linux: Request for pointers..
Hi all
I am a small business user running my IT infrastructure on Whitebox
linux (RHEL3 clone), with ADSL connectivity with a static ip, using
the ipcop firewall gateway (www.ipcop.org). I run my own web/mail
server as my website usage is not much and I cannot afford to lease a
dedicated server on the net, and leasing a shared server...I lose
control.
My DSL is prone to frequent outages and
2004 Mar 22
1
Trust relationship failed...
I'm hoping someone can give me a hand in figuring out this problem, I have
seen several other similar problems in searching, but nothing that exactly
matches what I am seeing here.
I have recently migrated a client from a Samba server running 2.2.7 (Redhat
9) to 3.0.2 (Fedora 1). The samba installation is running as a PDC for 5
Win XP workstations and was working perfectly prior to the
2007 Mar 06
59
Memory leaks in my site
Hi all,
My environment is ruby-1.8.4, rails 1.2.2, mongrel 1.0.1, linux 2.6. Now, i
have a problem on memory leaks with mongrel. My site is running 5 mongrel
processes on a 2G RAM machine, the memory of each process grows from about
20M to about 250M, but it never recover to the initial 20M, so i had to
restart the mongrel processes once per day. The load is about 1M hits per
day.
Waiting for