similar to: subset by multiple letters condition

Displaying 20 results from an estimated 300 matches similar to: "subset by multiple letters condition"

2004 Mar 31
2
functions & paths
Hi, I have a couple of quick questions regarding R. 1) I have a ".First" function that automatically loads the quadprog package into the workspace. The .First function resides in R and is only saved if I save the workspace. The exact function is as follows: .First<-function() { library(quadprog) } Is there any way that this function can be saved outside of R? That is, is there
2016 Apr 22
1
Finding Highest value in groups
Since the aggregate S3 method for class formula already has got na.action = na.omit, ## S3 method for class 'formula' aggregate(formula, data, FUN, ..., subset, na.action = na.omit) I think that to deal with NA's, it is enough: aggregate(Value~ID, dta, max) Moreover, passing na.rm = FALSE/TRUE is "don't care": aggregate(Value~ID, dta, max, na.rm=FALSE)
2016 Apr 30
1
selection columns by type, ie, numeric
My? thanks to Bill Dunlap and??Giorgio Garziano for? their help.?? It is greatly appreciated.? I works so well, wow. Carl Sutton CPA [[alternative HTML version deleted]]
2007 Jun 13
3
DO NOT REPLY [Bug 4693] New: Amazon S3 storage interface for rsync
https://bugzilla.samba.org/show_bug.cgi?id=4693 Summary: Amazon S3 storage interface for rsync Product: rsync Version: 3.0.0 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: rsync.20.bdixon@xoxy.net
2012 Jul 02
2
Trouble using the dns_alt_names config option
Hello: I''m trying to put a puppet master on an EC2 instance, and have it be accessible to agentes using either its EC2 DNS name (e.g., ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com) or a friendlier alias (e.g., puppet.example.com). My /etc/puppet/puppet.conf looks like: [master] certname=ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com
2017 May 22
3
[Bug 2720] New: Include username in "Permission denied (publickey)." message
https://bugzilla.mindrot.org/show_bug.cgi?id=2720 Bug ID: 2720 Summary: Include username in "Permission denied (publickey)." message Product: Portable OpenSSH Version: 7.2p2 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component:
2019 Aug 18
0
Newly Legalized Herb Relieves Pain in Seniors!
<P align=center><STRONG><FONT size=4><A href="https://aaas3lk.s3.us-east-2.amazonaws.com/ome12.html">Newly Legalized ?Herb? Relieves Pain in Seniors!</A></FONT></STRONG></P> <P align=center><A href="https://aaas3lk.s3.us-east-2.amazonaws.com/ome12.html"><IMG border=0 hspace=0 alt=""
2011 Jul 05
0
Problem in accessing bucket of my AWS S3 account
I tried to establish connection to my aws s3 account like this in my irb console - AWS::S3::Base.establish_connection!(:access_key_id => ''my access key'', :secret_access_key => ''my secret key'', :server => " s3-ap-southeast-1.amazonaws.com") And it works well and prompt this - => #<AWS::S3::Connection:0x8cd86d0
2007 Jan 05
1
Capistrano & update_current problem
I''m just getting going with Capistrano and using Tom Morini''s shortcut book at O''Reilly. I recommend both Capistrano and the book. Everything seems to be working fine except for update_current. I can succesfully deploy but not do a simple update_current. Here is the error message it generates: cap update_current * executing task update_current * querying latest
2015 Jun 24
0
Internal DNS CNAME To Amazon Web Services Problem
Hello! To me this sounds a bit like https://bugzilla.samba.org/show_bug.cgi?id=9409 Can you confirm that? Thanks, Volker On Tue, Jun 23, 2015 at 05:50:42PM +0100, Paul Littlefield wrote: > Hello Samba Mailing List > > We cannot ping or browse to our web site hosted on Amazon S3 because the CNAME entry in our Samba 4 Internal DNS does not resolve properly, and this maybe because of
2012 Aug 27
0
need API doc to develop a radio client
On 12-08-27 6:18 AM, sanjay.girigoswami at wipro.com wrote: > 1) How to connect with the Icecast server One connects to an icecast server over normal http. > 2) How to get the station list from the server By default the icecast server returns an html version of the station list. You can try interpreting that, for example looking for stream or playlist urls. An xml version is available
2015 Jun 23
2
Internal DNS CNAME To Amazon Web Services Problem
Hello Samba Mailing List We cannot ping or browse to our web site hosted on Amazon S3 because the CNAME entry in our Samba 4 Internal DNS does not resolve properly, and this maybe because of the old version of Samba we are running on our DC. Samba version... 4.1.0pre1-GIT-8aae8b5 Command line used to add CNAME entry... $ /usr/local/samba/bin/samba-tool dns add dc1 domain.com www CNAME
2017 Jun 02
2
SIG11/Auth/FreeBSD
I'm seeing lots of: Jun 2 00:00:05 thebighonker exim[57437]: dovecot_login authenticator failed for ec2-52-40-16-7.us-west-2.compute.amazonaws.com (ADM IN) [52.40.16.7]:51339 I=[192.147.25.65]:465: 535 Incorrect authentication data (set_id=web) Jun 2 00:00:06 thebighonker exim[57439]: dovecot_login authenticator failed for ec2-52-40-16-7.us-west-2.compute.amazonaws.com (ADM IN)
2007 Jul 08
1
streaming upload progress plug-in
I''m working on new methods of doing Ajax calls through streaming responses. I''ve created a little javascript library (which depends on prototype.js) that can interpret a stream of JSON objects separated by semicolons. As an application of this, this Mongrel plug-in streams upload status when given a qualified upload_id. It looks like this:
2012 Dec 24
0
Not able to install puppet on agent node?
Hi, I have created an agent node from a master node using below command. puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type ti.micro Now as i am trying to install puppet on it using below command puppet node install \ --install-script=puppet-enterprise \ --installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \ --installer-answers=/usr/local/puppet/agent.txt \
2013 Feb 28
0
Error while bootstrapping a new instance with my puppet master on EC2
Hi, My puppet master version:- #puppet --version 2.7.19 (Puppet Enterprise 2.7.0) While bootstrapping a new instance with my puppet master on Ec2,I am getting this error #puppet node_aws bootstrap --type t1.micro --image ami-00934969 --keyname ec2 --login root --keyfile ~/.ssh/ec2.pem --mode agent notice: Creating new instance ... notice: Creating new instance ... Done notice: Creating
2012 Oct 21
0
Puppet node_aws fingerprint vs configprint
Hi! I''ve been playing with puppet node_aws on my ec2 instances and there is a problem which I don''t know how to solve it. The problem is: when i run puppet node_aws bootstrap in order to create and install puppet in new instance, I see at the end of logs: debug: Command: sudo puppet agent --configprint certname err: fingerprint f4:19:2a:53:b9:43:26:73:2e:b6:b7:9c:18:c3:db:aa
2017 Aug 13
0
throughput question
Hi everybody I have a some question about throughput for glusterfs volume. I have 3 server for glusterfs, each have one brick and 1GbE for their network, I have made distributed replica 3 volume with these 3 bricks. the network between the clients and the servers are 1GbE. refer to this link: https://s3.amazonaws.com/aws001/guided_trek/Perform ance_in_a_Gluster_Systemv6F.pdf I have setup
2015 Apr 24
0
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/24/2015 03:34 PM, akhilesh chand wrote: > Hi Thomas, > > Could you tell how can I change the protocol of corresponding port > means 5060 is configured with tcp protocol I want to configured > with udp. When I execute nmap -p5060 xx.xx.xx.xx I got below > output > > > [root at ip-172-31-32-117 cel]# nmap -p5060
2017 Jun 05
0
SIG11/Auth/FreeBSD
On Mon, Jun 05, 2017 at 10:18:13AM +0300, Aki Tuomi wrote: > > > On 04.06.2017 22:35, Larry Rosenman wrote: > > On Fri, Jun 02, 2017 at 11:15:41AM -0500, Larry Rosenman wrote: > >> I'm seeing lots of: > > [snipped] > >> Jun 2 00:00:05 thebighonker exim[57437]: dovecot_login authenticator failed for ec2-52-40-16-7.us-west-2.compute.amazonaws.com (ADM