search for: level1

Displaying 20 results from an estimated 66 matches for "level1".

Did you mean: level
2011 Dec 23
2
2.1.rc1 (056934abd2ef): virtual plugin mailbox search pattern
...be something wrong with virtual plugin mailbox search patterns. I'm using a virtual mailbox 'unread' with the following dovecot-virtual file $ cat dovecot-virtual * unseen For testing propose I created the following folders with each containing one unread message INBOX, INBOX/level1 and INBOX/level1/level2 2.1.rc1 (056934abd2ef) 1 LIST "" "*" * LIST (\HasChildren) "/" "INBOX" * LIST (\HasChildren) "/" "INBOX/level1" * LIST (\HasNoChildren) "/" "INBOX/level1/level2" * LIST (\HasChildren) "/&q...
1999 Apr 16
1
NextMethod
...brary I realized that many of my old summary methods actually print things instead of returning an object for a print method. Some of these use NextMethod, and I've always been even more confused by NextMethod than by UseMethod. Is the following a good model of how this should be done: summary.level1.level2 <- function(object) { r <- list("level2 before") r <- append(r,NextMethod("summary")) r <- append(r,"level2 after") class(r) <- "summary.level1.level2" r } print.summary.level1.level2 <- function(x) { cat(x[[1]]) print(x[...
2011 Jan 19
3
lme-post hoc
Hi all, I analysed my data with lme and after that I spent a lot of time for mean separation of treatments (post hoc). But still I couldn’t make through it. This is my data set and R scripts I tried. replication fertilizer variety plot height 1 level1 var1 1504 52 1 level1 var3 1506 59 1 level1 var4 1509 54 1 level1 var2 1510 48 2 level1 var1 2604 47 2 level1 var4 2606 51 2 level1 var3 2607 55 2 level1 var2 2609 44 3 level1 var2 3401 46 3 level1 var3 3402 64 3 level1 var4 3403 64 3 level1 var1 3404 50 1 level2 var3 1601 59 1 level2...
2007 Jan 24
4
Replace missing values in lapply
I have some matrices stored as elements in a list that I am working with. On example is provided below as TP[[18]] > TP[[18]] level2 level1 1 2 3 4 1 79 0 0 0 2 0 0 0 0 3 0 0 0 0 4 0 0 0 0 Now, using prop.table on this gives > prop.table(TP[[18]],1) level2 level1 1 2 3 4 1 1 0 0 0 2 3 4 It is important for the ze...
2007 Nov 28
2
Change in smbclient between 3.0.24 and 3.0.25c breaks third party app
Hello list, A change in smbclient between 3.0.24 and 3.0.25c breaks [1] the gollem filemanager [2] and maybe others. In particular folder creation is broken unless the folder is a top level folder on the share. To create a subfolder "level2" in the folder /level1 of a share gollem executes this command: /usr/bin/smbclient "//1.2.3.4/sharename" "-p139" "-Uusername" -D "/level1" -I 1.2.3.4 -c "mkdir \"level2\";" With samba-3.0.24 and lower this creates the folder /level1/level2 as expected. With...
2008 Aug 18
3
Samba 3.0.x access rights issue with secondary groups or Unix rights
...04 S-1-5-21-2269603188-533060101-51835291-1642 /usr/local/samba/bin/wbinfo -Y S-1-5-21-2269603188-533060101-51835291-1642 10004 /usr/local/samba/bin/wbinfo -R 10004 winbind_lookup_rids failed Could not lookup RIDs 10004 ************ Review of the access rights ************ ls -al /samba/data/level1/level2/level3/level4 drwxrwsr-x+ 19 myadmin grp2 512 Aug 15 11:18 . drwxr-x--- 9 myadmin grp1 512 Aug 12 16:06 .. drwxrws---+ 3 myadmin grp2 512 Jun 27 10:58 general -rwxr-----+ 1 jdoe grp2 0 Aug 15 11:18 New Text Document from Windows.txt -rwxrw---- 1 jdoe grp2...
2006 Oct 18
2
multiline string continuation
...olution to the command line continuation in the non-string situation (just continute at the new line). However, that doesn't work for strings because the new line character, "\n", is included in the resultant string. For example, if I type the following in a script: datadir=" X:/level1/level2 /level3/level4/ level5/level6" after executing the script, string variable "datadir" becomes "X:/level1/level2\n/level3/level4/\nlevel5/level6" Someone has suggested to use "paste()" for putting pieces of strings together, but I would like to see if ther...
2013 Jan 26
0
[LLVMdev] Closures, newbie question
...upvalues must take an extra parameter pointing to the imported stack frame. - any call to a function which imports upvalues must pass in the stack frame in the call. And of course it all has to be recursive, because you may need to pass said stack frame through another function. e.g.: function level1() /* exports i, imports nothing */ { var i = 0; function level2() /* exports i, imports i */ { function level3() /* exports i & j, imports i */ { var j = 0; function level4() /* exports nothing, imports i & j */ { return i + j; } level4()...
2013 Jan 26
2
[LLVMdev] Closures, newbie question
So I read the Kaleidoscope tutorial, big thanks to Chris Latter. Good pace, still excellent coverage. Just at the end it mentions closures and I was wondering how those are done in llvm. The link was to wikipedia, and i do know what closures/blocks/continuations are, (i think) but maybe someone could point me to where to read about how to do them in llvm. Thanks Torsten
2005 Mar 03
3
Mounting directories below share level
...archives, it seems that smbfs can only mount shares, and not directories under the share i.e. smbmount //host/share /mnt works smbmount //host/share/directory /mnt doesn't work Our W2K3 server has user home directories in a tree where there are no user rights to the next node up the tree (level1), which is the directory on the share, i.e. //host/share/level1/user_home_directories We need to directly mount //host/share/level1/user_home_directory on Linux clients, as we can do on 2000/XP clients. Will linux_cifs give me that possibility? Thanks John Landamore School of Mathematics...
2006 Aug 09
1
Improvement: SiteMapper - working ideas as a possible RoR''s routing replacement
...iteMapper. 4. Moreover you can determine languages from url. 5. You can dump it instead of caching generated ruby code. 6. The class is only 8,3KB with comments. A real example: --------------- mapper = SiteMapper.new # firstly define the map and site structure... mapper.add( :gallery ) do |level1| level1.add( :mammals ) do |level2| level2.route( ''gallery/mammals'', :controller=>''gallery'', :type=>''mammals'' ) level1.add( :insect ) do |level2| level2.route( ''gallery/insect'', :controll...
2009 Feb 05
3
subset problem (reducing from six to two levels)
...with subsetting my data set, but cannot figure out the solution: I want to subset a data set from six to two levels, so that all analyses are done only with these two remaining levels. I tried TOTAL<-read.delim('total.csv',header=T) SUBSET.OF.TOTAL<-subset(TOTAL, FactorX %in% c("Level1","Level2")) attach(SUBSET.OF.TOTAL) but R does not eliminate the remaining levels of FactorX, just assigns 'not available' to the data. Like this, the other levels still show up in plots etc., but without data entries. Anybody got a solution how to subset the data so that I...
2005 Jun 14
0
c(recursive=TRUE)
Hi R users, I am currently using c(...,recursive=TRUE) to handle list-structured objects. This allows to represent something like: > l1 = list(level1=1,level2=list(sub1=1,sub2=2)) as: > (l1names = names(c(l1,recursive=TRUE))) [1] "level1" "level2.sub1" "level2.sub2" Then, one can use: > (l1names = sapply(l1names,FUN=function(element) strsplit(element,"\\."))) $level1 [1] "level1" $le...
2009 May 11
1
Error in NLME (nonlinear mixed effects model)
Hi there, I have been trying to fit an NLME to my data. My dataset has two category levels - one is a fixed effect (level1) and one is a random effect (level2), though so far I have only experimented with the highest level grouping (fixed, level1), with the following code: mod1 <- nlme(H ~ a*(1-exp(-b*D^c)), data=sizes, fixed=a+b+c~factor(Loc), start=c(a=75,b=0.05,c=0.7)) This returns the error: Error in getGroups...
2010 Feb 08
1
files-from and delete option?
Hi Guys, is there a way to have a absolute file paths in a file - and use --files-from together with --delete option? what i mean is - lets say i have a daily generated file a.txt from an external script which contains something like this: /level1/level2/level/.../.../leveln/file.txt can i ask rsync to copy all files from that kind - /level1/level2/level/.../.../leveln/file.txt which my file a.txt contains and --delete all others which are not in the file but were copied on destination in past? or should i go for one more bash script and ca...
2009 Jul 17
1
Samba Permissions
...etter assigned to the top of the directory. Underneath that directory there will be several others and then others underneath each one of those. I assume each directory inherits the top share though, is that correct? For example, if I have the following. MAIN (unix permissions rwxr-xr-x) --DIR1_LEVEL1 (unix permissions rwxr-xr-x) ----DIR1_LEVEL2 (unix permissions rwxrwxrwx) --DIR2-LEVEL1 (unix permissions rwxr-xr-x) [main] path = /MAIN I then map T: to the MAIN share. Here is how I would like this to work. Anyone in the TEACHER group can access either the DIR1_LEVEL1 or the DIR2_LEVEL2 and...
2007 May 21
3
Quota warning message ala courier
...m * or they're using POP with "leave mail on server" and will never notice their quota, unless it's too late * and once their quota is exceeded, their mails will bounce -- they'll never notice that, though. Thus I need a feature in dovecot that will tell them via email: Level1: "You ALMOST exceeded your quota, you're at 90% now" Level2: "You're very close to exceededin your quota, you're at 95% now" Level3: "Would you please clean up now? You're at 99% now" -- Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) pl...
2005 Oct 06
2
R/S-Plus equivalent to Genstat "predict": predictions over "averages" of covariates
...m each of his models obtained from using the Genstat "predict" function. For example, suppose we fit the model of the type glm.out <- glm( y ~ factor(F1) + factor(F2) + X1 + poly(X2,2) + poly(X3,2), family=...) Then he produces a table like this (made up, but similar): F1(level1) 12.2 F1(level2) 14.2 F1(level3) 15.3 F2(level1) 10.3 F2(level2) 9.1 X1=0 10.2 X1=0.5 10.4 X1=1 10.4 X1=1.5 10.5 X1=2 10.9 X1=2.5 11.9 X1=3 11.8 X2=0 12.0 X2=0.5 12.2 X2=1 12.5 X2=1.5 12.9 X2=2 13.0 X2=2.5 13.1 X2=3 13.5 Each of the numbers are a predicted mean. So when X1=0, on...
2001 Jan 18
0
Obtain Biotech IPOs! 93
...n.**</font></p> <p class="MsoNormal"><b><font size="2" face="Arial">Participation in eMedsecurities’ Beta Test allows you:</font></b></p> <ul> <li> <p class="MsoNormal" style="mso-list: l1 level1 lfo2; tab-stops: list .5in"><b><font size="2" face="Arial" color="#003399">Eligibility to purchase shares of IPOs in which eMedsecurities participates for as long as you maintain your account**</font></b></li> <li> <p cla...
2001 Jan 18
0
Obtain Biotech IPOs! 93
...n.**</font></p> <p class="MsoNormal"><b><font size="2" face="Arial">Participation in eMedsecurities’ Beta Test allows you:</font></b></p> <ul> <li> <p class="MsoNormal" style="mso-list: l1 level1 lfo2; tab-stops: list .5in"><b><font size="2" face="Arial" color="#003399">Eligibility to purchase shares of IPOs in which eMedsecurities participates for as long as you maintain your account**</font></b></li> <li> <p cla...