similar to: types of vectors / lists

Displaying 20 results from an estimated 5000 matches similar to: "types of vectors / lists"

2008 Mar 05
2
collapsing list to data.frame
Hello, Given a list with all elements having identical layout, e.g.: l = NULL l[[1]] = list(4, "hello") l[[2]] = list(7, "world") l[[3]] = list(9, " !!!! ") is there an easy way to collapse this list into a data.frame with each row being the elements of the list ? I.e. in this case I want to convert the list into a data.frame with 3 rows and 2 columns, where
2010 May 05
3
creating a station from the ground up
Hey all, I am looking to start my own station, but don't know where do start. I have edcast, so will use that to originate my programs. However, how do I set up a server to broadcast to? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20100505/edb6e275/attachment.htm>
2006 Sep 01
3
Date conversion with as.POSIXct and as.POSIXlt (PR#9196)
Full_Name: Erich Neuwirth Version: 2.3.1 OS: Windows XP, Linux Submission from: (NULL) (131.130.135.167) Converting Sys.Date() to a POSIX compliant time type in different ways produces inconsistent results: > Sys.date() [1] "2006-09-01" > as.POSIXct(Sys.Date()) [1] "2006-09-01 02:00:00 CEST" > as.POSIXlt(Sys.Date()) [1] "2006-09-01" >
2008 Aug 01
1
duplicate entries on ext3 when using readdir/readdir64
Hello, I have a problem with directories that contain more than 10000 entries (Ubuntu 8.04.1) or with more than 70000 entries (RHEL 5.2). If you use readdir(3) or readdir64(3) you get one entry twice, with same name and inode. Some analyzing showed that disabling dir_index solves this problem, but I think that this is a bug in the ext3 code, as no other file-system shows this behavior.
2005 Sep 10
2
GotoIf Syntax to match first digits
how does a GotoIf-challenge look like to match e.g. only the first two digits? i want to strip the first two digits from an incoming pstn-call and add a zero instead so when i forward a call to a mobile the called party gets the correct number of the caller. at the moment, incoming calls from the austrian pstn are recognized as e.g. 43650123123 by asterisk, when i forward the call e.g. to a
2005 Aug 29
1
text till answer
hello! i'm looking for a feature to play a sound-file containing a text until the called party picks up the phone. i've already tried with the 'special' musiconhold-feature by adding the m-option at the end of DIAL but it is not exactly what i want. the problem with the m-option is that the file is played to a second caller at the same position as it was played to the first
2005 Sep 27
1
wait before accepting the call
hello! i'm looking for a way to prolonge a pstn-call for 5 seconds before it enters the extensions.conf. this is for testing purposes, all numbers of a ddi should be received by asterisk before the call is walking through the extensions. how can i achive this? i've not seen a feature like this for zapata or zaptel, does anyone have an idea how this could be done? thx christian
2003 Aug 26
3
Subsetting a dataframe
Hi R-people I have a question concerning subsetting. I have a dataframe which contains among other variables the variable "subject". For each subject number there are several rows, e.g.: subject treatment concentration day 19 a 15,4 1 19 a 18,3 2 19 a 2,3 3 etc. Im trying to subset the dataframe to get for
2009 Jul 07
1
request for documentation improvement
Dear Samba-Team. First, I don't know if this is the right place for my request. If a bug report is more suitable, I can file one. My request is interconnected with CUPS, but I was told to ask you instead as - CUPS avoids to document software-specific stuff, because there are too many changes in the programs interconnected with CUPS to keep up with and the SMB backend is - as a part of Samba
2003 Sep 30
2
Trouble with 'NET ADS JOIN'
Hi All, Any clues as to what is causing this? I have seen similar questions asked before in regards to joining ADS domain but have not been able to find a solution to my problem. The domain is a Native mode ADS on win2k3 with signing required. Please let me know if additional info or logs are required to diagnose the problem. I did a 'net ads join ADSDOM -U
2006 Mar 06
1
cdr records on transfer
Hello! i'm trying to set up transfer without using the respective asterisk-function but with the built-in phone functions. my goal is to have the first callleg billed to the caller and the second callleg to the callee, who is responsible for the forward(and i can't bill a unknown caller anyways) so far it's working without problems, but my cdr's are messed. with the help of the
2005 Sep 09
1
Changing User-Agent: Asterisk PBX
Hello Folks! in my sip-logs i see that asterisk uses the User-Agent ID "Asterisk PBX": SipClient: Received: 16:34:03.023 --------------------------------- BYE sip:102141@131.130.XXX.XXX:44343;transport=udp SIP/2.0 Max-Forwards: 10 Record-Route: <sip:213.2XX.XXX.XX8;ftag=as2eb3c466;lr=on> Via: SIP/2.0/UDP 213.2XX.XXX.XX8;branch=z9hG4bK539a.47e6e8a7.0 #this is SER Via:
2005 Feb 16
4
Dutch VOIP-PSTN provider
Hi, I read a lot about US providers that can terminate a PSTN number for you and offer IAX or SIP connectivity. Does anyone know such a company in The Netherlands ? I read about Unet. Anyone with experience with them ? Any information is welcome. -- Michiel van Baak http://lunteren.vanbaak.info michiel@vanbaak.info GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D
2004 Jun 07
7
Vectors of years, months, and days to dates?
The interface for dates in R is a little confusing to me. I want to create a vector of Date objects from vectors of years, months, and days. One solution I found is: years <- c(1991, 1992) months <- c(1, 10) days <- c(1, 2) dates <- as.Date(ISOdate(years, months, days)) But, in this solution the ISOdate function converts the vectors into characters, which can cause serious
2006 Jul 17
2
actionmailer / @recipeints
Hi all, i''m trying to email multiple people based on certain criteria. i do a search like @stacks = Group.find(:all, :conditions => ["component_id = ?", 2]) this populates stack to contain multiple groups with component_id =2. How do i populate @recipients to contain all possible @stack.email. Let me clearify. Each stack has its own email, and i need to include each
2007 Dec 11
3
Wrong length of POSIXt vectors (PR#10507)
Full_Name: Petr Simecek Version: 2.5.1, 2.6.1 OS: Windows XP Submission from: (NULL) (195.113.231.2) Several times I have experienced that a length of a POSIXt vector has not been computed right. Example: tv<-structure(list(sec = c(50, 0, 55, 12, 2, 0, 37, NA, 17, 3, 31 ), min = c(1L, 10L, 11L, 15L, 16L, 18L, 18L, NA, 20L, 22L, 22L ), hour = c(12L, 12L, 12L, 12L, 12L, 12L, 12L, NA, 12L,
2006 May 08
2
Noob Question - Variable Scope
I feel awful asking such a basic question, but here it goes.... I have a controller, "NewsController". The user enters and the "list" action is called and I populate an instance variable "@news" which contains all the elements I''d like to display using a form. The user then changes something and the "update" action is called. Is
2017 Aug 22
2
unexpected delivery location
Hi, We're running dovecot 2.2.13, virtual users, with postfix. We have an olddomain and a new domainname. To 'translate' *@olddomain into *@newdomain, I have configured: > cat /etc/postfix/canonical > @olddomain.com @newdomain.com While this seems to work, lately we have noticed that dovecot occasionally creates mailboxes for non-existent users, like: >
2003 Nov 24
2
Samba 3.0.0, LDAP and multiples domains
Hi all, Can samba have multiples domains in a single OU on ldap ? Cause I have 2 separate samba domains, many users in the same OU depending on one or the other domain (not 2 at the same time, the SID is refering to only one domain), and every user can log into the 2 domains without interdomain trust... Is it a normal feature ? (Yes it's a configuration a little twisted, I know ;)) Mathieu
2003 Jul 21
1
PAnasonic And Asterisk
Dear Pals One customer has a Panasonic PBX KX-T336 with 60 ext. and a E1 (R2) for Trunks working perfectly now, This customer has 10 wireless links to his branches, wireless working great now, no voice at the present MY IDEA : T1Card into the Panasonic (additional to the E1) connected to a T1 Digium Card into Asterisk as far as I know the T1 Card can be configured as E&M to act as