search for: ename

Displaying 17 results from an estimated 17 matches for "ename".

Did you mean: name
2009 Feb 09
1
XML package- accessing nodes based on attributes
Hi, I have a rather complex xml document that I am attempting to parse based on attributes: <Manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- eName : name of the element. eValue : value of the element. --> <OutputFilePath>D:\CN_data\Agilent\Results\</OutputFilePath> <FilesList> <File> <Characteristic Type="File" eName="FileTypeId" eValue="10"/>...
2009 Jan 23
1
XML package help
Please consider this: <Manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > <!-- eName : name of the element. eValue : value of the element. --> <OutputFilePath>./XYZ</OutputFilePath> <FilesList> <File> <FileTypeId>10</FileTypeId> <FilePath>....
2016 Apr 13
0
formula argument evaluation
...ring) > 1 || nchar(string) > maxlen) paste(substring(string[1], 1, maxlen), "...", sep = "") else string } myDeparse <- function(object) { if (!is.environment(object)) { deparse(object) } else { ename <- environmentName(object) if (ename == "") ename <- "<unnamed env>" paste(sep = "", "<", ename, "> ", paste(collapse = " ", objects(object))) } } ca...
2016 Apr 13
2
formula argument evaluation
I suppose it would work, although "=>" is rather a descriptive symbol and less a function. But choosing between quoting: "A + B => C" and a regular function: A + B %=>% C probably quoting is the most straightforward, as the result of the foo() function has to be a string anyways (which is parsed by other functions). On Tue, Apr 12, 2016 at 6:20 PM, Richard M.
2011 Jan 14
1
Help on a Display function
> I wanted to simulate the Matlab DISPLAY function for some time now. After seeing a recent proposal by Gabor Grothendieck I came up with the following solution, display <- function(...) { my_names <- lapply(substitute(placeholderFunction(...))[-1], deparse) for (my in my_names) cat(my, "=", eval(parse(text=my)), "\n", sep=" ") } that works about as
2006 Feb 27
2
Bug in Kerberos support for openssh.
...tok, flags, NULL, &ctx->client_creds); and saving off ctx->client for later use. Under the hood, ctx->client is simply a gss_union_name_t. Later on (not much further later), ssh calls if ((ctx->major = gss_export_name(&ctx->minor, ctx->client, &ename))) { ssh_gssapi_error(ctx); return (ctx->major); } Here ctx->client is passed in but gss_export_name assumes that the input name is a krb5_principal. Not surprisingly, the datatype mismatch causes the call to fail. Could have caused it to crash, I...
2005 Sep 11
1
random effects plot
...do random effects plots for multi-level models? "plot(ranef(model))" doesn't seem to work in the latest release. Here's the error message: Error in table(x) : argument "x" is missing, with no default In addition: Warning message: The 'formula' argument has been renamed to 'x'. See ?xyplot in: dotplot(formula = .groups ~ .pars | .enames, data = list(.pars = c(-0.0388163041843026, Help a poor sociologist out... -Bobby
2012 Jan 24
1
Activating Wireless from command line
...ete the connection. This needs to be done in the host machine, not in the clients. So far, I've figured out the following: I issued the following iwconfig wlan0 up (Manually I issued iwlist wlan0 scan | grep ESSID and identified the right network ) I then issued wpa_passphrase {ename} "{pass-phrase}" >> /etc/wpa_supplicant/wpa_supplicant.conf where {ename} is the name of the network, case sensitive and {pass-phrase} is the same as I would enter in the GUI interface, if I wanted to use it. What more is needed? I really want to avoid GUI interfaces if possibl...
2000 Jan 16
1
findsmb patch
...o deal with 'bad' characters in the machine names: --- /usr/bin/findsmb Mon Oct 12 20:03:10 1998 +++ findsmb Sun Jan 16 10:30:11 2000 @@ -79,7 +79,8 @@ # do an smbclient command on the netbios name. - open(SMB,"$SAMBABIN/smbclient -N -L $name -I $ip -U% |") || + ($ename = $name) =~ s/"/\\"/g; + open(SMB,"$SAMBABIN/smbclient -N -L \"$ename\" -I $ip -U% |") || die("Can't do smbclient command.\n"); @smb = <SMB>; close SMB; ==> end diff The patch just changes findsmb so that it changes any do...
2012 Oct 18
2
Different return codes on exec during puppet agent run vs command line Windows
...ous I know....) : $AILogFile=''C:\\Program Files\\HELLO_WORLD\\log\\IIS7.log'' exec { ''install_iis'': command => "c:\\Windows\\sysnative\\dism.exe /online /norestart /logpath:\"C:\\temp\\log.etw.txt\" /enable-feature /ignorecheck /featurename:\"IIS-ApplicationDevelopment\" /featurename:\"IIS-ASP\" /featurename:\"IIS-ASPNET\" /featurename:\"IIS-BasicAuthentication\" /featurename:\"IIS-CGI\" /featurename:\"IIS-ClientCertificateMappingAuthentication\" /featurename:\"IIS-C...
2007 Jan 03
18
error "Stack level too deep" on ''exec[ "perl Makefile.PL" ] ?
Hi, I''m testing puppet from the subversion trunk. I have a rather hacked-together system to install a CRM into one of my nodes, which worked (more or less) with version 0.19.3. When I tried to do a puppet run on a completely clean node it seemed to stall on the ''compilation'' part (I do an exec of ''perl Makefile.PL'' in the appropriate dir). When I broke
2003 Aug 10
9
updated gssapi diff
..., ccache); + return; + } + + krb5_free_principal(krb_context, princ); + + if ((maj_status = gss_krb5_copy_ccache(&min_status, + client->creds, ccache))) { + logit("gss_krb5_copy_ccache() failed"); + krb5_cc_destroy(krb_context, ccache); + return; + } + + client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache)); + client->store.envvar = "KRB5CCNAME"; + client->store.envval = xstrdup(client->store.filename); + + krb5_cc_close(krb_context, ccache); + + return; +} + +ssh_gssapi_mech gssapi_kerberos_mech = { + "toWM5Slw5Ew8Mqkay+al2g==&q...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...or g95 configure:5277: result: no configure:5248: checking for fc configure:5264: found /usr/bin/fc configure:5274: result: fc configure:5422: checking for Fortran 77 compiler version configure:5425: fc --version </dev/null >&5 ./configure: line 1: fc: --: invalid option fc: usage: fc [-e ename] [-nlr] [first] [last] or fc -s [pat=rep] [cmd] configure:5428: $? = 2 configure:5430: fc -v </dev/null >&5 ./configure: line 1: fc: -v: invalid option fc: usage: fc [-e ename] [-nlr] [first] [last] or fc -s [pat=rep] [cmd] configure:5433: $? = 2 configure:5435: fc -V </dev/null >&a...
2006 Aug 15
8
AGAIN: file object treated as string
I am trying to implement the uploading of a file to a remote server I get error while trying to write the file on the server. The error I get is the following: undefined method `rewind'' for #<String:0x2aaaad062eb8> It seems to be treating my file as a string instead of a File object. --------- Code is below ------------------ VIEW: <%=
2004 Oct 06
10
Eezee phone?
I'm just wondering if anyone knows the story with these... http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=5721202362&ssPageName=STRK:MEWA:IT He claims they support IAX2 and SIP... but almost no history on the account selling them. I didn't see anything in the wiki about this company either.. Does anyone have any history with these phones? Thanks, Jared
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches? --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2005 Sep 06
9
civil emergency comms: Asterisk + HAM
The disaster in the Gulf coast and the less than optimal initial response suggests to me that citizens must shoulder more responsibility for emergency management. Communications loss must have played a large role in the failures that occurred. I can't help but wonder if there are fewer ham radio operators today and that if there were more, maybe they could make a difference in future