search for: amuch

Displaying 2 results from an estimated 2 matches for "amuch".

Did you mean: much
2003 Apr 02
1
FW: ipDialog Ethernet SIP Phone $199
...a cost effective Linux based VoIP telephone designed to provide high quality voice communications over IP networks. The best value that we have found. Check out the specs on this phone before purchasing anything else! The ipDialog SipTone has the major features found in more expensive phones at amuch better price. With this phone, you do not have to sacrifice quality to get something affordable. <http://solutions.sysconfig.com/docs/ipdialog/ipDialogSipTonePhoneFeatur es.pdf> ipDialog SipTone Features <http://solutions.sysconfig.com/docs/ipdialog/ipDialogSipTonePhoneSpecs. pdf>...
2008 Feb 01
2
bug using matplot (PR#10676)
Full_Name: Anne CORI Version: 2.6.1 OS: windows Submission from: (NULL) (134.157.220.19) let A be a mtrix with n lines and p columns, p>36 ; matplot(A) will only draw the plot of the first 36 columns of A. This is due to a bug in the definition of pch in the function : pch <- c(paste(c(1:9, 0)), letters)[1:k] should be replaced by pch <- c(paste(c(1:9, 0)), letters) I hope this