similar to: Generating sequence of dates

Displaying 20 results from an estimated 2000 matches similar to: "Generating sequence of dates"

2009 Nov 05
2
Merge records in the same dataframe
Hi: Suppose that I have a data frame as below x1 x2 x3 ... x10 wk1 wk2 ... Wk208 (these are the column names) For each record, x1, x2, x3 ... x10 are attributes. and wk1, wk2, ..., wk208 are the sales recoreded for this attribute combination. Suppose that now, that I want to do the following 1. Merge the data frame so that I have a new data frame grouped by values of x2 and x3 (for example).
2009 Feb 26
2
Merge question
Hi: I am a new R user. I have the following question and would appreciate your input Data1 (data frame 1) p1,d1,d2 (p1 is text and d1 and d2 are numeric) xyz,10,25 Data2 (data frame 2) p1,d1,d2 xyz,11,15 Now I want to create a new data frame that looks like so below. The fields d1 and s2 are summed by the product key. Data3 p1,d1,d2 xyz,21 (sum of 10 from Data1 and 11 from Data2),40 (sum of 25
2009 Nov 05
1
How to read numeric as text
Hi: If I want to read a file with read.table. I want x1 and x2 to be read as character and x3 as numeric. How to do this? Thanks. Satish x1 ,x2,x3 10,20,30 11 ,22,35
2010 Jan 27
1
Installing R and modules on Unix OS
Hi: I have a question about installing R (and modules) on a Unix system (AIX). Can I just gunzip (or the equivalent) the installation files into my home directory or will I need someone with root access to install R? I am hoping that the answer is the former (I can unzip all files to a directory R that I create under my home directory and I can start using it). Could you please help me with this
2012 Dec 19
1
Dialplan - working out when users answer
Hey guys, I've got a part of my dialplan that dials multiple people: exten => direct,n,Dial(${QUEUEEXTS},${RINGTIME}) Multiple extensions are in the ${QUEUEEXTS} from an external script - e.g. SIP/100&SIP/101&SIP/105 etc This works great, however I want to see if I can find a way to work out (and run an AGI script) when the call is picked up by someone. Thanks all!
2011 Mar 21
7
Queue pause vs logged out ?
Hey Guys, I knew this is stupid question but i just want to know what is the difference between Queue member logged out vs Pause ? -Satish -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110321/7646a66b/attachment.htm>
2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys, I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}.wav"
2003 Mar 21
2
Shares with long names not accessible from winNT...
Hi All, I have the following section in my smb.conf file: [Satish' Hindi Alltime Hits - Gems] path = /mnt/d-drive/Music/Satish' Hindi Alltime Hits Gems browseable = yes public = yes readonly = yes guest ok = yes I am able to browse this share through win2k but not from winNT. But If I change the share
2009 Sep 01
3
SRIOV test on Xen with Intel 82576
Hi, I am working of Intel 82576 device to test the SRIOV functionality. I want to assign VFs to a VMs(domU) and verify the control and data path. I installed Xen-unstable with 2.6.30-rc3(dom0). But the SRIOV functionality isn''t working, because MSI is not supported. Please let me know, what version of Xen and dom0 supports above functionality? Is there any tool available to manage SRIOV
2011 Apr 08
4
IAX2/0.0.29.199
Where this revers IP comes from ? == Using SIP RTP CoS mark 5 -- Executing [7623 at from-sip:1] Macro("SIP/7527-0000006b", "stdexten,7623,SIP/7623") in new stack -- Executing [s at macro-stdexten:1] ChanIsAvail("SIP/7527-0000006b", "SIP/7623&IAX2/7623,20,t") in new stack -- Hungup 'IAX2/0.0.29.199:4569-5255' -- Executing [s at
2003 Sep 18
2
Deleted smb.conf
I have RedHat 9.1 running. Installed Samba that comes along with the OS to test it out. When I was playing with it, I deleted the smb.conf file inadvertently. I uninstalled and reinstalled the Samba utilities, but that didn't help. How do I get back the default smb.conf file? Thanks in advance. Satish Kumar
2002 Feb 18
0
Net Use disconnect failure
Howdy All, This is probably a stupid question, but I can't seem to disconnect from a SAMBA share without a reboot. I connect using: c:\winnt\system32\net use O: \\editest.fritolay.pvt\transtst /user:flna\enttst xxxxxx /persistent:no But when I try to disconnect (as flna/enttst): net use O: /D I get: The network connection could not be found. More help is available by typing NET HELPMSG
2011 Mar 25
6
Back-to-back asterisk PRI issue
Following is my scenario to connect back to back PRI of two asterisk server. PRI cards are Sangoma A102D [Asterisk1]------------[PRI]-Cross Cable---------[Asterisk2] Asterisk1 ; Span 1 (MASTER) switchtype = national ; commonly referred to as NI2 context = from-pstn group = 0,24 echocancel = yes signalling = pri_net channel => 1-23 Asterisk2 ; Span 1 switchtype = national ; commonly
2011 Feb 18
2
Meet me recording
Hey Users, I am using record application to record MeetMe conf. but look like its creating individual files for every channel. What applucation is best to record MeetMe conf ? ~ # ls -l /var/spool/asterisk/monitor/ total 489220 -rw-r--r-- 1 asterisk asterisk 44 Feb 16 08:42 8881-conf-20110216-084224.wav -rw-r--r-- 1 asterisk asterisk 1858284 Feb 16 13:05 8881-conf-20110216-130321.wav
2011 Mar 25
3
reload command not availeble asterisk 1.8.x
Hey Guys! I have two asterisk 1.8.3.2 same version on both machine but why one asterisk has "reload" command but other doesn't ? satish-desktop*CLI> core show version Asterisk 1.8.3.2 built by root @ satish-desktop on a x86_64 running Linux on 2011-03-25 16:10:39 UTC satish-desktop*CLI> re <tab><tab> realtime reload shirley*CLI> core show version Asterisk
2011 May 25
6
Asterisk 1..8 multiple queue
Hey Guys! We had migrate asterisk 1.2 to 1.8 now big issue is queue system. Before we had 3 queues and we were using AgentCallbackLogin but now its quite difficult to use AddQueueMember. Is there any easy way to logged into multiple queue using AddQueueMember ? and restrict agent for specific queue ? -S -------------- next part -------------- An HTML attachment was scrubbed...
2011 Mar 14
5
Asterisk 1.8 paging with ploycom
Hey Guys, I have upgrade my asterisk 1.2 to 1.8 and suddenly my allpage.agi stopped working look like asterisk 1.8 did some changes in manager apps i am doing following.. my phone is ringing but not auto answer could you give me some issue what i am doing wrong ? root at ubuntu-test:~# telnet 127.0.0.1 5038 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. Asterisk
2011 Jun 08
1
PRI hangup request, cause 18
We have 2 PRI from AT&T And all is well but only few numbers having following issue. We are getting hangup cause 18 do you guys have any idea ? We have just migrate 1.2 to 1.8 and this issue raised [Jun 7 17:57:10] VERBOSE[23717] sig_pri.c: -- Span 2: Channel 0/3 got hangup request, cause 18 [Jun 7 17:57:10] DEBUG[24856] sig_pri.c: Not yet hungup... Calling hangup once with icause,
2002 Jul 08
3
How to freeze & thaw ext2(ext3) file system?
hi... i intend to develop a backup application for linux platform... the workflow is as follows: - freeze the file-system(ext2 or ext3) - take the bckup - release the file system. i am not able to find the relevant ioctl or api for freezing & releasing the file system... so... i need some help... thanks... Satish Singhal __________________________________________________ Do You Yahoo!?
2007 Sep 19
2
what is softswitch
Dear all what is softswitch what is difference between asterisk and softswitch ?? regards satish patel --------------------------------- Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more! -------------- next part -------------- An HTML attachment was scrubbed... URL: