Displaying 11 results from an estimated 11 matches for "bih".
Did you mean:
big
2003 Sep 17
5
using matrix data for function
Hi All,
I have a function, f(x,y)
I have a matrix of data, m, with the 1st column is x and the 2nd column is y
What's the best way to get f(x,y) for each row of the matrix?
I tried
result<-f(m[,1],m[,2]) but it doesn't work.
Thanks!
Bing
---------------------------------
1060 Commerce Park
Oak Ridge National Laboratory
P.O. Box 2008, MS 6480
Oak Ridge, TN 37831-6480
Phone:
2001 Feb 01
1
minor psy.c modifications
...float *thresh,float *off){
long radix[BINCOUNT];
long median=LASTBIN;
long i,lo=0,hi=0,countabove=0,countbelow=0;
const float negMul= -((float)BNM_RES);
const float negDiv= 1.f/negMul;
memset(radix,0,sizeof(radix));
for(i=0;i<n;i++){
{
// find new lo/hi
const float bih=b[i]+hiwidth;
for(;hi<n && ((hi<i+himin) || (b[hi]<=bih));hi++){
int bin=BIN(f[hi]);
if(bin>LASTBIN)
bin=LASTBIN;
if(bin<0)
bin=0;
if(bin<median)
countabove++;
else
countbelow++;
radix[bin]++;
}
}
{
const float bil=b...
2024 Apr 16
1
Status of LDAPS port 636 with Winbind idmap backend ad in 2024?
Am 15.04.24 um 21:14 schrieb Ralph Boehme:
> On 4/15/24 10:02, Kuhring, Mathias via samba wrote:
>> Is this still the case?
> thankfully implementing channel bindings has recently been funded by one of our customers, so LDAPis soon coming (back) to Samba.
>
> https://gitlab.com/samba-team/samba/-/merge_requests/3516
>
> Iirc it will also be available to idmap_ad, but
2006 Dec 07
0
Problem compiling latest Wine release
Hi all,
I'm trying to compile the latest release of Wine on OSX 10.4.8 and get the
following error:
cards.rc:251:2: Error: Invalid bitmap format, bih->biSize = 4653056
make[2]: *** [cards.res] Error 1
make[2]: Leaving directory
`/Users/sydbarrett74/Desktop/wine-0.9.26/dlls/cards'
make[1]: *** [cards] Error 2
make[1]: Leaving directory `/Users/sydbarrett74/Desktop/wine-0.9.26/dlls'
make: *** [dlls] Error 2
2017 Jun 15
1
Re: virt-resize
On Thu, Jun 15, 2017 at 09:04:06AM +0000, JuanEsteban.Jimenez@mdc-berlin.de wrote:
[...]
> This is my starting point. I am using your instructions as posted
> here: http://libguestfs.org/virt-resize.1.html
>
> # virt-filesystems --long -h --all -a img-1.qcow2
> Name Type VFS Label MBR Size Parent
> /dev/sda1 filesystem xfs - - 500M -
2013 Apr 12
0
Wine release 1.5.28
...nez (1):
gdiplus: Fix returned rect in GdiGetRegionBoundsI.
Victor Martinez Calvo (3):
msxml3: Fix SafeArrayGetUBond check in BindStatusCallback_create.
msvcrt: Fix copy-pasta typos LOCALE_SSHORTDATE->LOCALE_SLONGDATE in _create_locale.
windowscodecs: Don't overwrite bih.bV5AlphaMask and set the LCS_DEVICE_RGB flag in bih.bV5CSType.
?ukasz Wojni?owicz (1):
po: Update Polish translation.
--
Alexandre Julliard
julliard at winehq.org
2017 Sep 07
0
imapc bug (signal 6)
...:36 mproxy dovecot: imap(holtgrem)<eg9cDZpYLqCsEIAI>: imapc(exchange-imap.charite.de:993): Connected to 10.32.37.100:993 (local 141.42.206.11:58164)
Sep 7 16:12:41 mproxy dovecot: imap(holtgrem)<2ZkfDZpYKKCsEIAI>: Error: imapc: Remote server didn't send BODY[] for UID 1 in Calendar/BIH BCU (FETCH replied: FETCH completed.)
Sep 7 16:14:19 mproxy dovecot: imap(holtgrem)<2ZkfDZpYKKCsEIAI>: Error: imapc(exchange-imap.charite.de:993): Command '1321 APPEND "INBOX" (\Seen) "29-Aug-2017 11:36:49 +0200" {42176625}' failed with BAD: 1321 Command Argument...
2014 Jul 04
0
PDC with openldap
...as SAMBA4-PDC with openLdap-backend. All from SuSE Repos.
Works fine except joining a Windows-Client to the domain. This means also no shared-profiles.
I'm able to use the shares from the PDC on the windows-clients. User- and group-permissions are working.
smb.conf:
[global]
workgroup = BIH
name resolve order = bcast host lmhosts wins
dns forwarder = xxx.xxx.xxx.xxx
log file = /var/log/samba/log.%m
max log size = 50
debug level = 10
debug pid = Yes
bind interfaces only = yes
passdb backend = ldapsam:ldap://gen.hhi.hamburg.de
printing = cups
printcap name = cups
printcap cac...
2003 Sep 25
2
allShortestPath function in e1071 package
Hi All,
I am using the allShortestPath function based on Floyd's algorithm in e1071
package. It runs great when I have less than 5000 nodes. But when I tried to
work on more than 5000 nodes, I ran into memory problem. The problem I really
want to solve has 10000-15000 nodes.
Does anybody know how to deal with this problem? Are there any other packages
in R that can handle this problem?
2003 Aug 12
4
print points from a huge matrix
Hi All,
I have a 8000*8000 matrix and I want to print out a file with the row name,
column name and the value for those point with values satisfying a condition.
I tried using a for loop, however, it took me forever to get the result. Is
there a fast way to do this? Thanks!
Bing
---------------------------------
1060 Commerce Park
Oak Ridge National Laboratory
P.O. Box 2008, MS 6480
Oak
2024 Apr 15
1
Status of LDAPS port 636 with Winbind idmap backend ad in 2024?
Dear Samba community,
We run two Samba server in a CTDB cluster in a small group withing a bigger company.
We use Winbind to authenicate and authorize against a company-wide active directory
(using `security = ads` and `idmap config OURDOMAIN : backend = ad`, resp., among others).
So, if I understand this correctly authentication is done via Kerberos and authorization via LDAP.
Unfortunately (but