search for: pirtl

Displaying 10 results from an estimated 10 matches for "pirtl".

Did you mean: pirtle
2004 Nov 27
2
Shared remote repository
...n of every file. Now: is it possible to do this using rsync? Bye! Merc. ------------------------------------------------------------------------ ---- Tony Mobily Author of "Hardening Apache" (Apress) "...this book can save you pain, humiliation, and hair loss" -- Mitchell Pirtle, PHP Magazine 05/2004
2011 Oct 18
2
Remote environments, calling functions
Hi there, I'm trying to do something like a migration of an R program. I've got a function and some variables in an interactive-session: r <- .5 ## estimatePi references r estimatePi <- function(seed) { set.seed(seed) numDraws <- 1e+05 x <- runif(numDraws, min = -r, max = r) y <- runif(numDraws, min = -r, max = r) inCircle <- ifelse((x^2 + y^2)^0.5
2007 Oct 20
1
Best version for production systems?
Hi dovecotters, I have a system running 1.0rc1 right now and am having problems (more on that later). I know that 1.0.5 is "current" but I'm running Debian Stable (Etch) and have reservations of upgrading until nothing works anymore ;-) Do I really need to make the upgrade to 1.0.5, and if so can anyone here point out how to do so using the standard Debian apt-get process? --
2004 Nov 09
1
noob - integrating dovecot with postfix
Hi list, Just jumped providers and am now desperately trying to get IMAP running on a new server... But not getting the link between postfix and dovecot working. :-( My two problems are: 1) local mail seems to get into the ~/Maildirs, but not from the outside (this is a postfix issue?) 2) I cannot find information on how to tell postfix to use virtual domains/addresses and then connect
2004 Nov 24
3
dovecot only answers to imap connections
Hey list, Finally got up and running, and now am trying to figure out why dovecot would only accept imap connections - I have people that are happy with pop, but they can only authenticate when they use imap. Is there a conf setting for this somewhere that I am missing? -- Mitch
2011 Nov 11
1
Building a statically-linked extension?
Hi there, I'm writing an R extension that has a C component that relies on two third party libraries that I'm bundling with the extension. I'd like to statically link my resulting extension so that I can rely on the bundled versions of the libraries I'm distributing, so there's two questions - 1, does R allow statically linked C extensions to be used at runtime? 2, are there
2011 Dec 06
1
unserialize and eager execution
Hi, While debugging a network server I'm developing I noticed something unusual - call to unserialize() resulted in an error about loading a namespace. I was a bit taken back by this - why should unserializing an object cause a namespace lookup? Are there any other side-effects of unserialize() that I should be cautious about? I've been digging through the R_Unserialize() call, I
2005 May 27
2
imap disconnects on my account only
Talk about personal problems! I am using dovecot-0.99.13-4.FC2, and everything has been going fine for months. Earlier this afternoon, Thunderbird's status pane would say 'Sending authenticate login information...' and I would no longer receive email. When I checked with others, they were fine and dandy. I tried kmail, evolution, and even tried webmail. All had connection errors.
2011 Nov 12
1
Including multiple third party libraries in an extension
Hi, I've got a C extension structured roughly like: package/ src/ Makevars foo.c some-lib/... some-other-lib/.. where foo.c and Makevars define dependencies on some-lib and some-other-lib. Currently I'm having Makevars configure;make install some-lib and some-other-lib into a local build directory, which produces shard libraries that ultimately I reference for foo.o in
2007 Aug 20
0
Rails article for International PHP Magazine
Hi gang, Just got notice that my article, "Riding the Rails" not only got published in International PHP Magazine, but I made the cover: http://www.php-mag.net/magphpde/magphpde_issue/psecom,id,25,nodeid,20.html I wrote it as a simple "get your feet wet" intro for PHP developers that are wondering what the buzz is all about. I also reviewed the Agile Rails book (thumbs