Displaying 3 results from an estimated 3 matches for "layout2".
Did you mean:
layout
2007 Jan 25
4
How to change the menu depending on the controller/method?
Hello,
I''m still dtarting with ruby on rails. And I''m trying to have a menu
depending on the current controller/method.
Here is what I was thinking of (please tell me if there''s a better way
to do it):
I have a database with menu_groups (corresponding to controllers) and
menu_elements(corresponding to methods). Each menu_element belongs to
one menu_group.
I created a
2005 Aug 24
0
rsync via tunnel - 3 boxes separated by internet [solved]
...like a dummy). Would you
post it for me?
Thanks
Jay
Backing up through a firewall
Its very common to have a setup where you can not reach the machine you
want to backup directly, because it is behind a firewall. Below are
common layouts.
(layout1): you --internet-- firewall -- target
(layout2): you --internet-- firewall -- ssh server -- target
where the "firewall" either lets you log in directly using ssh or the
firewall forwards ssh connections to another machine "ssh server" which
you can log into.
Either way you can't log into the "target" dire...
2011 Dec 04
1
Polishing my geom_bar for publication
...abel, use darker colors
breaks=c("summer", "winter"),
labels=c("Spring", "Fall")) + coord_flip() +
theme_bw() + opts(axis.title.x = theme_text(size = 10)) + opts(panel.grid.minor = theme_blank()))
pdf("polishing-layout2.pdf", width = 10, height = 6)
grid.newpage()
pushViewport(viewport(layout = grid.layout(1, 2)))
vplayout <- function(x, y)
viewport(layout.pos.row = x, layout.pos.col = y)
print(a, vp = vplayout(1, 1))
print(b, vp = vplayout(1, 2))
dev.off()
Aurelie Cosandey-Godin
Ph.D. student, Departm...