search for: oton

Displaying 7 results from an estimated 7 matches for "oton".

Did you mean: otoh
2011 Jan 05
16
Nicedit (rich text editor)
Hello, I''m trying to use Nicedit to improve my text_areas in some views of my project. I have installed jquery: ruby script/plugin install git://github.com/aaronchi/jrails.git nicEdit plugin: ruby script/plugin install git://github.com/sergio-fry/Simple-nicEdit.git Add js in layout: <%= javascript_include_tag ''nicEdit'', ''nicEditInit'' %> Use it
2008 Oct 31
1
FreeBSD 7 DomU on Centos X86_64 Dom0 Xen 3.3.0
...39; acpi = ''0'' memory = ''512'' maxmem = ''1536'' disk = [''tap:aio:/vm/FBSD7.img,xvda,w'',''file:/vm/iso/7.0-RELEASE-i386-bo otonly.iso,hdc:cdrom,r''] vif = [''type=ioemu,bridge=eth0''] boot = ''d'' vnc = ''5901'' serial = ''pty'' on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash...
2008 Oct 31
0
Fwd: Re: FreeBSD 7 DomU on Centos X86_64 Dom0 Xen 3.3.0
...;'/usr/lib64/xen/boot/hvmloader'' > acpi = ''0'' > memory = ''512'' > maxmem = ''1536'' > disk = > [''tap:aio:/vm/FBSD7.img,xvda,w'',''file:/vm/iso/7.0-RELEASE-i386-bo > otonly.iso,hdc:cdrom,r''] > vif = [''type=ioemu,bridge=eth0''] > boot = ''d'' > vnc = ''5901'' > serial = ''pty'' > on_poweroff = ''destroy'' > on_reboot = '&...
2011 Jan 03
2
Adding style to model (paperclip)
hello, I have a model (item) with one attachment (photo) and one style (small): class Producto < ActiveRecord::Base has_attached_file :photo, :styles => { :small => "50x50"}, end I would like to add a new style (:large), so I modify item.rb: class Producto < ActiveRecord::Base has_attached_file :photo, :styles => {{ :small => "50x50"},{ :large =>
2010 Dec 27
4
Crazy routes
Hello! I''m using restful_authentication and I would like to have diferent views for logged users and not logged users. Logged users can edit and create items, and not logged user could only list items and show its features. In my routes file I have: map.namespace :admin do |admin| map.resources :items, :controller => "admin/items", :path_prefix =>
2019 Apr 09
0
New package to query the OpenTripPlanner (OTP) API
Dear all A new R package 'otpr' is now available on CRAN. It's a wrapper for the OpenTripPlanner (OTP) API and is primarily aimed at researchers and transport planners who want to use OTP to carry out accessibility studies or generate variables for transport models. The package consists of four main functions: otp_connect() - defines and tests the connection to an OTP instance.
2019 Apr 09
0
New package to query the OpenTripPlanner (OTP) API
Dear all A new R package 'otpr' is now available on CRAN. It's a wrapper for the OpenTripPlanner (OTP) API and is primarily aimed at researchers and transport planners who want to use OTP to carry out accessibility studies or generate variables for transport models. The package consists of four main functions: otp_connect() - defines and tests the connection to an OTP instance.