search for: comto

Displaying 20 results from an estimated 30 matches for "comto".

Did you mean: combo
2005 Mar 24
5
Bloomberg data import
Dear R Folks, I know that Enrique Bengoechea ( Credit Suisse ) had posted some code snippets for importing Bloomberg historical data into R. I found them to be very useful. Has anyone succeeded in getting the below items from Bloomberg to R? (a) historical economic release data, (b) tick/intra-day data (c) bulk data such as Index membership info, etc. If someone is willing to share their code
2008 Jan 28
2
sub-plot in a plot
From: lamac_k em hotmail.comTo: r-help-request em r-project.orgSubject: sub-plot in a plotDate: Mon, 28 Jan 2008 15:43:40 +0000 Dear all, how can I do these sub-plots in a plot (see file attached) in R. Best regards. Receba GR?TIS as mensagens do Messenger no seu celular quando voc? estiver offline. Conhe?a o MSN Mobile! C...
2010 Jan 21
4
Redirect www to non-www
How to redirect www to non-www? e.g redirect www.example.com to example.com Thanks Johnny -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2009 Feb 13
1
linksys PAP2t and asterisk
Hi all: when i make a call from linksys pap2t to an asterisk server a fake ring is heard some times ,but when sending calls between 2 asterisk servers through sip no fake ring is heard but real one. any suggestions please. _________________________________________________________________ Windows Live?: E-mail. Chat. Share. Get more ways to connect.
2005 Mar 31
0
Bloomberg data import SOLVED
...;- try(blCon <- COMCreate("Bloomberg.Data.1"), silent=TRUE) # Always check the class of blCon before proceeding! # First tick data ticker <- "IBM US Equity" fields <- c("Last Price","Volume") comFrom <- new("COMDate",38442.4583333333) comTo <- new("COMDate",38442.58247696760) z <- as.integer(0) histData <- try(blCon$BLPGetHistoricalData(Security=ticker, Fields=fields, StartDate=comFrom, EndDate=comTo, BarSize=z)) # Notes: # Passing in just a 0 instead of an int 0 (as z) crashes Rgui # For tick data, only one ticke...
2006 Nov 13
0
Zaptel
Hi Again, Ok so I have been able to load the driver now I need help configuring it for the PRI. The provider of the PRI is AT&T. I think I have set up zaptel.conf correctly now what is the next step? Thanks Julian From: jvaranini@hotmail.comTo: asterisk-users@lists.digium.comSubject: RE: [asterisk-users] Modprobe ZaptelDate: Mon, 13 Nov 2006 19:17:50 +0000 Sorry meant 2.6.12-27...... From: jvaranini@hotmail.comTo: asterisk-users@lists.digium.comSubject: RE: [asterisk-users] Modprobe ZaptelDate: Mon, 13 Nov 2006 17:31:24 +0000 Hi Eri...
2009 Feb 19
5
creating virtual hosts with Mongrel?
Does anyone know how to use Mongrel to create virtual hosts? My production site will have all kinds of domains pointing to it, and I also need to figure out how to do subdomains. Rails should react to the host name, doing a lookup based on the name and pull different records from the database based on this. For example, I''d like www.mysite.com to point back to 127.0.0.1:3000, and the
2009 Jun 10
5
Deploying with Passenger question
Hi, I followed the instructions for deploying a site with Passenger from the screencast that is on the Phusion Passenger site and it didn''t work. I am using Dreamhost to host my site- could the problem be on their end? Someone suggested that I do: passenger-install-apache2-module on my command line but I already did that when I first installed Passenger and the Passenger Pref pane
2008 Oct 05
1
How to configure POP3 access in Dovecot?
...allation as "Internet with Smarthost". I'am using a domain in Godaddy, I have point "A (Host) Record" to my IP and the "MX Record" is also pointing to my IP. I have tested sending e-mail from my gmail.com account to my server, the server receive e-mails from gmail.comto my /home/andre/mbox successfully, the server is also sending mails by SMTP successfully. Now I need to configure POP3, I have been searching but I don't know what to do... I only need to receive e-mails in my windows machines in Outlook Express. I have test telnet in my localhost with &quot...
2007 Sep 04
1
Help: how can i build a constrained non-linear model?
Dear I have a data.frame, and want to fit a constrained non-linear model: data: x y -0.08 20.815 -0.065 19.8128 -0.05 19.1824 -0.03 18.7346 -0.015 18.3129 0.015 18.0269 0.03 18.4715 0.05 18.9517 0.065 19.4184 0.08 20.146 0 18.2947 model: y~exp(a)*(x-m)^4+exp(b)*(x-m)^2+const I try to use nls() and set start=list(a=1,b=1,c=1,m=1), but which always give me a error message that
2008 Jan 18
0
FW: Question about making active a previously opened graphic device - SOLVED
Hi again, It seems that dev.set() will solve my problem. It took me quite a bit of time, search and frustration until i stumbled on dev.set ;-) Thanks anyway, Monica From: pisicandru@hotmail.comTo: r-help@r-project.orgSubject: [R] Question about making active a previously opened graphic deviceDate: Fri, 18 Jan 2008 15:02:40 +0000 Hi, I have opened 2 different graphic devices on screen with windows(3) and Windows(4) (I already have had an other graphic on screen opened in device 2). Now dev...
2006 Dec 11
0
Aculab
...s with recently made computers. I have a case opened for my problem with aculab but sysdiag shows that I have ver 1.1 and aculab says I have ver1.5! can sysdiag be inaccurate? I tried config summary and I had the same result! wish you can read this! Ammar Ali From: Trevor.Raynsford@ACULAB.COMTo: asterisk-users@lists.digium.comSubject: [Asterisk-Users] Howto cut the first digitDate: Fri, 31 Mar 2006 13:41:38 +0100 Christian Reelfs wrote: > example: > 044612345 > should be after cut operation: > 44612345 > > My try in the extension.conf: > exten => _0[0-9].,2,Cut(...
2013 Nov 28
1
How to properly change my Samba4 domain name?
...OS 6.4 x64 Using bind BIND_DLZ backend w/ bind 9.8 smb.conf: server role = ad workgroup = EXAMPLE realm = EXAMPLE.COM netbios name = dc1 krb5.conf: default_realm = EXAMPLE.COM dns_lookup_realm = true dns_lookup_kdc = true Basically, the issue I'm running into is that I need to point example.comto our externally hosted web site, and because of this, I am unable to resolve \\example.com\SysVol\etc\etc for my GPO's, and thus they never get applied. (I actually briefly had this resolved by adding "host msdfs = yes" in smb.conf, but that is no longer working, for whatever reason)....
2007 Nov 21
1
Traffic generation and measurement
Hello, i am searching for a method to generate traffic and measure it, to compare several version of tc configurations. For my thesis i am researching the best way to use tc for medium sized companies. For this purpose i analyzed the company network and created a tc schema. Now i have to test this definition in a kind of simulation outside the network. Also i have to do a comparison of the
2007 Jun 13
3
WAV file best sound quality
Hi,I have been using wav files with sample rate of 8khz and 8 bits and I find the sound quality really poor.What is the best sound quality I can achieve on Asterisk?Responses would be appreciated.Rgds,Akpome _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE!
2007 Nov 23
2
TDM808B 8 port FXO setting problem
Dear all I have TDM808B 8 port FXO it is configure perfectly but i got some problem of incomming phone Hangup and callerid display problem i am going to explain you the issue i have install asterisk 1.4 and i have 100 of SIP phone now everything is fine but problem is when i incoming call on FXO and dial sip extention SIP phone is rining but when i disconnect my incoming
2007 Mar 06
0
Performance of the acoustic echo canceller
...sts has no line breaker when it displayed the forum... I used Hotmail(Windows Live Mail) with FireFox 2.0. I am posting this msg with IE 7.0 and see if it make any difference. Anybody experienced the same issue and how to workaround it? Thanks a lot! Regards, William From: espzzh@hotmail.comTo: jean-marc.valin@usherbrooke.caCC: speex-dev@xiph.orgSubject: RE: [Speex-dev] Performance of the acoustic echo cancellerDate: Tue, 6 Mar 2007 01:39:11 -0800 Hi Jean-Marc, Thanks for the suggesting. I tried the test wtih my recording file offline through the testecho. I got the same result(no pr...
2007 Oct 19
0
No subject
...be designed for Windows desktops, it will function a lot better as a native= Linux user. =20 There is a chance here to leave the competing Operating Systems for dust an= d to force their hand in terms of inter-operability.Carpe diem. Date: Fri, 19 Oct 2007 08:02:47 -0400From: vperetokin at gmail.comTo: markmcca= rron_itt at hotmail.comSubject: Re: [compiz] Feature RequestCC: srhlefty at gmail= .com; compiz at lists.freedesktop.orgI had a similar idea, but I think they sa= id it wasn't too feasible much on the forums.Why do you capitalize "window"= though?I really like your busines...
2007 Oct 19
0
No subject
...be designed for Windows desktops, it will function a lot better as a native= Linux user. =20 There is a chance here to leave the competing Operating Systems for dust an= d to force their hand in terms of inter-operability.Carpe diem. Date: Fri, 19 Oct 2007 08:02:47 -0400From: vperetokin at gmail.comTo: markmcca= rron_itt at hotmail.comSubject: Re: [compiz] Feature RequestCC: srhlefty at gmail= .com; compiz at lists.freedesktop.orgI had a similar idea, but I think they sa= id it wasn't too feasible much on the forums.Why do you capitalize "window"= though?I really like your busines...
2008 Jun 04
4
merging 3 data sets at once
Hi All, I am looking into merging 3 data sets I know how to do that by merging data1 with data2 and then merging the result with data 3. I was wondering if it can be done all at once so I tried, M<-merge(data1,data2,data3, by=?ID?) It does not work! Any ideas? -- View this message in context: http://www.nabble.com/merging-3-data-sets-at-once-tp17658873p17658873.html Sent from the R help