Displaying 20 results from an estimated 400 matches similar to: "seek advise for slice & dice a table"
2006 Sep 13
2
[Bug 1227] sftp-server does not respect rlogin = false
http://bugzilla.mindrot.org/show_bug.cgi?id=1227
Summary: sftp-server does not respect rlogin = false
Product: Portable OpenSSH
Version: 4.3p2
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: bitbucket at mindrot.org
ReportedBy: cris
2006 Sep 13
4
[Bug 1226] sftp-server does not respect rlogin = false
http://bugzilla.mindrot.org/show_bug.cgi?id=1226
Summary: sftp-server does not respect rlogin = false
Product: Portable OpenSSH
Version: 4.3p2
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: bitbucket at mindrot.org
ReportedBy: cris
2009 Feb 25
1
Might have a COM+ issue
Hi,
I've been looking into wine to see if I can remove the need for a dedicated windows machine to run some in-house vb6 software including a COM+ layer.
Currently I have my COM files in the System32 folder (as i read something that suggested that WINE would require the COM to be stored there).
I don't mind where it goes, i registered it using regsvr32 provided by wine.
I have
2006 Apr 22
4
Slice and dice plugin
I''ve been playing around with some easier ways of specifying
conditions in active record, and have come up with a little plugin
that some may find useful. Currently active record finder and
calculations methods can take a :conditions option with a string or
array listing some sql conditions, eg:
Animals.find :first, :conditions => "name = ''Tiger''"
My
2020 Mar 24
2
FREEBSD 12 - Samba410 - General question
Hello everyone,
Good morning/afternoon/evening.
Got a question regarding a FREEBSD 12 being used as a proxy (SQUID) with
SAMBA410.
Do I have to keep SMBD and NMBD services enabled with WINBIND to act as a an
Active Directory "CLIENT ONLY" (for Squid proxy purposes) or, can I disable
SMBD and NMBD and keep WINBIND only?
I am asking because I made a test killing both processes and
2005 Feb 16
2
Windows share "bridge"
Hi,
I'm currently working on something quite ugly. We have a WindowsXP Home
system here that is used as a storage server. Windows XP Home restricts
the maximal user count to 5 users at a time that can connect to the
network share. My boss doesn't want to delete winblows because he feels
confident with it (except from the limitation) so a native samba server
isn't possible. A
2007 Mar 02
0
Dice dissimilarity output and 'phylo' function in R
Dear All,
I get some problems using the 'phylo' and
dissimilarity functions in R. I converted an output
from 'hclust' into an order of phylo so as to be able
to use the 'consensus' function on it. Each time I
submit the consensus codes, my computer hangs. When I
tried to see what the contents of the object converted
into order phylo is, I get the message
2010 Jul 27
1
as.dendrogram for DICE coefficient.
Hi R,
I was using 'as.dendrogram' with the DIST coefficient, where the smaller
values of the DIST coefficient, say that the objects are closer to each
other, while the larger values of the coefficient say that the objects
are far from each other.
But now, I have my coefficient as the DICE coefficient(in some sense
similar to correlation coefficient), where the larger coefficient
2010 Apr 24
4
DICE Coefficient of similarity measure
Hi,
I wanted the DICE coefficient (similarity measure for binary variables)
to be calculated in R and found that the "igraph" package has the option
of "similarity.dice" to do this. But, for this command, the input object
should be an igraph object. But, I have a dataframe of columns
containing 1's and 0's. Can I convert this dataframe into an igraph
object, so that
2007 Oct 08
5
Dice simulation: Getting rep to re-evaluate sample()?
I'm trying to get R to simulate the sum of the values on 10 fair dice
(yes, it's related to a homework problem, but is not the problem
itself). I tried to do this:
> rep(sum(sample(1:6,100,replace=T)), times=10)
[1] 341 341 341 341 341 341 341 341 341 341
and noticed that sum(sample()) seems to be only evaluated once. How can
I overcome this, so that I get a vector of values that
2006 Feb 12
0
slicing and dicing timestamps by month, week, day, etc
I''m trying to finish up a comp lab sign-in app in RoR that includes a db
table logging each visit with a timestamp. I want to be able to loop
through the visits table and get a weekly or monthly array and print a
table of the last four weeks listing a count for the number of visits
each day. I''ve got it working alright but it''s pretty ugly...overcoded.
Does anyone
2006 Feb 20
1
GELI slice encryption
Hello.
I have been investigating a 'secure' Firefox solution. The cache,
history and other files are kept on an encrypted slice and swap
is encrypted also.
The problem I am having is that I know the shell commands required
to unmount /tmp, create providers with GELI with one-time keys,
remount /tmp, activate swap etc. but I don't know the correct way
to get this done automatically on
2008 Jul 15
0
offlining a slice in a raidz not allowed
I''ve a raidz1 made up of 2 partitions. One is on a disk which is failing and
i want to replace it... cfgadm does not allow me to unconfigure it since
''device busy'', so i am trying to offline the slice from the raidz1 vdev but
got this error:
# zpool offline swap c3t2d0s0
cannot offline c3t2d0s0: no valid replicas
given i have 2 partitions in this raidz1, i
2008 Jun 22
0
disk label and geli encrypted slice
Hello,
I'm using geli on laptop PC with only one HDD. Disk is divided into two
slices, ad0s1 and ad0s2. Second slice (ad0s2) is encrypted with GEOM ELI
using two-factor authentication - passphrase plus keyfile on USB drive.
FreeBSD is installed on ad0s2.eli and first slice is not used by this
system so let's say that I've got a full disk encryption.
Now my question - is it safe
2008 Nov 17
3
slice overlap error when creating pools
Hi,
As I was experimenting with snv101, I discovers that every attempt to create
a zpool gives this error:
#zpool create pool1 c1d1s0
invalid vdev specification
use ''-f'' to override the following errors:
/dev/dsk/c1d1s0 overlaps with /dev/dsk/c1d1s2
I am testing with vmware, so I used the same virtual disk in a snv77
install, and I don''t get any error.
2010 Dec 13
0
SAS "/slice" and "/diff" equivalent? - Automated multiple comparisons in nlme package?
R users,
What is the equivalent of SAS " '/diff' and '/slice'" in R ?
I am successful in fitting the same model "PROC MIXED" fits using lme() :
###R code:
model <- lme( y ~ g + h + yr + yr:h, random = ~ 1 | b, data = yield)
*** SAS code:
proc mixed data=yield covtest cl method=reml;
class b g h yr;
model y = g h yr yr*h;
random b;
lsmeans g / diff;
1998 May 27
1
R-beta: slice.index in R
I am currently trying to port a couple of S or S-plus add ons (Multiple
imputation) to R.
Since I do not have S or S-Plus it is a bit of a trial and error
process. Most things though,
run smooth. I encountered however a function "slice.index" for which I
cannot find
any R counterpart. I have searched the different available
documentations such as the
S-FAQ and S-Plus-notes with no luck.
2016 Apr 06
0
systemd-run does not start scope in the specified slice
It seems that systemd-run does not start the process in the specified
slice when starting a transient scope instead of a service.
I have created a test.slice, and started it:
# systemctl status test.slice
? test.slice - Test slice
Loaded: loaded (/usr/lib/systemd/system/test.slice; static;
vendor preset: disabled)
Active: active since Tue 2016-04-05 16:50:26
2000 Mar 30
1
slice.index
Porting a package from S-Plus to R I find missing the S-Plus function
slice.index().
Before I hack a (probably ugly an inefficient) replacement, has anyone
done so?
Is there a similar function in R that I have overlooked?
Many thanks,
ft.
--
Fernando TUSELL e-mail:
Departamento de Econometr?a y Estad?stica etptupaf at bs.ehu.es
Facultad de CC.EE.
2009 Jul 24
1
Simply matrix slice question
Is there any way to force a slice of a matrix to stay a matrix? R
tends to convert a single row of a matrix into a vector.
Example:
z<-matrix (rnorm(20), ncol=5)
zz<-z[1,]
is.matrix(zz) #FALSE
I usually resort to:
zz<-matrix(z[1,], ncol=dim(z)[2], dimnames=list(rownames(z)[1],
colnames(z)))
But that seems horribly kludgy.
Thanks!
-Jim