search for: somethingelse

Displaying 20 results from an estimated 67 matches for "somethingelse".

Did you mean: something_else
2019 Mar 20
2
[BUG?] Double quota calulation when special folder is present
...s the config), but I can't think of any way that this could be a config issue, esp when the pre-2.2.34 version works as expected. I noticed during troubleshooting that dovecot errors out if I try to create a subfolder called 'INBOX' but it'll happily create a subfolder called INBOX.SomethingElse (i.e. a folder called INBOX.INBOX.SomethingElse - resulting in a directory called .INBOX.SomethingElse on the filesystem, and leading to the problem described below). Is that sub-subfolder creation (where the top level subfolder matches the namespace name) supposed to be allowed? It seems odd that...
2009 Aug 25
3
Regular expression to define contents between parentheses
...elpers, I haven't been able to figure out of find a solution in the R-help archives about how to delete all the characters contained in groups of parenthesis. I have a vector that looks more or less like this: myvector<-c("something (80 km/h, sd) & more (6 kg/L,sd)", "somethingelse (48 m/s, sd) & moretoo (50g/L , sd)") I want to extract all the strings that are not contained in parenthesis, the goal would be to obtain the following new vector: subvector<-c("something & more", "somethingelse & moretoo") I tried the following, but this...
2019 Apr 10
2
[BUG?] Double quota calulation when special folder is present
...gt; that this could be a config issue, esp when the pre-2.2.34 version works >> as expected. >> >> I noticed during troubleshooting that dovecot errors out if I try to >> create a subfolder called >> 'INBOX' but it'll happily create a subfolder called INBOX.SomethingElse >> (i.e. a folder called >> INBOX.INBOX.SomethingElse - resulting in a directory called >> .INBOX.SomethingElse on the >> filesystem, and leading to the problem described below). Is that >> sub-subfolder creation (where >> the top level subfolder matches the name...
2019 Apr 04
0
[BUG?] Double quota calulation when special folder is present
...t think of any way > that this could be a config issue, esp when the pre-2.2.34 version works > as expected. > > I noticed during troubleshooting that dovecot errors out if I try to > create a subfolder called > 'INBOX' but it'll happily create a subfolder called INBOX.SomethingElse > (i.e. a folder called > INBOX.INBOX.SomethingElse - resulting in a directory called > .INBOX.SomethingElse on the > filesystem, and leading to the problem described below). Is that > sub-subfolder creation (where > the top level subfolder matches the namespace name) supposed to...
2013 Apr 15
6
how to transform string to "Camel Case"?
...quot; "HELLO WORLD" "SOMETHING ELSE" I saw the tocamel() function in 'rapport', but it doesn't do what I want to achieve as it actually proceeds to camelCase/CamelCase the strings: > tocamel(z) [1] "RProject" "helloWorld" "somethingElse" But how should I proceed to obtain Camel Case? Here's what I'd like to get: c('R Project', 'Hello World', 'Something Else') Regards, Liviu -- Do you know how to read? http://www.alienetworks.com/srtest.cfm http://goodies.xfce.org/projects/applications/xf...
2012 Apr 27
1
[LLVMdev] RE : RE : RE : Detect if a basicblock is part of a loop
It try to put all basicblock in a switch in a loop, like that for example: int main() { if(something) somethingelse: else another; } become: int main() { while(true) { switch(var) { case 0: if(something) var+=1; else: var+=2; break; case1: somethin...
2019 Aug 06
1
[BUG?] Double quota calulation when special folder is present
...t think of any way > that this could be a config issue, esp when the pre-2.2.34 version works > as expected. > > I noticed during troubleshooting that dovecot errors out if I try to > create a subfolder called > 'INBOX' but it'll happily create a subfolder called INBOX.SomethingElse > (i.e. a folder called > INBOX.INBOX.SomethingElse - resulting in a directory called > .INBOX.SomethingElse on the > filesystem, and leading to the problem described below). Is that > sub-subfolder creation (where > the top level subfolder matches the namespace name) supposed to...
2011 Dec 12
2
Cannot remove a file
...d /mnt/temprestore/home # ll -d . drwxr-xr-x 2 root root 4096 Dec 12 11:12 . # ll total 12 -rw------- 1 root root 8192 Sep 30 10:21 aquota.user # rm aquota.user rm: remove write-protected regular file `aquota.user'? y rm: cannot remove `aquota.user': Operation not permitted # mv aquota.user somethingelse mv: cannot move `aquota.user' to `somethingelse': Operation not permitted # chown root.root aquota.user chown: changing ownership of `aquota.user': Operation not permitted # setfacl -b aquota.user # rm aquota.user rm: remove write-protected regular file `aquota.user'? y rm: cannot r...
2020 Jun 23
3
Codifying our Brace rules-
Personally, I favor "always use braces" because it helps readability for me. The compiler may be good at flagging misleading indentation, but my visual processing system is terrible at it, especially since we use a measly two spaces for indentation. And we grant indentation exceptions for--among other things--case labels in switches. When some nested statements have braces and others
2011 Jul 19
1
"may be used in an incorrect context"
R CMD check tells me * checking R code for possible problems ... NOTE agexact.fit.rds: ... may be used in an incorrect context: ?optim(init, agfitfn, ...)? Warning: <anonymous>: ... may be used in an incorrect context: ?optim(init, agfitfn, ...)? Can anyone tell me what this message means? My searches haven't turned up anything useful. This is with R 2.7 and 2.9. The message
2007 Feb 22
3
List filtration
Hello R-ologists, Imagine you have a list "list" like so: >list [[1]] [1] "IPI00776145.1" "IPI00776187.1" [[2]] [1] "Something" "IPI00807764.1" "IPI00807887.1" [[3]] [1] "IPI00807764.1" [[4]] [1] "Somethingelse" What I need to achieve is a filtered list "list2" like so: >list2 [[1]] [1] "IPI00776145.1" [[2]] [1] "IPI00807764.1" [[3]] [1] "IPI00807764.1" So: - if sublist-entry 1 start with "^IPI" make it the list-entry. - otherwise chose the f...
2019 Apr 10
0
[BUG?] Double quota calulation when special folder is present
...ticed during troubleshooting that dovecot errors out if I try to create a subfolder called </div> <div class="gmail_attr"> 'INBOX' but it'll happily create a subfolder called INBOX.SomethingElse (i.e. a folder called </div> <div class="gmail_attr"> INBOX.INBOX.SomethingElse - resulting in a directory called .INBOX.SomethingElse on the </div>...
2009 Mar 13
2
changing function argument
...nder if the following is possible in R: Suppose a function takes an argument, and wants to modify this argument so that the change is visible _at the call side_. It would be what is for example known as pass-by-reference-to-non-const in C++. test <- function(x) { x <- 10 ... return (somethingElse) # I do NOT want having to return x } number = 5 test(number) stopifnot(number == 10) Is there some trick with scoping rules and maybe <<- to achieve this ? thanks, Thomas
2009 Feb 09
2
cwhmisc package requests update all the time!
Dear Christian, Every single time check update package, ?cwhmisc? always requests updating. I?m aware that the package was latest updated in CRAN on 20Nov2008. Is there anything wrong with my R library or somethingelse? I use R 2.8.1 on Window XP service pack 2 Regards Nguyen Garvan Institute of Medical Research Sydney, Australia
2004 Jul 22
0
Application Hangup not hanging up, possible dialplan cockup?
...13015555555,2,Answer exten => 13015555555,3,Playback(im-sorry) exten => 13015555555,4,Playback(nbdy-avail-to-take-call) exten => 13015555555,5,Playback(carried-away-by-monkeys) exten => 13015555555,6,Playback(tt-monkeys) exten => 13015555555,7,Hangup [SIPlookup] exten => _.,1,AGI,SomethingElse If I dial the 13015555555 extension, it carries through like it's supposed to - and when it hits Hangup, Asterisk's CLI reports it's SUPPOSED to be hanging up - but it doesn't, and jumps straight into SIPlookup's catch-all and into the AGI. Not good at all. I run a GrandStrea...
2008 Jan 03
1
virtual domains/users and LDAP
I have two suffixes in LDAP with users, e.g. ou=People, o=example.com ou=People, o=somethingelse.com I have the following two users: dn: uid=test1, ou=People, o=example.com uid: test1 mail: test at gmail.com dn: uid=test2, ou=People, o=somethingelse.com mail: test at yahoo.com uid: test2 The users login to IMAP as: test1 at examle.com and test2 at somethingelse.com. Here's an (excerp...
2005 Mar 19
2
Routing 911 calls
Has anyone used asterisk as a simple voip server? (I'm sure its been/ing done). If so... how did you provide 911 service? Did you setup different contexts and put sip phones in those contexts per county? Also, is it possible to put a phone into multiple contexts? For instance: context=from-internal Can I add a second context like with a , comma? So the phone can have the rules from 2
2015 Oct 21
2
Integration with AD and mail service
...some guide or anything like that but couldn't really find anything "easy". My main questions are: 1) I have several mail domains to host. Can I use all of them with my single DC/DOMAIN ? 2) The usernames are not the same as the email (e.g.: AD user is guilherme.walter but my email is somethingelse at my.domain). Would it work ? Thanks.
2015 Mar 24
4
Debugging Samba 4 AD Setup
...do with the initial problem, but I would like to resolve this one aswell. Thank you for your time. Joe Setup: Two identical servers with this samba.conf. # Global parameters [global] workgroup = OURDOMAIN realm = ourdomain.com netbios name = THE-AD-HOSTNAME netbios aliases = SOMETHINGELSE log level = 3 server role = active directory domain controller dns forwarder = 192.168.1.254 [netlogon] path = /var/lib/samba/sysvol/ourdomain.com/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No -- Johannes Amorosa | Celluloid VFX
2012 Apr 27
0
[LLVMdev] RE : RE : Detect if a basicblock is part of a loop
> Yes it's my own lib... It contains some obfuscation's passes. The one I'm trying to make now is making code flattening! ^^^^^^^^^^^^^^^^^^^^^^ What's the flattening effect? Maybe try NOT to flat it first? Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute