Displaying 20 results from an estimated 188 matches for "ik".
Did you mean:
rik
2015 Mar 25
2
Bind9 Flat to Bind9 DLZ
Hi Team,
Samba Version = 4.2
Bind = 9.10 with dlz
Not able to to view replication.(samba-tool drs showrepl)
[root at dc2]# samba-tool drs showrepl (want to highlight the name which is
using to connect)
ERROR(<class 'samba.drs_utils.drsException'>): DRS connection to
*dc2.ik.lan.mum* failed - drsException: DRS connection to dc2.ik.lan.mum
failed: (-1073741772, 'The object name is not found.')
File "/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/drs.py",
line 39, in drsuapi_connect
(ctx.drsuapi, ctx.drsuapi_handle, ctx.bind_supported_ext...
2015 Mar 25
0
Bind9 Flat to Bind9 DLZ
On 25/03/15 16:50, VIKAS wrote:
> Hi Team,
>
> Samba Version = 4.2
>
> Bind = 9.10 with dlz
>
>
> Not able to to view replication.(samba-tool drs showrepl)
>
>
> [root at dc2]# samba-tool drs showrepl (want to highlight the name which is
> using to connect)
>
> ERROR(<cl...
2006 Jul 29
10
Out Of office
Ik ben afwezig vanaf 29/07/2006 en ik ben niet eerder terug dan
23/08/2006.
Ik ben met verlof van 31 juli tot en met 22 augustus.
Voor dringende zaken kan je mailen naar helpdesk@vlafo.be.
---------------------------------------------------------------------------------
DISCLAIMER :
De personeelsl...
2008 Feb 20
2
intersecting rows of a matrix
useR's,
First, I would like to say thanks to John Fox for providing this segment of
code to perform intersection for multiple sets:
intersection <- function(x, y, ...){
if (missing(...)) intersect(x, y)
else intersect(x, intersection(y, ...))
}
I want to execute this function on the rows of a matrix I have:
Ik.mat.tes...
2009 Oct 31
1
Help me improving my code
...ge[wage>=4000] <- 5
> intercept <- pennw$intercept
> blac <- pennw$black
> hisp <- pennw$hispanic
> fem <- pennw$female
> wba <- pennw$wba
> age <- pennw$age
> bpw <- pennw$bp1000
> dur <- pennw$inuidur1
> fw <- factor(wage)
> Ik <- model.matrix(~fw-1)
> I1 <- Ik[,1]
> I2 <- Ik[,2]
> I3 <- Ik[,3]
> I4 <- Ik[,4]
> I5 <- Ik[,5]
> yelmon <- function(theta,x){
+ mu1 <- theta[1]
+ mu2 <- theta[2]
+ mu3 <- theta[3]
+ mu4 <- theta[4]
+ mu5 <- theta[5]
+ beta <- t...
2012 Dec 13
1
[PATCH] smallft.c
...ke advantage of
memcpy's optimisations when copying
the floating point data.
Does this look OK?
- Michael
Index: smallft.c
===================================================================
--- smallft.c (revision 18737)
+++ smallft.c (working copy)
@@ -388,7 +388,7 @@
}
L119:
- for(ik=0;ik<idl1;ik++)c2[ik]=ch2[ik];
+ memcpy(c2, ch2, idl1 * sizeof(float));
t1=0;
t2=ipp2*idl1;
@@ -628,7 +628,7 @@
if(na==1)return;
- for(i=0;i<n;i++)c[i]=ch[i];
+ memcpy(c, ch, n * sizeof(float));
}
static void dradb2(int ido,int l1,float *cc,float *ch,float *wa1){
@@ -109...
2009 Jan 17
3
[Cucumber] Struggling with "multiple step definitions"
...ce I think that''s part of the behaviour of the app. So,
while implementing a new feature, I ran into the following error:
/opt/local/lib/ruby/gems/1.8/gems/cucumber-0.1.15/bin/../lib/cucumber/
step_mother.rb:81:in `regexp_args_proc'': Multiple step definitions
match "zou ik een melding moeten zien dat de reactie gemarkeerd is als
spam": (Cucumber::Multiple)
features/steps/comments.rb:93:in `/^zou ik een melding moeten zien dat
de reactie gemarkeerd is als spam$/''
features/steps/common.rb:9:in `/^zou ik een melding moeten zien dat de|
het (.*?) is o...
2014 Jul 28
0
Samba AD DC not Available
...ow is the wireshark log when i am attempting to join the domain.
$ tshark host 192.168.1.253
Running as user "root" and group "root". This could be dangerous.
Capturing on eth0
0.000000 192.168.1.253 -> 192.168.10.16 DNS 89 Standard query 0xb88b SRV
_ldap._tcp.dc._msdcs.ik.local
0.000176 192.168.10.16 -> 192.168.1.253 DNS 112 Standard query response
0xb88b SRV 0 100 389 dc.ik.local
0.003773 192.168.1.253 -> 192.168.10.16 DNS 71 Standard query 0xd961 A
dc.ik.local
0.003930 192.168.10.16 -> 192.168.1.253 DNS 87 Standard query response
0xd961 A 192.168...
2015 Mar 26
2
Bind9 Flat to Bind9 DLZ
...> />/ [root at dc2 <https://lists.samba.org/mailman/listinfo/samba>]# samba-tool drs showrepl (want to highlight the name which is
> />/ using to connect)
> />/
> />/ ERROR(<class 'samba.drs_utils.drsException'>): DRS connection to
> />/ *dc2.ik.lan.mum* failed - drsException: DRS connection to dc2.ik.lan.mum
> />/ failed: (-1073741772, 'The object name is not found.')
> />/
> />/ File "/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/drs.py",
> />/ line 39, in drsuapi_connect
> /&...
2002 Aug 15
4
tinc-1.0pre7-i386-1.tgz
Beste tinc-developer,
Ik moet van mijn baas een aantal VPN's aanleggen en ben nu thuis bezig om te
testen. Ik heb 2 computers in een thuisnetwerkje (totaal 6 computers)
geinstalleerd met SuSe 7.3, daar de klanten dit ook hebben. De computers zijn
verbonden met een switch.
Dit is de inhoud van mijn bestanden:
Op c...
2008 Dec 22
3
Convert ASCII string to Decimal in R (vice versa) was: Hex
Hi Dieter,
Sorry my mistake. I wanted to convert them
into Decimal (not Hexadecimal).
Given this string, the desired answer follows:
> ascii_str <- "ORQ>IK"
79 82 81 62 73 75
> ascii_str2 <- "FDC"
70 68 67
- Gundala Viswanath
Jakarta - Indonesia
On Mon, Dec 22, 2008 at 5:49 PM, Dieter Menne
<dieter.menne at menne-biomed.de> wrote:
> Gundala Viswanath <gundalav <at> gmail.com> writes:
>
>> For exa...
2009 Jan 17
2
Confidence Interval
...le with the following question...
Generate 100 standard normal N(0,1) samples of size 100, X1(k),...,X100(k)
where k=1,...,100 (The k is and indicie in brackets)
Calculate the sample mean for each sample.
For each sample mean Xbark the 0.95-confidence interval for the mean mew=0
is given by...
Ik= ( Xbark plus or minus 1.96/10)
Find the number of intervals such that 0 does not belong to Ik. How many of
them do you expect to see?
Well so far I have come up with...
N<-100; Nsamp<-100
A<-matrix(rnorm(N*Nsamp,0,1),ncol=Nsamp)
means<-apply(A,2,mean)
However I have no idea what I...
2003 Mar 13
1
BUG: read: Invalid argument
...n2k box (cygwin, rsync version 2.5.5). This
setup/command had previously worked for a bit (cygwin at rsync version
2.4.6 AFAICR), but yesterday it hung, so, finding some mail-list entries
about that, I upgraded cygwin, and now I get this:
C:\>c:\cygwin\bin\rsync.exe -vvvvvv -essh -ac --delete ik@boat:/usr/local/cvs /cvs-bup/rsync
cmd=ssh machine=boat user=ik path=/usr/local/cvs
cmd=ssh -l ik boat rsync --server --sender -vvvvvvlogDtprc --delete . /usr/local/cvs
opening connection using ssh -l ik boat rsync --server --sender -vvvvvvlogDtprc --delete . /usr/local/cvs
read: Invalid argument
r...
2009 Mar 06
2
How to apply a function to slices of multidimensional arrays, and not just iterating through single elements
Hello,
If I want to apply some f(x) to such chunks of the the array
dim(A)==c(d1,d2,d3,..,dk,...,dn) which are defined by A[...,ik,...]
(ik belongs to {1,..,dk}), for now I use iteration via 'for (i in
dim(A)[k]) f(A[...,k,...])' . Is there any more elegant approach, e.g
like in 'apply' function which you can use on margin of the array.
Just in my case I want the entire slice defined by margin to be an
argument...
2008 Jul 02
3
attachment in mail
How to do the attachment in mail like the yahoo and gmail does?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscr...
2007 Aug 29
0
a faster and shorter way to perform calculations?
This is a continuation from a previous posting of mine:
The following algorithm below is what I want to accomplish:
Z(xk) = Average(Yi, i belongs to Ik), where Ik contains all i such that for
each j, |Xi,j - xkj?? 2. Here, j = 1, 2 and i corresponds to the elements
in each X and/or xk
>data
x1 x2 y
1 1 2
2 2 6
3 3 12
Now, consider a second data frame or matrix (xk):
xk1 xk2
0.5 0.5
1.0 0.5
1.5 0.5
2.0 0...
2004 Nov 09
1
gdist and gower distance
Dear All,
I would like to ask clarifications on the gower distnce matrix calculated by the function gdistin the library mvpart.
Here is a dummy example:
> library(mvpart)
Loading required package: survival
Loading required package: splines
mvpart package loaded: extends rpart to include
multivariate and distanc...
2008 Apr 07
3
list of epel packages
Hi!
I know it has been solved many times, but how will i get a list of all
installed packages from EPEL repository? I know for rpmforge it is rpm -qa
package=*rf* .
Thanks!
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080407/68f7c09a/attachment-0001.html>
2015 Mar 30
0
Bind9 Flat to Bind9 DLZ
Hi Vikas,
> yes i realized that there is something wrong with BIND9_FLATFILE while
> encountering with samba_upgradedns -h which doesn't show BIND9_FLATFILE
>
> Any help on*drs repl* not working i think it is pointing to wrong FQDN
> how do i correct that ?
>> >/ Not able...
2005 Apr 27
0
Fitting a kind of Proportional Odds Modell using nlme, polr, lrm or ordgee
...tudy. This
means that the cut-off points associated with the distribution of the
underlying latent variable for determining the response category are
allowed to vary from study to study but are the same for both treatment
groups within a study.
It is given by
log(Q_{ijk}/(1-Q_{ijk}) = \alpha_{ik} + \beta*x_{ij} (k=1,...,m-1)
This model can be considered as arising from a latent continuos variable
. Assume that the response of the j-th subject in study i is truly equal
to G_{ij} although this latent reponse will never be observerd.
G_{ij} has a logistic distribution with:
Q_{ijk} = P(G...