similar to: Variable Substitution

Displaying 20 results from an estimated 10000 matches similar to: "Variable Substitution"

2003 Jul 01
3
H.323 Gateway Connection
Hi, I'm trying to setup Asterisk to allow users to dial out to the PSTN using a remote box supporting h.323. I'm using chan_h323.so, and I'm able to make outbound calls to a client like netmeeting with a line like this: exten => 242,1,Dial(h323/xxx.xxx.xxx.xxx) And I'm able to receive incoming calls to asterisk. However I'm not sure how to route calls to the remote h.323
2006 Apr 11
2
variable-substitution / command-substitution
Hello, I have about 2000 data files which I want to analyse. The file names are all very similar => p"variable1"_t"variable2"_c"variable3".txt There aren?t so much different variables (about 70) , just different combinations of them. To allow an easy way of handling those data files I was wondering whether R is able to do variable-substitution
2020 Nov 04
2
variable substitution
Marco Gaiarin via samba ha scritto il 03/11/20 alle 16:22: > Mandi! Piviul via samba > In chel di` si favelave... > >> smb ports parameter; in effect in man smb.conf I can read: This parameter is >> not available when Samba listens on port 445. There is no way yo have the >> client name? All %m, %M, %I contains ip address... > > No and yes. > > >
2020 Nov 03
3
variable substitution
Hi all, now that I have solved drivers problem on shared printers I've found a new problem regarding variable substitution on shared printers "print command"... in smb.conf on the print command parameter section I read: > %J - the job name as transmitted by the client. but the print command receive the ip address with dots replaced with underscore :? In effect in smb.conf
2005 Jan 31
1
variable substitution broken in 3.0.11pre2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i upgraded my server from 3.0.10 to 3.0.11pre2 on friday. today i recognized, that the variable substitution isn't working correctly. my smb.conf file containes the following two lines: include = smb.conf.%G include = smb.conf.%U this was working fine with previous samba versions (up to 3.0.10) the included files contained special shares
2015 Jan 10
2
Variable substitution in UserKnownHostsFile configuration option
Dear OpenSSH developers, Do you find it a good idea if variable substitution is implemented in UserKnownHostsFile the same way it is done for IdentityFile? In ssh_config I would like to write something like UserKnownHostsFile ~/keys/%r/known_hosts Thanks! -- With best regards, Dmitry
2013 Dec 17
3
In-string variable/symbol substitution: What formats/syntax is out there?
Hi, I'm try to collect a list of methods/packages available in R for doing in-string variable/symbol substitution, e.g. someFcn("pi=${pi}"), anotherFcn("pi=@pi@") and so on becomes "pi=3.141593". I am aware of the following: ** gsubfn() in the 'gsubfn' package, e.g. > gsubfn( , , "pi = $pi, 2pi = `2*pi`") [1] "pi = 3.14159265358979,
2004 Jan 29
1
Variable substitution in grep pattern
Hi everibody. I'm working with a dataframe with many character vector in which each observation is made of one or more unique values. Example: > Licenza[56:58] [1] BSD License, GNU Library or Lesser General Public License (LGPL) [2] Qt Public License (QPL) [3] GNU General Public License (GPL) 66 Levels: ... Zope Public License As you can see, the observation can have one or more Licenses
2009 Nov 27
1
Force a variable substitution in expression
Hello, I have a function that creates an expression object with some variables substituted e.g foo <- function(s){ expression({ v <- s print(v) }) } Thus foo returns an expression, however the expression has the symbol 's' contained within it and thus returns an error when eval'd e.g x <- foo(10) eval(x) Error in eval(expr, envir, enclos) : object 's'
2010 Feb 18
1
variable substitution
Hi I would like to write a script that reads a list of variable names. These variable names are some of the column headers in a data.frame. Then I want do a for-loop to execute various operations on the specified variables in the data.frame, but can't figure out how to do the necessary variable substitution. In bash (or C) I would use "$var", but there seems to be no equivalent in
2014 May 27
2
CentOS 6.5 + Samba 4.1.6 - Variable Substitution (smb.conf)
Hello everyone. So, I come to you because I have a little problem when setting up my domain controller based on CentOS 6.5 and Samba 4.1.6. Everything works well, except for one small detail, which in my case blocking me. I would like to automatically generate the home directory of the user during the first connection (from Win or Linux), but the problem is that for some unknown reason,
2003 Jul 11
1
No Sound via Sip Phone
Hi, I just setup a box with RH 9, and latest asterisk via CVS. The box as a T100P card in it that is currently hooked up to nothing. I did have the sample configs in place via make samples, and the only change I made was to add an entry to sip.conf for my Cisco 7960. When I dial 1000 to get to the main greeting I hear nothing, though the command line output looks fine to me. Any ideas? --
2005 Apr 04
3
plotting mathematical notation and values substitution
Dear R-users, I'm trying to add a title on a plot with both mathematical notation and values substitution. I read the documentation and search the mailing list but I was not able to solve my problem. Actually, there is a message by Uwe Ligges on June 2003 which addresses a question very close to mine, but the code provided doesn't work. The code is the following: # I add this to let you
2002 Sep 08
1
%L substitution...
Quick question for the Samba team, Just wondering if there is a reason that a %L substitution changes the WHOLE string after the substitution to lowercase (in standard_sub_basic)? This was causing me a big headache as I was using a %G later in the string, and this was being translated into a %g... Here's the relevant section of code from lib/substitute.c: case 'L' :
2003 Jul 16
2
Multiple Phones for 1 Extension
Hi, I'd like to have a SIP phone at home and at the office and have them both ring when my extension is dialed. Right now I used the same config for the phones (Cisco 7960's). So they both register with the same login & pw. This doesn't seem to work quiet right, where only the last phone to register seems to get the calls. What is the proper way to set this up? Thanks, Justin
2014 Jun 05
0
FW: CentOS 6.5 + Samba 4.1.6 - Variable Substitution (smb.conf)
>> Hello everyone. >> >> So, I come to you because I have a little problem when setting up my domain controller based on CentOS 6.5 and Samba 4.1.6. >> >> Everything works well, except for one small detail, which in my case blocking me. >> >> I >> would like to automatically generate the home directory of the user >> during the first
2013 Apr 03
1
Process substitution and read.table/scan
Hello, I did the same question on stackoverflow (http://stackoverflow.com/questions/15784373/process-substitution) but did not understand completely the issue so I'm reporting it here: " I've given a look around about what puzzles me and I only found this: http://stackoverflow.com/questions/4274171/do-some-programs-not-accept-process-substitution-for-input-files which is partially
2013 Apr 03
1
Process substitution and read.table/scan
Hello, I did the same question on stackoverflow (http://stackoverflow.com/questions/15784373/process-substitution) but did not understand completely the issue so I'm reporting it here: " I've given a look around about what puzzles me and I only found this: http://stackoverflow.com/questions/4274171/do-some-programs-not-accept-process-substitution-for-input-files which is partially
2020 Nov 16
3
samba binary repository for debian [WAS: variable substitution]
On 16/11/2020 10:34, Piviul via samba wrote: > Piviul via samba ha scritto il 04/11/20 alle 14:15: >> [...] >> Someone knows why %J variable substitution is performed before the >> print command variable substitution? > I've found that on debian bullseye (samba version 4.12.5) the %J macro > is expanded correctly so I argue that it's a bug solved on recent
2008 Mar 24
1
make error: ../../../bin/R: bad substitution
Hi, I am getting this error when I run 'make' under src/library/base: ../../../library/base/R/base is unchanged ../../../bin/R: bad substitution make: *** [all] Error 1 I traced it down to the following line in src/library/base/Makefile: @cat $(srcdir)/makebasedb.R | \ R_DEFAULT_PACKAGES=NULL LC_ALL=C $(R_EXE) --slave > /dev/null I am trying to build R-2.6.2 on a