search for: thare

Displaying 13 results from an estimated 13 matches for "thare".

Did you mean: share
2012 Oct 07
2
[OT] How do I convert maildir to bsmtp format?
...on to the recipient. Squirrelmail sends the message as you would receive it as stored in maildir format. I need to take this format and translate it to send it on to the user. Wondering what is the best way to do that. Something that translated it into bsmtp format would be great. I'm sure thare must be something out there. I just haven't found it yet. Thanks in advance.
2017 Feb 10
1
dovecot config for 1500 simultaneous connection
...ctions > > [root at ns1 domains]# doveadm who |grep imap |wc -l > username # proto (pids) (ips) > 631 > [root at ns1 domains]# doveadm who |grep pop3 |wc -l > username # proto (pids) (ips) > 233 Thare are user counts, not connections. Ae a user can launch multiple IMAP connections, and if they have some MaxOSX reader, that can peak to several dozens during searches. This counts connections doveadm who | awk '/imap/{m+=$2}/pop3/{n+=$2}END{print m,n}' Or you can parse the output of n...
2009 Apr 04
0
[LLVMdev] Porting a VM to LLVM
...my company. The VM JIT compiles a simple bytecode and executes it. It works quite well, better then some well know VMs. My idea now is to try to migrate the VM to LLVM to see if I can gain something in terms of speed and extensibility. I'm totally new to LLVM, but as far as I understood thare might be two ways to add LLVM to my project: - generate IR from my complier; - build a VM that converts at runtime my bytecode to IR and executes it; I largely prefer the second option because it would be great if I can continue to use to old programs without having to recompile them. Which...
2002 Mar 19
1
pdf page limit
I KNEW I shouldn't trust my memory; the pdf() help page documents a page limit of 500; I don't seem to be exceeding this, however. R. Woodrow Setzer, Jr. Phone: (919) 541-0128 Experimental Toxicology Division Fax: (919) 541-5394 Pharmacokinetics Branch NHEERL MD-74; US EPA; RTP, NC 27711
2003 Apr 07
3
Scalar vs. vector
Do these statements yield identical types of objects? x = 3 and y = c(3) That is, intrinsically, is x, like y, a vector of length one, but created with abbreviated syntax? More simply: Are scalars really trivial vectors? Thanks. -chris
2001 Mar 19
2
About another r-script input method for Rterm of RWin
Hello. I try to create stat sever by IIS 4.0 + ASP + VBScript with R for Win on NT Sever 4.0 SP6a. However VBScript denied redirection input of R script. Do Rwin developers have a plan to add a following function by adding an argument of command line? rterm --script 'r script path & file name' -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jun 03
1
Re: LARTC Digest, Vol 4, Issue 9
...to know if a router is doing it''s job, than you send an ICMP echo request to a host on the other side of the router. ME ----> ROUTER -----> testing host well, I want the same thing but on an inferior layer, on a switch. ME -----> SWITCH ----> testing device I want to know if thare can be such thing as a "testing device". I thought of an ethernet card, that i plug in the switch, power the card up, and then somehot arping the card, from witch I know the MAC. ... but i don''t think it works just like that :(. Hope I was specific enough this time .... Tha...
1998 Nov 25
2
How to stop access to a share in the samba server?
Hi I am mouving from PC-NFS to SAMBA and thare are some thinks that I would like to see in SAMBA. In NFS, when I do not want a share to be accessible, I just use the command: unshare /shared/directory This make the /shared/directory imediataly not accessible. Even by some one already using it! I?m using SAMBA 1.9.18p10 in a SUN Solaris 2.5 a...
2009 Jan 14
3
Partial sort?
This is definitely a newbie question but from the documentation I have not been able to figure out what the partial sort option on the sort method does. I have read and re-read the documentation and looked at the examples but for some reason it doesn't register. Would someone attempt to explain what sort with a non-null partial array of indices does? Thank you. Kevin
2009 Apr 04
4
[LLVMdev] Suggestion for VM porting to LLVM
...my company. The VM JIT compiles a simple bytecode and executes it. It works quite well, better then some well know VMs. My idea now is to try to migrate the VM to LLVM to see if I can gain something in terms of speed and extensibility. I'm totally new to LLVM, but as far as I understood thare might be two ways to add LLVM to my project: - generate IR from my complier; - build a VM that converts at runtime my bytecode to IR and executes it; I largely prefer the second option because it would be great if I can continue to use to old programs without having to recompile them. Which...
2003 May 06
5
xyplot (lattice), strip.default
Dear r-help, I've got data of the following structure 1979 93.428747 0 1979 87.298608 20 1979 78.506340 40 ... 1979 45.567890 340 1980 60.815289 0 1980 49.630904 20 1980 24.981362 40 ... The first column is year and the last one is the longitude. I need a set of graphs showing the dependence of the middle value on the longitude, for each year, situated one blow the other.
2017 Jan 09
2
multiple shared/mail format namespaces
..._mail=mdbox:/var/mail2/nmm userdb_home=/var/mail2/nmm passwd-file local-maildir: msl:{SHA256}<cut>:::msl:/var/mail/msl::userdb_mail=maildir:/var/mail/msl userdb_home=/var/mail/msl Both of the accounts have some mails/subfolders, nmm is sharing some of its contents to msl. doveconf -n (note thare are some leftovers from old configuration - particularly weird last/first uids and mail_uid using dovecot user - but those are not relevant to the issue): # 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf # OS: Linux 4.8.13-1-ARCH x86_64 ext4 auth_debug = yes auth_mechanisms = plain login disable_pl...
2017 Jan 02
2
multiple shared/mail format namespaces
Hi, Are configurations (with separate formats per namespace) - such as ... namespace { type = shared list = children inbox = no separator = / subscriptions = no prefix = shared1/%%n/ location = maildir:/var/mail1/%%n/ } namespace { type = shared list = children inbox = no separator = / subscriptions = no prefix = shared2/%%n/ location =