search for: frpm

Displaying 5 results from an estimated 5 matches for "frpm".

Did you mean: from
2011 Aug 27
1
Make a function work on an environemnt
...============== clear <- function()rm(list=ls())clear()ls() #all objects are still attached #==================== # ATTEMPT 2 #==================== clear <- function(){ {CLEAR <- function()rm(list=ls())} eapply(globalenv(),CLEAR) }clear()ls() #============================ #ERROR MESSAGE FRPM ATTEMPT 2 #============================ > clear() Error in FUN(list(function (x) : unused argument(s) (list(function (x) QUESTIONS:Why does this code not work inside the function? Please critique both my attempts?What would I need to do to make the pieces of code work inside the function? Wind...
2002 Aug 29
3
tru64 patch: openssh-SNAP-20020826.tar.gz does not contain 'configure', so how to build?
Hi- Since the tru64 patch was designed for -current, I thought I would try to build it with a recent snapshot before backporting to 3.4p1. So I downloaded openssh-SNAP-20020826.tar.gz frpm the portable snapshots, but it does not contain the 'configure' script. I tried copying the 'configure' from 3.4p1, but that does not create a Makefile from the Makefile.in. Where are the directions for building a snapshot? The INSTALL file says to use the non-existant 'confi...
2010 Jan 22
0
Meetme conferencing - large deployment SIP or ZAP?
I've been asked by my company to setup a conferencing system to support up to 400 people on a conference calls, where all users will be dialling in frpm the PSTN. I am exploring using Asterisk meetme to do this. I have two questions in relation to this:- For Meetme conferences is it better to have all participants to dial in via SIP provider terminating to Asterisk via SIP/IAX, or use something like the Digium TE420P cards connected to 16xE1's...
2009 Feb 12
2
Problem with loading rJava in R
Hello. I am trying to load the rJava package in R-2.7.2 (Windows XP 64-bit RGui) and get the following error message even though the mentioned .dll file is located at the directory listed in the error message. I have tried to uninstall and reinstall the package but that does not resolve the problem. Then uninstallation and re-installation of R did not resolve the issue either. Any suggestions are
2003 Mar 03
40
callerid
"In general you can match callerID with the /, but if you don't put anything after the /, then the rule matches "no caller*ID", and if no slash is there at all, it matches "any callerid". " Ok.My question is -> how to match callerid from 001... ? and if don't know how many numbers ? exten => s/0_,Answer don't work- anything else ? tnx Thomas