similar to: fill data forward in data frame.

Displaying 20 results from an estimated 1000 matches similar to: "fill data forward in data frame."

2012 Mar 02
3
speed up merge
Hello, I have a nasty loop that I have to do 11877 times. The only thing that slows it down really is this merge: xx1 = merge(dt,ua_rd,by.x=1,by.y= 'rt_date',all.x=T) Any ideas on how to speed it up? The output can't change materially (it works), but I'd like it to go faster. I'm looking at getting around the loop (not shown), but I'm trying to speed up the merge first.
2012 Mar 05
1
index instead of loop?
Hello, Does anyone know of a way I can speed this up? Basically I'm attempting to get the data item on the same row as the report date for each report date available. In reality, I have over 11k of columns, not just A, B, C, D and I have to do that over 100 times. My solution is slow, but it works. The loop is slow because of merge. # create sample data z.dates =
2012 Mar 03
0
removing data look-ahead, something faster.
Hello, Thank you for your help/advice! The issue here is speed/efficiency. I can do what I want, but its really slow. The goal is to have the ability to do calculations on my data and have it adjusted for look-ahead. I see two ways to do this: (I'm open to more ideas. My terminology: Unadjusted = values not adjusted for look-ahead bias; adjusted = values adjusted for look-ahead bias.) 1) I
2010 May 05
0
T38 trunk configuration for relay appears to affect default trunks for voip
Hi list! I have this configuration for sending T38 faxes to my T38 fax termination provider: T38modem --> hylafax --> Asterisk-SIP-Extension --> T38 termination provider --> T.30 termination to PSTN We are experiencing 2 problems with this (if you want configuration files, it won't be a problem, just tell me): 1. T38 termination provider receives faxes at 2400 bpps from our
2005 Feb 03
1
How to forward a call to the same ISDN box ?
Hello Guys Im trying to forward a incoming call from asterisk to a second number (the second phone number is located on the same ISDN BOX ) I did try the following on the extensions.conf exten=>2,1,Dial(capi/720XXX1:720XXX2,18) It does work if the second number is a phone number located outside of the building (lets say a mobile phone number).. But I don't know why I cant forward the
2011 Dec 08
1
libpri / ISDN feature ECT (explicit call transfer)
Hi, since version 1.4.12 the libpri package supports ETSI Explicit Call Transfer feature: http://downloads.asterisk.org/pub/telephony/libpri/ChangeLog-1.4.12 Does anyone know, how to use this feature in the dialplan? I can not find any hints in the asterisk doc. Best regards, -Thorsten-
2008 Aug 29
0
Asterisk cdr_mysql inexact values
I have a simple cdr configured with the default tables, here is a row of a good cdr report calldate | clid | src | dst | dcontext | channel | ect ..... ect .... 2008-08-29 10:16:49 | "C. BOUTON" <40> | 40 | XXXXXXXXXXX | phonesystems | SIP/40-08776938 | ect ..... ect .... I have replaced the number by
2008 Jun 05
4
do i need posix users/groups in ldap
Hi all, i'm a bit confused, can i setup samba (3.0.30) with LDAP backend, and have the "posix/local linux" users and groups reside in the /etc/groups /etc/shadow ect. ect (the standard linux files) ??? or do i have to put them in ldap also ?? (is there a choice?) Greets, Collen
2001 Jan 19
1
Vorbis Comments ect
Hello, I'm just letting everyone know that I've begun the preliminary part of putting together a working comment system. I have a few idea's on how to implement this system. 1. What I would like to do is grab the General and Input SDK's for Winamp first. Then I would like to add to our existing Winamp plug-in the ability to simply add comments via the built in ID tag
2014 May 07
1
[Bug 928] New: ECN: --ecn-tcp-ece and --ecn-ip-ect is not supported
https://bugzilla.netfilter.org/show_bug.cgi?id=928 Summary: ECN: --ecn-tcp-ece and --ecn-ip-ect is not supported Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo: pablo at netfilter.org
2005 Feb 21
0
How to ECT (explicit call transfer) ?
Hey Guys Im trying to find out how to transfer a call with ECT (explicit call transfer) ? Im currently transferring a call as following: exten=>2,1,Dial(capi/720****:078888****,18) exten => 2,2,Goto(2-${DIALSTATUS},1) exten => 2-NOANSWER,1,Dial(capi/720****:07979****) exten => 2-CHANUNAVAIL,1,Goto(1,1) exten => 2-BUSY,1,Dial(capi/720****:07979****) If I wanna transfer a call with
2007 Jun 20
0
Fill out skeleton specs
Geoff, you''ve committed specs for form helper methods. I''ve recently looked at some of those but unfortunately not spec''ed them. Would it be alright for you if I flesh out some of your specs related to forms? Ezra, would you prefer to have any edits as tickets, or checked in? All the best Jon Egil -------------- next part -------------- An HTML attachment was
2006 May 28
0
Fill a combobox with image paths
That, i have a bunch of images on my public/images/items folder and i want to be all listed on a combobox so when i select one image from the combo it be displayed inside a <div> tag, i dont know if its easier get the physical path or have a table with the image paths. also i have a list of items with name, description and image assigned so im looking also in how i can edit the items to
2006 Apr 27
0
PDF Form Fill
Anyone have any success using the PDF Form Fill referenced at http://wiki.rubyonrails.com/rails/pages/HowtoGeneratePDFs. I''m having all sorts of issues trying to get it working. Any help is appreciated. -- Posted via http://www.ruby-forum.com/.
2008 May 31
2
Getting items to fill a column
Hi I''ve been following through the example app in the FXRuby book (which has generally been very helpful!) and I''m now at the extending it stage. I''d like to get the images display at the centre of a column and have a uniform width for all columns. The centering I have fixed, but no combinations of setting width and height options and LAYOUT_FILLs seems to work to get
2012 Jun 13
1
histogram fill lattice
Dear all, I would like to change the "fill" pattern of a histogram using histogram() in the lattice package. I know how to do so using hist(), but would prefer to stay within lattice. dt1 <- rnorm(100,0,1) hist(dt1, density=3, angle=45) library(lattice) histogram(dt1, xlab = "Histogram of rnorm(0,1)", type = "count",
2013 Nov 26
0
SVG export - RGB fill
Hello all, I have to export the graph to SVG format. I was able to do that. The problem is that I'm using this SVG file in a XML-FO processor that doesn't support percentages for the rgb color, only absolute numbers. Is there any way I can control it from the R code? Thanks! -- Igor. igorjrr@gmail.com [[alternative HTML version deleted]]
2009 Oct 06
2
how do i use a loop to fill an array?
i am trying to use a loop to fill an array with numbers from 0 through 25, but i have no idea how to do it. Can someone please help? thank you -- Posted via http://www.ruby-forum.com/.
2010 Nov 09
1
How to fill other fields with RecordSelect
Hello everyone, I am using RecordSelect (http://code.google.com/p/recordselect/) to associate a user to a appointment. The auto-complete have already worked and when I save the appointment the user is associated. But I wold like to get others user''s attributes to show in form when he is selected, link phones and e-mail. So when a user is selected the hidden field id and text fields
2012 Oct 10
1
impossible to fill point glyphs in a lattice plot
(sorry for repetition: the previous mail resulted from a weird manipulation in the forum) With the following code : dat1 <- matrix(nrow=4, ncol=2) dat1[1,] <- c(-2, 1) dat1[2,] <- c(-1.7, 0.9) dat1[3,] <- c(0.1, 0.6) dat1[4,] <- c(0.5, 0.5) theplot <- xyplot(V2 ~ V1, as.data.frame(dat1), pch=c(4,1,5,4)) plot(theplot, prefix="theplot") # for a predictable name