search for: carmodi

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

Did you mean: 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
I am a bit confused about the different approaches taken to recycling in plain data frames and zoo objects. When carrying out simple arithmetic, dataframe seem to recycle single arguments, zoo objects do not. Here is 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 >
2009 Jul 27
2
Draw plot.table axis on right hand side
With an ordinary plot, to customise the axis it is possible to suppress drawing the axis and then call Axis. I have been trying to change the location of the y-axis on a plot.table plot to the right hand side, but cannot even work out how to suppress drawing the labels. Here is a toy example of the sort of plot I am working with. Any suggestions as to how to have the axis on the right hand side
2002 Sep 02
3
Slow Samba Printer initialisation, status, and printing
OK, I have been wrestling with this for two weeks now, so somebody please help ! We have an existing Samba Print Server, running RedHat linux, kernel 2.2.19, that runs fine, but is a P133 with 64 mb ram. So we built a new PC, the slowest thing we could buy, a duron 1 ghz with 512 mb RAM. Old printer server is running Samba 2.2.5, new printer server is running samba 2.2.5, and Slackware 8.1,
2002 Aug 20
1
(no subject)
Following the "security = domain in Samba 2.x" document in the SWAT documentation page I do this: root@pc194-79:/usr/local/samba/bin# smbpasswd -j MDU -r pv-mdu-server1 -Ujohnm%xxxxxxxx Joined domain MDU. root@pc194-79:/usr/local/samba/bin# This is in [globals]: security = DOMAIN encrypt passwords = Yes password server = pv-mdu-server1 pv-mdu-server2 And now I start Samba via smbd
2009 Jul 03
1
Plot Fonts in Windows vs Mac OSX
I have been plotting the same charts using png on a Windows machine and on a Mac OSX and the quality of the resulting images, particularly in relation to the fonts, look far superior in the plots produced on the Mac. Is there any way I can enhance the quality of the plots produced on the Windows machine? I have also tried using win.metafile on the Windows machine and the quality looks the same as
2002 Aug 20
1
samba authentication not auth'ing
Trying to set up a SAMBA print server using SlackWare 8.1. Have successfully joined it to the domain, but cannot browse into the shares, as it constantly asks for a password, and refuses to accept any including root and NTamdin accounts. Anybody have any ideas error logs and smb.conf are below. This is from the machine specific log file: [2002/08/21 11:41:56, 0]
2006 May 17
2
Justifying R to anti open-source management
Hi I apologise for this question as it really must be a FAQ. Unfortunately, I can't find the answer and I'm tired of looking at endless google results A colleague of mine works for a state government department that has a policy against open source software or software tainted by open source. Other government departments in the same state use R but this particular department is driven
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
If anybody could help this would be much appreciated... Samba being used with Domain security, as a printer server with an NT 4.0 PDC and BDC. Can browse file shares, can act as printer admin (FINALLY !!), but cannot upload printer drivers, have created print$ share, have created W32X86 and WIN40 directories. When I try to print I get the following error message in machine specific log,
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...
Hey All, We have our linux server integrated with our WindowsAD via nss_ldap and pam_ldap and everything is working fine. We are hoping to use rsync to backup user specified directories to the network drives. Now rsync only seems to use auth when using SSH, or when using a static passwd file. Is there a patch or option to allow rsync to user system passwd's ? PAM ? LDAP ? I posted
2006 Oct 06
1
Backing up individual user home dirs using user privs.
Hey All, After RTM, web page and searching the archives, I felt it worth a shot at mailing the list with my query. I am looking at using rsync and various third party GUI's (rsyncX, nasbackup) to backup our departmental desktops to our nice new multi-terabyte fileserver. When we run rsync in daemon mode, it of course runs as nobody:nogroup and I am aware of being able to set that to any
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
flight 18805 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/18805/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rhel6hvm-amd 7 redhat-install fail REGR. vs. 12557 test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 12557 Regressions which are regarded as
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
flight 18844 linux-linus real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/18844/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386 4 xen-build fail REGR. vs. 12557 Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-pcipt-intel 9 guest-start fail
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