search for: danko

Displaying 10 results from an estimated 10 matches for "danko".

Did you mean: janko
2006 Jun 03
1
Fw: Compiling chan_bluetooth
Just to close the thread. The problem was that I was using an old version of the code. If anyone has the same problem, you can download the code from here: http://www.thetechguide.com/howto/asterisk/bluetoothfiles.tar.gz Good luck, Danko ----- Original Message ----- From: "Danko Miocevic" <danko@santirso.com.ar> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Tuesday, May 30, 2006 8:48 PM Subject: Re: [Asterisk-Users] Compiling chan_bluetoot...
2006 May 08
4
Asterisk documentation..
...earching in google.. but I find just some tutorials explaining how to fast set up an asterisk server. I want to learn how to use it and how to make my own configurations. So, the thing is that I want to know what is the best book or tutorial that you know? recomendations? Thanks to everyone... Danko Miocevic
2006 May 27
1
Compiling chan_bluetooth
...ndeclared (first use in this function) I?m working on a stable debian, kernel 2.6 and my asterisk is 1.2. I really don?t know what is happening, if someone has an idea I?d be glad to hear it. Thanks for reading, Danko
2007 Nov 16
4
Returning vectors of two different data types back to R environment (from C).
Hello, Quick question. I have written a C function - I would like to make it return two vectors to the R environment - one STRSXP vector, and one INTSXP vector. Is this possible/ easy to do using the API? I looked, but could not find the answer to this question in the "Writing R Extensions" guide. Thanks very much for your help! Charles [[alternative HTML version deleted]]
2006 Oct 15
0
chan_bluetooth - one way audio
...rom my IAX softphone but they can?t hear me... I don?t know what could be.. anyone had the same problem? Thanks for your time, Danko This is my bluetooth.conf [general] ; Channel we listen on as a HS (Headset) rfchannel_ag = 7 ; hci interface to use (number - e.g '0') interface = 0 ;; Some phone example [00:14:9A:F8:EB:E7] name = V3 ; The name of the phone channel = 3 ; The channel...
2008 Mar 05
1
SEXP size management.
Hi, Trying to decrease the size of a SEXP variable without reassigning values individually in a loop. So far, I've tried using Realloc, as the follow source demonstrates: SEXP dothis() { SEXP Rblah; PROTECT(Rblah = NEW_INTEGER(6)); int* blah = INTEGER(Rblah); blah[0] = 1; blah[1] = 2; blah[2] = 3; Realloc(Rblah, 3, INTEGER); UNPROTECT(1); return(Rblah); } According to the
2008 Apr 23
1
cbind speed.
cbind/ rbind/ data.frame functions are very convenient for merging vectors of different types into a single data frame, but take quite a bit of time to execute on larger data sets. Is it possible to speed these up a bit? What functions do you use instead? Thanks & regards, Charles
2008 Oct 25
1
Dynamic linking to binary code from other packages??
Dear R-devel, I am writing a package that needs some C++ functions from an external SDK (Affymetrix fusion). The same functions are already compiled into another package (affxparser). Can I dynamically link to the compiled code in affxparser, rather than re-compiling these separately into my package? Not a lot of experience on this subject! Thanks, Charles
2009 Sep 25
1
Problem with dgamma function.
...SESSION INFO: R version 2.9.0 (2009-04-17) x86_64-unknown-linux-gnu Any indication of what I may be doing wrong is very much appreciated. Thanks, Charles -- Postdoctoral Fellow Cornell University 169 Biotechnology Building Ithaca, NY 14853 Phone (Lab, 467 Biotech Bldg.): 607-255-4743 E-mail: dankoc at gmail.com
2008 May 15
1
Warning about undocumented data sets
Hi, List, Sorry in advance if this turns out to be a stupid question -- I've been trying to work it out for awhile, and I don't have any new ideas -- I'm very new to R documentation/ LATEX. I am running "R CMD check " on a package that I am trying to write; the only warning is: * checking for missing documentation entries ... WARNING Undocumented data sets: Einter KG All