search for: ipme

Displaying 20 results from an estimated 42 matches for "ipme".

Did you mean: ime
2003 Jun 05
1
ppmtolss16, Permature EOF!
Hi , I am using syslinux-2.04. I used the isolinux boot loader, to create a customized boot cd. As an add on to that process, i thought of displaying the product logo in the bootup screen. So as the document suggested i went on to create the lss from png. But it failed with following message. $ ~archives/syslinux-2.04/ppmtolss16 < ipm-white.pnm > ipm-white.lss './ppmtolss16:
2007 Aug 01
1
2 Digit Issue
I had to switch quickly to 1.4.9 from1.2.4 and now I can only get 2 digits into the dialplan. error -- Invalid extension '81' in context 'impact' on SIP/207.174.111.34-b77167f8 I pressed 8107 and ideas my dial plan is (part of it) [impact] exten=>s,1,Answer() exten=>s,n,Set(CALLERID(name)=Impact - ${CALLERID(number)}) exten=>s,n,Background(IMPACT)
2001 Aug 06
1
Visual C++
Hello, I'm trying to get Visual C++ working with wine, can anyone help me? I got following error: warn:dosfs:DRIVE_Init Drive A: not defined warn:dosfs:DRIVE_Init Drive B: not defined warn:dosfs:DRIVE_Init Drive D: not defined warn:dosfs:DRIVE_Init Drive E: not defined warn:dosfs:DRIVE_Init Drive F: not defined warn:dosfs:DRIVE_Init Drive G: not defined warn:dosfs:DRIVE_Init Drive H: not
2024 Dec 11
7
SQL and R
dear Members, I have recently started studying SQL and MySQL. My question is, what exactly is SQL used for? That is, whatever can be done by SQL, like subsetting and filtering of data sets, can also be done by R. What's, then, the advantage of SQL? It is OK if you tag this question as offtopic, but I could'nt find any info on the web. Can you please refer me to
2018 May 07
2
Comparing figures?
Hello, I am working on tests to compare figures. I have been using ImageMagick, which creates a figure signature, and I can compare a "test" figure signature against a saved "reference" figure signature. It seems to work pretty well. However, it is slow as it requires reading from the file system. Are there any options to compare figures on memory? For example, if I
2013 Oct 20
3
Errore : requires numeric/complex matrix/vector arguments
...umeric/complex matrix/vector arguments. To be clear I write down the code in which mY ( 126,1 ) mX (126,1) mZ(126,1) are matrix. LMTEST <- function(mY, mX, mZ)#mY, mX, mZ must be matrices!#returns the LM test statistic and the degree of freedom{iT = dim(mY)[1]ip = dim(mY)[2]iDF = dim(mZ)[2]*ipmE = mY - mX%*%solve(t(mX)%*%mX)%*%t(mX)%*%mY the error starts from the above step (t(mX)%*%mX)%*%t(mX)%*%mY RSS0 = t(mE)%*%mEmXX = cbind(mX, mZ)mK = mE - mXX%*%solve(t(mXX)%*%mXX)%*%t(mXX)%*%mERSS1 = t(mK)%*%mKdTR = sum(diag(solve(RSS0)%*%RSS1))LM = iT*(ip-dTR)pval = 1-pchisq(LM,df=iDF)return( c(...
2007 Nov 09
1
Kernel command line truncation
Using kernel is 2.4.30 win32 syslinux 3.52 Preparing floppy under Windows XP SP2 1) Preparing boot floppy ======= syslinux.cfg content ====================== PROMPT 0 DISPLAY warning.txt DEFAULT kernel APPEND root=/dev/ram0 rw initrd=ukmrd.gz ramdisk_size=5000 bdev=/dev/fd0 ip=192.168.422.25 ipm=255.255.255.0 ipreq=n ipg=192.168.42.1 ipdns=192.168.42.2 mnet=pcnet32 durl=http://KP/ukminstall
2011 Jun 08
1
Asterisk and Audiocodes PRI card
Hello list, can anyone tell me if this card : http://www.audiocodes.com/product/ipm-260-sip is compatible with Asterisk (DAHDI) for use as PCI PRI card ? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110608/7160a55d/attachment.htm>
2010 Apr 26
2
Never executing loop in smallft.c
Hello list I've been studying libvorbis code and found a strange fragment in smallft.c: 38 static void drfti1(int n, float *wa, int *ifac){ 39 static int ntryh[4] = { 4,2,3,5 }; 40 static float tpi = 6.28318530717958648f; 41 float arg,argh,argld,fi; 42 int ntry=0,i,j=-1; 43 int k1, l1, l2, ib; 44 int ld, ii, ip, is, nq, nr; 45 int ido, ipm, nfm1; 46 int nl=n; 47 int nf=0;
2024 Dec 11
1
SQL and R
Just a slight technical note -- Ben gave you a good answer already, imo. The note is: R is Turing complete, which mean that *anything* any language can do, R could be programmed to do also. The point is what can be done well in R and what can be done (often much) better with other tools, as Ben explained. Cheers, Bert On Wed, Dec 11, 2024 at 5:17?AM akshay kulkarni <akshay_e4 at
2018 May 07
0
Comparing figures?
I suggest perceptual diff. You could write a wrapper around it. http://pdiff.sourceforge.net On Mon, 7 May 2018 16:49 Ramiro Barrantes, <ramiro at precisionbioassay.com> wrote: > Hello, > > I am working on tests to compare figures. I have been using ImageMagick, > which creates a figure signature, and I can compare a "test" figure > signature against a saved
2024 Dec 12
1
SQL and R
The advantages of SQL are that - it can be used from many languages so if you know SQL you can easily move that part of your code to python, say, and visa versa - it is widely used - it can handle data stored outside of R and possibly otherwise too large for R - some SQL databases support multiple concurrent users - depending on the database it may be used to communicate the data to others - one
2024 Dec 11
2
SQL and R
Dear Askay, I believe my grey hair allows me to help answer your question. SQL, and its progenitor SEQUEL, were developed specifically to manipulate relational databases. It was developed in the early 1970s (equivalent to the historical bronze age) when the concept of a relational database (see https://en.wikipedia.org/wiki/Relational_database) and Codd's 12-rules were being developed (see
2023 Aug 05
0
Android client capable of NUT monitoring, exists and can be made better
Hello all, A recent issue discussion pointed me to an Android app called "apcupsd-monitor", which is in fact *also* capable of NUT and Eaton IPM (via XML/HTTP?) protocols, and looks quite neat for a mobile dashboard: * https://github.com/networkupstools/nut/wiki/Android-clients * https://play.google.com/store/apps/details?id=com.nitramite.apcupsdmonitor As programs go, it is always
2023 Aug 05
0
Android client capable of NUT monitoring, exists and can be made better
Hello all, A recent issue discussion pointed me to an Android app called "apcupsd-monitor", which is in fact *also* capable of NUT and Eaton IPM (via XML/HTTP?) protocols, and looks quite neat for a mobile dashboard: * https://github.com/networkupstools/nut/wiki/Android-clients * https://play.google.com/store/apps/details?id=com.nitramite.apcupsdmonitor As programs go, it is always
2024 Jul 27
1
plotting nnet function....
Dear members, I am using caret for modelling my data. It is a regression problem. My question is : how to plot the final model on the actual data points? The output of the model will be a nonlinear form of the activation function; I want to plot it on the data points. I have researched on web but to no effect. Like drawing a line on the original data points, for a
2024 Dec 11
1
SQL and R
Akshay, Your question has way too many answers. SQL has a long history and early versions came long before R arrived on the scene. There is a huge embedded base of hardware and software dedicated to managing databases. It has some features that most R programs do not even dream of doing. Besides easily handling massive amounts of data or sometimes tweaking queries to possibly run more
2025 Jan 14
1
Regarding Issue Running Parallel Computing on Linux RHEL version 8
dear Ivan, THe present problem had been encountered by me also about 1 and a half years ago. You had solved the issue then. Can't we search this mail list according to some keywords? It helps people with problems already solved in the mailing list. THanking you, Yours sincerely, AKSHAY M KULKARNI ________________________________ From: R-help <r-help-bounces at
2024 Dec 11
2
SQL and R - tangential
My late friend Morven Gentleman, not long after he stepped down from being chair of Computer Science at Waterloo, said that it seemed computer scientists had to create a new computer language for every new problem they encountered. If we could use least squares to measure this approximation, we'd likely be suspicious of a terribly small error measure or overly high R^2. JN On 2024-12-11
2024 Dec 11
1
SQL and R
And to answer the dependency question. Neither is dependent on the other. But both can be complimentary. If you consider that SQL*may* be a route to accessing your data (if it's in a database). And R *may* be a route to analysis of the data. If the data is in a CSV file, Excel file, API etc. you don't need SQL. IF it is in a database, you might extract it to CSV etc. or you might