search for: tributary

Displaying 20 results from an estimated 29 matches for "tributary".

2010 Mar 26
1
Heirarchical tree data structure
Hello, I'm modeling a watershed, and have a file linking individual tributaries - the name of each tributary and the water body into which it flows (which can be a tributary of another water body). I want to use this to build a tree data structure (a root, and then child nodes, linked to further child nodes, etc.). Is there a package that builds and traverses such data structures? Thanks, John.
2006 Oct 07
3
blog_id magic with typo
...k...i don''t want to do that. Can any typo hacker have a look in the code and point me....which filter actually sets the blog_id automagically to default one. gnufied -- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2006 Nov 05
5
backgroundrb preview
.... But parsing the input data from socket is real pain. Parsing strings...are fun, but I had no idea..how do i go abt objects. But this release of backgroundrb fills the gap. -- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary.
2006 Dec 15
5
Testing event driven Socket classes
...# method gets called when a client disconnects def unbind @client_status = false end def hello_world p "Hello World" end end -- gnufied ----------- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary.
2006 Nov 30
4
Mongrel Cluster init.d problems
I have installed mongrel and mongrel_cluster fine and have them running great with my app. I tried using the init.d script provided with mongrel_cluster 2.1 to start it up on boot but it doesn''t. mongrel_cluster_ctl works fine for me by hand and so does /etc/init.d./mongrel_cluster start. I am on Debian so I installed the service links with sudo update-rc.d mongrel_cluster defaults. And
2003 Nov 10
8
Memory issues..
...lloc could not allocate (65230 of 8) memory In addition: Warning message: Reached total allocation of 120Mb: see help(memory.size) I'm currently using a Win2000 machine with 128Mb RAM and a 1.2 Gb processor. My version of R is 1.7.1. Thanks in advance, Rodrigo Abt. Department of Economic and Tributary Studies, SII, Chile.
2006 Nov 27
5
win32 problems
I''m setting up a Rails app for a client that uses Windows. I''m getting this error: c:/ruby/lib/ruby/gems/1.8/gems/mongrel-0.3.18/lib/mongrel/rails.rb: 32: uninitial ized constant Mongrel::HttpHandler (NameError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:21:in `re quire'' from c:/ruby/lib/ruby/gems/1.8/gems/mongrel-0.3.18/bin/
2006 Nov 07
2
start a worker when bdrb starts
...}) # rescue # logger.info "Failed to start feed worker" # end # end doesn''t seem to work again... Any ideas folks? -- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary.
2006 Oct 12
2
Too Many Mysql connections
...o many connections open. Now, I must use these three tables from old database because of some datab constraints, so what are my options here? Any pointers would be appreciated. -- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2006 Dec 15
3
how to install from svn?
...the client. In between it does, some caching, session validation and stuff. I am having a hard time, unit testing this app, so though I can give mocha spin. -- gnufied ----------- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary.
2006 Dec 06
0
Testing your workers
...imagine testing support is quite lame here. Can anyone point me, in the direction, what else I should require in the testcase so that at least an empty test case executes? -- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary.
2006 Nov 07
1
scheduled jobs with cron
I''m very interested in using backgroundrb for running jobs every n minutes. The release notes say that this functionality is not yet ready via backgroundrb. But I wonder, can I call backgroundrb with a ruby script from cron ? I know I could create a cron job that calls lynx (or whatever) on a specific page that will call backgroundrb, but I want to know if there other
2006 Nov 21
0
small tip for killing workers
...one shot workers. I mean...workers, which they want to run only once. I guess putting a "exit 0" at the end of do_work is a better solution. I use it and works great. -- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary.
2006 Oct 25
0
Really long running worker threads and monitoring them
...nd let''s say...my worker threads are not critically important for my app....then which program you guys are using to restart the backgroundrb threads. Monit? anyone... -- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary.
2006 Sep 18
1
Problem with install on IR/Windows
I''m getting an error I don''t understand when I try to install the BackgrounDRb plugin. I installed the plugin yesterday, or thought I did, and tried this morning to start the daemon. Got an error and so tried to reinstall using: >ruby script\plugin install svn://rubyforge.org//var/svn/backgroundrb --force The first line of the reponse says: svn:
2006 Sep 19
0
worker threads written in rubyinline
...f at my end needs some real optimization. These worker threads are damn slow and i need to make them fast. I have some computing intensive workers and i need to optimize them. -- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary.
2007 Feb 26
0
cross thread violation
...lib/mongrel/configurator.rb:374: [BUG] cross-thread violation on rb_thread_schedule() ruby 1.8.4 (2005-12-24) [i486-linux] any ideas why? With mongrel 1.0.1 -- gnufied ----------- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary. http://people.inxsasia.com/~hemant
2006 Oct 11
0
storing typo sessions in memcache
...s connection to one other apps database, using establish_connection method of activerecord. But why is this inconsistency. And i am using memcahe-client written by Eric Hodel. -- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2007 Mar 25
1
Automatic HTTP Basic Authentication In Ruby on Rails
Hi, i need to access a url www.sometesturl3456.com/index.php It prompts HTTP Authentication window asking username and password. I have do automatic HTTP Basic authentication without manual entry of username and password, as i am reading the content of page in ruby in rails using: response = open("www.sometesturl3456.com/index.php").read Please help me to know how this can be done.
2007 Apr 04
2
unit tests?
Ezra et al: I have this problem: http://rubyforge.org/pipermail/backgroundrb-devel/2006-December/000578.html Any progress on it? Or are unit tests simply impossible for now? -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!