search for: stott

Displaying 12 results from an estimated 12 matches for "stott".

Did you mean: scott
2008 Mar 11
4
Dropping Root
Hello Campers I''m not sure this is the right list to ask but: I''m using the junebug wiki (which is written in camping) for my own personal wiki. I''d like it to behave as a proper daemon, so it will start up at boot, get stopped properly at shutdown, keep a pid file in /var/run etc. This requires a little messing with the wiki script junebug makes in the wiki
2006 Nov 13
4
Trouble Renaming Computer
Hi, i've just migrated from nt4 to samba 3.0.10-1.4E.9 with tdbsam, running on Centos 4.4 The net rpc vampire went fairly smoothly. Now that samba is running as the PDC (nt4 machine has been laid to rest) i am having trouble renaming computers in the domain. If i try this from the windows workstation (XP Professional) i get access denied. I use "root" or administrator which is
2007 Apr 25
6
Running something periodically.
Suppose, for a moment, that I have a Camping app. It looks at something, like an RSS feed of upcoming events, and displays them if they meet a specified criterion. I look at the index page, it fetches the feed items and then displays them. Yay. Maybe it also writes them to a database. Which is great, so long as I keep looking at the page every so often. But what do I do while I''m
2007 Apr 29
1
URL question
Well, this is more of an apache question, but... I''m running a nice little ''cluster'' of camping apps and I''ve recently started proxying them through apache with mod_proxy, since I found I was forwarding a lot of ports via ssh otherwise. But anyway, enough of that. One of the apps I use to view logs from IRC (with formatting and highlighting!). But
2008 May 03
5
Need some help in reducing my repetions in tests with Mocha
Hi All I''m writing a gem to interact with the todoist JSON API and I''m using mocha to mock the server responses so I don''t have to have a net connection to test and so I don''t need to actually use my own API key anywhere. Mostly I am interested in verifying that a correctly formatted URL has been sent, with the appropriate parameters, e.g API key have been
2008 Mar 20
6
Parsing multiple RSS & Atom feed formats
I''m working on a RSS aggregator, and I''ve based the parser on a script from this post; http://www.superwick.com/archives/2007/06/09/rss-feed-parsing-in-ruby-on-rails/ But, being the complete newbie, I''ve found that this parser only works for specifically formatted feeds. For example, some feeds will throw a ''nil text'' error. I know that I could make
2008 May 31
2
Getting items to fill a column
Hi I''ve been following through the example app in the FXRuby book (which has generally been very helpful!) and I''m now at the extending it stage. I''d like to get the images display at the centre of a column and have a uniform width for all columns. The centering I have fixed, but no combinations of setting width and height options and LAYOUT_FILLs seems to work to get
2006 Sep 25
1
Migrate nt4 domain to samba
Hi All, I'm looking for some guidance. My client currently has an NT4 domain. It controls domain logons for all users, although all data is stored on another windows 2000 member server in the domain. The logon script that runs on the nt4 domain server maps drives to the other windows server. Its time to upgrade the NT4 system and replace with Linux/Samba. initially my plan was to create
2012 May 02
0
MCMCglmm priors including phylogeny
...;m assuming that priors will probably be of similar value (but more of them) once I include within-species replication... or will I have to go through this again?? Any help appreciated, thanks in advance Iain -------------------------------------------------------------------------------- Iain Stott Centre for Ecology and Conservation University of Exeter, Cornwall Campus Tremough Treliever Road Penryn Cornwall TR10 9EZ Tel: 01326 371852 http://biosciences.exeter.ac.uk/cec/staff/postgradresearch/iainstott/ --------------------------------------------------------------------------------
2005 Mar 31
6
Text in boxes for regular web pages
I have to say... since it''s bugged me _many_ times, that i *hate* these text boxes with the sliders that are being used to display text (for instance, on Rails documentation pages... but it''s not just Rails). Very often you can''t really read the text because it goes past the right border of the box. So you have to go to the bottom of the box to move the slider to
2002 Dec 04
2
Is Redhat / Samba the only combination that can authenticate to a n NT domain??
I have 2.2.2 on a RedHat box authenticating to an NT server quite nicely but I'd really like to put it on my SUN Solaris servers. Has Samba come that far yet or are there plans to? Thanks, Trevor. -------------- next part -------------- HTML attachment scrubbed and removed
2007 Jul 30
6
Object.stubs doesn''t seem to work.
Hi I''m using Mocha 0.5.3 and I want to stub out a call to Time.now, just like the example in the post http://blog.floehopper.org/articles/2007/06/08/mocha-0-5-released However, trying it in irb gets me the following error: >> require ''mocha'' => true >> Time.stubs(:now).returns(Time.parse(''Thu Feb 01 00:00:00 UTC 2007'')) NoMethodError: