Displaying 6 results from an estimated 6 matches for "1to".
Did you mean:
1tb
2009 Mar 08
2
samsung sata disk pb
Hi there,
I'm running a centos 5.2 (with a centos 5.3 kernel) on a box with a
samsung 1To green edition, and this disk looks a bit slow to me and it's
not recognized by hdparm :
# hdparm -iI /dev/sda
/dev/sda:
HDIO_GET_IDENTITY failed: Invalid argument
HDIO_DRIVE_CMD(identify) failed: Invalid argument
# hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 2252 MB in 2.00 second...
2011 Jan 17
1
how to cut a multidimensional array along a chosen dimension and store each piece into a list
...wonder whether there is a function which cuts a multiple dimensional array
along a chosen dimension and then store each piece (still an array of one
dimension less) into a list.
For example,
arr <- array(seq(1*2*3*4),dim=c(1,2,3,4)) # I made a point to set the
length of the first dimension be 1to test whether I worry about drop=F
option.
brkArrIntoListAlong <- function(arr,alongWhichDim){
####
return(outlist)
}
I have tried splitter_a in plyr package but does not get what I want.
library(plyr)
plyr:::splitter_a(arr,3)
I understand that I can write a for loop to make it happen but I a...
2011 Jul 14
1
Yes/No Pedantic Patch
...would be nice to just be able to type 'y'
or 'n' respectively in lieu of the full yes/no.
The patch I made affords yes/no prompts to be answered with single character
y/n behavior as the default while affording both a new command line option
-E and config file option y_n_pedantic 0|1to preserve the long form.
May I send someone the patch I made for review?
Is this a good idea?
In closing I love ssh.
The world does.
Jeffrey Paul does, but he's terse :)
--
http://www.cryptomail.org NOW 100% defunct!
2019 Apr 10
4
Feasibility of cling/llvm interpreter for JIT replacement
...s seem to work and cling is able to load the
generated program.
There are several possible problems that we see.
The first and most obvious one is the incredible size of the CLING
interpreter (200MB stripped). Our whole data base is 80MB stripped. We
are targetting an Apple iPad, boosted with 1TO SSD/6GB RAM. What would
be the minimum requirements for CLING in terms of RAM size?
The second question is that we have still concerns over the overall
approach. Do you see any problems with this architecture? Can it work on
principle?
The third question concerns the feasibility of our JIT gen...
2008 Jun 26
4
help
hi,
I'm student doing Msc in operational research and applied statistics in Salford university ,now I'm doing my project which is conducting meta-analysis in R , i was wondering how i can evaluate continuous outcome using rmeta package, i really appreciate if you can help me in that matter.
thanks in advance
Mohammed Owlowa
[[alternative HTML version deleted]]
2005 Apr 12
8
SMTP / DMZ
...rvers that
will server our existing group companies outside our physical location.
3) Setup openvpn between our location and our group companies .
What i have done so far is :
- Created the 3 zones with the IP ranges as below.
DMZ:172.16.10.x
Local : 192.168.1.x
Internet : 64.x.x.x
- Setup 1to 1 NAT so that the public IP''s are mapped to the internal DMZ
ip''s for mail / web / ftp access to users outside our location.
- Setup DNAT so that local users can access the servers with the public
IP''s.
I have to say that the documentation on the website is great and i...