search for: carmody

Displaying 20 results from an estimated 23 matches for "carmody".

2009 Oct 15
2
How to right-align labels in dotchart
I have only just discovered the joys of the dotchart (since I am reading William Cleveland's -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody [[alternative HTML version deleted]]
2010 May 16
3
Vector recycling and zoo
...an example > x <- data.frame(a=1:5*2, b=1:5*3) > x a b 1 2 3 2 4 6 3 6 9 4 8 12 5 10 15 > x$a/x$a[1] [1] 1 2 3 4 5 > x <- zoo(x) > x$a/x$a[1] 1 1 > I feel understanding this difference would lead me to a greater understanding of the zoo module! Sean. -- Sean Carmody Twitter: http://twitter.com/seancarmody Stable: http://mulestable.net/sean The Stubborn Mule Blog: http://www.stubbornmule.net Forum: http://mulestable.net/ [[alternative HTML version deleted]]
2009 Jul 27
2
Draw plot.table axis on right hand side
...ot;, "Dog", "Fish", "Mouse", "Frog")[data$x] data$b <- c("Banana", "Apple", "Pear", "Orange", "Melon")[data$y] plot(table(data$a, data$b), col=rainbow(5), las=1, main="") Regards, Sean. -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody [[alternative HTML version deleted]]
2002 Sep 02
3
Slow Samba Printer initialisation, status, and printing
...28.250.194.56%9100 :ifhp=model=hp4mplus :filter=/usr/libexec/filters/ifhp HP8kNRecep | lp5 :sd=/home/mdu-print/printers/lp5 :server :mx=0 :lp=128.250.194.57%9100 :ifhp=model=hp8000 :filter=/usr/libexec/filters/ifhp Michael Carmody MDU, Public Health Lab Dept. of Microbiology and Immunology The University of Melbourne, Parkville
2002 Aug 20
1
(no subject)
...sbin/lpc -Uroot hold %p %j lpresume command = /usr/sbin/lpc -Uroot release %p %j queuepause command = /usr/sbin/lpc -U%U@%M -P %p stop queueresume command = /usr/sbin/lpc -U%U@%M -P %p start printer name = lp1 [Test] comment = Temp Files path = /tmp valid users = michaelc guest ok = Yes Michael Carmody MDU, Public Health Lab Dept. of Microbiology and Immunology The University of Melbourne, Parkville
2009 Jul 03
1
Plot Fonts in Windows vs Mac OSX
.... The obvious solution would be to just use the Mac, but that's not an option in the office! I have been searching the archives on this topic to no avail (although I can vouch for the perspicacity of my choice of search terms), so any help would be greatly appreciated! Regards, Sean. -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody
2002 Aug 20
1
samba authentication not auth'ing
...-Uroot -P %p %j lppause command = /usr/sbin/lpc -Uroot hold %p %j lpresume command = /usr/sbin/lpc -Uroot release %p %j queuepause command = /usr/sbin/lpc -U%U@%M -P %p stop queueresume command = /usr/sbin/lpc -U%U@%M -P %p start printer name = lp1 [Test] comment = Temp Files path = /tmp Michael Carmody MDU, Public Health Lab Dept. of Microbiology and Immunology The University of Melbourne, Parkville
2006 May 17
2
Justifying R to anti open-source management
...xisting documents would carry more weight rather than writing a case from scratch or providing people's email opinions Thanks in advance! Cheers Peter -- Dr Peter Baker, Statistician (Bioinformatics/Genetics), CSIRO Mathematical & Information Sciences, Queensland Bioscience Precinct 306 Carmody Road, St Lucia Qld 4067. Australia. Email: <Peter.Baker at csiro.au> WWW: http://www.cmis.csiro.au/Peter.Baker/ Phone: +61 7 3214 2210 Fax: +61 7 3214 2900
2016 Feb 06
2
Send Dovecot logs to rsyslog
Just tested, same result :( Thanks Nicolas 2016-02-06 16:44 GMT+01:00 Oscar del Rio <delrio at mie.utoronto.ca>: > On 05/02/2016 9:42 AM, Nicolas Fo wrote: > >> I set in dovecot.conf : syslog_facility = local5.info >> > > Try: > > syslog_facility = local5 > > Source: > http://wiki.dovecot.org/Logging#Syslog_Example >
2008 May 09
1
Is it possible to do fancy area plots?
Does anyone have any ideas about how you could use R to produce a fancy area plot like this one in the NY Times? http://tinyurl.com/6rr22g Regards, Sean, [[alternative HTML version deleted]]
2006 Oct 17
1
cross-platform with GUI in a package
Hello, has somebody done a cross platform (Windows XP, OS X) GUI wrapper around rsync so that end-users can backup selected files/folders on a remote server by point-and-click? I am aware that on Windows XP it is possible with the help of the cygwin binary - but I am not sure about the GUI - I had a look at PHP-GTK, tcl/tk and Java (it should be a scripting language). On OS X do not know. A
2002 Aug 20
0
Printing Permissions
.../home/mdu-print/printers/lp1/smbprn.000029.kfAb33. Permissions on /home/.../lp1 is 766, permissions on print$ share and sub directories are 777. So two things, How do I print ? and How do I upload drivers ? What permissions should be on what directories ? An and all help appreciated Michael Carmody MDU, Public Health Lab Dept. of Microbiology and Immunology The University of Melbourne, Parkville
2003 Sep 09
1
Changing Tick Marks for Date Plots
I have been experimenting with various approaches to plotting (irregular) time-series with reasonable success. One thing I have been able to do is change the number of tick marks on the axis. Consider the following simple example: > x <- as.data.frame(matrix(ncol=2,nrow=500)) > names(x) <- c("dates","values") > x$dates <- as.POSIXct(Sys.time()+1:500*86400)
2001 May 10
1
outer
I've just begun playing around with defining functions in R and I'm not really sure what's going on in the following situation. I've defined the following function: gcd <- function(x,y) { x <- as.integer(x); y <- as.integer(y) q <- as.integer(x / y) r <- x - q * y if (r==0) y else gcd(y,r) } As expected, it gives the following results: > gcd(3,2) [1] 1
2006 Oct 10
1
Individual User Auth without SSH or stand alone passwd file...
...swd's ? PAM ? LDAP ? I posted earlier about a [homes] directive to create a module per user, but it seems I would have to create an entry in the rsyncd.conf file for all 200+ users. Is rsync just not up to handling this scale of project manageably ? Anyone have any other ideas ? -Michael Carmody Department of Microbiology and Immunology The University of Melbourne
2006 Oct 06
1
Backing up individual user home dirs using user privs.
...conf to create "home" modules per user ? ATM we have a [homes] which points to /home, but we are only relying on file permissions to restrict users to their directory, ( or would if permissions were being set to the right user at login) can we do a samba style homes config ? -Michael Carmody Dept of Microbiology and Immunology The University of Melbourne
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...gt; Petr Strnad <strnape1@fel.cvut.cz> Petr Tesarik <ptesarik@suse.cz> Petr Uzel <petr.uzel@suse.cz> Petr Vandrovec <petr@vandrovec.name> Petr Vandrovec <petr@vmware.com> Petri Gynther <pgynther@google.com> Phil Blundell <philb@gnu.org> Phil Carmody <pc+lkml@asdf.org> Phil Carmody <phil.carmody@partner.samsung.com> Phil Dibowitz <phil@ipom.com> Phil Edworthy <phil.edworthy@renesas.com> Phil Oester <kernel@linuxace.com> Phil Schmitt <phillip.j.schmitt@intel.com> Phil Sutter <phil.sutter@viprine...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...gt; Petr Strnad <strnape1@fel.cvut.cz> Petr Tesarik <ptesarik@suse.cz> Petr Uzel <petr.uzel@suse.cz> Petr Vandrovec <petr@vandrovec.name> Petr Vandrovec <petr@vmware.com> Petri Gynther <pgynther@google.com> Phil Blundell <philb@gnu.org> Phil Carmody <pc+lkml@asdf.org> Phil Carmody <phil.carmody@partner.samsung.com> Phil Dibowitz <phil@ipom.com> Phil Edworthy <phil.edworthy@renesas.com> Phil Oester <kernel@linuxace.com> Phil Schmitt <phillip.j.schmitt@intel.com> Phil Sutter <phil.sutter@viprine...
2015 Oct 15
3
Strange indexing behavior on HTML emails ..
On Wed, Oct 14, 2015 at 08:33:56PM +0530, Akash wrote: > Tried latest source from HG and with solr also apart from lucene which I > tested previously. The problem with single quotes in HTML is still there. > > The revision: > > http://hg.dovecot.org/dovecot-2.2/rev/ad028a950248 > > should have solved it but the relevant code no longer exists in >
2015 Oct 16
1
Strange indexing behavior on HTML emails ..
On Thu, Oct 15, 2015 at 02:19:22PM +0200, Jean-Baptiste Vignaud wrote: > > Thanks for the report. Bug found. My bad. A patch is working its way > > through the internal process, and will be in the public tree soon. > > Hello; > Does this patch will need to reindex lucene ? Yes, unfortunately, it does. Phil