similar to: Time.at

Displaying 20 results from an estimated 100 matches similar to: "Time.at"

2013 Oct 07
3
Get current url
Hi friends, i need current url in rails environment file. i can get current url in conroller by the below command. request.env[''HTTP_HOST''] and now i want get current url in environment.rb file or intializer folder files Regards, Daya. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from
2013 Nov 08
2
Export CSV
Hi friends, i am using csv export on my application. in my view file code is <%- headers = ["Transaction ID", "Activity ID", "Product Name","Customer Name", "Ticket code"] -%> <%= CSV.generate_line(headers).strip %> <%if !@trans.nil? && @trans.length > 0 %> <% @trans.each do |tran|%> <% if
2005 Dec 12
1
lme intervals
Hi Dieter, No, because I'm looking for the CIs on the means of baLO of an additive model which has 20 cells, exactly as stated. Essentially I want to have the values of 'lower' and 'upper' to plug into xYplot when used in the form xYplot(Cbind(baLO,lower,upper) ~ bar | sub, groups = delta, data=e7). Thanks. On Dec 12, 2005, at 4:53 AM, Dieter Menne wrote: >
2006 Jan 18
1
festival-script.pl... howto change language?
excuse for to find a desperate solution... but i'm boried to spent hours... ;) not in asterisk !!! ;) i use the festial-script.pl of Donny Kavanagh... but i want to change the language that festival uses, depending on a variable for the callerid. English/Spanish How i can tell the script the correct voice that festival needs to use?? like --language spanish --language english ...in normal
2009 Oct 30
7
Voicemail file
Hi all, When somebody leaves a message in the voicemailbox, is there a way to know the file name of it? I need to return the voicemail file name in the deadagi command. Thanks, Anahi _________________________________________________________________ Convierte las fotos que m?s te gustan en tu nuevo fondo de escritorio para el ordenador. Es f?cil y adem?s gratis
2007 Mar 07
1
Failure to run mcsamp() in package arm
Dear r-helpers, I can run the examples on the mcsamp help page. For example: **************************************** > M1 <- lmer (y1 ~ x + (1|group)) > (M1.sim <- mcsamp (M1)) fit using lmer, 3 chains, each with 1000 iterations (first 500 discarded) n.sims = 1500 iterations saved mean sd 2.5% 25% 50% 75% 97.5% Rhat n.eff beta.(Intercept)
2009 Oct 28
1
CDR(billsec)
Hi people, when I try to get the billsec in the dialplan, it is 0... but if after that I check the database, it is right (not 0). I'm trying to get it in the h extension, like: exten => h,1,Noop(End) exten => h,n,Noop(Time is ${CDR(billsec)}) .... Is it updated after the extension h is executed? In that case, how can I get the call duration in the h extension? Thanks, Anahi
2006 Dec 05
2
theora editing
hello theora-list, i'd like to edit (especially crop) theora files I downloaded here and there. But as far as I know, there is no theora editor. Is there a cli theora files editing ? How could I export .ogg files into whatever format that i can then edit with software such as avidemux ? thanks very much thomas
2007 Aug 08
4
Vorbis with Delphi or Visual Studio
Hello, i need to urgently information. I?m making a encode (wav to vorbis) with Delphi or Visual Studio and i don?t know like to begin. My program will run in windows. I have libvorbis 1.1.2 but I do not know like using it. Thank you and sorry for my english, im spanish _________________________________________________________________ Dale rienda suelta a tu tiempo libre. Mil ideas para
2005 Jul 25
1
sendDTMF at pickup
Hi everyone: The following code dials our prefix, sends a beep, and sends a DTMF "c" tone, then dials the phone number. I need to send the DTMF only if the phone is answered. [voip] exten=>i,1,NoCDR() exten=>i,2,Hangup() exten=>s,1,Wait(2) exten=>s,2,Background(beep||) exten=>s,3,DigitTimeout(6) exten=>s,4,ResponseTimeout(10) exten=>s,5,SendDTMF(c)
2007 Feb 12
3
How to convert .wave files
Hi everyone, I am new programming with sound codecs. I am programming in Borland C++ Builder 6 and I would like to convert .wav files to .ogg ones with flac. I have downloaded the FLAC C++ API, and I need some help, is there any function that converts .wav into .ogg??? Please I will be very pleased if you can help me, or showing me an example or something that I can use. Thank you for your time.
2013 Aug 24
2
Junior Ruby developer searching for remote job
Hi, I am a junior developer searching for remote job. Please find more information on my attached CV. Kind regards, Stefanos Attachments: http://www.ruby-forum.com/attachment/8688/CV-Stefanos.docx -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and
2013 Jul 13
1
Rails and MySQL
I''m trying to use MySQL instead of SQLite3. I have MySQL installed on my pc. Do I need to ran something in the ruby to use MySQL? C:\>rails new MySQLRestaurant --database=mysql C:\>cd MySQLRestaurant C:\MySQLRestaurant>rails generate scaffold review poster:string date:datetime ar ticle:text C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86-mingw32/l
2007 Apr 25
1
err:wintab32
Hi folks, err:wintab32:X11DRV_LoadTabletInfo Unable to initialized the XInput library. wine: Unhandled page fault on read access to 0x00000000 at address (nil) (thread 0009), starting debugger... Anybody know about what's happen? thanks. _________________________________________________________________ Acepta el reto MSN Premium: Protecci?n para tus hijos en internet. Desc?rgalo y
2004 Aug 06
1
about lme
Hi R-users: I've got a problem with lme. In Rail data,I try to model the next one lme(travel ~ Rail, data = Rail, random = ~ Rail | Rail) I want travel = Rail(i) + Rail(j) + epsilon(i,j) say, an effect fixed for every Rail and other for Rail(j) random, R says fewer observations or false convergence. Why can't I model an effect fixed and other random? Thanks in advance. My e-mail is
2006 Dec 15
0
KungFu a program to create Theora files
I find a new program to create Theora files , KungFu. https://launchpad.net/products/kungfu This program has a lot of activity these days. _________________________________________________________________ Acepta el reto MSN Premium: Protecci?n para tus hijos en internet. Desc?rgalo y pru?balo 2 meses gratis.
2007 Feb 12
0
How to convert .wave files
Ok Alex, that is very interesting. What do you recommend me?? > From: alex@weej.com> To: adayts6@hotmail.com> CC: flac@xiph.org> Date: Mon, 12 Feb 2007 17:39:09 +0000> Subject: Re: [Flac] How to convert .wave files> > Not a solution, but are you sure you want Ogg files?> > Ogg container does do FLAC streams, but it's not as well supported as> the native FLAC file
2007 Mar 11
2
Online file converter to Theora , Who thinks transcode to Theora is difficult?
Hi to all , I discover this website http://www.mux.am , that lets you to put an url of movie file and this website convert the file to other formats , including Ogg Theora. When the file is converted they send you an email with the URL to download the file. Also , if you want to take control of the converter and set advanced setting for it , you can try the power mux :
2007 Mar 06
2
Generate random numbers up to one
Dear all, I would like to know if there is a simple way to generate random numbers with the constrain that they sum up to one. I am new using R... Thanks in advance, N?ria _________________________________________________________________ Acepta el reto MSN Premium: Correos m?s divertidos con fotos y textos incre?bles en MSN Premium. Desc?rgalo y pru?balo 2 meses gratis.
2007 Feb 28
5
about bluetooth channel
28th February I am working with Asterisk 1.2.15. I have configured sip.conf for two soft phones (I am using Xlite).I have installed the Bluez stack and so far, i manage to make a phone call from a soft phone to a GSM network. However, i have an audio problem. The soft phone can be heart by the GSM costumer but the voice in Xlite is not transmitted to the GSM. In asterisk all i got is the