Displaying 7 results from an estimated 7 matches for "k1g".
Did you mean:
1g
2013 Feb 07
0
Help R.matlab
...\AppData\Local\Temp\RtmpqqP3O8\file129c25a537b7.mat"
Received cmd: 1
"eval" string: "
Tr = TrA(INF,:).* IHo;
Susc = SHo * Sc;
myKS = ones(N,1);
myKS(find(moveBan > 0),1) = KernelShrinkage;
myKS = gpuArray(myKS);
dMG = gpuArray(dM(:,INF));
K1G = exp(-kparShort*(dMG));
K1G = bsxfun(@times, myKS,K1G);
K2G = exp(-kparLong*(dMG));
K2G = bsxfun(@times, myKS,K2G);
FoIG=Susc.*((K1G*(Tr(:,1)+Tr(:,2)+Tr(:,3))) + (K2G*Tr(:,4)));
ProbI = 1-exp(-FoIG);
res = gather(ProbI);
"
Sent byte: 0
Received cmd: 1
&quo...
2016 Jul 27
3
frustrations with shares
...ng EmmyR Award
+ 1 613 667 2439 ext 114
1 877 327 9387 NA toll-free
1 613 986 4896 mobile
<http://www.filecatalyst.com> www.filecatalyst.com
1725 St. Laurent Blvd, #205
Ottawa, On
K1G 3V4
2016 Aug 02
3
frustrations with shares
...> NA toll-free
>
> 1 613 986 4896 <tel:1%20613%20986%204896>
> mobile
>
>
>
> <http://www.filecatalyst.com> www.filecatalyst.com
> <http://www.filecatalyst.com>
>
> 1725 St. Laurent Blvd, #205
>
> Ottawa, On
>
> K1G 3V4
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
>
>
>
>
>
>
> --
>
> David Bear
>
> mobile: (602) 903-6476
>
>
>
> --...
2016 Jul 31
0
frustrations with shares
...3 667 2439 ext 114
>
> 1 877 327 9387 NA toll-free
>
> 1 613 986 4896 mobile
>
>
>
> <http://www.filecatalyst.com> www.filecatalyst.com
>
> 1725 St. Laurent Blvd, #205
>
> Ottawa, On
>
> K1G 3V4
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
--
David Bear
mobile: (602) 903-6476
2006 May 19
3
Visio
Anyone know of an Open Source software comparable to Microsoft Visio?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060519/f4bce834/attachment-0002.html>
2016 Aug 04
0
frustrations with shares
...> mobile
> >>
> >>
> >>
> >> <http://www.filecatalyst.com> www.filecatalyst.com
> >> <http://www.filecatalyst.com>
> >>
> >> 1725 St. Laurent Blvd, #205
> >>
> >> Ottawa, On
> >>
> >> K1G 3V4
> >>
> >>
> >>
> >> --
> >> To unsubscribe from this list go to the following URL and read the
> >> instructions: https://lists.samba.org/mailman/options/samba
> >>
> >>
> >>
> >>
> >>
> >&...
2006 May 23
4
iptables rules
Hi,
I have 2 CentOS servers 82.201.195.123 & 62.139.61.84
I want to deny all ssh logins on port 22 on (62.139.61.84) from any host
except from (82.201.195.123)
Can anybody tell me such iptables rules to write in /etc/sysconfig/iptables
Currently, im using the following rules (on 62.139.61.84)
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT -