search for: cotton

Displaying 20 results from an estimated 400 matches for "cotton".

Did you mean: cottin
2010 Jun 01
3
as.date
Dear group, Here is my df (obtained with a read.csv2()): df <- structure(list(DESCRIPTION = c("COTTON NO.2 Jul/10", "COTTON NO.2 Jul/10", "PALLADIUM Jun/10", "PALLADIUM Jun/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10"), CREATED.DATE = c("13/05/2010", "13/05/2010", "14/05/2010", "14/05/2010", "1...
2010 Oct 21
10
Asterisk 1.80-rc5
Just done a clean install of rc5 on a totally new machine and found the following:- /etc/init.d/asterisk start errors on line 109 - there is no 0 before $VERBOSITY as in the other lines. More interesting is that after make samples I have no iax2 available. Dave Cotton
2010 Apr 14
6
sum specific rows in a data frame
I have a data frame called "pose": DESCRIPTION QUANITY CLOSING.PRICE 1 WHEAT May/10 1 467.75 2 WHEAT May/10 2 467.75 3 WHEAT May/10 1 467.75 4 WHEAT May/10 1 467.75 5 COTTON NO.2 May/10 1 78.13 6 COTTON NO.2 May/10 3 78.13 7 COTTON NO.2 May/10 1 78.13 I would like to sum the quantity for each category (i.e WHEAT and COTTON),but I have no idea how to write it in a simple manner. The number or rows will change every day. TY f...
2010 May 11
1
merging data frame
Dear group, I have 3 data frames I would like to merge. Here they are: pose16 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 12L), .Label = c("COPPER May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 May/10", "WHEAT Jul/10", "PRIMARY NICKEL USD", "PRM HGH GD ALUMINIUM...
2007 Apr 28
7
[ rspec-Patches-9605 ] Patch for ER 9472, shared behaviour
Hi all - I''ve applied (to trunk) Bob Cotton''s patch which supports shared behaviours (link to tracker below). I''m still toying w/ names, so please be aware that until this is released w/ 0.9 it should be considered experimental and there will NOT be translation support for it. It will definitely be included in some form -...
2010 May 11
1
merge two data frames
Dear group, I have these 2 following data frame: allcon <- structure(list(DESCRIPTION = structure(1:17, .Label = c("COFFEE C Jul/10", "COPPER May/10", "CORN Jul/10", "CORN May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "HENRY HUB NATURAL GAS May/10", "ROBUSTA COFFEE (10) Jul/10", "SILVER May/10", "SOYBEANS Jul/10", "SPCL HIGH GRADE ZINC USD", "STANDARD LEAD USD", "SUGA...
2003 Sep 19
2
Voicemail2 crashing on replay
Using CVS update from 11:00 CET today * crashes at this point. == Parsing '/var/spool/asterisk/voicemail/default/2201/INBOX/msg0000.txt': == Parsing '/var/spool/asterisk/voicemail/default/2201/INBOX/msg0000.txt': Found Sheriff*CLI> Disconnected from Asterisk server -- Dave Cotton <dcotton@linuxautrement.com>
2010 Apr 29
3
convert Factor as numeric
...ve read the R-FAQ and search the mailing list archive. I still can't manage to change my factor to numeric as I couldn't find any clear answer. Here is my df : Pose1 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 8L), .Label = c(" SUGAR NO.11 May/10 ", "COTTON NO.2 May/10 ", "PLATINUM Jul/10 ", "ROBUSTA COFFEE (10) May/10 ", "WHEAT May/10 ", "PRIMARY NICKEL USD", "PRM HGH GD ALUMINIUM USD", "SPCL HIGH GRADE ZINC USD", "STANDARD LEAD USD"), class = "factor"), POSITION...
2008 Jan 14
3
%s in filename when opening device causes crash (PR#10571)
Full_Name: Richard Cotton Version: 2.6.1 OS: Windows XP (32bit) Submission from: (NULL) (193.119.236.82) Using %s in a filename when opening a device causes R to crash, e.g., pdf("foo%s.pdf") win.metafile("foo%s.wmf") postscript("foo%s.ps")
2006 Feb 02
3
OT O'Reilly Asterisk TFOT
I went to the Linux Solutions exhibition in Paris yesterday, visited the well stocked O'Reilly stand and saw a nice pile of Asterisk TFOT, 6 hours later there was only one left. It must say something, also it was the English version. -- Dave Cotton <dcotton@linuxautrement.com>
2004 Mar 30
3
Sipcall.co.uk & [*]
Hello all. Has anyone managed to get SIPCALL.co.uk's service working with the [*] box? I've managed to register with other SIP providers but not SIPcall. The debug just show's [*] attempting to register. But receiving a 401 error everytime. Cheers Matt
2007 Apr 02
5
Aastra 480 i
Getting "no service" display on aastra 480i. Sip debug shows an "unathorized" blub when the aastra tries to register. Some reading indicates that 1.4 firmware wants aastra.cfg and mac.cfg in /tftpboot/. There are none. Anyone have basic config files? Or can point me to a good link? All links I have tried, that purport to have config files, are either dead or error out.
2008 Jul 11
1
Sipura 3000 replacement ---> SPA3102 how reliable is it?
I need another Sipura 3K and the replacement I think is Linksys SPA3102. Any input on how reliable is it? -- #Joseph GPG KeyID: ED0E1FB7
2008 Apr 28
5
Combine Values into a Vector or List
Hi all, I have the following x1<-paste("A", 1:6, sep = "") x2<- round(rgamma(6,2,1)) x3<-paste("B", 1:6, sep = "") x4<- round(rgamma(6,2,1)) data1 <- data.frame(x1,x2,x3,x4) I would like to get data2 <- c(A1=4, A2=1, A3=0,...) Is there any standard for such a case? Thank you very much in advance, Diego
2006 Jul 13
1
namecache_shutdown: Couldn't close namecache on top of gencache.
Dear all, Hi. I'm a Samba user from Taiwan. I'm running Samba 3.0.23, Debian GNU/Linux 3.1r2, Linux kernel 2.6.16.14, gcc 3.4.4. I encounter the following strange message when using smbmount: imacat@rinse ~/tmp % smbmount //cotton/share ~/tmp/cotton added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 Got a positive name query response from 127.0.0.1 ( 192.168.0.2 ) Password: namecache_shutdown: Couldn't close namecache on top of gencache. imacat@rinse ~/tmp % The target is running M$ Windows XP Pr...
2003 Aug 20
2
Strange happenings
....0.0/8 NetName: RESERVED-50 NetHandle: NET-50-0-0-0-0 Parent: NetType: IANA Reserved Comment: RegDate: Updated: 2002-08-23 OrgTechHandle: IANA-ARIN OrgTechName: Internet Corporation for Assigned Names and Number OrgTechPhone: +1-310-823-9358 OrgTechEmail: res-ip@iana.org ? -- Dave Cotton <dcotton@linuxautrement.com>
2006 Apr 17
4
multiple asterisk process ?
Hi, Why does my asterisk keep forking instances at random times everyday? When I do ps aux, I got this: asterisk 13068 2.2 5.1 25924 12276 ? Sl 06:00 13:18 asterisk -vvvg -c asterisk 23558 0.0 5.1 26040 12248 ? S 09:57 0:00 asterisk -vvvg -c asterisk 29832 0.0 5.1 25924 12208 ? S 11:48 0:00 asterisk -vvvg -c asterisk 31872 0.0 5.1 25924 12208 ? S
2007 May 15
3
Trixbox problems
Hello, I'm writing because we have problems with an asterisk installation (Trixbox ver. 1.2.3). We have a customer which is receiving a lot o telephony traffic (more or less 1 call/2 min.); we are using a TDM400 board, with 3 PSTN lines configured and we have two big issues: - Calls are dropped during conversation (I have a busycount=8 from the initial value that was 4) -
2003 Aug 13
4
FXO mode
...Greece, Iceland, Ireland, Italy, Luxembourg, Netherlands, Norway, Portugal, Spain, Sweden, Switzerland, and UK */ Any thoughts as to if this is the root of the problem. -- Dave Cotton Directeur Linux Autrement 193 rue Marcel Cerdan 84270 Vedene 04 90 23 30 81 "Internet Sheriff Technology" revendeur en France <http://www.linuxautrement.com> IAX 17004902330
2004 Jan 07
3
SIP and error talking to voicemail
Hi, I used to have a Grandstream phone connected to Asterisk a few months ago. Worked just great! Then today I do a new install, rather than an upgrade, and all of a sudden I cannot check voicemail with it. No problem calling or receiving call. It simply speeds through the vm greetings but I cannot hear them. If I check the same VM with an analog phone it works fine. So I wanted to check