similar to: Embedded R in C

Displaying 20 results from an estimated 1100 matches similar to: "Embedded R in C"

2003 May 26
3
chan_h323 and extensions.conf
Hi all, I try to ask helps again about chan_h323 extensions. I define this in h323.conf: [general] port = 1720 bindaddr = 0.0.0.0 allow=gsm allow=ulaw gatekeeper = DISABLE context=default [gm1] type=friend host=192.168.1.20 context=default [gm2] type=friend host=192.168.1.25 context=default and I have in extensions.conf : [demo]
2003 May 23
1
Gnophone no sound
Hello all, I'am trying to use 2 gnophones on my LAN. But I can't get any sound. Here is my configuration: 1. on PC1, I have: - Asterisk compiled from CVS (CVS-05/15/03) and it runs. - Gnophone binary version from Debian: 0.2.4+cvs.20020624-3 - a sound card working ( module es1371 for /dev/dsp) - I registered it as "alice" in extensions.conf 2. on PC2, I
2012 Jan 19
2
add1 GLM - Warning message, what does it mean?
Hi All, I am wondering if anyone can tell me what the warning message below the model means? J add1(DTA.glm,~ Aeventexhumed + Veg + Berm + HTL + Estuary + Rayos) Single term additions Model: cbind(MaxHatch, TotalEggs - MaxHatch) ~ Aeventexhumed + Veg + Berm + HTL Df Deviance AIC <none> 488.86 4232.9 Estuary 1 454.96 4201.0 Rayos 3 258.80 4008.9 Warning
2012 Jan 25
6
How do I compare 47 GLM models with 1 to 5 interactions and unique combinations?
Hi R-listers, I have developed 47 GLM models with different combinations of interactions from 1 variable to 5 variables. I have manually made each model separately and put them into individual tables (organized by the number of variables) showing the AIC score. I want to compare all of these models. 1) What is the best way to compare various models with unique combinations and different number
2006 Mar 07
2
double pointer matrix
Hello, I'm having some difficulty to understand how I could take the proper result from the following listing: -- cut --- #include <stdlib.h> #include <R.h> #include <Rmath.h> void retMat ( double **y, int *n, int *m, double *a, double *b) { int i, j; y = malloc( (*n) * sizeof( double ) ); for (i=0; i<*n; i++) { y[i] = malloc (
2004 Mar 02
3
Login-problem samba 3.0.2.a Win XP Prof
Hi there, WinXP Prof-Client on a samba 3.0.2a-Domain The domain-login ist ok in general. But when a user logs in, he gets an editor-window with a desktop.ini. content: [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\System32\shell32.dll ,-21787 ) i think, this ist desktop.ini in //%L/profiles/%u/startmenu/autostart. Do you have an idea how to ban this editor window from desktop after
2014 Jun 06
2
does the openSSL security vulnerability (CVE-2014-0224) affect openssh?
Dear openssh developers, can you please check, whether the vulnerability of openSSL (CVE-2014-0224): http://www.openssl.org/news/secadv_20140605.txt openssh affects? Many thanks Van Cu Truong Tel.: +49 (211) 399 33598 Mobile: +49 (163) 1651728 cu.truongl at atos.net<mailto:cu.truongl at atos.net> Otto-Hahn-Ring 6 81739 M?nchen, Deutschland de.atos.net
2004 Jun 17
5
Problem in using rsync
Hi I use rsync to perform backup on disk on a SunFire 880 with Solaris 8. For performance issues, we launch simultaneously 5 rsyncs on 5 different fliesystems and about 150-200 "cp -p" commands on as many database files. We have been using the same scripts for about 2 months, without problems. The backup is performed on the same server (from filesystem to filesystem on the same
2003 Jan 20
2
ave across columns
Hi: How do I find average across three columns such as weight1, weight2, weight3 (20 people, each person has three different measures)? They have NA's also. Thanks Tom, Univ of Pittsburgh, ttrut at yahoo.com
2012 Oct 30
4
Error unary operator
Hi R - listers, I am receiving an error. Does anyone know what this means? J ggplot(subset(foo, Rayos != "Rayos.NA"), aes(x=HTL, y=DevelopIndex, colour=TotalEggs)) +geom_point() +geom_jitter() + facet_grid(Aeventexhumed ~ Rayos) + geom_smooth(method="lm", fill=NA) + ylim(c(0, 7)) Error in +geom_smooth(method = "lm", fill = NA) : invalid argument to unary
2002 Sep 01
3
htb ,essage in messages file !
hi all, i saw this message today & am reporting it(as it says) [root@cab1 surfNet]# tail -f /var/log/messages Sep 1 04:02:03 cab1 syslogd 1.4.1: restart. Sep 1 09:35:27 cab1 kernel: HTB: mindelay=500, report it please ! [root@cab1 root]# iptables -V iptables v1.2.6a [root@cab1 root]# tc -V tc utility, iproute2-ss020116 [root@cab1 root]# uname -a Linux cab1 2.4.19-r #2 Sun Aug 25 01:49:24
2004 Mar 11
1
No error on change to password below configured length
Hello! Our users change their passwords using the original Win2K password change mechanisms (Ctrl+Alt+Del -> Change Password). If one of the users changes his password and the new one is shorter then 5 characters it is rejected. This appears in the logfile and that's OK so far but the users don't get notified. They think the password has changed and use the new one. Why is that? Could
2004 Mar 11
1
samba document files
Hi. On my Samba machine i have word processors like OpenOffice org and Abiword that i use for preparing my documents . When i want to view these files on a microsoft windows machine i see complex text that is not readeable(not user friendly). What can i really do to see that these documents can be read on a micrsoft windows machine. Thanks Rgds, Segie
2004 Mar 15
2
logon script question
Hi list I'm wondering if it and how it is possible to add printers to a workstation with a logon script like mounting shares. I can't find anything about this on the inetnet so is this possible? regards lm
2004 Mar 09
1
Samba Update Newbie Problem
Hi I'm quite new to Linux and now I've got a problem with installing the Samba 3.0.2 RPMs on my SuSE 8.2 system. I deinstalled the older version of Samba and tried to install by using the rpm -i command. After successfully installing the client and documentation RPMs i get the following errors: pcy23:~ # rpm -i samba3-winbind-3.0.2a-30.i386.rpm error: failed dependencies: samba
2012 May 19
3
Q - scatterplot, plot function & trellis linear regressions???
Hi R-listers, Q1) What is the difference between the scatterplot and plot function? Q2) I am able to make a graph with the scatterplot function: scatterplot(DevelopIndex ~ Veg, + data = Turtle, + xlab = "Vegetation border (m)", + ylab = "Embryonic development index") And have been successful. But I do not know if the lines are for:
2002 Jan 22
2
ssh-keyscan: xmalloc out of memory error
hi all, I got "xmalloc: out of memory" when i used ssh-keyscan to a remote host that is using SSH protocol 2 and only protocol 2 (no fallback to SSH protocol 1). Looks to me more like ssh-keyscan doesn't talk SSH protocol 2 to the server. Please help. Here is the exact error: # /usr/local/bin/ssh-keyscan -v miad_1 # miad_1 SSH-2.0-OpenSSH_3.0.2p1 xmalloc: out of memory
2003 May 23
1
How to define an extension for chan_h323
Hello all, Encouraged by the successful "demo", I'am getting on with Asterisk CVS. I added 2 H.323 extensions in extensions.conf [default] include => demo exten => 701,1,Dial(H323/gm2@192.168.1.20/s) exten => 702,1,Dial(H323/gm2@192.168.1.25/s) With: - [demo] is defined by default in sample.extensions.conf - Asterisk server is running on host 192.168.1.20, on the
2005 Sep 10
2
Samba + OpenLDAP: LDAP server is running but could not respond to a search request
Hi, all. I am trying to set up SAMBA PDC with OpenLDAP using smbldap-tools from IDEALX. This is on a SLES 9 and I had run the latest online update as well as SP1 and SP2 for it. At this point smb is off and ldap is running. I have gotten up to where I needed to test for: ldapsearch -x -b "dc=sample,dc=com" "(ObjectClass=*)" # extended LDIF # # LDAPv3 # base
2004 Mar 08
2
WinXP Profiles
Does anyone know how to edit smb.conf so that a users profile won't be saved upon log out? Or how to get it done any other way? ---------------------------------------------------------------------------- Derrick Seymour Administrative Services Northeastern Regional Information Center Capital Region BOCES