Displaying 5 results from an estimated 5 matches for "sresult".
Did you mean:
result
2013 Oct 16
1
Parallel R expression evaluations
...; is not an environment
I am using the following code snippet for initializing R, parsing and
evaluation of R expression
// For initialization
int res= Rf_initEmbeddedR(R_argc, (char**)R_argv);
// For parsing and evaluation
SEXP cmd1= Rf_mkChar(rscript);
SEXP cmdSexp, cmdexpr, sresult = R_NilValue;
ParseStatus status;
R_len_t i=0;
PROTECT(cmdSexp = Rf_allocVector(STRSXP, 1));
SET_STRING_ELT(cmdSexp, 0, cmd1);
// parsing vector for R expressions
cmdexpr = PROTECT(R_ParseVector(cmdSexp, -1, &status, R_NilValue));
if (status != PARSE_OK) {
UNPROTECT(2);
// error han...
2013 Nov 18
0
app_swift on centos 6 X64
...use in this function)
app_swift.c:325: error: ?swift_params? undeclared (first use in this
function)
app_swift.c:325: error: ?params? undeclared (first use in this function)
app_swift.c:326: error: ?swift_result_t? undeclared (first use in this
function)
app_swift.c:326: error: expected ?;? before ?sresult?
app_swift.c:327: error: ?swift_background_t? undeclared (first use in this
function)
app_swift.c:327: error: expected ?;? before ?tts_stream?
app_swift.c:363: warning: implicit declaration of function
?swift_engine_open?
app_swift.c:368: warning: implicit declaration of function
?swift_params_new?...
2008 Apr 14
4
Unable to load module chan_zap.so
...help but not found anything. Does anyone have any
suggestions?
TIA
--
Jeremy Malcolm LLB (Hons) B Com
Internet and Open Source lawyer, IT consultant, actor
host -t NAPTR 1.0.8.0.3.1.2.9.8.1.6.e164.org|awk -F! '{print $3}'
Luxury Perth apartment for sale!
http://www.yourestate.com.au/sresult.php?property_id=8581
2005 Sep 21
0
HOWTO: A simple AGI application to modify incomi ng CallerID on the fly using SQL Server and *not* UnixODBC
...nection string
$oTest->sHostName = "192.168.1.17";
$oTest->nPort = 9628;
$oTest->sConnectionString = "DSN=intranet;UID=sa;PWD=12345;";
//It is bad practice to use the SA account; in sane installations you use a
non-priviledge elevated user
//now exec the SQL
$sResult = $oTest->ExecSQL("SELECT * FROM AsteriskCallerID where
homephonecd like '".$argv[1]."'");
//the $argv[x] variable array contains any arguments you pass to the script.
The array is
// $argv[0] the script itself, $argv[1] the first argument, $argv[2] the
second, etc...
2005 Sep 22
0
AGI Script to interact with ACCESS Databse a nd Set CID info on the fly.
...ection string
$oTest->sHostName = "192.168.1.17";
$oTest->nPort = 9628;
$oTest->sConnectionString = "DSN=intranet;UID=sa;PWD=12345;";
//It is bad practice to use the SA account; in sane installations you use a
non-priviledge elevated user
//now exec the SQL
$sResult = $oTest->ExecSQL("SELECT * FROM AsteriskCallerID where
homephonecd like '".$argv[1]."'");
//the $argv[x] variable array contains any arguments you pass to the script.
The array is
// $argv[0] the script itself, $argv[1] the first argument, $argv[2] the
second, et...