search for: nother

Displaying 20 results from an estimated 77 matches for "nother".

Did you mean: other
2004 Jul 22
3
Replace only Capital Letters
Dear All, I have these data: exampledata <- c("This is one item", "This is Another One", "And so is This") I would like to find each occurence of a blank space followed by a Capital Letter and replace it by a blank space, a left curly brace, the respective Capital Letter, and then a right curly brace. I thought the following will do: gsub(pattern = " ([A-Z])...
2011 Aug 05
1
Very silent R
Dear List, How can I get R to display error messages, for example, if I try to change to a non-existent directory or try to load a library that is not installed? Currently R is very silent. I did fix the problem once using 'options' (show.error.messages, I think), but id doesn't seem to be working any more, and R doesn't tell me if I have an error in my command. Please let me know
2007 Jan 16
1
<BR> and <P> in RedCloth v. Textism
...lowing text: test text other I get back: <p>test<br /> text</p> <p>other</p> In IRB if I try to feed an equivalent string to RedCloth I get (accounting for hard_breaks on and off here): irb(main):006:0> val = RedCloth.new("test\ntext\n\nother") => "test\ntext\n\nother" irb(main):007:0> val.hard_breaks = true => true irb(main):008:0> val.to_html => "<p>test<br />text<br />\nother</p>" irb(main):009:0> val.hard_breaks = false => false irb(main):010:0> val.to_html =&g...
2008 Nov 20
3
Maybe a dumb question, but....
...n... is there a kernel for 5.2 that does not have xen built into it, and if so, where is it? Perhaps someone can give me a short tutorial about its value or use, or point me to a place where it's use is described in lay terms? I'm very comfortable with CentOS, but this is a whole 'nother ball game ! Thanks.. Sam
2007 Nov 20
5
Compound search / grouping
...tructure with children and a root element (recursivly) stored in one table (imagine a threaded forum). Each of the children has a title which should be indexed by ferret. Now we want to make a search that returns only the root and searches all items. So if one node has "expensive" and nother node has "car" I want to enter "expensive car" in search and still find the root of all children (and only once!) Also paging should work as well. Any clues how to achieve that? Regards Till -- Posted via http://www.ruby-forum.com/.
2006 Feb 19
3
Is there a ''right'' way to do _tag field validation?
...that don''t represent fields in a model. They do validation manually in the controller, which seems really clunky. Is there any way to normalize the form validation between model input fields and non-model fields? It seems like a waste to have validate_presense_of() and then write a whole nother set of validation functions to validate the tag fields. For example, say I have a log in page that just has two input fields, neither of which correspond to an actual table or row because I call some other method to verify the login and password. Is there anyway that I can use all of the existing...
2008 Jun 19
9
slow samba
...orks just fine so not network, must be samba config. vary slow file transfer when copying file from one computer but copy from two or more at the same time speed is 10 times faster. You will be copying a 600MG file with one computer and it will say 80 minutes remaining. start copying a file from a nother computer and 10X faster ( 4 minutes remaining ). Also when copying file from server with linux client 2 minutes 6.5 to 7.0 MBPS. It looks like it has something to do with cash. i have "winbind cache time = 30" in my smb.config and "socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SND...
2016 Oct 10
2
another little howto, this time for CTDB
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, here is a nother howto to set up a CTDB-Cluster together with GlusterFS. https://www.kania-online.de/wp-content/uploads/2016/10/ubuntu-cluster.tx t Stefan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlf7ttYACgkQ2JOGcNAHDTYdWQCgsjoQa0W1G/SMYM0PeoAC6Ly0 I7gAnAzSHI+PtTEMmcdVdfV6CkFD...
2015 Oct 20
1
[PATCH v3 03/13] v2v: factor out populating targets list
...*) - if format <> "raw" && format <> "qcow2" then - error (f_"output format should be 'raw' or 'qcow2'.\n\nUse the '-of <format>' option to select a different output format for the converted guest.\n\nOther output formats are not supported at the moment, although might be considered in future."); - - (* output#prepare_targets will fill in the target_file field. - * estimate_target_size will fill in the target_estimated_size field. - * actual_target_size will fill in the tar...
2006 Apr 30
2
Error in controls.rb
Anyone else seeing this error when clicking on the radiobox page? undefined method `'' for #<MyRadioBox:0x2d6c0c0> Roy
2015 Jan 22
1
Postfix Dovecot LDAP setup
...LDAP structure. The current tructure looks like this: => dc=MyDomain,dc=TLD ==> ou=People ===> uid=User-1 ====> ou=mail ===> uid=User-2 ====> ou=mail ... and so on ... Within ou=mail should be the individual mail account(s) information of a user. So in the end I want to add a(nother) mail account by something like this: cat << EOF > ./newUser.ldif dn: mailAddress=Test at Domain.TLD,ou=mail,uid=User-1,ou=people,dc=MyDomain,dc=TLD objectclass: top objectclass: mailAccount mailAddress: Test at Domain.TLD MailPassword: {SSHA}SomePassword MailAccountStatus: active [......
2007 Oct 21
2
xattrs: Permission denied?
I've found a(nother) bug with the xattr code: kiwiw:~/x terpstra$ uname -a Darwin kiwiw.lan 8.10.0 Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC Power Macintosh powerpc kiwiw:~/x terpstra$ echo test > bar kiwiw:~/x terpstra$ xattr --set broken demo bar kiwiw:~/x ter...
2008 Dec 13
2
weird pasting of ".value" when list is returned
could someone explain why the name of FPVAL gets " .value" concatenated onto it when the code below is run and temp is returned. I've been trying to figure this out for too long. It doesn't matter when I put the FPVAL in the return statement. It happens regardless of whether it's first or last. Thanks. f.lmmultenhanced <- function(response, pred1, pred2) {
2006 Aug 20
7
missing terms in index causing search errors
I am unable to find results for models when one or more of the terms are not being indexed. Lets suppose I index a User on the phrase "Ruby on Rails." If I then search using User.find_by_contents("Ruby on Rails") I get no results, since "or" is a common term and does not get indexed. Of course, User.find_by_contents("Ruby Rails") works just fine. I
2007 Jun 24
3
Moving user accounts from a domain to another - and changing their logins
...nd a procedure for my case. What I found out was: * you could copy over a domain user profile to a local user profile with some hacking around (local account needs admin rights in the first place, etc), but then it isn't said in the documents I read how to copy that local user profile to a(nother!) domain user profile afterwards; * there's also a trust domain relationship that sounds kind of promising, but I don't know how I could do to slurp the data from the old domain into the new, nor how I can rename the account after I've slurped it (I think modifying the account DN and...
2007 Aug 20
8
[sorta offtopic] Removing bad bytes from filenames
I'm moving my Ogg Vorbis collection off of my Linux server and onto my laptop. I plan on using iTunes to play my collection, but, that's a whole 'nother can of worms. I'm having trouble moving my complete collection over because dbPowerAmp (an application I used to love) made some dumb decisions about naming my files. For example, in track/album/artist names that contained a question mark ("O Brother, Where Art Thou?") it would in...
2003 Sep 17
3
Using POSIX?t rather than "chron" or "date"
...y {Note that there have been as.POSIXct() methods for these classes since the beginning of the POSIX.t classes. Could "chron" and "date" users be heard about what functionality they are missing in POSIX.t ? On the other hand, the recommended package "survival" has a(nother?) class "date" and that package is based on S(plus) code and may hence not be convertible sensibly ? Martin Maechler <maechler@stat.math.ethz.ch> http://stat.ethz.ch/~maechler/ Seminar fuer Statistik, ETH-Zentrum LEO C16 Leonhardstr. 27 ETH (Federal Inst. Technology) 8092 Zurich S...
2006 Oct 31
1
Asterisk does not bridge zap channels on outgoing calls
...ions.conf ----------------------------- [macro-faxreceive] exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${CALLEDFAX}/${UNIQUEID}) exten => s,2,rxfax(${FAXFILE}.tif) [macro-stdexten] ;exten => s,1,Dial(${ARG2},120,t) ;exten => s,2,Goto(s-${DIALSTATUS},1) ;exten => s,105,Goto(nothere,s,1) exten => s-NOANSWER,1,Voicenail(u${ARG1}) exten => s-NOANSWER,2,Goto(nothere,s,1) exten => s-BUSY,2,Goto(nothere,s,1) exten => _s-.,1,Goto(s-NOANSWER,1) [macro-out-mediasat] exten => s,1,Set(MEDIASAT=81.180.226.177) exten => s,2,Set(CALLERID(number)=0318243800) exten =&gt...
2003 Jan 06
1
replacing a w2k machine with samba 2.2.7a
...by people copying many read only files into the share (like pictures from a cd), and other users can't remove the read only attribute. trying to solve the problem, i have tried to set "security mask = 0000" - but this was completely not helpful, setting files read only still worked. another problem was uncovered with this line - for some reason, people working in m$ work (yacccs) were not able to save their documents while working on the samba share - for some reason suring the save operation the file got the 000 permission, and of course nother else could be done with the file until...
2005 Mar 31
0
blackbox win32
...ust wanted to check if it would run, it really makes windows look nice :-) .. so I figured I'd give it a spin and check if it would be able to round up some wine bugs. However the installation failed, so I can't even run it, this is the reason for asking, is it worthwhile to try to have a nother go or is there something which might prevent it from running on wine ? / regards, Lars Seegrlund. ps. link http://bb4win.org/