search for: nathaniel

Displaying 20 results from an estimated 218 matches for "nathaniel".

Did you mean: nathanael
2007 Apr 20
2
Partitioning around mediods (PAM)
...nstance cluster 1 has a mean for variable1 of 33.33, however when I run PAM i get: variable 1 variable2 29 32 12 97 12 9 308 106 8 217 62 2 Does 29 relate to cluster 1, and 97 to cluster2 etc. Hope this makes sense, Nathaniel ___________________________________________________________ [[alternative HTML version deleted]] ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.or...
2005 Dec 30
6
Unable to get the domain in my routes.rb to map custom route tables per domain
...same @request.domain(1) within my routes.rb as the @request object has not been loaded yet. One thought was to use the ENV[''HTTP_HOST''] variable, but with my current LIGHTTPD setup, I do not have this environment variable around. Any help would be greatly appreciated. Regards, Nathaniel. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2006 Jan 18
4
Canada on Rails - Schedule Released
...* Advanced Rails AJAX techniques * Engines: Team Development with Rails * Internationalizing Rails We are expecting this to be a sell-out event. We highly recommend registering soon to reserve your seat. http://store.osevents.com/product_info.php?products_id=3 Look forward to seeing you there! - Nathaniel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2006 Aug 11
9
Getting Really Started with Rails - Tutorial styled Slides Available
...hing the material. I created the slides in a tutorial style, so although it helps if I were to guide you along, I really do try to do that within the slides themselves. Be warned, they are definately not the Takahashi style :) Hope you enjoy! http://slidewheel.com/deck/show/12 Kind regards, Nathaniel Brown Inimit Innovations Inc. http://inimit.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060811/8361d714/attachment.html
2005 Dec 17
6
Lighttpd Restart Script
...al/bin/lighttpd process. This provides the ability in my case to have multiple lighttpd.conf files running many different instances and be able to restart each without disturbing the next. You can find the script at http://www.nshb.net/lighttpd-restart-script.html. Comments are welcome. Regards, Nathaniel. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2006 Apr 09
16
Rails 1.1.2: A tiny fix for gem dependencies
The new gem version dependency system from Rails 1.1.1 needed a few tweaks to work properly and to stop throwing meaningless warnings. This tiny release makes up for that. To install: * gem install rails * rake rails:update:configs (to get the latest config/boot.rb) This release also signals our new commitment to do more tiny releases from the stable branch, which only gets bug fixes. So it will
2005 Sep 08
11
Stopping services
...er the service has started writing "service is running" to C:\test.log before it will fail. Any ideas on either of these problems, and/or ways to debug better? I''m running ruby1.8.3p1 compiled locally with MSVC (7, I think), with win32-service-0.4.6 on XP Pro SP2. Thanks, -- Nathaniel Talbott <:((><
2006 Jan 11
4
[OT] DateInput - Intuitive Date Input Selection
For those who are developing interfaces for entering dates, I recommend checking out a new package I just stuffed for Date inputs. You can check out http://datebox.inimit.com/ for a full demo. -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2006 Mar 30
3
Export Fixtures Plugin
...ased on a specific SQL query rake db:fixtures:export_using_query SQL="select * from foo where id=''bar''" FIXTURE_NAME=foo = BUGS Please report any bugs or feature enhancements to http://dev.toolbocks.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown? ? ?? ??? ?? ?? ?? ?? ?http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2007 Sep 28
9
PUT (and friends) bug?
...request body: elsif @method == "post" and \ e.CONTENT_TYPE == "application/x-www-form-urlencoded" q.u(C.qsp(@in.read)) end I looked for an easy spot to stick a test case, but didn''t come up with one... can anyone else confirm that this is an issue? -- Nathaniel Talbott <:((><
2006 Jan 26
8
switching to edge rails
Hi, I want to start using has_many :through. I think that eventually I''ll be removing all uses has_and_belongs_to_many from my project. Here is my situation I''m using SVN I want to use edge rails Reading the wiki about switching to edge rails[1], I can''t figure out which combination of subsections I must perform. Do I want edge rails to reside in the vendor
2005 Mar 01
5
Open3.popen3 bug
...UG] Segmentation fault ruby 1.8.2 (2004-06-29) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information. Closing any of the IO''s seems to have this result. Ideas? -- Nathaniel <:((>< Terralien, Inc.
2006 Feb 28
2
FerretOnRails
...s_ferrett within each model, all referencing the same index. Then have one search page which queries them all, and links to the controller/show/id for each record result. Any ideas how I may use the acts_as_ferret to do this? -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2006 Apr 03
4
Stop words in queries
...rail Which unfortunately fails when searching for the previously indexed "The Oregon Trail" because it doesn''t have a blank title term in it. Is there a good way to deal with this issue besides filtering stop words before handing the query string off to the parser? Thanks! Nathaniel P.S. I''m using the pure Ruby part of Ferret 0.9.0 on Ruby 1.8.4. -- Posted via http://www.ruby-forum.com/.
2006 Jun 13
0
HTTP validation regexp, possible solution
...ions for matching URLs. I took some of the sample expressions and tweaked them a bit to the point where I think they are pretty useful. They pass all of my tests anyway. :-) For a reminder, here''s a sample message from that thread. My code is below it. On Jan 26, 2006, at 5:28 AM, Nathaniel S. H. Brown wrote: > It only allows for URL''s without the HTTP AUTH syntax you mentioned. > > /^(http|https|ftp|smb):\/\/(a-z0-9]+:[a-z0-9]+@)?[a-z0-9]+([\-\.]{1} > [a-z0-9] > +)*\.[a-z]{2,5}(([0-9]{1,5})?\/.*)?$/ix > > Without testing, the above should work in such a...
2006 Jul 26
4
How to Install Engines?
I am trying to get this enginer to work....and I am not sure how to install the engine? could someone please give me some instructions with regards to this.... http://rails-engines.org/wiki/pages/DateboxEngine for example in the website above The Engines plugin or the EdgeEngines plugin * Engines 1.0 script/plugin install http://opensvn.csie.org/rails_engines/branches/engines/ *
2006 Aug 18
4
DateBocks v2.0.0 Released
...artial [Reginald Braithwaite ] So with that said, do please check it out. Oh, and I decided to spiff up the site a bit, and design my a fancy new layout. It is inspired from a newsletter I got. Brownie points to whoever guesses it :) Demo away.... http://datebocks.inimit.com -- Kind regards, Nathaniel Brown Inimit Innovations Inc. http://inimit.com
2006 Mar 30
11
Rails 1.1 and Ruby 1.8.3
I''ve seen that Rails 1.1 is not reliable with Ruby 1.8.2 so you should upgrade to 1.8.4 I''m running ruby 1.8.3. What''s the story with it? Do I need to upgrade before I try Rails 1.1? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Jan 02
6
Login_engine - auth against email rather that username?
Hi all, Short of hacking the code apart, is there a method making the login_engine authenticate against email address rather than username? I find that people rarely remember usernames, and would prefer to use email addresses as the identifier. Thanks! Tom
2006 May 07
1
Canada on Rails presents.. Riding the Rails Workshop - May 27th & 28th
...-View-Controller (MVC) architecture * Customizing your Rails MVC * Introduction to Gems, Plug-in?s, and Engines Registration, and additional information is available online at: http://store.osevents.com/product_info.php?products_id=5 For any questions about this workshop, please direct them to Nathaniel Brown, nshb@inimit.com, or by calling 1-877-446-4648 toll free within North America, or 604-724-6624 internationally. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown? ? ?? ??? ?? ?? ?? ?? ?http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...