Displaying 6 results from an estimated 6 matches for "zambezi".
2013 Oct 15
3
Firewall/Gateway Hardware Question
...to work so I'm looking at
building a new one.
The machine will be a firewall/gateway running NAT, Web Proxy with
Dansguardian, DHCP, DNS, NTP and VPN (~6 clients).
I read so much about VPN encryption and the processor needs, now I am unsure
if this will work.
I can get this for AMD FX-8120 Zambezi 3.1GHz Socket AM3+ 125W Eight-Core
Desktop Processor for under $120 (it's on sale), would it work ?
Any thoughts?
Thanks,
Terre
2009 May 18
8
Simple plotting errors
...874 68348.4
NILE 5.4701955 1394.9
CONGO 71.3670036 21196.0
MISSISSIPPI 18.9273250 6511.0
AMUR 1.8426874 466.2
PARANA 58.3835497 13486.6
YENISEI 1.4668313 592.6
OB 1.4239179 559.6
LENA 0.9342164 387.7
NIGER 4.7245709 826.8
ZAMBEZI 76.6893794 8665.9
YANGTZE 10.6759257 1729.5
I want to do a line plot of the value of Amazon 'Sum' (in this case, 68348.4) for each of the 12 data frames. I've tried doing this as follows:
plot(FeketeJAN[1,2], FeketeFEB[1,2], FeketeMAR[1,2], *through to December* type=&quo...
2009 May 13
2
case/capitalization of LABEL text
I''ve noticed that when using the form method Label, that the label
text is translated to html with the first character in Upper Case and
the remainder of the text string as lower case.
<%= label(:country, "USA") %> becomes <label for="country_USA">Usa</
label>
I can''t find any documentation on this unhelpful behavior. Is there
anyway way
2009 May 05
1
Plotting pairs of bars
...AMUR 143.5857 89.30434 36040 22594
PARANA 702.3793 388.03030 162952 89635
YENISEI 208.1396 174.52722 83464 70509
OB 197.0399 162.82697 79013 63991
LENA 118.1100 77.49638 48307 32161
NIGER 374.8258 212.25714 66719 37145
ZAMBEZI 500.0000 485.87610 57000 54904
YANGTZE 358.4172 256.80246 58422 41602
For each of the rivers (which are the row names of this matrix), I wish to plot a bar for Simulated Mean and another for the Observed Mean. So far I've only been able to get R to stack the bars (using...
2013 Nov 23
2
SSD becomes detached 9.2
...9.2-STABLE amd64 r258426) and
it happened again just now.
The OS is installed on a 120 GB SSD with root on ZFS. There is also
another SSD for L2ARC and there are two 3TB SATA drives in a separate
ZFS mirror pool. All drives passed cursory testing with smartmontools.
CPU is an AMD-8120 (8 core Zambezi).
Very little is running on the server as it is not yet in production
(thankfully).
Here is the relevant part of dmesg:
ahcich0: Timeout on slot 31 port 0
ahcich0: is 00000008 cs 00000000 ss 00000000 rs f8000000 tfd 40 serr
00000000 cmd 00047f17
(ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 6...
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...ff_",table_year, sep=''))[,1]
levels(riv_names) <- c("AMAZON", "AMUR", "CONGO", "LENA", "MISSISSIPPI", "NIGER", "NILE", "OB", "PARANA", "YANGTZE", "YENISEI", "ZAMBEZI")
assign(get(paste("arunoff_",table_year, sep='')[,1], levels(riv_names)))
Error in paste("arunoff_", table_year, sep = "")[, 1] :
incorrect number of dimensions
My thinking was to assign the levels of riv_names to column 1 of the table......