search for: bad1

Displaying 6 results from an estimated 6 matches for "bad1".

Did you mean: bad
2007 Sep 25
1
Local server unreachable by remote lan in dual isp configuration
...101 isp1 # # local # #1 inr.ruhep This is the iproute script: ISP1_NET="x.x.x.192/29" ISP1_IP="x.x.x.195" ISP1_GW="x.x.x.193" ISP1_IF="bad0" ISP2_NET="x.x.x.96/29" ISP2_IP="x.x.x.98" ISP2_GW="x.x.x.97" ISP2_IF="bad1" DMZ_NET="192.168.0.0/24" DMZ_IF="dmz0" LAN_NET="10.0.0.0/24" LAN_IF="lan0" SERVER_MAIL="10.0.0.50" SERVER_1="10.0.0.10" SERVER_2="10.0.0.2" SERVER_3="10.0.0.3" /sbin/ip rule add fwmark 100 table ISP2 /sbin/ip...
2012 Nov 14
4
[LLVMdev] About a problem in SROA
Hi, For the following case, $ cat bad1.ll target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32-S64" define internal void @test(i32 %v) { entry: %tmp = alloca i32, align 4 store i32 %v, i32* %tmp, align 4 %0 = bitcast i32* %tmp to <2 x i8&g...
2006 Jun 21
3
png() or jpeg() in a php script
Hello, I've got a problem with a PHP script, in which I call the system function (to call another processes). The call is : system("R --slave --vanilla < path/to/source/source.R"); if in this R file, I've got the lines: pdf(file="/path/to/file/file.pdf") commands dev.off() the pdf file is perfectly created but if I change the lines to:
2010 Jan 28
2
Constrained vector permutation
...lement is 1). Similarly, the 2nd must always be below/= 4, the 3rd always below/= 6, etc. Here's an example, suppose I have the vector x x <- 2:6 This vector already fits the constraint, and a permutation such as x.good <- c(2,4,6,5,3) would also fit the constraint, but the vector x.bad1 <- c(4,6,5,3,2) does not work because of the 4 in the first position. The vector x.bad2 <- c(2,6,5,3,4) does not work because of the 6 in the second position. Does anyone know of a pre-made function to permute a vector under such a constrain? Or perhaps a clever way to somehow use a fun...
2006 Aug 15
2
Unit Testing Problem
I''m having a bit of difficulty when testing my models, I''ve read a few times the testing chapter in Agile web development with rails and at http://manuals.rubyonrails.com/read/chapter/27 but i''m still unsure of what I should be testing. Firstly I''d like to be able to test things like my email validation using lines such as assert User.new(:email =>
2023 Dec 14
0
R-help Digest, Vol 250, Issue 13
...at atsu.edu> To: varin sacha <varinsacha at yahoo.fr>, "r-help at r-project.org" <r-help at r-project.org>, Ben Bolker <bbolker at gmail.com> Subject: Re: [R] ggplot2: Get the regression line with 95% confidence bands Message-ID: <352cddfd-6db4-4715-bad1-2f5690d8dc29 at atsu.edu> Content-Type: text/plain; charset="utf-8"; Format="flowed" coord_cartesian also seems to work for y, and including the breaks = . How about: df=data.frame(year= c(2012,2015,2018,2022), score=c(495,493, 495, 474)) ggplot(df, aes(x =...