search for: poses

Displaying 20 results from an estimated 1284 matches for "poses".

Did you mean: oses
2010 Apr 27
1
save a data frame in environment
Dear group, Here is my function : position<-function(x) { pose<-read.csv2((paste(c("LSCPos",x,".csv"),collapse="")),dec=".",sep=",",as .is=T,h=T,skip=1)[,c(4,8,14,15)] pose$CREATED.DATE<-as.Date(pose$CREATED.DATE,"%d/%m/%y") futures<-pose[-grep("USD",pose[,1]),]
2008 Jun 23
2
Pairwise Partitioning of a Vector
Hi, How can I partitioned an example vector like this > print(myvector) [1] 30.9 60.1 70.0 73.0 75.0 83.9 93.1 97.6 98.8 113.9 into the following pairwise partition: PAIR1 part1 = 30.9 part2 = 60.1 70.0 73.0 75.0 83.9 93.1 97.6 98.8 113.9 PAIR2 part1 = 30.9 60.1 part2 = 70.0 73.0 75.0 83.9 93.1 97.6 98.8 113.9 .... PAIR9 part1 = 30.9
2011 Jan 03
1
personal details appearing on google such after I pose a question in the R-help forum
Hi all, Out of curiosity I googled my name yesterday to just see what new information  in the web there is associated with me. To  my surprise, I found in addition to the  questions i have posted on this forum, my email address and my signature details (name, address, telephone number) seem to appear everytime i pose a question. How can i conceal my personal details from the access of anyone when
2010 Jun 01
3
as.date
Dear group, Here is my df (obtained with a read.csv2()): df <- structure(list(DESCRIPTION = c("COTTON NO.2 Jul/10", "COTTON NO.2 Jul/10", "PALLADIUM Jun/10", "PALLADIUM Jun/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10"), CREATED.DATE = c("13/05/2010", "13/05/2010", "14/05/2010",
2005 Oct 13
0
Pose your Sangoma Questions
I'm hosting some folks today from Sangoma for a sales training. If anyone on the list has any specific questions regarding current or upcoming Sangoma products, please shoot me an email in the next hour or so and I'll do my best to get you the answer. Thanks -- Cory J Andrews Partner / Purchasing +++++++++++++++ VOIPSupply.com - Everything you need for VOIP 454 Sonwil Drive Buffalo,
2010 Mar 10
1
Phishing attempt posing as digium
Did anyone else just get what looks like a phising attempt pretending to be from digium? It appears to be full of links to http://app.en25.com/e/er.aspx I must admit, it looks genuine.
2010 Apr 29
3
convert Factor as numeric
Dear group, I know this issue has been already covered, and before you reply I must say I have read the R-FAQ and search the mailing list archive. I still can't manage to change my factor to numeric as I couldn't find any clear answer. Here is my df : Pose1 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 8L), .Label = c(" SUGAR NO.11 May/10 ", "COTTON
2002 Apr 02
4
Domain question
I have a question about Samba's interaction with the PDC and SAM database on the windows domain. There are some in my company who say that Samba must read and write to the SAM databse in order to authenticate a user. This, according to them, poses a security risk in that a UNIX user could obtain tools to gain access to the SAM, retrieve all passwords and potentially corrupt the database. My question is simple, is this true and is there a way to ease their concerns? Thanks, Please respond to: Douglas.Shaw@pb.com
2006 Jul 24
8
Off-topic: Rails hosting
All, I''ve been looking switching hosting providers, and have been strongly considering TextDrive. Doing a little Googling turns up a fair number of complaints that seem to be centered around server performance, stability and uptime. Since I know a poorly written app can contribute to all of these, I thought I''d pose the question to all of you. Does anyone here host
2000 Sep 14
3
SSH using the login binary
This may not be the place to pose this question so forgive me if I should send this somewhere else. I have noticed that SSH2 appears to check user's password against the password file without executing login. We are using a security application that replaces the login binary to perform its own security checks on login, i.e.. is suspend user ids that have failed to use a successful password.
2010 Dec 09
3
How many files & directories in a ZFS filesystem?
Looking for a little help, please. A contact from Oracle (Sun) suggested I pose the question to this email. We''re using ZFS on Solaris 10 in an application where there are so many directory-subdirectory layers, and a lot of small files (~1-2Kb) that we ran out of inodes (over 30 million!). So, the zfs question is, how can we see how many files & directories have been created in
2002 Feb 19
3
Rank of Matrix
Hello everybody, I think my question has been asked before but I am posing it once again since I need it. Is there any way to find the rank of a matrix in R or Splus? ______________________ Indrajit SenGupta Department Of Statistics St. Xavier's College Calcutta University mailto:indra_calisto at yahoo.com mailto:indrajitsg at vsnl.net
2010 Apr 14
6
sum specific rows in a data frame
I have a data frame called "pose": DESCRIPTION QUANITY CLOSING.PRICE 1 WHEAT May/10 1 467.75 2 WHEAT May/10 2 467.75 3 WHEAT May/10 1 467.75 4 WHEAT May/10 1 467.75 5 COTTON NO.2 May/10 1 78.13 6 COTTON NO.2 May/10 3 78.13 7 COTTON NO.2 May/10 1 78.13
2004 Dec 16
8
Calculating required bandwidth
I was posed this question: A T1 set up for voice carries 24 conversations on a circuit that is 1.544 megabits/second. Right? Well, if you set that T1 up to carry data and run a link between two IP networks over it, how many SIP conversations could it be expected to carry? How about IAX? How would one extend this calculation to varying bandwidth circuits and various VOIP protocols (MGCP,
2017 Mar 10
4
Distributing llc and opt with own package?
Hi, I was wondering, if someone could point me into the right direction, towards building just llc and opt (potentially 4.0 + patches) to distribute them in the interim with compiler? The idea is that we’d like to pin our llvm ir code generator to a specific set of llc and opt tools, with potential patches applied, until we manage to get all those patches upstreamed. I’d like to find answers to
2007 Jul 12
6
best string setting
I think he might be concerned with audio quality, and doesn't quite understand what "lossless" really means! On Thu, 2007-07-12 at 07:12 -0700, Mark Rudholm wrote: > Rick wrote: > > hmm, let me ask this question, another way... > > which setting offer the least compression ?. > > Not using it at all. > > But why would you want that? What's the goal
2008 Jul 10
3
[LLVMdev] (GEP) Index validity
Hi Evan, > I don't think this is right. According to llvm documentation: > > The index types specified for the 'getelementptr' instruction depend on the > pointer type that is being indexed into. Pointer and array types can use a > 32-bit or 64-bit integer type but the value will always be sign extended to > 64-bits. Structure and packed structure types require
2005 Apr 26
3
Need Help with rsyncd.conf
What do this uid =0 anfd gid = 0 mean? Can it pose any security issues. Thanks, VC [root] path = / auth users = XXX secrets file = /usr/local/etc/rsyncd.secrets uid = 0 gid = 0 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2007 Jul 12
3
best string setting
Rick, Mark asked "why" you want the least amount of compression. I think we still do not understand your goals. If you can give us a hint at what you're trying to accomplish in your search for the least amount of compression, that might help us find the right answer. Brian Willoughby Sound Consulting On Jul 12, 2007, at 13:26, Rick wrote: > I try to make it easier for
2011 May 05
3
factors
Hi, I'm requesting you don't berate me for asking this question: I clearly don't have the gist of factors. I have two dataframes, A and B. Each of them has a column containing strings (they're labels). I want to, one-by-one in a loop, compare the particular string in an entry from dataframe A to an entry in B, to see if they're the same. The problem, when posing the