Displaying 5 results from an estimated 5 matches for "eugh".
Did you mean:
efgh
2005 Jun 03
2
Dirty Rotten Hack. (reversing tickmarks on axes?)
...tter but not good. What I really want to do is tell my axis()
function to reverse the tick direction: put your ticks and labels "inside"
the graph. Something like
http://nersp.nerdc.ufl.edu/~asr/media/r-foo/dirty-hack.png
which I accomplished by telling axis() 'line=-47.7'.
Eugh.
Note that the distance between the left side and the right is different
between the right side to the left. :) I don't particularly object to this,
when you abuse a tool in this manner you need to expect oddities.
I've wandered through the mailing list logs, and haven't seen refere...
2005 Mar 06
3
permission error in rake''s clone_structure_to_test
Hello,
When I try to run "rake clone_structure_to_test" on my project, I get
the following errors:
$ rake clone_structure_to_test
(in /home/www/cedscreening)
psql:db/development_structure.sql:8: ERROR: permission denied to set
session authorization
psql:db/development_structure.sql:16: ERROR: permission denied for
schema public
psql:db/development_structure.sql:34: NOTICE: CREATE
2006 Apr 19
1
AJAX, Response codes and Opera.
Hello all.
I am in the following situation. I page made up of a few divs and a form
using
form_remote_tag like so:
<%= form_remote_tag :update => { :failure => ''content'', :success =>
''body'' }, :url => { :controller => ''server'', :action => ''create'',
:client_id => params[:client_id] } -%>
<%=
2008 May 16
6
Some architecture questions for my mongrelian friends
Hey,
I''m working on a project, and mongrel may be part of the stack, but
I''ve got some more general questions and ideas I''m hoping to run by
this list. The people on this list have a broader knowledgebase and
more experience than any place else I know - plus a general
friendliness and willingness to help!
I''m working with a company who has a really antique
2009 Feb 09
15
Mapstraction v2 architecture demo - work in progress
Hi guys,
Been working on this over the past few evenings and, although it''s not
actually working yet, I thought I''d give you a first glance.
The core mapstraction stuff is about 1800 lines with the Google
implementation code adding another 500. Original mapstraction is 5353 lines
so we''re looking at 5800 for this version if you were to include all
provider