Escribiendo desde el Wii. Bien en general solo hay que desactivar el Tinymce.
ImageMagick and RMagick on Vista
The current version of the Ruby Gem RMagick (2.9.0-x86-mswin32) comes bundled with ImageMagick installer 6.4.8-6-Q8-windows-dll which is pretty new. I have had some problems after installing both as the instructions indicated with my rails app as Mongrel throwed some CORE_RL dll not found, so I uninstalled both and reinstalled ImageMagick running the exe As Administrator, and everything seems ok now…
Ferret on Windows [Ruby]
If you are installing Ruby indexer Ferret on Windows, gem version 0.11.6 seems broken… install version 0.11.5
gem install ferret --version 0.11.5
Recreating the Button
http://stopdesign.com/archive/2009/02/04/recreating-the-button.html|Nuevos botones de Google
Ruby 1.9.1 / 1.8.7 “dual” mode on Ubuntu
I think this may be the most convenient way to have the shinny new Ruby 1.9.1p0 to play and a normal Ruby 1.8.7 on Ubuntu:
- Install Ruby 1.8.7 and everything else from apt/synaptic
- Download and extract Ruby1.9.1
- Use –program-suffix=1.9 while configure to “tag” all the executables
tar jxvf ruby-1.9.1-p0.tar.bz2
cd ruby-1.9.1-p0/
autoconf
./configure --prefix=/usr/local --program-suffix=1.9 --enable-pthread --enable-shared
make
sudo make install
ruby --version
ruby1.9 --version
irb
irb1.9
Try Time.now.to_s inside irb to check differences.
Reference: http://programblings.com/2008/11/18/installing-ruby-19preview1-on-os-x-leopard/
Data Visualization with Ruby
http://www.omninerd.com/articles/Automating_Data_Visualization_with_Ruby_and_Graphviz|I’ll check this later, looks interesting
Inductio Ex Machina
http://mark.reid.name/iem/|Blog on Machine Learning. Really good
Academic Earth
http://academicearth.org/|Justo lo que hacía falta
Key to understand Google Analytics
http://www.google.com/support/googleanalytics/bin/answer.py?answer=57164&cbid=1m0o6pg5yvuwv&src=cb&lev=answer
Mounting Windows (CIFS) drives in Ubuntu
http://ubuntuforums.org/showthread.php?t=288534