search for: sintax

Displaying 20 results from an estimated 79 matches for "sintax".

2007 Jun 12
4
write some custom values to CDR table
Hi, I write the CDR of my Asterisk 1.2.17 server in MySQL database using cdr_addon_mysql.so. Now I'm trying to write some custom values to userfield column by the SET(CDR(USERFILED)=SOME_TEXT) sintax, but nothing gets writeen in MySQL cdr table!! Why? I'm I skeeping something or what? Taking a look at the URL: http://www.voip-info.org/wiki/index.php?page=Asterisk+func+cdr it seems to be this, the purpose of this SET(CDR(<NAME>)) sintax, right?! Regards, Ricar...
2002 Nov 11
0
AOV and general formula sintax
...ed to perform statistical analisys on "weird" field data, like 3 or 4 level split plot design. I've read both the help of the program, some books and manual about S and "Venables/Ripley, Modern Applied Statistics with S", but i still have problems in (i suppose) formulae sintax. I'm trying to perform AOV, as explained in "Random and Mixed Effects", chapter 10, V./R., on a data set i collected on turf root density under different turf species, substrates, fertilisation and sampling depht. ..and 12 replicates So, on a general formulation, i have a respons...
2014 Jul 08
1
chan_dahdi.conf sintax
Hi All This may be a silly question but... I have this dahdi_genconf generated file: ; Autogenerated by /usr/sbin/dahdi_genconf on Fri Jul 4 22:05:29 2014 ; If you edit this file and execute /usr/sbin/dahdi_genconf again, ; your manual changes will be LOST. ; Dahdi Channels Configurations (chan_dahdi.conf) ; ; This is not intended to be a complete chan_dahdi.conf. Rather, it is intended ; to
2006 Oct 13
2
loop, pipe connection, output objects
...:399) for(i in indice){ data.i <- read.table(pipe(paste("gawk '{if ($2 >=", i," && $2<", i+1,") print $2,$3}' < base_6_mod " , sep=''))) print(paste("code ...", i, " ... done")) } The problems are: 1- My sintax "data.i" does not work, and loop only produces a big "data.i" object. My goal, obviously was to have something like data.201, data.202, etc (second order problem) 2- I wonder if the sintax for the index ($2 >=", i," && $2<", i+1,") works Thanks...
2010 Aug 31
1
Wrong MySQL sintax, I can't login
Hi guys: I can't login as a user: The output of mail.log: Aug 31 08:39:45 socrates dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=imap^Ilip=178.63.82.247^Irip=81.39.27.227^Ilport=143^Irport=33715^Iresp=AHBhYmxvLnJvZHJpZ3VlekBlc2N1ZWxhc3VwZXJpb3JkZWNvYWNoaW5nLmNvbQBwZXJpa2l0YS4= Aug 31 08:39:45 socrates dovecot: auth-worker(default): sql(pablo.rodriguez at
2005 Apr 20
4
Error in tutorial or sintax changed?
Hi, In this tutorial http://wiki.rubyonrails.com/rails/show/HowtoUseJoinsWithFindAll it sad: sql =<<SQL SELECT articles.*, authors.name AS author_name FROM articles LEFT JOIN authors ON author_id = authors.id SQL and this return *app/controllers/media_controller.rb:366: can''t find string "SQL" anywhere before EOF* what is wrong? the tutorial or ruby changed? please,
2010 Dec 17
3
Alternative to extended recode sintax?
...0" [89] "2010-12-05 23:00:00" "2010-12-12 23:00:00" Now what I would like is to have more readable labels, such as 2010-W01 for the first week of 2010, 2009-W34 for the 34th week in 2009, etc....is there an easier way to achieve that than having to write out the all recode sintax: library(car) dataset$newvar <- recode(dataset$oldvar, " c('2009-03-30 00:00:00')='2009-W13'; c('2009-04-06 00:00:00')='2009-W14'; # etc... c('2010-12-05 23:00:00')='2009-W48'; c('2010-12-12 23:00:00')='2009-W49'; # etc......
2009 Nov 16
2
on gsub (simple, but not to me!) sintax
Dear R users, my problem today deals with my ignorance on regular expressions. a matter I recently discovered. Consider the following foo <- c("V_7_101110_V", "V_7_101110_V", "V_9_101110_V", "V_9_101110_V", "V_9_s101110_V", "V_9_101110_V", "V_9_101110_V", "V_11_101110_V", "V_11_101110_V",
2010 Jun 16
2
error message stops "for" command
Hello all, I am using a for statement to run a loop in R but I get an error message and the loop stops. I need that the loop continues til the end. I know I can use the NEXT command but I donĀ“t know how the sintax woul be for this particular situation. Any suggestions? Thanks, Diana Buitrago [[alternative HTML version deleted]]
2007 Oct 28
3
tc filter question
Dear all, I have big question in my mind about "tc filter" sintax. If I give "tc -s -d filter sh dev eth0" command, then the output is like below : filter parent 1: protocol ip pref 1 u32 filter parent 1: protocol ip pref 1 u32 fh 800: ht divisor 1 filter parent 1: protocol ip pref 1 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:2 (rule hit 2...
2003 Oct 21
3
BEGINNER: please help me to write my VERY simple function
...,8,6,3,7,4....and so on for each pairs (a,b)). There is a specific function? How can i write my own function? 2)When i try to write a function and then i save it like "function.R" file, i try to retrieve it with source comand. As result i obtain an error message "error in parse: sintax error on line...". I apply deparse() and i see an incorrect parsing: how avoid unwanted parsing? Thanks. Michele.
2008 Jun 26
2
Read sas7bdat
Hi, I was reading e-mail about one doubt that you were when you read files .sas7bdat in R. Now, I am with the same problem. But I don?t know how can i do that. I have download de Sas Viewer and i am using this sintax in r: > read.ssd("X:\\users\\Anresc07","que0411.sas7bdat") SAS failed. SAS program at C:\DOCUME~1\leandro\CONFIG~1\Temp\RtmpXR1Tid\file3d6c4ae1.sas The log file will be file3d6c4ae1.log in the current directory NULL Warning messages: 1: In system(paste(sascmd, tmpProg)) : &q...
2012 Aug 30
2
Which BUGS should one use?
...GS (Just Another Gibbs Sampler). However, I did not try it. Since I am using Linux, Fedora 64-bit, and have Windows XP under VirtualBox, I even tested WinBUGS/OpenBUGS under bot Linux and Windows. Same, occasional differences repeated. My question is, as in the Subject: which BUGS should one use? Sintax is similar. They are all nicely integrated with R. But, what would be the best for a beginner? And for the future too? Best, PM
2018 Apr 02
5
Share users across domains
I know these systems work with AD, the problem is the migration, I don't think is easy to migrate 5000 accounts from current systems to new systems. I will need to learn the sintaxes of all these new systems and this would take huge time because I know nothing of samba4, or AD, or dovecot, or kerberos and the boss whants the emails for students for next month. We don't plan to change cyrus/postfix and horde, whats the problem with them? I already tried kopano and...
2003 Jan 28
5
pam_mkhomedir.so
where and how can i call this module ? is it in /etc/pam.d ? how is the sintax ? i'm a suse linux user.. thanx !
2008 Jun 24
0
sparse matrix and block of R
Dear all, I am writing you for two problems I can not solve with R. I used both the 2.6.1 version and the 2.7.0 version. I run a sintax written by a collegue of mine, where there are involved both sparse matrix and quantile estimations. My data begins with 10008*14 observations and at maximum they reach 10008*834 observations. My questions are the following: first, when I give the command X=as.matrix.csr(X) and in matrix X there...
2010 Nov 02
1
subset a data.frame
...2009-12-04 08:18:37 7 user31 2009-12-04 08:18:37 8 user85 2009-12-04 08:18:37 9 user33 2009-12-04 08:18:37 10 user2 2010-01-05 07:18:36 I would like to subset it and retain, let's say, only the data with time < '2010-01-05 07:18:36', but I have no idea about the sintax to do that. is something like this close to the correct way: active<-data4['time'<= as.POSIXct("2010-01-05 07:18:36", origin="1970-01-01 00:00:00-00")] thanks in advance for any help. best regards, Simone Gabbriellini
2009 Aug 20
1
problems with RODBC, sqlQuery
Hello, Im trying to get a Oracle database to R, but I'm having problems with most of SQL sintax. Suppose that Im trying to bring a table "TABLE" with columns "COL1","COL2",.. from schema "SCHEMA". What am I doing wrong? library(RODBC) channel<-odbcConnect("xxx",uid="xxx",pwd="xxx") sqlQuery(channel, "select * from...
2005 Jun 04
1
How to quickly replace ',' with '|' in dialplans?
Finally I decided to rewrite my dialplans according to the right sintax, that is exten => someexten,priority,application(arg1,arg2,...) should be exten => someexten,priority,application,arg1|arg2... Isn't there anybody skilled enough in regular expressions that could write a quick Search 'n' Replace vi command, please? TIA, Alex ______________...
2006 Apr 07
1
transfer call after advise
...interface, for example if SIP/200 is talking with SIP/400 who wants to transfer the call to SIP/500 i use this commands with manager API: Action: Redirect\r\n Channel: SIP/200-sads\r\n ExtraChannel: 500\r\n Exten: 500\r\n Context: from-internal\r\n Priority: 1\r\n\r\n this works fine (maybe the sintax now isn't correct... but it works), but my problem is that the call is immediately transferred to 500. I'd like if: 1 - 200 calls 400 2 - 400 want to transfer the call to 500 3 - 400 asks 500 if 500 wants to talk with 200 if 500 hangsup 200 still talk with 400 if 400 hangsup 200 talks no...