Displaying 5 results from an estimated 5 matches for "rightsid".
Did you mean:
right_id
2010 Sep 07
2
Help on formatting some HAML
I wondered if anyone could help me with turning the following in ERB
into HAML. I''m VERY new with HAML:
----
<div class="block-element span-7 colborder">
<span class="rightside blue-hue no_decor"><%= link_to "New Order",
new_order_path, :remote => true %></span>
<h3>Today''s Activity</h3>
<hr>
<div id="order">
<ul>
<% @orders.each do |order| %>
<li><...
2009 Sep 17
0
lpSolve constraints don't seem to have an effect
...F2)
# Defining the constraints
lambdasx2 <- diag(1,ncol=19,nrow=19)
lambda1x2 <- c(rep(1,times=9),rep(0,times=9),0)
lambda2x2 <- c(rep(0,times=9),rep(1,times=9),0)
lambdamatrix <- rbind(lambda1x2,lambda2x2,lambdasx2)
conlamb <- rbind(con,lambdamatrix)
# Defining the right-hand side
rightside <- c(6,1,1,rep(0,times=19))
# Defining the directions
direc <- c("=","=","=",rep(">=",times=19))
# LP
lp("max",obj,conlamb,direc,rightside)$solution
# But I receive [1] 0.00 1.00 5.75 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
#...
2003 Jul 17
1
Question on use of a username map file and security=domain interactions ?
Hi ....
I'm looking for thoughts/experiences when the following conditions are met ...
I have 2 users .... say Sam Smith and Jeff Smith
On UNIX (on the samba server) their logins are
Walt Smith = "smith"
Jeff Smith = "jsmith
On the NT DOMAIN side, their logins are
Walt Smith = "wsmith"
Jeff Smith = "smith"
In my smb.config file, I
2012 Jul 19
1
Change log(J) to log(J+1) to stop log(0) from occurring in harModel
...modelnames = paste(x$transform,"(",modelnames,")",sep=""); } #Added
visual tingie for plotting transformed RV
betas = paste("beta",(1:length(modelnames)),"",sep="")
betas2 = paste(" + ",betas,"*")
rightside = paste(betas2, modelnames,collapse="");
h = x$h;
left = paste("RV",h,sep="");
if(!is.null(x$transform)){ left = paste(x$transform,"(",left,")",sep="" )
}
modeldescription = paste(left,"= beta0",rightside);
retu...
2012 Jul 19
1
Switching log(J) to log(J+1) to avoid log(0) in HAR-RVJ model
...modelnames = paste(x$transform,"(",modelnames,")",sep=""); } #Added
visual tingie for plotting transformed RV
betas = paste("beta",(1:length(modelnames)),"",sep="")
betas2 = paste(" + ",betas,"*")
rightside = paste(betas2, modelnames,collapse="");
h = x$h;
left = paste("RV",h,sep="");
if(!is.null(x$transform)){ left = paste(x$transform,"(",left,")",sep="" )
}
modeldescription = paste(left,"= beta0",rightside);
return(li...