search for: eeee

Displaying 20 results from an estimated 36 matches for "eeee".

Did you mean: ieee
2011 Jun 13
3
combine the data frames into comma separated list.
...ta frames each with two fields. Field 1 is common among data frames but may have different entries. Field 2 is different. Data frame 1: Src Target1 1 aaa 1 bbb 1 ccc 2 aaa 3 ddd Data frame 2: Src Target2 2 aaaa 3 dddd 4 bbbb 4 eeee 4 ffff Data frame 3: Src Target3 1 xx 3 yy 5 zz 6 tt 6 uu And so on... I want to convert this into a data frame something similar to: Src Target1 target2 target3 1 aaa,bbb,ccc -...
2020 Oct 29
2
dovecot quota-warning detection mail
...------------------------------ --------------------- root:*::::/root:: aaaa:{CRAM-MD5}b09a26aedaddd0e66901eb4bc146b81930aac8be0dac96d1c83bb652fd4f7 451::::/var/home/xxx/aaaa:: bbbb-ccc-ddd:{CRAM-MD5}b09a15aedaddd0e55901eb4bc146b81930aac8be0dac96d1c83bb 652fd4f7451::::/home/vhosts/ddd/bbbb-ccc-ddd:: eeee-fff-ggg:{CRAM-MD5}f4c336c68f063d1bbc2a1e32ae32bc9c978d0d2565eae42b4485d 50370d157cd::::/home/vhosts/ggg/eeee-fff-ggg:: hhhh-iii-jjj:{CRAM-MD5}78b337b326d57d564454d8019ed22b5d5cd181437aff77988e2c3 a12ec2d8490::::/home/vhosts/jjj/hhhh-iii-jjj:: : : ------------------------------------------------...
2020 Oct 29
0
dovecot quota-warning detection mail
...--------------------- > root:*::::/root:: > aaaa:{CRAM-MD5}b09a26aedaddd0e66901eb4bc146b81930aac8be0dac96d1c83bb652fd4f7 > 451::::/var/home/xxx/aaaa:: > bbbb-ccc-ddd:{CRAM-MD5}b09a15aedaddd0e55901eb4bc146b81930aac8be0dac96d1c83bb > 652fd4f7451::::/home/vhosts/ddd/bbbb-ccc-ddd:: > eeee-fff-ggg:{CRAM-MD5}f4c336c68f063d1bbc2a1e32ae32bc9c978d0d2565eae42b4485d > 50370d157cd::::/home/vhosts/ggg/eeee-fff-ggg:: > hhhh-iii-jjj:{CRAM-MD5}78b337b326d57d564454d8019ed22b5d5cd181437aff77988e2c3 > a12ec2d8490::::/home/vhosts/jjj/hhhh-iii-jjj:: > : > : > ------------------...
2020 Oct 29
2
dovecot quota-warning detection mail
Gedalya-san Thank you for the information. It seems to be difficult... morikawa -----Original Message----- From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Gedalya Sent: Thursday, October 29, 2020 1:17 PM To: dovecot at dovecot.org Subject: Re: dovecot quota-warning detection mail Aha. Then it's not a straightforward case of just adding the domain name to the same
2006 Apr 28
5
Ferret failing to rebuild_index - occasionally unable to del
...follows to ensure the index is reset for each test: def setup Item.rebuild_index end This works fine for the initial few tests but then suddenly fails for the last few tests when it seems to be failing to delete a file. Loaded suite E:/rails/thatsprogress/test/unit/item_test Started ........EEEE Finished in 8.922 seconds. 1) Error: test_search_for_count(ItemTest): Errno::EACCES: Permission denied - E:/rails/thatsprogress/config/../index/test/Item/_j.cfs .... Full trace included later. It consistantly does it at this point, and looks like something is stopping _j.cfs from being delet...
2011 Jun 14
1
[Resolved] combine the data frames into comma separated list.
...the code that worked for me. dataframe1 = data.frame(cbind(Src = c(1,1,1,2,3), Target1 = c('aaa','bbb','ccc','aaa','ddd'))); #must be data frame dataframe2 = data.frame(cbind(Src = c(2,3,4,4,4), Target2 = c('aaaa','dddd','bbbb','eeee','ffff'))); dataframe3 = data.frame(cbind(Src = c(1,3,5,6,6), Target3 = c('xx','yy','zz','tt','uu'))); dataframe4 = data.frame(cbind(Src = c(3,5,'y','z','z'), Target4 = c('xx','yy','zz','tt',...
2020 Sep 01
2
using %d as a variable in the ldap search base
...to use the > method where a single account has access to the user credentials. > (Advantage of this method, you can limit ldap lookups eg do not have to > do 2nd for the userdb) > > debug_level = 1 > uris = ldaps://ldap.local:8443 > dn = cn=aaaa,cn=bbbbb,ou=ccccc,dc=dddd,dc=eeee,dc=local > dnpass = xxxx > base = ou=asdfadsfa,ou=hhhh,ou=ggg,dc=fffff,dc=eeee,dc=local > scope = subtree > > user_filter = (&(objectClass=posixAccount)(uid=%u) > pass_attrs = > uid=user,userPassword=password,host=host,homeDirectory=userdb_home,uidNu > mber=userdb_uid,...
2008 Mar 19
1
Multiple sites, same extension
Finally got my Cisco Call Manager link going; what it turned out to be was having the same extension on the Asterisk system and on the Call Manager side of things. Changing the extension on one side fixed it. Which brings me to... I need to have the same extensions on two sites. So if I use an 8bbbeeee dialing plan (8, then bbb location, then eeee extension), site 1 might dial: 8-099-2000 Site 2 might dial: 8-101-2000 A 2000 extension exists on both sides, however Asterisk doesn't seem to like it and drops the call before it even hits the logging facility and send a busy signal back to the...
2009 May 12
1
Running rake test:units yields DEPRECIATION WARNING: Disabling sessions for a single controller...
...hem, consider them off. You can still modify the session cookie options with request.session_options.. (called from C:/Users/Wayne/ Documents/Aptana Studio/chores/app/controllers/ application_controller.rb:10) Loaded suite C:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake/ rake_test_loader Started EEEE.....EEEEEEEE.EEEEEEE Finished in 2.086 seconds. What am I doing that has been deprecated? How do I fix? Thanks, Wayne
2009 Aug 31
2
UPS::Nut PERL module is rewritten
...can get from my debian repository. package name is libups-nut-perl. Add this to your APT sources: deb http://debian6.ki.iif.hu/ lenny contrib deb-src http://debian6.ki.iif.hu/ lenny contrib Or simply download http://debian6.ki.iif.hu/pool/contrib/libu/libups-nut-perl/libups-nut-perl_1.5_all.deb (Eeee... I forgot to say: it is accessible with IPv6 only. Sorry. Please do not complain about this.) Any (other) feedback is welcome. Gabor
2020 Aug 31
2
using %d as a variable in the ldap search base
Hi, I'm trying to configure dovecot to use LDAP authentication directly, and I'm having a bit of trouble. I have a somewhat unusual setup, in that I have an LDAP directory that has 3 OUs each of which have their own set of users, some of which overlap. As I was trying to figure things out, I was setting the search base in my /etc/dovecot/dovecot-ldap.conf.ext file which is referenced
2006 Apr 28
0
Ferret failing to rebuild_index - occasionally unable to delete a file (_j.cfs)
...follows to ensure the index is reset for each test: def setup Item.rebuild_index end This works fine for the initial few tests but then suddenly fails for the last few tests when it seems to be failing to delete a file. Loaded suite E:/rails/thatsprogress/test/unit/item_test Started ........EEEE Finished in 8.922 seconds. 1) Error: test_search_for_count(ItemTest): Errno::EACCES: Permission denied - E:/rails/thatsprogress/config/../index/test/Item/_j.cfs .... Full trace included later. It consistantly does it at this point, and looks like something is stopping _j.cfs from being dele...
2020 Nov 21
0
Cannot delete (empty) folder from Mac client
...drwxrwx--- 2 root domain_users 512 Nov 19 10:51 mydir.doc > # ls -l /shares/myshare/mydir.doc > total 0 (Notice no ACLs are set) On the client: > $ ls -le /Volumes/ > drwx------+ 1 user2 XXXXXXXX\Domain Users 16384 Nov 19 15:10 myshare > 0: AAAABBBB-CCCC-DDDD-EEEE-FFFF82000000 allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown > 1: group:XXXXXXXX\Domain Users allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,...
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; ieee[3]...
2020 Aug 31
0
using %d as a variable in the ldap search base
...enticating against ldap. I decided to use the method where a single account has access to the user credentials. (Advantage of this method, you can limit ldap lookups eg do not have to do 2nd for the userdb) debug_level = 1 uris = ldaps://ldap.local:8443 dn = cn=aaaa,cn=bbbbb,ou=ccccc,dc=dddd,dc=eeee,dc=local dnpass = xxxx base = ou=asdfadsfa,ou=hhhh,ou=ggg,dc=fffff,dc=eeee,dc=local scope = subtree user_filter = (&(objectClass=posixAccount)(uid=%u) pass_attrs = uid=user,userPassword=password,host=host,homeDirectory=userdb_home,uidNu mber=userdb_uid,gidNumber=userdb_gid However I did not...
2020 Sep 01
0
using %d as a variable in the ldap search base
...to use the > method where a single account has access to the user credentials. > (Advantage of this method, you can limit ldap lookups eg do not have > to do 2nd for the userdb) > > debug_level = 1 > uris = ldaps://ldap.local:8443 > dn = cn=aaaa,cn=bbbbb,ou=ccccc,dc=dddd,dc=eeee,dc=local > dnpass = xxxx > base = ou=asdfadsfa,ou=hhhh,ou=ggg,dc=fffff,dc=eeee,dc=local > scope = subtree > > user_filter = (&(objectClass=posixAccount)(uid=%u) > pass_attrs = > uid=user,userPassword=password,host=host,homeDirectory=userdb_home,uid > Nu > mber=userdb...
2006 Mar 09
0
PRI/T-1
...ver & Full T-1 Albany, OR 97322 541-926-aaaa Main Office Number Physical Line#1 541-926-bbbb 2nd Office Number Physical Line#2 541-926-cccc Fax Number Physical Line#3 888-546-aaaa Toll Free terminates to 541-926-aaaa 503-362-dddd Salem, OR remote call forward to 541-926-aaaa 503-363-eeee Salem, OR remote call forward to 541-926-aaa 503-972-ffff Portland, OR remote call forward to 541-926-aaa 541-345-gggg Eugene, OR remote call forward to 541-926-aaa Albany, OR 2nd Business in Main Office Building 541-926-hhhh Main office number Physical Line#4 800-767-hhhh Toll Free terminates t...
2010 Jul 13
0
Unknown Method key? error in Rails 2.3.8 Unit testing
I was writing unit tests for my models for a while. After that I was tweaking around and again continued writing unit tests. Earlier all my unit tests were working - successfully. But now WHen I run them, it gives me Loaded suite unit/post_test Started EEEE Finished in 0.112698 seconds. 1) Error: test_presence_of_body(PostTest): NoMethodError: undefined method `key?'' for #<String:0x103519a88> 2) Error: test_presence_of_body_and_title(PostTest): NoMethodError: undefined method `key?'' for #<String:0x1034dd420> 3)...
2011 Aug 18
4
[RFC 0/0] Introducing a generic socket offload framework
...------------+ | Domain | Type | URI example conversion | | AF_INET | SOCK_STREAM | tcp://x.x.x.x:yyyy | | AF_INET | SOCK_DGRAM | udp://x.x.x.x:yyyy | | AF_INET6 | SOCK_STREAM | tcp6://aaaa:b:cccc:d:eeee:ffff:gggg:hhhh/ii | | AF_INET6 | SOCK_DGRAM | udp6://aaaa:b:cccc:d:eeee:ffff:gggg:hhhh/ii | | AF_IPX | SOCK_DGRAM | ipx://xxxxxxxx.yyyyyyyyyy.zzzz | +-----------------------------------------------------------------------------+ In order for the socket coprocessor to t...
2011 Aug 18
4
[RFC 0/0] Introducing a generic socket offload framework
...------------+ | Domain | Type | URI example conversion | | AF_INET | SOCK_STREAM | tcp://x.x.x.x:yyyy | | AF_INET | SOCK_DGRAM | udp://x.x.x.x:yyyy | | AF_INET6 | SOCK_STREAM | tcp6://aaaa:b:cccc:d:eeee:ffff:gggg:hhhh/ii | | AF_INET6 | SOCK_DGRAM | udp6://aaaa:b:cccc:d:eeee:ffff:gggg:hhhh/ii | | AF_IPX | SOCK_DGRAM | ipx://xxxxxxxx.yyyyyyyyyy.zzzz | +-----------------------------------------------------------------------------+ In order for the socket coprocessor to t...