search for: loudcloud

Displaying 3 results from an estimated 3 matches for "loudcloud".

Did you mean: wordcloud
2001 Oct 30
2
creating chron object aggregates (e.g. sums by day)
...01 1000 4 07/12/01 0 << inserted record 5 07/13/01 1500 6 07/14/01 0 << inserted record 7 07/15/01 0 << inserted record 8 07/16/01 600 9 07/17/01 500 Is there a simple way to do this? Thanks, -- -Olivier -- Olivier Collignon Loudcloud, Inc. olivier at loudcloud.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subje...
2003 Mar 06
0
loop avoiding on time interval intersects
...d during time intervals. Any advice on how to improve this code. I searched the email archive and looked at the MASS book but did not find anything specific that relate to that. Not sure how t/sapply could be used here? Thanks Olivier Collignon Principal, Service Level and Risk Management EDS / Loudcloud Automated Operations Here is the non-optimized code: library(chron) # create an object populated with 3 events and their start and end timestamps dts <- dates(c("01/01/2003", "01/02/2003", "01/03/2003", "01/04/2003", "01/03/2003","01/06/...
2001 Jun 25
1
ServerSide ACLs for -L type port forwarding
I have a need to add some server-side ACL functionality to the way ssh handles port forwarding. For a first pass, I want to be able to restrict -L port forwarding to localhost on the server only and I want to be able to specify the ports on Server. I was wondering if there would be any desire to incorporate said changes back into the main development tree? If so, are there coding guildlines