similar to: Implementation of asterisk

Displaying 20 results from an estimated 30000 matches similar to: "Implementation of asterisk"

2004 Apr 30
2
Site for Asterisk-Ethernet Only-Sip Implementation
Hi Everyone, Could someone direct me to a site that talks about Asterisk implementation for Ethernet interfaces/SIP Implementation? I've done my share of googleing and am only able to come up with sites that use digium hardware only. Regards, Akshay -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Oct 25
4
Red Hat Implementation of Samba 4???
Does anyone know what Red Hat/Centos is going with Samba 4? I've looked at their packages in COS 6.5 and 7 and it doesn't make sense. They seems to be doing some kind of watered down or modified version of Samba 4 with some of the tools disabled. Are they still holding off from full AD implementation in their packages because of the MIT Kerberos issues identified in previous
2006 Mar 13
2
S-Plus Essentials April 24th-27th 2006
S-PLUS ESSENTIALS 24-27th April 2006 Venue : Insightful UK Office, Network House, Basing View, Basingstoke, Hants RG21 4HG We are pleased to be taking registrations for the next scheduled S-PLUS Essentials course being held in Basingstoke 24-27th April 2006. If you are unfamiliar with S-PLUS or have been meaning to upgrade your S-PLUS skills, this is the course for you. This course will be
2013 Apr 16
1
[LLVMdev] creating and inserting a function with variable arguments
The code that I have written to get the function type is: const std::vector<Type *> ParamTys; ParamTys.push_back(IntegerType::getInt32Ty(Context)); ParamTys.push_back(IntegerType::getInt32Ty(Context)); ParamTys.push_back(IntegerType::getInt32Ty(Context)); ParamTys.push_back(PointerType::get(Type::getVoidTy(Context), 0)); ParamTys.push_back(PointerType::get(Type::getVoidTy(Context), 0));
2004 Mar 22
0
COURSE: Statistical Modelling - By Dr Bill Venables
Insightful are pleased to announce the following Course: Statistical Modelling - By Dr Bill Venables Dates: 17 - 19 May 2004 Place: Basingstoke, UK Hours: 09:00 - 17:00 Course Fees: Commercial - £1,400 + VAT, Academic - £800 + VAT Course Description: The course will cover both classical and modern modelling, with special attention on the classical side to linear models,
2002 May 09
0
Two Courses from Insightful Corp.
I am presenting two courses for Insightful Corporation in Washington D.C. in June. 0.95 of the material presented is applicable to R. The announcement from Insightful is found below. -Frank Harrell ------------------------------------------------------------------------------ The following two hands-on courses are being presented by Dr. Frank Harrell in Washington, DC. Reserve your seat now!
2023 Mar 19
1
lexical scoping for scripts......
Again, the answer is "interactivity does not matter". On March 19, 2023 12:54:28 PM PDT, akshay kulkarni <akshay_e4 at hotmail.com> wrote: >Dear Jeff, > I will not be running R command in the shell prompt. So there is no banner, no > prompt. Just running "myscript.R" from the shell prompt. or from crontab in Linux. I think you get the
2023 Mar 19
1
lexical scoping for scripts......
On 19/03/2023 2:55 p.m., akshay kulkarni wrote: > Dear Duncun, > ? ? ? ? ? ? ? ? ? ? ? ? ?What if there is no interactive "session" > running? I will be running my scripts automatically from crontab in Linux. I was talking about the session that is created for the duration of the BATCH run, not some other session that may be running in another process. Sorry for the
2023 Mar 19
1
lexical scoping for scripts......
Dear Jeff, I will not be running R command in the shell prompt. So there is no banner, no > prompt. Just running "myscript.R" from the shell prompt. or from crontab in Linux. I think you get the context..... thanking you, yours sincerely AKSHAY M KULKARNI ________________________________ From: Jeff Newmiller <jdnewmil at dcn.davis.ca.us> Sent: Monday, March
2023 Apr 04
1
on lexical scoping....
No, there are lots of situations where that doesn't make sense. You don't want to have to define local copies of the functions from every package you use, for example. I think the takeaway is to learn how R scoping works, and keep things simple. That's one reason I tend to avoid "tidyverse" packages. There are a lot of really good ideas in those packages, but
2004 Nov 19
0
COURSE: Statistical Modelling - By Dr Bill Venables
Insightful are pleased to announce the following Course: Statistical Modelling - By Dr Bill Venables Dates: 9 - 11 February 2005 Place: Basingstoke, UK Hours: 09:00 - 17:00 Course Fees: Commercial - £1,400 + VAT, Academic - £800 + VAT Course Description: The course will cover both classical and modern modelling, with special attention on the classical side to linear
2023 Apr 04
1
on lexical scoping....
Dear Duncan, THanks for the reply...! So the takeaway is that define the symbol in the same environment before using it right!? Thanking you, Yours sincerely, AKSHAY M KULKARNI ________________________________ From: Duncan Murdoch <murdoch.duncan at gmail.com> Sent: Tuesday, April 4, 2023 8:21 PM To: akshay kulkarni <akshay_e4 at hotmail.com>; Deepayan Sarkar
2023 Mar 19
1
lexical scoping for scripts......
What do _you_ mean when you use the term "interactive"? Because R distinguishes between executing code in a function and executing code from the global environment, but it does not care whether a person is doing the typing or not. I get the feeling that you think of your R code in terms of "scripts" when you should be thinking of your code in terms of functions. What
2023 Apr 09
1
extracting pdf tables...
Dear Jeff, Thanks for your reply. I have the following: > colnames(IDT[[4]]) [1] "X168" "TATA.MOTORS.LIMITED" "TATAMOTORS" "X4" THe above has to be the first row of IDT[[4]]. The first row is getting parsed as the column name. How do you make that the first row of IDT[[4]]? Thanking you, Yours sincerely,
2023 Mar 19
2
lexical scoping for scripts......
Dear Duncun, What if there is no interactive "session" running? I will be running my scripts automatically from crontab in Linux. THanking you, Yours sincerely, AKSHAY M KULKARNI ________________________________ From: Duncan Murdoch <murdoch.duncan at gmail.com> Sent: Monday, March 20, 2023 12:20 AM To: akshay kulkarni <akshay_e4 at hotmail.com>; R
2023 Jan 10
1
return value of {....}
Fair enough, Akshay. Wondering why a design was chosen is reasonable. There are languages like python that allow unpacking multiple values and it is not uncommon to return multiple things from some constructs as in this: >>> a,b,c = { 4, 5, 6 } >>> a 4 >>> b 5 >>> c 6 But that is a bit of an illusion as the thing in curly braces is a very
2010 Jul 16
1
re ading SPSS .sav files (PR#13509)
Sir/Madam, Installed in my computer is the Version 2.9.1(2009-06-26) of R. I have a SPSS.sav file produced by SPSS Version 17. >install.('foreign') >library(foreign) <- read.spss("f:/sme.sav",use.value.labels=FALSE) Warning message: In read.spss("f:/sme.sav", use.value.labels = FALSE) : f:/sme.sav: Unrecognized record type 7, subtype 18
2023 Apr 04
1
on lexical scoping....
You can't change the basic way R searches, but you can ask for a different kind of search. For example, to see if "x" exists, you can use exists("x") and it will do the default search, but exists("x", inherits = FALSE) will only look in the current environment. The get() function has a similar argument which returns the value Unfortunately these
2023 Apr 12
1
aborting the execution of a script...
This is what I get: > source("~/temp/test.R", echo = TRUE) > print(1) [1] 1 > stop("here") Error in eval(ei, envir) : here I get similar output in every variation I tried. It never prints the 2. On 12/04/2023 8:13 a.m., akshay kulkarni wrote: > Dear Duncan, > ? ? ? ? ? ? ? ? ? ? ? ? ?What if I use source() with echo? I am using > that in RStudio.
2017 Dec 15
0
something weird has happened....!!!!!!!!!!
Be sure to keep the mailing list in the loop by using reply-all or equivalent in your email program. You can use the set.seed function with any fixed value before you call functions that use randomness to create a reproducible output. -- Sent from my phone. Please excuse my brevity. On December 15, 2017 9:07:24 AM PST, akshay kulkarni <akshay_e4 at hotmail.com> wrote: >dear Jeff,