Displaying 8 results from an estimated 8 matches for "criss".
Did you mean:
cris
2011 Feb 20
6
Link_to frustration...help?
I have a resource ''users''. the index page has a ''link_to'' tag I
created on the line item level for a specific view. The link_to that
is frustrating me in particular says: <%= link_to ''View'', :controller
=> ''users'', :action => ''view'' %>
What''s happening is that it''s going to
2010 Mar 02
2
Thoughts on storage infrastructure for small scale HA virtual machine deployments
Hi,
up until now I've always deployed VMs with their storage located directly
on the host system but as the number of VMs grows and the hardware becomes
more powerful and can handle more virtual machines I'm concerned about a
failure of the host taking down too many VMs in one go.
As a result I'm now looking at moving to an infrastructure that uses shared
storage instead so I can
2006 Oct 24
1
Resampling Audio for use with Asterisk
Hello All,
I have several soundfiles that are recorded ub 44100Hz, 16-bit Mono. What
is the best way and right tools to use to downsample these to 8000Hz so that
they can be used with Asterisk. I've tried using sox with the -r switch and
Audacity on the mac and Goldwave on Windows and they all generate files that
sound like a bad acid trip. I tried increasing the speed 551.25 percent
after
2015 Mar 12
3
reslov.conf on two DC's
a nice example about dns islanding.
http://retrohack.com/a-word-or-two-about-dns-islanding/
and with only 2 dc's
setup the resolv.confs like :
DC01
Primary DNS 10.1.1.2
Secondary DNS 127.0.0.1
DC02
Primary DNS 10.1.1.1
Secondary DNS 127.0.0.1
http://technet.microsoft.com/en-us/library/ff807362%28v=ws.10%29.aspx
says:
If the loopback IP address is the first entry in the list of
2020 Jul 08
6
USB-serial adapter for CentOS 7
I need to connect an older APS UPS unit to a machine running CentOS 7. Unfortunately the UPS only has a serial port whereas the computer does not. I am aware that there are USB-serial adapters but that the hardware or the drivers might fall short of expectations.
Does anyone have positive experience with such an adapter? Or, conversely, would recommend avoid a particular adapter?
2010 Sep 09
17
formtastic issue
Hello,
I will try to explain it step by step :-)
I just created a new rails 3 app, then I created a new controller...
rails generate controller admin::users
I didn''t forget to add the resources in the routes.rb file like this.
namespace :admin do
resources :users
end
Now I try to use formtastic to create the form but I get erorr that my
users_path doesn''t exist?
2011 Apr 11
12
Freelance Developer using Rails
Hi all,
Is anyone doing freelance rails development? I need some advice
before I jump in.
Thanks,
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2010 Oct 15
0
nomianl response model
...Probably not exactly what you want, but some permutations of group and
|Species should work.
Dieter
library(lattice)
n= 200
dat = data.frame(X=sample(1:99,n,TRUE), Y=sample(0:1,n,TRUE),
Species=sample(c("A","B"),n,TRUE),Group=as.factor(sample(1:3,n,TRUE)))
# avoid criss-cross by ordering
dat = dat[with(dat,order(X,Y,Species,Group)),]
xyplot(X~Y|Species, group=Group,data=dat,type="l")
--
View this message in context:
http://r.789695.n4.nabble.com/Plotting-by-Group-tp2994780p2994867.html
Sent from the R help mailing list archive at Nabble.com.
-----...