search for: mykey1

Displaying 5 results from an estimated 5 matches for "mykey1".

Did you mean: mykey
2016 Apr 20
1
Use multiple cores on Linux
...;- pred_sim_max$hmax <- pred_sim_max$hmin <- NULL # # Aggregate by FIPS max_sim <- pred_sim_max %>% group_by(FIPS) %>% summarise(pred_sim = mean(pred_sim_max)) # # Merge with Historical Data max_hist$FIPS <- as.factor(max_hist$FIPS) max_sim$FIPS <- as.factor(max_sim$FIPS) # mykey1<- c("FIPS") setkeyv(max_hist, mykey1) setkeyv(max_sim, mykey1) max_change <- merge(max_hist, max_sim, by=mykey1) max_change$change <- ((max_change$pred_sim-max_change$pred_hist)/max_change$pred_hist)*100 # write.csv(max_change, file = "/work/sd00815/projections_data/year_wk_...
2013 Dec 09
1
[Bug 2180] New: Improve the handling of the key comment field
..."%u-bit %s, converted by %s@%s from OpenSSH", key_size(k), key_type(k), pw->pw_name, hostname); keygen.c:504: do_convert_from_ssh2(struct passwd *pw, Key **k, int *private) Step to reproduce: ssh-keygen -t rsa -C "a pretty useful comment" -f mykey1 cat mykey1.pub ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUeyrplNBmRK+1icSgoF/0eh6kqzd9n9+KgzqHPWaj[..]/juD3ww2YXlvPxVmJ83Pgg9bi1gLU9vef7L6rtJ5W/FvMgqISqWggBlLwE52foWXhlwXSjgwVX5OnCEphyYXSya1ykBKcQZO7TPNog8MJ a pretty useful comment ssh-keygen -f mykey1.pub -e -m RFC4716 >mykey1-RFC4716.pub #do_conv...
2010 Aug 22
0
lattice::xyplot() with one factor for points and another for lines - solution
...data.frame(time = rep(1:8, each = 6), val = rnorm(48), gp1 = factor(rep(1:6, 8)), gp2 = factor(rep(rep(c('A', 'B'), each = 3), 8))) mypch <- 1:6 mycol <- 1:6 # Define individual keys for each of the two factors # Details on xyplot() help page mykey1 <- list(title = 'Group 1', cex.title = 1.2, text = list(levels(d$gp1), cex = 0.8), points = list(pch = 1:6, col = 1:6), cex = 0.8) mykey2 <- list(title = 'Group 2', cex.title = 1.2, text = list(levels(d$gp...
2010 Oct 17
2
dpois().......bizarre warning messages
Dear Masters, I have a question to submit consider the following script m<-4.95 obs<-rpois(36,m) # i generate 36 realization from a poisson(m) hist(obs,freq=F) curve(dpois(x,m),add=T,col="red") #i wish to overlay on the histogram the theorical poisson density function errors are returned saing the x vector doesn't contain integers.... really bizarre i can't give
2011 Sep 11
5
getting wine to run on OpenSuse 11.4-in order to use WinSCP
hello dear Community, i want to get wine to run on OpenSuse 11.4-in order to use WinSCP (see http://winscp.net ) How to do this. Can some one help me here! Love to hear from you greetings lin BTW How to import the keys..? I guess that is not a big problem