search for: ccy

Displaying 20 results from an estimated 20 matches for "ccy".

Did you mean: cc
2011 Oct 05
4
SPlus to R
I'm trying to convert an S-Plus program to R.  Since I'm a SAS programmer I'm not facile is either S-Plus or R, so I need some help.  All I did was convert the underscores in S-Plus to the assignment operator <-.  Here are the first few lines of the S-Plus file:   sshc _ function(rc, nc, d, method, alpha=0.05, power=0.8,              tol=0.01, tol1=.0001, tol2=.005, cc=c(.1,2),
2005 Feb 03
0
Everyone is busy/congested
I trying to receive a SIP call and have ring a analog phone. I have a TDM11B card with FXS(green) module in line 1. I have Sip server "SER" setup to accept a SIP call, add a 970 extension to uri and set to asterisk SIP server on port 5065. When I send a SIP call from "kphone a soft SIP phone" running to sip://wally.world@cci.net "SER" picks call ok and changes uri
2009 Aug 17
4
number in R
Hi, i export data from an csv file like this :  Data <- read.csv2("c:/Art.csv",sep=",") # import data into R > Data <- Data [1:5,1:5]# extracting the first 5 rows and columns > Data   Policy.Number AXA.Entity Country LoB ccy.data 1         6e+13        BNL     BNL   P      EUR 2         6e+13        USA     BNL   P      EUR 3         6e+13         UK     BNL   E      EUR 4         6e+13        USA     BNL   P      EUR 5         6e+13          I     BNL   E      EUR and i want to have in the first column the number 60...
2008 Jan 04
4
Help with custom class.
Here is my class class puppetconf { file { "/etc/puppet/puppetd.conf": mode => 644, owner => root, group => root, source => "puppet://puppet/cci/etc/puppet/puppetd.conf", notify => exec[puppet_restart] } file { "/etc/init.d/puppet": mode => 755, owner => root, group => root,
2012 Feb 13
0
[PATCH 05/14] arm: implement exception and hypercall entries.
arm: implement exception and hypercall entries. xen/arch/arm/xen/Makefile | 3 + xen/arch/arm/xen/asm-offsets.c | 61 ++++++++ xen/arch/arm/xen/entry.S | 596 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ xen/arch/arm/xen/hypercalls.S | 67 +++++++++ xen/arch/arm/xen/physdev.c | 41 +++++ 5 files changed, 768 insertions(+), 0
2016 Jun 07
1
How to prevent users from deleting directories
Hello All, I am new to Samba and having to learn it fast as I have taken over for someone who left staff. I have been asked if we can prevent users from removing directories and sub directories under a Samba share while still allowing them to read and write files to these directories. For instance we have a share defined as follows: [Baskets_Out] comment = NGP Test Baskets Out
2009 Aug 18
1
number 6 e+13
  Hi, i export data from an csv file like this :  Data <- read.csv2("c:/Art.csv",sep=",") # import data into R > Data <- Data [1:5,1:5]# extracting the first 5 rows and columns > Data   Policy.Number AXA.Entity Country LoB ccy.data 1         6e+13        BNL     BNL   P      EUR 2         6e+13        USA     BNL   P      EUR 3         6e+13         UK     BNL   E      EUR 4         6e+13        USA     BNL   P      EUR 5         6e+13          I     BNL   E      EUR and i want to have in the first column the number 60...
2002 Nov 03
1
Ansari-Bradley test (PR#2252)
Full_Name: Wei Xu Version: 1.5.1 OS: WindowsME Submission from: (NULL) (63.215.238.92) The P-value for a two.sided test is not consistent with the confidence interval. For example, P-value=0.1372, but the 95% CI doesn't include the H0 value(1). > x [1] 0.80 0.83 1.89 1.04 1.45 1.38 1.91 1.64 0.73 1.46 > y [1] 1.15 0.88 0.90 0.74 1.21 >
2002 Jul 20
1
*****SPAM***** Special Savings On Inkjet Cartridges
SPAM: -------------------- Start SpamAssassin results ---------------------- SPAM: This mail is probably spam. The original message has been altered SPAM: so you can recognise or block similar unwanted mail in future. SPAM: See http://spamassassin.org/tag/ for more details. SPAM: SPAM: Content analysis details: (9 hits, 5 required) SPAM: Hit! (0.6 points) From: does not include a real name
2010 Nov 11
5
ActiveRecord query
I have these sql code in postgresql "SELECT * from convenios where id NOT IN (SELECT convenio_id from solicituds where usuario_id=?" but don''t find a way of used it in rails except find_by_sql. There is a another way?? class Usuario < ActiveRecord::Base belongs_to :persona has_many :solicituds, :dependent => :destroy has_many :convenios, :through =>
2006 Oct 09
2
Trying to use "deliver" as a LDA
Hello, I'm trying to use "deliver" as a LDA for some users. I found the page http://wiki.dovecot.org/LDA where i read that i can use the ".forward" file in the user HOME directory. However, when i try, i get the following error in the maillog file : ... deliver(...): mbox: We need root IMAP folder, but can't find it or HOME environment ...deliver(...): Failed to
2011 Jun 28
3
FIPS 140-2 compliance
I''ve just posted a feature request <http://projects.puppetlabs.com/issues/8120> relating to FIPS 140-2 compliance. I''m pointing to it here on the mailing list because I listed there five places where Puppet (nay, Ruby!) crashed while I was testing a deployment using FIPS mode on all hosts. It crashed because it tried to use MD5, and OpenSSL in FIPS mode doesn''t let
2004 Nov 10
1
[Fwd: Problem with write permissions]
No idea why this came to me, and seemingly me alone, but I'm forwarding to the list, as I assume that is the intended recipient. Holly -------------- next part -------------- An embedded message was scrubbed... From: "James E. Lang" <jelly@ktb.net> Subject: [Wine]Problem with write permissions Date: Tue, 09 Nov 2004 22:56:43 -0800 Size: 6932 Url:
2008 Oct 07
0
RBloomberg - Converting international stock prices into $US
...rrency, for example, blpGetData(conn, "ALUA AR Equity", "PX_LAST",start="09/30/08", end="09/30/08") returns a stock price in Argentine Peso's. If ones use the BLPH function directly in Excel to do this pull, you can change the currency base using the CCY parameter set to "USD". How would I do something comparable in R with the blpGetHistoricalData function of RBloomberg?? Obviously, I could download exchange rates and do the calculations myself but was hoping to avoid this. Thanks very much in advance, Dan LaPushin dan.lapushin@banko...
2003 Mar 17
0
winbind and w2k groups
Hello, I'm using samba 2.2.7a w/ redhat 8.0, and a w2k server as a DC (french language version). I've configured samba to be a member of the mixed-mode w2k domain, and I authenticate my users from the w2k DC with winbind/pam. I can wbinfo -u/-g/-t/-p without any problems and getent passwd/group give me the correct output. This setup is almost working as i expect it to. But... All my w2k
2013 Feb 11
2
file resource, multiple owner values
With Puppet 2.7.20, it seems that when I write file { ''/tmp/bla'': owner => [''root'', ''jared''] } then if the owner of /tmp/bla is either root or jared, nothing happens, and if not, the owner is changed to root. More generically speaking, my reading of the code suggests that if the owner of the file is in the given list (the
2011 Apr 01
9
Puppet on Redhat 6
Hello I have been using puppet for a while now, more or less successfully on SLES 11 and CentOS 5.5 currently I am using puppet 2.6.6 I now am trying it out on redhat 6, and now i run into an problem with even the simplest of modules/classes The error I get is : debug: /Stage[main]/Motd/File[/etc/motd]/content: Executing ''diff -u / etc/motd
2009 Mar 09
0
asterisk-users Digest, Vol 56, Issue 23
This is what you show CBeyond. You have some vouchers there from CBeyond that will allow me to get paid from them not you. Chuck Coleman President CCI Technologies/CC Call Center/CSI Technologies Director of Managed Services for Gurus2go Cell 510-439-6501 Confidential Email: This email and any files transmitted with it are confidential and intended solely for the use of the individual or
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
..._G2pqM!<2=_~&w}<&|X?u7)n$&tRi9033jIej$w2Z^ICXbmn z(b)p}Vdu5<qvi)+OJ7(cK0>%tK!hDN4)DEPC^z`o42ThE>u8330D at S_5EXqPDhOhw zfLI+USy*>K1PS6%Cxoy;^&RR;M`v-y+;YkidZ1^h4?jYb<?29sLAa1z5VkrJ_v6 at 4 z at 5(>{bxO|<8*+Aj*dB_?unDl59r;oQ?P0?wIvLK4BW|}6o-F*#$<kLb at OZccyRgQ7 zJyr at m8t-QeQjBlu25nnJ2`b^dr(|AN7|nnw#Q<z*RN!XqTOoHDs$1p<tgE)LyHGW= z+&rLs2J?WzNaWd#C*72AC2vlg%}StcaHHH<AocTEjRgkSSYSXH3#>4W1y-2G0xQal z1y-=Jz>5CH0xQ^9V8y`30%s-4j0N73u#5%DWyS(;P2hKSLL{*uZCgKn+gPA5(C$A| znv#)>zQzKf3=|peRl-jQ#l>D4Ukv5D;*zvw8Y2<4Oiq{vBMuUxOf5H;K at xk...
2004 Jan 06
0
Intermediate Interface?
Is there a way to force ingress traffic into appearing as egress traffic for the purpose of traffic shaping. e.g. eth0 ------> TestMachine -------> lo ---------> TestMachine ---------> eth1 Can you use a loopback or similar interface so that it appears that the data is being sent out and back in a pseudo-interface? This would allow egress filtering as it was passed out