Displaying 3 results from an estimated 3 matches for "ivat".
Did you mean:
ivan
2008 May 09
2
Getting an error when trying to create a new application..
I''m new to Ruby/Ruby on Rails. I''m trying to create an application and
am getting this error:
C:\InstantRails\rails_apps>rails demo
C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:379:in
`report_activate_
error'': RubyGem version error: activesupport(2.0.2 not = 2.0.2.9216)
(Gem::LoadE
rror)
from
C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:311:in `act
ivate''
from
C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:337:in `act
ivate''...
1999 Jan 05
1
Compiling 1.9.18p10 or p8 on SCO OSR5.0.4
...AGEDIR="/
usr/local/samba/lib/codepages" -DWORKGROUP="WORKGROUP" -DGUEST_ACCOUNT="nobody"
-DDRIVERFILE="/usr/local/samba/lib/printers.def" -DSCO -DSHADOW_PWD -DSM
B_PASSWD="/usr/local/samba/bin/smbpasswd" -DSMB_PASSWD_FILE="/usr/local/samba/pr
ivate/smbpasswd"
Using LIBS = -lsec -lsocket /usr/lib/libcrypt_i.a -lintl
I am not a C programmer and therefore have no idea how to fix the problem. I get the same
messages if I use "1.9.18p10" or "1.9.18p8".
I am running SCO OpenServer 5.0.4 with supplement rs504c applied...
2012 Feb 21
3
Plot Many Data to same plot
Dear all,
I have a function that for a variable number of inputs plots them to the same plot
I am doing this quite simply by
plot(seq(from=start, to=stop, length.out=np), datalist[[1]]$dataset
xlim=c(start, stop), ylim=c(0, 1), type="l")