search for: polut

Displaying 20 results from an estimated 22 matches for "polut".

Did you mean: pout
2006 Sep 03
0
Reducing object polution and mocha?
Hi Kevin, Not currently, I''m afraid - I always realised it was a possible problem, but we haven''t run into it in our use of Mocha so far. I guess you''re pushing the envelope with it, which is great. If you only need to do it for one or two objects, you could just undefine the offending methods. In the meantime I''ll look into a better solution. It may not be
2003 Nov 14
2
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
...nately, without your help, we won't be able to fix this (none of us > have a SuSE box). OK-OK, I will be a SuSE-batman for a while :) > Can you provide some patches? :) I do believe that the right way here is to provide some patches to newest gcc instead. If it fails, then let's polute nice llvm sources. I am waiting for feedback from SuSE team. have a nice day! -- vak
2020 Nov 08
1
Obj doesn't link under MSVC
...thub that seems to have been solved by time, and the statement `default rel` for an assembler to be inserted at the beginning of the ASM file, which I'm not sure how would be related. The only workaround I could find is to allocate the string on stack and set every element one by one, but it polutes the IR and it makes LLVM not to be able to optimize the thing into the readonly section, from what I noticed. I kindly request your help, thanks.
2006 Apr 09
8
Testing (ignore)
Just testing the gateway... plz ignore. -- Posted via http://www.ruby-forum.com/.
2007 Jan 11
4
counter-intuitive behaveour when passing a proc to Mocha::Expectation#returns
...I have a procedure that: * gets the number of bytes to write into some file * and returns the number of successfully written bytes def save( text, len ) This procedure is being used all over the place especially inside the method "process" which I want to test. Thus in order not to polute my filesystem I stub the "save" procedure. But of course in order for my "process" method I need the "save" procedure to return the correct number of bytes. Thus naively I''d do something like this: stubs( :save ). returns( lambda { eval "len" }...
2005 May 31
4
Karl
...t those Weapons of Mass Deception he talked about last spring. He sent our troops into battle over lies. 4) Bushwhack is slowly destroying our environment. He's turned the U.S. into the laughing stock of the world because he won't sign the Kyoto Treaty, even thought the U.S. is the biggest poluter on planet. 5) How about the 2 recent trade agreements (Chile and Singapore) which have visa provisions allowing cheap labor to be imported on H-1Bs. Everyone in technology knows about this problem and many lost their jobs to H-1Bs. 6) Let's not forget the stolen election in Florida - read t...
2003 Jan 24
1
Strange behaviour with M$ WORD 97 under Win 2K
Hi all, I searched thru excellent http://marc.theaimsgroup.com/?l=samba&r=1&w=2 (samba ML archive...) answer to my questions. I asked Google too. Both doesnt know about my problem. That's why I finaly decided to polute samba ML :-( Here's the environment: a Linux Box under Debian Woody (stable, nothing compiled by hand EXCEPT KERNEL (aacraid issue..)): master:~# uname -a Linux master 2.4.20 #2 SMP Mon Dec 2 18:49:26 CET 2002 i686 unknown master:~# smbd -V Version 2.2.3a-12 for Debian The server is a DE...
2006 Apr 13
4
Installation of Rails without ''gem install rails''
I am wondering if anyone has any procedural documentation for installing and using Rails from the standalone packages rather then via ''gem install''. It seems there should be some steps outside of simply unpacking the tar ball in order to integate it with your Ruby installation. Seems every bit of installation documentation I can find has ''gem install
2006 Apr 05
25
How to avoid bunch of <% %> ??
Hello, I would like to know is there is a way to avoid poluting the views with tons of <% %> ? Like this <%= start_form_tag() %> <%= text_field_tag(''category[title]'', category.title, {:size => 20, :maxlength => 128}) %> <% if not category.parent_id.nil? %> <%= select("category", "parent_id...
2012 Nov 23
0
[LLVMdev] Disable loop unroll pass
Ok, let‘s stop the open64 "polution". Whether the design is as you stated doesn‘t simpler, the code before and after the change already tells us. We take detailed investigation on gcc support for hwloop, then we come to the conclusion we are essentially the same. So i think the idea can be shared among different compilers,...
2005 Dec 01
1
contrib pkg install problem on Windows with R2.2.0
Dear R-helpers, I made the package depmix for fitting hidden markov models. After updating R to version 2.2.0 on my PC I got the following error when installing the package from a local directory. One of the C files includes the R.h file which apparently causes problems. I call R CMD INSTALL --docs="normal" depmix and I get the following error: make[3]: *** No rule to make target
2001 Jan 30
1
PAM namespace.
...sh_pam_msg_cat() ssh_pam_msg_cat() do_pam_msg_cat() cat_pam_msg() Please don't take this as a hint that any of these functions are going to appear in a future release of Solaris just because I have an @Sun.COM address - there is no hint intended. I would just rather that OpenSSH didn't polute the pam_ namespace. The same could be said for the Kerberos namespace in krb4 but since krb4 is no longer in development the risk is much lower. -- Darren J Moffat
2004 Jan 20
1
Problem restarting SSHD in AIX when the server got rebooted.
Hi , I had downloaded the OpenSSH AIX binary packages from http://www.zip.com.au/~dtucker/openssh/ . It is working fine usually, but when i reboot the server it doesnt start the sshd daemon automatically. I see there is a line added in /etc/rc.tcpip server to start the sshd on restart while intallation of the package. But it is throwing the following error in error log while the server is
2003 Nov 14
0
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
On Fri, 14 Nov 2003, [koi8-r] "Valery A.Khamenya[koi8-r] " wrote: > > Can you provide some patches? :) > > I do believe that the right way here is to provide some patches to > newest gcc instead. If it fails, then let's polute nice llvm sources. > I am waiting for feedback from SuSE team. Even better, thanks a lot!! :) -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/
2003 Nov 13
4
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
> > hm, sending bug report is not my favorite hobby :) > > Well if you don't, it might never get fixed :( OK-OK, let's save the world :) Well, I've made it. > It might be possible to hack your <cassert> header file or something > though... it is just a few places in three files as reported in my previous post. Then comes assert violation with message from
2009 Oct 08
2
how do I name data frames and files according to the index of a for loop?
Thanks in advance for reading my question. This is my first time working with R, though I have some intro-level experience with other languages. I am writing a program that performs a certain set of calculations on each row of a list of data, and here's what I have so far: for (i in 1:2858) { Calc_1 <- some_stuff Calc_2 <- some_more_stuff Calc_3 <-
2011 Mar 05
1
Dovecot, Postfix and Dovecot LDA (LMTP) delivery
Hi list, I am running a Debian Lenny machine with Postfix 2.5.5 and Dovecot 2.0.8. Up until now I ran Postfix with the Procmail delivery agent succesfully. The machine has only local users; I am not using virtual mailboxes. Due to obvious reasons I want to switch to Dovecot LDA delivery, through LMTP. I spend quite some time finding 'the' configuration for both Postfix and Dovecot,
2006 Feb 11
2
Route all LAN traffic through eth2 and keep web/mail traffic on eth0
Hi, I have the following config: 1 PC with 3 NICs, that shares internet connection to LAN. eth0 uses a public IP ($public_ip_1) eth1 uses a private IP ($private_ip) eth2 uses a public IP ($public_ip_2) I have a webserver and a mailserver accesible by $public_ip_1 (eth0) I have a LAN with all terminals using private IPs, and $private_ip (eth1) as gateway. $public_ip_1 and $public_ip_2 are from
2003 Oct 11
2
Fwd: RE: SIP / IAX over satellite
>Date: Sat, 11 Oct 2003 22:07:49 -0700 >To: asterisk-users@lists.digium.com >From: John Todd <jtodd@loligo.com> >Subject: RE: [Asterisk-Users] SIP / IAX over satellite > >[post re-ordered chronologically] > >>-----Original Message----- >>From: asterisk-users-admin@lists.digium.com >>[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Tilghman
2005 Sep 03
5
Asterisk Community Participant; Katrina Refugee
Hi All, My family and I are doing well. Thank you all for your prayers. We are using this as an opportunity to rebuild. I didn't think I really needed to but God knows best and we will obey. My family and I will temporarily be in Lafayette, Louisiana for a while but will probably relocate to Houston, TX in the future. We already have my Daughter registered in school here. Lafayette is my