Displaying 17 results from an estimated 17 matches for "yech".
Did you mean:
yeah
2009 Aug 31
1
NT_STATUS_HOST_UNREACHABLE when trying to access Linux system samba share
...only access the Linux shares on the
local system, that is linux1 can see it's own Samba shares, but can't see or
access the shares on linux2. the reverse is true for linux2 as well. I am
resigning myself to having keep a windows box around just to act as a file
server for the linux systems (yech!). Does anyone know what might cause this
message?
2003 Sep 23
2
confusion about what to expect?
In playing around with data.frames (and wanting a simple, cheap way to
use the variable and case names in plots; but I've solved that with
some hacks, yech), I noticed the following behavior with subsetting.
testdata <- data.frame(matrix(1:20,nrow=4,ncol=5))
names(testdata) ## expect labels, get them
names(testdata[2,]) ## expect labels, get them
names(testdata[,2]) ## expect labels, but NOT -- STRIPPED OFF??
testdata[,2] ## would have expect...
2015 Apr 24
2
Development version of R: Improved nchar(), nzchar() but changed API
...TRUE/FALSE/NA),
but also *not* backward compatible in the current
implementation. Here's how it works [currently], showing the (input and output
of the slightly abridged) example(nchar):
> x <- c("asfef", "qwerty", "yuiop[", "b", "stuff.blah.yech")
> x[3] <- NA; x
[1] "asfef" "qwerty" NA "b"
[5] "stuff.blah.yech"
> nchar(x, keepNA= TRUE) # 5 6 NA 1 15
[1] 5 6 NA 1 15
> nchar(x, keepNA=FALSE) # 5 6 2 1 15
[1] 5 6 2 1 15
>...
2004 Aug 06
1
listening to ogg with a Mac
...gacy" and tested them all. Here are the Mac results:
Audion 3
15 day demo. 30 bucks U.S. to buy.
It WORKS! But, I had to go into tools, console, effects, and speed to slow
it down to 50% speed. At 100%, 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...
2011 Mar 16
1
[PATCH] virtio: Decrement avail idx on buffer detach
When detaching a buffer from a vq, the avail.idx value should be
decremented as well.
This was noticed by hot-unplugging a virtio console port and then
plugging in a new one on the same number (re-using the vqs which were
just 'disowned'). qemu reported
'Guest moved used index from 0 to 256'
when any IO was attempted on the new port.
CC: stable at kernel.org
Reported-by:
2011 Mar 16
1
[PATCH] virtio: Decrement avail idx on buffer detach
When detaching a buffer from a vq, the avail.idx value should be
decremented as well.
This was noticed by hot-unplugging a virtio console port and then
plugging in a new one on the same number (re-using the vqs which were
just 'disowned'). qemu reported
'Guest moved used index from 0 to 256'
when any IO was attempted on the new port.
CC: stable at kernel.org
Reported-by:
2005 Oct 31
6
getting last 2 charcters of a string, other "text" functions?
I wish to obtain the right-most n characters of a character string? What is the appropriate function?
---------------------------------
[[alternative HTML version deleted]]
2002 Jul 16
2
Question: Using Windows XP under Linux?
I'm curious about the feasability and possibility of using Wine as a
basis for running as much MS code under Linux as possible.
Let me explain:
Windows XP (and most of it's ilk before it) don't support remote
booting, that is using a diskless workstation and booting the OS from
the network. Linux, of course readily provides that functionality.
However, switching to linux is not
2009 Dec 23
7
String question
Hi to all
I need a string like
temp <- paste("m1","m2","m3",sep=",")
But i must know how many items are in the string,afterwards
the other option would be to use a vector
temp <- c("m1","m2","m3")
No problem to get the count of items but I must get afterwards the
string "m1,m2,m3"
No problem to build the
2002 Jun 30
4
modifying a vector
Hello everyone,
Thanks to all who offered suggestions after my initial query to the list.
I've been busy trying to absorb the docs as fast as possible, but this
little thing has me stumped for the moment.
I'm creating a random sample of 100 item and saving it to a vector named
'iq'. I'd like to create a second vector (iq_prime, say) by adding 20 to
each element of the
2002 Jun 30
4
modifying a vector
Hello everyone,
Thanks to all who offered suggestions after my initial query to the list.
I've been busy trying to absorb the docs as fast as possible, but this
little thing has me stumped for the moment.
I'm creating a random sample of 100 item and saving it to a vector named
'iq'. I'd like to create a second vector (iq_prime, say) by adding 20 to
each element of the
2013 May 22
3
rails 4, active record: appending to has_many :through does not create join model anymore?
hi folks.
on rails 4, can somebody confirm that pushing model instances onto a
has_many :through relation does not create the necessary join model anymore?
class Reader < AR::Base
belongs_to :post
belongs_to :person
end
class Post < AR::Base
has_many :readers
has_many :people, through: :readers
end
@post.people << Person.new
so,
2005 Jan 16
1
Re: Bug#181699: #181699 Re: #181699 wine: vague error message: "dramatically effect" in what way?
What really matters is not whether Wine has a Windows drive and
filesystem to sit on top of, but whether or not Wine can use native
Windows DLLs instead of its builtin ones. Some DLLs in Wine are so
perfect that they can be used in Windows - no benefit will be gained
from running an app that uses these natively. Some of Wine's DLLs are
buggy or incomplete - using stock native Windows ones
2007 Apr 14
13
Ambisonics in Ogg Vorbis
On 2/28/07, Ivo Emanuel Gon?alves <justivo@gmail.com> wrote:
> On 2/28/07, Ralph Giles <giles@xiph.org> wrote:
> > Well, there are todo pages at wiki.xiph.org, but I meant more in the
> > community folklore sense. My point is a roadmap doesn't help much unless
> > there are people committed to making things happen. That's been the
> > problem with a
2007 Apr 14
13
Ambisonics in Ogg Vorbis
On 2/28/07, Ivo Emanuel Gon?alves <justivo@gmail.com> wrote:
> On 2/28/07, Ralph Giles <giles@xiph.org> wrote:
> > Well, there are todo pages at wiki.xiph.org, but I meant more in the
> > community folklore sense. My point is a roadmap doesn't help much unless
> > there are people committed to making things happen. That's been the
> > problem with a
2006 Feb 27
21
what hardware shuld I but to manage 100k of connections per day?
I''m doing a fotolog for a company.
It''s expected to manage about 100k of connections per day and about 1500
concurrents connections.
What hardware should I buy to manage those numbers of connections?
I''m planning to use slackware + lighttpd + fastcgi, but perhaps we will
have to reuse some scripts in php, in that case I would use slackware +
apache + mod_php + fastcgi
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed:
Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC)
Remote gcc version: gcc (GCC) 3.2.2
Remote g++ version: g++ (GCC) 3.2.2
Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib
make[5]: Entering directory `/local/build/R-1.7.0/src/library'
>>> Building/Updating