search for: smiley

Displaying 20 results from an estimated 258 matches for "smiley".

Did you mean: smile
2003 Apr 04
2
Hard Drive size not correctly being Detected on Dell 8100
...HD model number with Google on someone elses dmesg and got the correct CHS: ad0: 28615MB <IC25N030ATDA04-0> [58140/16/63] This is what is shown before sysinstall launches, with the stuff in parentheses as ASCII characters: ad0: dma limited to UDMA33, non-ATA66 cable or device ad0: 692MB <(smiley face black)C 5(smiley face white)0(heart)0(smiley face black)T@A 4!0> [1407/16/63] at ata0-master UDMA33 Thanks, Brad Davis
2005 Aug 25
2
Where have all the Gaim icons gone?
Has anyone noticed that in the latest gaim update (gaim-1.3.1-0.el4.3.i386.rpm) almost all the MSN smiley icons are not included in the package? I've reverted to gaim-1.3.1-0.el4.i386.rpm and they're all there. Is this a bug? and if not why would redhat remove the smiley icons from Gaim? -- Tim Edwards
2003 Dec 12
4
Session Logging
I'm using R from a Linux command prompt, and am logging the whole session by tee'ing the R invocation line. ie. R | tee -a Rlog.txt Is there a better way to log all the session input and output from within R? Stan Smiley stan.smiley at genetics.utah.edu
2012 Jul 02
5
ggplot: dodge positions
Dear all, I want to get a series of boxplots (grouped by two factors) and I want to overlay the original observations and the following code does almost what I want: library(ggplot) ddf <- data.frame(x=factor(rep(LETTERS[1:4], each=30)), y = runif(120,0,10), grp = factor(rep(rep(1:3, 10), 4))) ggplot(ddf, aes(x, y, colour=grp)) + geom_boxplot() + geom_point() Yet the position of the points
2013 Apr 26
3
csv file with two header rows
Is there a way to use read.csv() on such a file without deleting one of the header rows? Thanks.
2000 Apr 28
4
problem need help
...Connection closed by remote host debug: Calling cleanup 0x8056160(0x0) I can't slogin as myself on localhost, can't login as root (even though I've generated a key pair, and put it in root's .ssh/authorized_keys). What gives? -- Guy "Smiley" McArthur [email] guym at guymcarthur.com [home#] 520.326.4555 [work#] 520.881.8101
2003 Nov 24
2
ocfs-2.4.21-EL-smp-1.0.9-9.i686.rpm does not work with RHEL 3errata kernel
From: John Smiley [mailto:pro_oracle@yahoo.com] Sent: Monday, November 24, 2003 5:07 PM To: Wim Coekaerts Cc: ocfs-devel@oss.oracle.com; ocfs-users@oss.oracle.com Subject: [Ocfs-users] ocfs-2.4.21-EL-smp-1.0.9-9.i686.rpm does not work with RHEL 3errata kernel Wim, ocfs-2.4.21-EL-smp-1.0.9-9.i686.rpm does not ins...
2013 Jun 03
2
delete active dataset
Hi All, whenever I open R using the shortcut on desktop, there are 2 active datasets in the workspace, I tried to start the program from Start menu, same thing!! How can I delete these two active datasets and make sure whenever I restart the program, they wont appear? Thanks! [[alternative HTML version deleted]]
2009 Dec 16
1
FW: question on how to connect 2 boxes
Was my question not understood? Hello, I would like to connect 2 asterisk boxes together, so this is my scenario: Asterisk Main: it is connected to many sip providers and its main purpose as a call termination forwarder. Asterisk B: it?s connected to E1, and its purpose to terminate calls. It will receive SIP messages from Asterisk_Main, but there will be no voice traffic
2012 Jun 12
6
Attempting to update from R 2.14 to 2.15
...[9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base ____________________________________________________________ GET FREE SMILEYS FOR YOUR IM & EMAIL - Learn more at http://www.inbox.com/smileys Works with AIM?, MSN? Messenger, Yahoo!? Messenger, ICQ?, Google Talk? and most webmails
2013 Mar 08
4
create bar chart with different totals in a bar
Hello together, perhabs anyone of you, has an ideal, how i can do this: I have a matrix, like this one: [,1] [,2] [,3] [,4] abnr2 11425 11425 11555 11888 TIME 2 1 1 2 Cat 1 2 1
2005 Jan 12
3
Win2K. Raw CUPS printing, driver download
...WordPad document with just the word "test" spits out multiple pages, each being either blank or just one line of garbage. The first page has a line which begins with @ and character like a capital C with a tail, then the printer URL in the form \\server\printer, cut off near the end by a smiley face and various other odd characters. The URL appears to repeat near the end of the line but is cut off when the printer runs out of room on the right. My thinking is that the printer URL must be an artifact of sending the data over the network, and that samba should be removing it, because CUPS...
2020 Nov 17
3
Notes from GitHub Pull Requests round table
I saw some other posts on this list about notes from the round tables at the conference. Did anyone take some for the GitHub round table? Thanks! -- Keith Smiley -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201116/449e0980/attachment.html>
2012 Jun 12
2
Attempting to update from R 2.14 to 2.15 on Ubuntu
...W: GPG error: http://probability.ca squeeze-cran/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 06F90DE5381BA480 john at john-K53U:~$ John Kane Kingston ON Canada ____________________________________________________________ GET FREE SMILEYS FOR YOUR IM & EMAIL - Learn more at http://www.inbox.com/smileys Works with AIM?, MSN? Messenger, Yahoo!? Messenger, ICQ?, Google Talk? and most webmails
2013 Oct 30
1
ggplot2 - how to get rid of bar boarder lines
Hello! I am using ggplot2: ggplot(myplotdata, aes(x=att_levels, y=WTP)) + geom_bar(stat="identity",fill="dark orange",colour="black", alpha = 1,position = "identity") + geom_text(aes(label=WTP),colour="black",size=4,hjust=1.1,position='dodge') + coord_flip() + xlab("") +
2012 Jul 13
2
alternate tick labels and tick marks with lattice xyplot
Hi, I would like to use xyplot to create a figure. Unfortunately, I cannot find documentation in xyplot to specify alternating the x-axis tick labels with the x-axis tick marks. I can do this with the regular R plot function as follows. #A small version of my data looks like this data<-data.frame(matrix(ncol=3,nrow=12)) data[,1]<-rep(c(1,2,3),c(4,4,4)) data[,2]<-rep(c(1,2,3,4),3)
2012 May 03
5
Identifying the particular X or Y in a sorted list
Dear All, I have a data sets as shown below A (Patient ID ), B and C are the Concentration of drug in blood on day 1 and day 4, D is the difference in conc. To do this in R I have written a code as follows, identified the number of patients who have more concentration on day 4 . Here I want to identify specifically the patient ID (is he patient 1 or 2 or 5 and 7), whose concentration is more. How
2012 Jun 26
3
plotting two histograms on one plot with hist function
I would like to plot two data sets (frequency (y-axis) of mean values for 0-1(x=axis)) on a single histogram for comparison. The hist() only allow the overlay of two histograms, and although barplot() allows beside=TRUE, it does not show frequency values (like hist) but rather all of the values. Is there any way that I can use the hist() to plot two data sets similar to the barplot(). Any help or
2012 Dec 01
5
How to built a pivot table of value
Hi R users Imagine the table "base": p=c("d","d","b","b","a","a") q=c("v1","v2","v1","v2","v1","v2") r=c(5,2,4,8,9,7) base=data.frame(p,q,r) base p q r 1 d v1 5 2 d v2 2 3 b v1 4 4 b v2 8 5 a v1 9 6 a v2 7 How programming R to
2012 Sep 12
2
help server slow
suddenly a few days ago it takes about a minute for local help to come up . i type : ?hist and get starting httpd help server ... done but only after a minute does http://127.0.0.1:15686/library/graphics/html/hist.html appear . Lee De Cola, PhD, MCP. DATA to Insight LDECOLA@COMCAST.NET Reston, Virginia 703 709 6972 571 315 0577 mobile [[alternative HTML version deleted]]