search for: undertaking

Displaying 20 results from an estimated 401 matches for "undertaking".

2007 Sep 04
11
stop log/debug messages into /var/log/messages
Hello good ppl, Any way of stopping asterisk writing into syslogs or any other file, if I set verbose 6 on the console? All I want is the verbose output only on the console, nowhere else. My logger.conf says : console=> notice,error ;messages => notice,warning,error Thanks in advance. - Benjamin Jacob. EMAIL DISCLAIMER : This email and any files transmitted with it are confidential
2007 Dec 17
3
VoIP service providers/PSTN termination points
Hello ppl, Am looking at some PSTN termination providers in US. If this question has been repeated, please point me to the correct link, as I've tried searching the archives but have been unsuccesful so far. I have come across quite a few companies which provide the same, such as : Iconnecthere <http://www.iconnecthere.com> Vonage <http://www.vonage.com> Teliax
2007 Aug 20
1
1.4.4. caller ID not working ?
Hello All, Is CALLERID() setting broken in 1.4.4? My small dialplan : [testclid] exten => _0.,1,Set(CALLERID(all)=Ben Jacob <988077>) exten => _0.,n,Dial(SIP/${EXTEN}) Correct me if I am wrong, Set(CALLERID(all) above supposed to change the display name as above(Ben Jacob) and change the From URI to 988077 at myip?? As of now, only the _display name_ is being replaced, but not the
2005 Aug 11
3
sub set selection
hi all is there a package that undertakes subset selection but BASED ON AIC or any other information criteria. i've seen the "subselect" and the "leaps" package but i have not played around with them yet. thanx
2017 Nov 10
2
R and LINGO?
Hei Im struggling with this problem: b) Another company wants to compose the optimal project portfolio based on the following 5- year project proposals. In the table, the cash flow for each project in each year is shown. Project 1 Project 2 Project 3 Project 4 Project 5 Project 6 1st year of the project -58 -32 -18 -31 -33 -39 2nd year of the project 17 17 11 4 21 30 3rd year of the project 26 30
2011 Aug 15
1
[LLVMdev] [VMKit] 2.9 or ToT? Java version/features?
...nted feature of 1.6). But vmkit does > not to have to be tight to a base library implementation. An interesting > project to work on would be to support the OpenJDK library. Supporting OpenJDK is very interesting indeed, as full 1.6 support is important to us. How intense of a project would undertaking this be? And is this something you could semi-mentor on if I were to undertake it? :). Not sure if we'll go in this direction, but if we are to continue to use VMKit I think we'll have to do so. >> >> And since I'm feeling lucky: What's the status of VMKit? Is it still...
2007 Nov 22
1
common/shared voicemail box
Hello All, I am using ODBC storage for voicemail on my asterisk box. I want to have a common voicemail box for different extensions. I know how to do that, but the question troubling me is how and where do I store the the extension name for which a particular voicemail was left. e.g. extensions 1000, 1001, 1002 all using the same voicemailbox 55555. Now, when someone calls 1000, and leaves a
2011 Sep 20
1
[LLVMdev] [VMKit] OpenJDK Port
On Tue, Aug 16, 2011 at 1:45 PM, Nicolas Geoffray <nicolas.geoffray at gmail.com> wrote: >> Supporting OpenJDK is very interesting indeed, as full 1.6 support is >> important to us.  How intense of a project would undertaking this be? >> And is this something you could semi-mentor on if I were to undertake >> it? :). > > Yes, no problem. I'd be happy to help in any way if you were to implement > it. And I'd *really* want this to happen. GNU Classpath is not evolving > anymore, and still h...
2011 Jun 05
3
reproduction archives
...uarantee that we can reproduce our results in the future? I suppose that one could make note of all package versions, etc, but automating the process would mean that it would be followed more often. (also, tracking down those packages and installing them all just to reproduce a result could be an undertaking). Thanks, Allie
2003 Dec 18
2
: Lp norm estimation
Hi all Just wondering whether one can undertake Lp norm estimation (a type of regression analysis) in R? i.e. argmin S ( | y(i) - x(i)b | ^p ) where: * S is the summation over observation i= 1,2,...,n * y is a vector of n observations * x is an n by p matrix of explanatory variables * b is a p by 1 vector of beta coefficients and * p is a constant to be estimated such that
2005 May 29
2
joining files after canonical correlation
Dear R, I recently did a canonical correlation analysis on two subsets of data (location and weather). So I now have canonical scores for location and weather. but I'd now like to do a scatterplot matrix using the pairs statement. Is there a way to somehow join location.U and weather.V to become a new data set from which I could undertake a scatterplot matrix of the canonical variates?
2002 Apr 01
2
writing a package for generalized linear mixed modesl
...on the following points: 1. Is there a strong need for a package for generalized linear mixed models? Could someone have already written or in the process of writing one? 2. Will production of a package as part of the algorithm research increase the chance of funding from NIH? 3. How big is the undertaking? I have some R code for GLMM that runs at an acceptable speed. I can see that some part can benifit from converting to C or Fortran. I am not familiar with R's interface with C and Fortran. I do not know either how to make the package available for different platforms. Will the multi-platform i...
2014 Mar 03
2
Project: Weighting Schemes
Hello Sir, I am Reetesh Ranjan, a 3rd year undergraduate student at the *INDIAN INSTITUTE OF TECHNOLOGY BHU, Varanasi-*one of the premier engineering colleges of India. I have gone through your webpage thoroughly and I am very interested in the work that you are undertaking on *Project: Weighting Schemes.*. I earnestly wish to work under your guidance, learn and progress through this experience. I have some experience in Language Modeling (github.com/reetesh11/trigram)and would love to continue it with Information Retrieval. But, the problem is , I don't have exp...
2007 Aug 01
2
multiple pbxes, multiple domains, same user ids?
Hello good ppl, A couple of questions for multiple pbxes 1. Is it possible to support multiple pbxes in one Asterisk box(using contexts, etc.)? 2. Can we use the "domain" field in sip.conf to specify the different domains for sip users, having one domain for each pbx? I just tried registering two xlites, with different domain names (with the same specified in sip.conf). But, Asterisk
2013 Nov 06
4
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
...ful because of the integration cost of upgrading to a new release. APIs totally change, new bugs have to be tracked down, performance regressions fixed, etc. Integrating our changes is a lot of work but it's not the only hard part. Dealing with all of the upstream changes at once is a massive undertaking. Now that we at least have git mirrors I can manage our custom changes mostly mechanically (it would be easier if git were the official tool). But I need manual intervention for handle everything else. That's very costly. When I've explained this in the past, the answer was always, &quot...
2013 Nov 06
0
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
...ntegration cost of upgrading to a new release. APIs totally change, > new bugs have to be tracked down, performance regressions fixed, etc. > Integrating our changes is a lot of work but it's not the only hard > part. Dealing with all of the upstream changes at once is a massive > undertaking. > So, here we have an even more serious problem. I can only see these options: 1. Ignore releases, everyone works on trunk - Changes are gradual 1.a No API changes - No code breakage, we can use compilers as old as Stallman - Every platform is covered - The toolchain doesn'...
2005 Sep 22
2
Kernel building
I have not even decided if I want to undertake a kernel build, but for the sake of discussion, if everything happens to be in the stock kernel, why, other than file bloat, would you want to build a custom kernel? In FreeBSD, you can remove all those devices and drivers that are not needed, and, depending on how much stuff you add or delete, can make a decent size reduction in the kernel
2006 Aug 09
2
Rails job position in UK
We are an expanding IT company based in West Sussex, UK with a software department specialising in providing software solutions for Recruitment agencies. We are currently seeking a UK based Senior Software Developer to assist with the development of our software packages using Ruby on Rails. The position will be based mainly on development of our own software packages, but may include a
2005 Jul 16
3
Renaming a PDC hostname/domain remotely
...: SHA512 Assuming they exist, could someone point me to any resources that could assist me in renaming a Samba PDC's hostname and the domain it serves remotely *without* forcing the client workstations to have to manually-rejoin? If such things do not exist, 1) what effects should I expect in undertaking such an action, and 2) is there a standard procedure for the steps that I should take on the workstations to make the effort go as smoothly as possible? Thanks! - -- Anthony Chavez http://anthonychavez.org/ mailto:acc@anthonychavez.org jabber:acc@jabber.an...
2007 Jul 03
2
The R Book by M. J. Crawley
Hello all- I would appreciate any guidance that can be provided. I am new to R and am using it exclusively in a statistics program I am undertaking that mainly references Minitab. My focus is on data modeling and further more multivariate data analysis as much of my work in involves chemical measurements from custom sensors using all sorts of transduction methods. I am looking for a reference that has sound statistical foundations with rele...