search for: 20spaces

Displaying 2 results from an estimated 2 matches for "20spaces".

2006 Sep 18
2
BUG: Possible issue with escaped hrefs
...the Charles debugging proxy I found that mechanize was converting %20 to %2520 (double escaping the %20). This appears to happen under both 0.5.4 and 0.6.0. Here''s a simple set of files that demonstrate the issue: --- start.html <html> <body> <a href="link%20with%20spaces.html">This link has spaces</a> </body> </html> --- end start.html --- ''link with spaces.html'' This page is after the link. --- end ''link with spaces.html'' --- test.rb require ''rubygems'' require ''mechanize'...
2009 Mar 14
3
[OT] two question about color space.
Hi there, I try to plot visible light spectrum (380nm~780nm) with color corresponding to the specific wavelength. However, I don't find a function that could do this. Another question, it's possible to plot a color space chromaticity diagram like this: http://upload.wikimedia.org/wikipedia/commons/thumb/0/02/CIExy1931.svg/300px-CIExy1931.svg.png Thanks in advance! Jinsong