search for: snugs

Displaying 12 results from an estimated 12 matches for "snugs".

Did you mean: snags
2011 Apr 26
2
grid stringHeight
Dear all, I'm puzzled by the behavior of stringHeight in the grid package. Consider the following test, library(grid) test <- function(lab="dog", ...){ g1 <- textGrob(lab) g2 <- rectGrob(height=grobHeight(g1), width=grobWidth(g1)) gg <- gTree(children=gList(g1,g2), ...) print(c("height:", convertUnit(stringHeight(lab), "mm",
2005 May 18
3
known_hosts vulnerability?
Hey all, I came across a security news article, referenced by http://www.linux.org/news, at http://www.techworld.com/security/news/index.cfm?NewsID=3668 talking about an SSH weakness involving the known_hosts file. I apologize if this issue has already been addressed, but the mailing list archives didn't turn up anything when i tried searching for something relevant. So; not to knee-jerk or
2005 Oct 12
1
Problem with a barplot...
Hello, I'm having a bit of a problem with a plot, and I'm hoping that someone might be able to help. I'm running the R Cocoa Gui v1.12 on OS X 10.4.2, and I'm doing a stacked bar plot. The plot itself is quite simple: barplot(as.matrix(s.strats.in),main="Strategy when strong", col=strat.col) where s.strats.in is a matrix with a number of rows that define the height
2008 Oct 02
1
Contour Plot Aspect Ratio
Hello there, I have a fairly simple request (I hope!) I have produced a filled contour plot like this: library(grDevices) library(gplots) library(plotrix) filled.contour(contour, axes=F, frame.plot=TRUE, color=terrain.colors, ylab= "Length Along Flume (m)", key.title = title(main="Velocity\n(m/s)"), key.axes = axis(4, seq(0, 0.6, by = 0.1)), asp=2, plot.axes = {
2009 Mar 04
5
Detect polyline relationship to map bounds?
I''m working on a mapstraction implementation modeled after the radius search feature. (http://mapstraction.com/demo-radius.php) I''d like to recognize when the user extends the radius beyond the visible edges of the map and adjust the zoom level. I''m not seeing how to test this when redrawing the circle. I thought maybe I wanted to use polylineCenterAndZoom()
2011 Mar 04
2
Creating a .png with just an expression() in it
Hey, I'm trying to create an image file with the results of a regression analysis. In TeX, the line would be something like: $ size = 0.34 + 4.3 var_1 $ Can I create a plot window with just this line in it? I tried playing around with plot.new() or dev.new(), but didn't really find something that worked. Thanks in advance, Alex -- alexx at alexx-fett:~$ vi .emacs
1999 Jan 26
0
What kind of [RAID] system works best?
...> I'm currently testing out some SCSI->IDE RAID 5 systems > (not banging on them too rigorously at the moment, but > no obvious flaws so far). > > Basically, you get a SCSI interface that the computer sees, > but the enclosure holds 3 IDE drives, and the whole thing > snugs into a tower chassis. RAID 5 at about $2200 for > 12 Gigabytes (using 6 Gig Seagates). Not too shabby! A caveat, though, about speed vs capacity: RAID 5, when writing, is roughly as fast as a single disk. Reading, it's a factor of how many disks you have. I usually estimate read spe...
1999 Jan 25
2
Status on Poweredge Dell with Raid
I know this is off-topic to the list, but someone asked me to make the information that I garnered about Dell Poweredge systems available to the list. So, here it is. Basically, after a search on dejanews, I came across this article: http://x5.dejanews.com/getdoc.xp?AN=430135686&CONTEXT=917266543.1696071777&hitnum=19 In it, someone states that there are drivers for the PERC RAID
2007 Jul 12
0
[LLVMdev] Atomic Operation and Synchronization Proposal v2
On Thursday 12 July 2007 13:08, Chandler Carruth wrote: > > > Right. For example, the Cray X1 has a much richer set of memory > > > ordering instructions than anything on the commodity micros: > > > > > > http://tinyurl.com/3agjjn > > > > > > The memory ordering intrinsics in the current llvm proposal can't take > > > advantage
2008 Jun 24
11
what''s correct way of shrinking LVM based domU?
Hi all I want to shrink one of my LVM based domU''s, but don''t quite know how to do it. I have searched the Wiki & HOWTO''s, and they all show you how expand / enlarge a LVM based domU, but not shrinking it. So, I stopped (destroyed) the domU, and then resized it as follows: lvresize /dev/data/cpanel1 -L10GB (It was 100GB), but when I a started it up again, I
2007 Jul 12
2
[LLVMdev] Atomic Operation and Synchronization Proposal v2
On 7/12/07, Dan Gohman <djg at cray.com> wrote: > On Thu, Jul 12, 2007 at 10:06:04AM -0500, David Greene wrote: > > On Thursday 12 July 2007 07:23, Torvald Riegel wrote: > > > > > > The single instruction constraints can, at their most flexible, constrain > > > > any set of possible pairings of loads from memory and stores to memory > > > >
2008 May 21
10
COBOL
Just curious, maybe some old timers could help me out. I am working with a company that is migrating 20 years of Mainframe Software Development to Unix, HPUX. How much harder would it be to go to Linux, Centos Linux? Also, anyone have any experience with Fujitsu Cobol on Centos? The Fujitsu people only support Red Hat, and said I'd be on my own with Centos. In other words if it works,