search for: somestr

Displaying 19 results from an estimated 19 matches for "somestr".

Did you mean: someptr
2017 Aug 24
5
functions from 'base' package are not accessible
Hi all! The following code (executed in console)... somevar <- data.frame(v1 = 1:5, somestring = 6:10, v3 = 11:15, v4 = 16:20); somevar %>% gather(key = var, value = val, which(names(somevar) == "somestring"):length(somevar)) %>% head(2); throws... Error in which(names(somevar) == "somestring") : could not find function "which" if I chang...
2017 Aug 24
0
functions from 'base' package are not accessible
...ion in the tidyverse can cause confusion. Bill Dunlap TIBCO Software wdunlap tibco.com On Thu, Aug 24, 2017 at 4:32 AM, Eugeny Melamud < Eugeny.Melamud at lanit-tercom.com> wrote: > Hi all! > > The following code (executed in console)... > somevar <- data.frame(v1 = 1:5, somestring = 6:10, v3 = 11:15, v4 = > 16:20); > somevar %>% gather(key = var, value = val, which(names(somevar) == > "somestring"):length(somevar)) %>% head(2); > throws... > Error in which(names(somevar) == "somestring") : > could not find function...
2006 Apr 27
1
sigsev with postfix + dovecot SASL
...character is '^]'. 220 smtptest.bestsolution.at ESMTP Postfix (bestsolution.at GmbH) EHLO localhost 250-smtptest.bestsolution.at 250-PIPELINING 250-SIZE 51200000 250-ETRN 250-AUTH PLAIN DIGEST-MD5 CRAM-MD5 250-AUTH=PLAIN DIGEST-MD5 CRAM-MD5 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN AUTH somestring 535 5.7.0 Error: authentication failed: Connection lost to authentication server -------CUT------- dovecot logs this: -------CUT------- dovecot: Apr 27 10:27:36 Error: auth(default): BUG: Authentication client 4315 requested unsupported authentication mechanism somestring dovecot: Apr 27 10:27...
2018 Sep 28
4
Simple bash question
I am calling a bash script and passing in somestring that includes a "$" myscript "$plusmore" I want to assign in the myscript the $1 arg to something like MYTEXT="$1" when I do that I dont get what I'm expecting. if I do MYTEXT='$1' I still dont get what I'm expecting. On the first assignment of...
2008 Feb 13
8
comparing ajax.updater div in js
...ly bugging me no matter what I''m trying. In javascript, I''m using the ajax.updater, and it (obviously) writes back out to a div. I want to then compare what was echoed out into this div (which came from the php file I listed in ajax.updater) with a string. test should equal "SomeString" because that is what is being echoed out to ''testdiv'', but it doesn''t. Instead, when I try debugging and display test in a div, it shows up as "undefined." Here is example code: function Check(){ new Ajax.Updater(''testdiv'',''...
2015 Apr 27
1
Development version of R: Improved nchar(), nzchar() but changed API
Dear Martin, Does the work on nchar mean that bugs #16090 and #16091 will be resolved [1,2]? Thanks, Mark [1] https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16090 [2] https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16091 On Sat, Apr 25, 2015 at 11:06 PM, James Cloos <cloos at jhcloos.com> wrote: > >>>>> "GC" == G?bor Cs?rdi <csardi.gabor at
2016 Feb 03
2
Python hashlib and ripemd160
Hi - I think the patent monster has struck again. rmd = hashlib.new('ripemd160',binascii.unhexlify(someString)).hexdigest() That fails - ValueError: unsupported hash type From some googling, it appears that the supported hash types are from OpenSSL and that means the OpenSSL in CentOS doesn't support ripemd160. I've worked around other stuff missing from CentOS OpenSSL by building LibreSSL...
2007 Oct 25
4
""throw $continue" is deprecated, use "return" instead"
I am using the firebug plugin to debug my javascript code, and I get the following message while debugging. Anyone familiar with this error? See my code below: <title>My Test </title> <script src="json.js" type="text/javascript"></script> <script src="prototype.js" type="text/javascript"></script>
2006 Feb 05
8
sha1 or md5?
I''m building a site that requires user log-in and i have seen the Agile book using sha1 for password hashing while R-Forum uses md5. Is there any compelling argument to use one over the other? -- Posted via http://www.ruby-forum.com/.
2012 Jun 18
1
Changing many csv files using apply?
Dear all, I have many csv files whose contents I want to change a bit en masse. So far, I've written code that can change them in a for loop, like so: # Subset of files in the folder I want to change subset = "somestring" # Retrieve list of files to change filelist=list.files() filelist = filelist[grep(subset, filelist)] for(i in 1:length(filelist)){ setwd(readdir) temp = read.csv(filelist[i],as.is = T, strip.white = T) >whatever I want to do to temp setwd(writedir) write.tabl...
2016 Feb 03
1
Python hashlib and ripemd160
.../python-alternative and then > other normal stuff.. > > -- > Eero > > 2016-02-03 12:52 GMT+02:00 Alice Wonder <alice at domblogger.net>: > >> Hi - I think the patent monster has struck again. >> >> rmd = hashlib.new('ripemd160',binascii.unhexlify(someString)).hexdigest() >> >> That fails - ValueError: unsupported hash type >> >> From some googling, it appears that the supported hash types are from >> OpenSSL and that means the OpenSSL in CentOS doesn't support ripemd160. >> >> I've worked around ot...
2012 Mar 15
2
how to hide code of any function
hi I'm making some program and it need to be hidden. it's not commercial purpose but it is educational, so i do want to hide the code of function. for example, if i made following function: a<-function(x){ y<-x^2 print(y) } i do not want someone to type "a" and take the code of the function. is there anyone who can help me? -- View this message in context:
2004 Jul 21
4
Bug#260743: logcheck-database: dhcp rule updates for failover support
...nor corrections to the dhcp rule sets: First of all, the hostname matching parts need to include the "._-" signs (maybe . is not needed but it might be). Then when using failover, log lines of type DHCPDISCOVER and DHCPREQUEST may be entailed by the string ": load balance to peer <somestring>". I've also had the message ": wrong network." appended, when a client requested an ip adress out of a different domain, which will result in a DHCPNAK. This is a common case with WLAN users i think. I also added rules for dyndns support by dhcpd. The modified rules are:...
2013 Mar 21
0
[LLVMdev] Universal tool for creating your own language and parsing the AST
...#39;michael'] for (i : name in enumerate(friends)) { print "iteration {i} is {name}" } So we are describing the same concept, with slightly different syntax, but the meaning is the same. This way, you get a nice simple AST, without doing much work except calling "AST = Parse(SomeString)" ... LLVM integration? I'll probably need feedback from users who want to use it for a language of their own, to help create an API or make it easy to integrate Jeebox with their own code. I'd be happy to add things to Jeebox's API, to make it useful specifically for LLVM....
2016 Feb 03
0
Python hashlib and ripemd160
...usually works like ./configure --prefix=/opt/python-alternative and then other normal stuff.. -- Eero 2016-02-03 12:52 GMT+02:00 Alice Wonder <alice at domblogger.net>: > Hi - I think the patent monster has struck again. > > rmd = hashlib.new('ripemd160',binascii.unhexlify(someString)).hexdigest() > > That fails - ValueError: unsupported hash type > > From some googling, it appears that the supported hash types are from > OpenSSL and that means the OpenSSL in CentOS doesn't support ripemd160. > > I've worked around other stuff missing from CentOS...
2018 Sep 28
0
Simple bash question
On 28/09/2018 15:39, Jerry Geis wrote: > I am calling a bash script and passing in somestring that includes a "$" > > myscript "$plusmore" > > I want to assign in the myscript the $1 arg to something like > MYTEXT="$1" > > when I do that I dont get what I'm expecting. if I do > MYTEXT='$1' > I still dont get what I...
2009 Apr 24
5
ACLs set in Windows not honored
...:r-x As an domain administrator (admbky), I wish to create a directory called 'test' and set an acl allowing user 'testbky' rwx access to the 'test' directory. Here's the relevant info for 'testbky': [root@sambatest shares]# ypcat passwd | grep testbky testbky:SOMESTRING:XXXX:XXXX:Test User:/home/testbky:/bin/bash [root@sambatest shares]# ypcat group | grep testbky g1019:x:20077:testbky testbky:x:XXXX: g2015:x:20104:testbky domainusers:*:20011:testbky [root@sambatest shares]# groups testbky testbky : testbky g1019 g2015 domainusers domain users g2015 g1019 eve...
2006 Jun 29
3
advice on arguments
I have a general style question about R coding. Suppose I'm writing a function (foo1) that calls other functions (foo2, foo3, ...) which have complicated argument lists (e.g. optim(), plot()), _and_ I may be calling several different functions in the body of foo1. Since foo2 and foo3 have different sets of arguments, I can't just use "..." ; I did write some code a while ago
2015 Jun 11
1
Re: [PATCH] New API: btrfs_filesystem_show_all
Hi, > -----Original Message----- > From: libguestfs-bounces@redhat.com [mailto:libguestfs-bounces@redhat.com] On > Behalf Of Pino Toscano > Sent: Thursday, June 11, 2015 5:37 PM > To: libguestfs@redhat.com > Subject: Re: [Libguestfs] [PATCH] New API: btrfs_filesystem_show_all > > Hi, > > On Thursday 11 June 2015 12:24:18 Chen Hanxiao wrote: > > Signed-off-by: