search for: silly

Displaying 20 results from an estimated 3902 matches for "silly".

2008 Sep 23
3
Silly answers to silly questions for a silly Noob.
OK, I'm a noob to Wine. I've figured some stuff out with Wine and it sees everything I want it to see just fine. OK, I understand why you don't want Wine to see your windows install, but I put all my program installs on a separate partition. Now with this in mind can I just have Wine look at my Program Files and run my apps from there, or do I have to reinstall all the apps I want
2016 Jul 15
2
summary() dispatch puzzle
...is(fm1B,"merMod") ## TRUE library(broom) tidy(fm1B) ## hard to show what's going on without debugging through the function: ## the issue occurs here: ## https://github.com/dgrtwo/broom/blob/master/R/lme4_tidiers.R#L94 I can't replicate this behaviour with a trivial method ... silly <- function(x, ...) { UseMethod("silly") } silly.merMod <- function(object, ...) { coef(summary(object)) } silly(fm1B) environment(silly) <- environment(tidy) silly(fm1B)
2001 Feb 14
1
silly question about spec
I'm using spec for multivariate time series, and have a question about "coh". This is probably a very silly question, but I'm a bit stumped. >From the documentation: Column i + (j - 1) * (j - 2)/2 of coh contains the squared coherency between columns i and j of x, where i > j. What's in column 1 of coh? Cheers Jason -- Indigo Industrial Controls Ltd. 64-21-343-545 jasont at indigoind...
2007 Sep 29
3
Silly question - Anything faster than rm?
Maybe this is a silly question, but i have a few million files i need to delete but i can't just reformat the volume. Right now the fastest thing i can think of is nice -20 rm -Rf /folder-i-want-to-delete is there a better or faster way to do this? Thanks, Jamie
2020 Jun 01
5
user names
I am looking for a way for sendmail to ALLOW auth by IP and not user name (its a closed network) or even SKIP invalid auth ? Is that even possible ? Jerry
2008 May 21
1
[Fwd: [PATCH]: Fix silly output for virtio devices in /proc/interrupts]
(sent to the kvm list erroneously) -------------- next part -------------- An embedded message was scrubbed... From: Chris Lalancette <clalance at redhat.com> Subject: [PATCH]: Fix silly output for virtio devices in /proc/interrupts Date: Wed, 21 May 2008 14:51:45 +0200 Size: 4582 Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20080521/38a29f92/attachment.eml
2008 May 21
1
[Fwd: [PATCH]: Fix silly output for virtio devices in /proc/interrupts]
(sent to the kvm list erroneously) -------------- next part -------------- An embedded message was scrubbed... From: Chris Lalancette <clalance at redhat.com> Subject: [PATCH]: Fix silly output for virtio devices in /proc/interrupts Date: Wed, 21 May 2008 14:51:45 +0200 Size: 4582 Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20080521/38a29f92/attachment.eml
2005 Mar 03
1
A probably silly thought but...
Not a silly thought. I've instead of spending x hunderd thousand on brandname ibm servers and sans, how you could create a RAID array of PCs running IDE hard drives. If a PC dies just plug in some more and rebuild. If you want to add more space just add more PCs. :) that would be cool. Obviou...
2005 Mar 09
3
Asterisk@home silly problem, please help!
Hi all! After much struggling I got my *@home working fine AND making use of two AVMFritz!PCI cards. Really nice ! (kernel 2.4.2x) There's however a silly glitch that's getting on my nerves, and, kind of a newbie that I am to linux, it should be easy to get help : -- "capiinit start" MUST BE run before Asterisk. (any other way makes * not to start because chan_capi doesn't find CAPI support) You must find this an easy thing, as I...
2006 Jan 04
1
silly, extracting the value of "C" from the results of somers2
...z<- somers2(x,y, weights=w) results are: >z C Dxy n Missing 0.88 0.76 500 0.00 Now I want to call only the value of C to be used in further analyses, but I fail to do it. I have tried: > z$C NULL > z[,C] Error in z[,C]: incorrect number of dimensions and some other silly things. If I do >list(z) [[1]] C Dxy n Missing 0.88 0.76 500 0.00 Can somebody tell me how can I obtain just the value of c? Thank you useRs, very gratefull Ahimsa -- Ahimsa Campos Arceiz The University Museum, The University of Tokyo Hongo 7-3-1, Bunkyo-ku, Tokyo 113-003...
2005 Oct 26
1
a silly question on index of a matrix
Hi netters, This is probably a silly question,but I can't find the answer after searching the R-help archives online. ok, I have a matrix. I know there is a "10" somewhere in it. Now I want to know the index of the element "10" in this matrix. That is, if X[i,j]=10, I want to know i and j. Is there a R funct...
2005 Feb 10
0
silly cross posts
..."Sorry"? It seems that when a matter comes up that is important enough to inform everyone, one MUST cross post -- otherwise, you guarantee that lots of people will not get the message. Having to say "Sorry" to get a message out to everyone who needs to get the message seems silly to me. I would think that if the message is important enough and must get to everyone, one should be able to cross post without having to say "Sorry" -- saying "Sorry" is "silly". Rick
2002 Jul 11
1
Silly question??
Ok, so this may be silly question, but I can't find the answer anywhere I've looked. I have Samba up and running. I have manually added users and all are working great. My question is simple, whats the easiest way to add users? If they exist inthe /etc/passwd file, I suppose that running "smbpasswd -a us...
2008 Aug 23
2
Wine - ARM - Pandora Handheld
A quick, and probably a silly few questions regarding Wine & ARM support. In a few months time, a new hand held created by a open source community is going to be released. More specificity Pandora: http://openpandora.org/ Its going to run with the following specs: * ARM? Cortex?-A8 600Mhz+ CPU running Linux * 430...
2009 Mar 26
4
Slightly OT : Maildir format (silly) questions
...o, I was asking what was the motivation for not having the envelope From in the Maildir format, as defined in the qmail spec : "The message is delivered without an extra UUCP- style From_ line, without any >From quoting, and without an extra blank line at the end." which may sound silly since we lose an important piece of information. Same question about the motivation in Courrier (Maildir++) for emulating a hierarchy for subfolders (like in .folder.subfolder.subsubfolder) instead of (note : I know about layout=FS, I'm not talking about that) implementing a real filesystem h...
2012 Apr 28
2
Character string to R object
...late objective functions for optimization. In so doing, I create a character string with R code, and then want to have it in my workspace. Currently -- and this works fine -- I write the code out, then use source() to bring it in again. Example: cstr<-"jack<-function(x){\n cat(\"Silly x:\")\n print(x) \n }\n" write(cstr, file='tfile.txt') jack<-source('tfile.txt')$value # You need the value element! print(jack) However, I feel it would be more elegant if I could avoid the file, and am sure I must have missed some way to pipe the cstr through the s...
2007 Sep 27
4
current state is silly?
...ot;: ensure => directory, owner => nfsnobody, group => nfsnobody, mode => 1777; } The error is: Fri Sep 21 14:53:05 EST 2007 //default/remote1/boot-server/File[/diskless/swaps]/owner (:warning): current state is silly: 4294967294 Fri Sep 21 14:53:05 EST 2007 //default/remote1/boot-server/File[/diskless/swaps]/owner (:notice): user 4294967294 does not exist The user and group do exist: # grep nfsnobody /etc/passwd nfsnobody:x:4294967294:4294967294:Anonymous NFS User:/var/lib/nfs:/sbin/nologin # grep nfsnobo...
2008 Mar 02
1
Problem plotting curve on survival curve (something silly?)
OK this is bound to be something silly as I'm completely new to R - having started using it yesterday. However I am already warming to its lack of 'proper' GUI... I like being able to rerun a command by editing one parameter easily... try and do that in a Excel Chart Wizzard! I eventually want to use it to analyse some...
2011 Nov 10
1
newbie's question : xyplot legend with a white background
Hello, Sorry in advance for adding a silly question on this forum but I haven't found the right keywords to find a solution to this basic problem. I'm just looking a way to have a white background behind the legend to hide the grid. Thanks in advance. The silly example for my silly question: xyplot(1~1, panel = function(...
2002 Jun 18
2
wine on non-x86 architectures (presumably silly question)
I wouldn't think it's possible but I'd like to know (with an explanation, if possible): Can you run win32 apps with wine on non-x86 computers, e.g. under LinuxPPC? I guess not, but I wouldn't be able to give a clear explanation as to why. Regards, Frank