Displaying 2 results from an estimated 2 matches for "emmm".
Did you mean:
emma
2011 Aug 10
1
Floats in Microsoft Basic format
...*/
/* s = sign bit */
/* b = bit */
sign = msbin[2] & 0x80; /* 1000|0000b */
/* IEEE Single Precision Float Format */
/* m3 m2 m1 exponent */
/* mmmm|mmmm mmmm|mmmm emmm|mmmm seee|eeee */
/* s = sign bit */
/* e = exponent bit */
/* m = mantissa bit */
for (i=0; i<4; i++) ieee[i] = 0;
/* any msbin w/ exponent of zero = zero */
if (msbin[3] == 0) return 0;...
2007 Mar 11
1
samba+Ldap+smbldap-tools
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
I have aproblem with the smbldap-tools...when I try to change the
passwd fron a user in win...I get the error "....", and I know that the
script of smbldap-tools fails when try to execute the next line:
# non-root user
if (!defined($oldpass)) {
# prompt for current password
system "stty -echo";
print "(current)