search for: _not

Displaying 20 results from an estimated 52 matches for "_not".

Did you mean: _note
2009 Apr 16
6
Cucumber - step negating another expecting step
...people search form$/ do > people_search_form_exists > end > > Then /^I should not see the people search form$/ do > people_search_form_exists "not" > end > > and then the method: > > def people_search_form_exists negation = "" > neg = "_not" unless negation.blank? > response.send "should#{neg}".to_sym, have_tag(''form#frmSearch'') > end > > this is a simple case, but what do you think about this? any blog > post or so Yeah this is an annoying one isn''t it. I sometimes get aro...
2011 Feb 16
2
create a data frame with the given column names
how do I create a data frame with the given column names _NOT KNOWN IN ADVANCE_? i.e., I have a vector of strings for names and I want to get an _EMPTY_ data frame with these column names. is it at all possible? -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final) http://openvotingconsortium.org http://pmw.org.il http://memri.org http://m...
2017 Jul 08
2
samba AD not working
.../tcp open msrpc Microsoft Windows RPC 139/tcp open netbios-ssn Samba smbd 3.X - 4.X (workgroup: MYDOMAIN) 389/tcp open ldap (Anonymous bind OK) | ssl-cert: Subject: commonName=AD.office.mydomain.com/organizationName=Samba Administration | Not valid before: 2017-07-04T17:24:08 |_Not valid after: 2019-06-04T17:24:08 |_ssl-date: 2017-07-08T15:11:06+00:00; -3m31s from scanner time. 445/tcp open netbios-ssn Samba smbd 4.6.5 (workgroup: MYDOMAIN) 464/tcp open kpasswd5? 636/tcp open ssl/ldap (Anonymous bind OK) | ssl-cert: Subject: commonName=AD.office.mydomain.com/organ...
2020 Feb 03
3
Changes to Folder Redirection
So, what is the difference between "Using Group Policy Folder Redirection" and "Using a Group Policy Preference"? Is it an either/or and _NOT both_ scenario? Clearly the ". . . Policy Preference" is editing the registry settings of each workstation with a GPO. Something the " . . . Policy Folder Redirection" does not do. Is not "Using a Group Policy Preference" a newer method than the other? ^^^^^^^^^^^...
2006 Apr 30
2
[LLVMdev] Regarding exceptions (new to this list)
Hello, I am, as said in the subject, new to this list. I have not actually used LLVM, I tried with an older version but failed. Recently I noticed that 1.7 came out and looked at the release notes. And there was something that stroke me: llvm-g++ adheres to the IA64 ABI but _not for exceptions_. I was not able to find information why this is so and why it is necessary, so I hope you don't mind me asking here. Why? It would make me a whole lot more interested in LLVM. I have another question: You said (I read in the archive) all your libraries are static because of sta...
2019 May 10
2
R 3.6.0 for Debian buster
...weeks and > is now also between gcc/gfortran upstream and the lapack folks. See Tomas's > posts on (IIRC) r-devel. > So in short, things are moving, and in the right direction. Also worth > recalling that the _initial findings_ were and still are about a gcc / > gfortran version _not even in Debian unstable yet_ (but the folks in > Fedora once again jumped the gun and they now have that problem with > gfortran 9). Afaics, the issue certainly affects current gfortran-8 in testing? -k
2007 Mar 19
1
Can not install Wine tools
-- I get the following error message when I try to turn the RPM file into a tgz file. root@wizard:/home/vince# rpm2tgz winetools-0.9-3joi386.rpm /usr/bin/rpm2tgz: line 98: winetools-0.9-3joi386.rpm: No such file or directory /usr/bin/rpm2tgz: line 99: winetools-0.9-3joi386.rpm: No such file or directory Ultima Linux rocks: http://www.ultimalinux.com/ultima-central.html
2007 Sep 20
1
elf.c32 plus it's library
...t work with this one I wonder if PXELINUX also fails to boot a Linux kernel. Or should the 'works/works not' be read for 'KERNEL elf.c32' and 'APPEND rtems_executable' combination? In other words: There might be a "elf.c32 plus it's library" problem and _not a BIOS_ problem ... I suggest to start[1] a network install from http://ftp.debian.org/debian/dists/etch/main/installer-i386/current/images/netboot/netboot.tar.gz and begining with the working 3GHZ computer. When seeing the "select a language" dialog from Debian-Installer, one knows that...
2007 Feb 15
1
Specs for RJS HTML output NOT containing an element
Hi I have an RJS template that renders a partial to update a page. I just added a parameter to get passed into this partial to eliminate a row in the table it generates, but I can''t find a way to test that the unwanted output is in fact missing. should(_not)_have_tag doesn''t work with RJS, and there''s no should_not_have from assert select. What I''ve just cobbled together is this addition to my spec_helper.rb: module Spec module Rails class AssertSelectWrapper def should_not_have(*opts)...
2010 Nov 27
1
sed with several lines, how?
hyphen's [ - ] are just for marking the start/end of a pattern, but there are _not in_ the pattern! "OUTPUT" is what i want after "seding" the PATTERN#X's so i for e.g.: need the first, and second "magic" sed "FIRSTMAGIC" PATTERN#1 sed "SECONDMAGIC" PATTERN#2 PATTERN#1: ----------------------------------- SOMETEXT#1 &lt...
2000 Dec 29
1
vorbis.com/faq.html
...concerns of making money directly from the format. Vorbis will always be free and in the public domain. No one needs to place intellectual property restrictions on Vorbis in order to benefit from it. You could make a remark about _not being able to_ charge for the format (or the library) at a later time, because of the (L)GPL. Audio Quality Does Ogg Vorbis sound better than MP3? Since Vorbis uses very different mathematical principles from MP3, i...
2011 Jul 25
6
What does using a lambda in rspec tests accomplish?
...39;'', :email => '''', :password => '''', :password_confirmation => '''' } end it "should not create a user" do lambda { post :create, :user => @attr }.should_not change(User, :count) end it "should have the right title" do post :create, :user => @attr response.should have_selector(:title, :content => ''Sign up'') end Comparing the last two tests, it looks to me like: lambda {...
2006 May 01
0
[LLVMdev] Regarding exceptions (new to this list)
...reuz wrote: > I am, as said in the subject, new to this list. I have not actually used > LLVM, I tried with an older version but failed. Recently I noticed that > 1.7 came out and looked at the release notes. And there was something > that stroke me: llvm-g++ adheres to the IA64 ABI but _not for > exceptions_. I was not able to find information why this is so and why > it is necessary, so I hope you don't mind me asking here. Why? It would > make me a whole lot more interested in LLVM. Primarily because it hasn't been implemented in the native code generators yet. I...
2004 Aug 25
3
wxclasses-2.4.2.xml
I couldn''t find the original tex document that the author of the xml file converted from. Anyone knows where it is? I am toying with the idea of _not using_ the xml file. Either getting the wx header files thru SWIG (I assume you guys have thought about this before already, any specific problems?), or continue with the template generator in the current wxruby-4.0. The RUBY port of the SWIG seemed to be developed by the author of FXRUBY, gue...
2019 May 10
2
R 3.6.0 for Debian buster
Kurt, Am Donnerstag, 9. Mai 2019, 16:35:24 CEST schrieb Kurt Hornik: > >>>>> Johannes Ranke writes: > Johannes, > > It seems that one can avoid the gfortran problems with Fortran > BLAS/LAPACK implementations by compiling with > -fno-optimize-sibling-calls. ... > Yesterday I changed R-devel and R-patched to use > -fno-optimize-sibling-calls for gfortran
2007 May 30
9
Specify attr_protected
...on. Question One: I want to be sure that an Order model is protecting sensitive attributes from mass assignment. The example looks like this: describe Order do it "should protect total attribute from mass assignment" do @order = Order.new(:total => 0.05) @order.total.should_not == 0.05 end end And the code to implement it: class Order < ActiveRecord::Base attr_protected :total end It seems to work, but is there a better way? Not saying that this way is bad, just that I''m very green :) Question Two: I actually have a bunch of attributes that need to b...
2015 Nov 05
3
Install R on Ubuntu with libcurl support
...s > ii libcurl3-nss:amd64 7.38.0-3ubuntu2 amd64 easy-to-use client-s > ii libcurl4-openssl-dev: 7.38.0-3ubuntu2 amd64 development files an > edd at max:~$ > > Now, I happen to deploy a fair number of similar machines also usuing Ubuntu > 15.04 and work and _not one had issues_ when we switched to https for CRAN > repos. But one critical thing you may be overlooking with R _before version > 3.2.2_ is that you had to turn it on via options(): > > ?download.file.method?: Method to be used for ?download.file?. > Currently downl...
2015 Nov 05
2
Install R on Ubuntu with libcurl support
What do you have installed as far as libcurl goes? Would you mind listing your packages and greping for libcurl entries. Perhaps I need some libcurl debs installed when I install r-base? On Thu, Nov 5, 2015 at 11:34 AM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 5 November 2015 at 11:11, Michael Coyne wrote: > | Hello, > | > | I'm install R from a package off of
2020 Jun 08
1
How to create an NS record
...ERY, status: NOERROR, id: 6427 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;host7.domainname.org.??? ??? IN??? AAAA Received 34 bytes from 127.0.0.53#53 in 0 ms Trying "host7.domainname.org" *Host host7.domainname.org _not found: 3(NXDOMAIN)_* Received 34 bytes from 127.0.0.53#53 in 0 ms Received 34 bytes from 127.0.0.53#53 in 0 ms Remember that I mentioned that this machine started life as a v4.7.6. There have been many version upgrades since and I am now at v4.11.6. (I am surprised dns did not fail soone...
2020 Feb 04
1
Changes to Folder Redirection
...4:06 PM, Rowland penny via samba wrote: > > On 03/02/2020 21:53, Bob Wooden via samba wrote: > >> So, what is the difference between "Using Group Policy Folder > >> Redirection" and "Using a Group Policy Preference"? Is it an > >> either/or and _NOT both_ scenario? > >> > >> Clearly the ". . . Policy Preference" is editing the registry > >> settings of each workstation with a GPO. Something the " . > . . Policy > >> Folder Redirection" does not do. > >> > >> Is not...