search for: trout

Displaying 20 results from an estimated 20 matches for "trout".

Did you mean: rout
2013 Oct 05
2
bridged networking doesn't bring up eth0: RTNETLINK answers: File exists
I am running Xen on Debian wheezy. I switched from routed networking to bridged networking. Now I can''t seem to get eth0 to come up. When the network script tries to bring it up, it gets an error: RTNETLINK answers: File exists Any tips? details below brian root@trout:/etc/xen# egrep -v ''#|^ *$'' xend-config.sxp (network-script network-bridge) (vif-script vif-bridge) (dom0-min-mem 196) (enable-dom0-ballooning yes) (total_available_memory 0) (dom0-cpus 0) (vncpasswd '''') root@trout:/etc/xen# ifup eth0 ifdown: interface eth0 no...
2006 Jan 10
7
Application Design Question
I am designing an application to run a fishing tournament I am hosting. Each fish entered will be given a point total based on the length of the fish and the species of fish. Each species has a point multiplier. For Example Trout have a multiplier of 10 so a 20 inch Trout would have a score of 200. My conundrum is in where and when do I calculate the points. The options I have come up with so far: 1. Calculate when the fish is entered into the system. This seems like the easiest but if I change the scoring recalcula...
2006 Jun 07
1
Sending popup message via smbclient to w2k and winxp machines
...t message is sent from the command line, the user receives the message. The portion of the script that is relevant is below: ----- cut from script ----- #!/usr/bin/sh : : MESSAGE="$WINNAME, your job $_3GJOB\nhas successfully completed" echo "$MESSAGE" | /path/to/smbclient -M trout > /dev/null 2>&1 echo "$MESSAGE\n/path/to/smbclient -M trout >> logfile.txt ----- end of script ----- The last line was added by myself to test that all variables are being interpreted correctly, which examination of the contents of logfile.txt confirms. Why isn't th...
2007 Mar 12
1
CLUSTER Package
Hi Martin, In using the Cluster Package, I have results for PAM and DIANA clustering algorithms (below "part" and "hier" objects): part <- pam(trout, bestk) # PAM results hier <- diana(trout) # DIANA results GeneNames <- show(RG$genes) # Gene Names are in this object But I would like also to know what genes (NAMES) are included in each cluster. I tried unsuccessfully to send these results to output files (clusters with...
2005 Oct 04
2
Quad PRI Problems
...would be greatly appreciated. ~ron Zaptel.conf span=1,1,0,esf,b8zs # connects to an Adtran FXS TA624 e&m=1-24 span=2,1,0,esf,b8zs # Connects to Bell Company 1 bchan=25-47 dchan= 48 span=3,1,0,esf,b8zs # Connects to Bell Company #2 bchan=49-71 dchan= 72 span=4,1,0,esf,b8zs # Connects to Brook Trout CArd e&m=1-4 defaultzone=us loadzone=us [channels] context=from-internal-receiver ; Points to the default context of your extensions.conf language=en faxdetect=none usecallerid=yes callerid=asreceived threewaycalling=yes transfer=yes signalling=featd ; FXS for ringing phones group=0 flash=35...
2006 Jun 02
0
smbclient -M not working from script
...pting to notify a user that a job has finished however, when called from within the script nothing is received by the user. ----- cut from script ----- #!/usr/bin/sh : : MESSAGE="$WINNAME, your job $_3GJOB\nhas successfully completed" echo "$MESSAGE" | /path/to/smbclient -M trout > /dev/null 2>&1 echo "$MESSAGE\n/path/to/smbclient -M trout >> logfile.txt ----- end of script ----- I added the last line to test that all variables are being interpreted, and examination of the contents of logfile.txt confirms that this is the case. When I perform the...
2007 Jul 18
0
multicollinearity in nlme models
...ing on a nlme model that has multiple fixed effects (linear and nonlinear) with a nonlinear (asymptotic) random effect. asymporig<-function(x,th1,th2)th1*(1-exp(-exp(th2)*x)) asymporigb<-function(x,th1b,th2b)th1b*(1-exp(-exp(th2b)*x)) mod.vol.nlme<-nlme(fa20~(ah*habdiv+ads*ds+ads2*ds2+at*trout)+asymporig(da.p,th1,th2)+ asymporigb(vol,th1b,th2b), fixed=ah+ads+ads2+at+th1+th2+th1b+th2b~1, random=pdBlocked(list(th1~1,th2~1)), start=c(ah=.5524,ads=.8,ads2=-.1,at=-1,th1=2.542,th2=-7.117,th1b=2,th2b=-7), data=pca1.grouped,verbose=T) I am looking at potential multicollinear...
2010 Dec 17
1
Define absolute size of tick and axis labels in basic plots
...t;Font Size 10",side=1,line=-15) par(ps=5) mtext("Font Size 5",side=1,line=-13) par(ps=7) mtext("Font Size 7",side=1,line=-11) Examining the text printed in the plot suggests to me that the plot text is approximately 7pt instead of 10pt Thanks, Noah ---- Noah R. Lottig Trout Lake Station 10810 County Hwy N Boulder Junction, WI 54512 Phone: 715-356-9494 Fax: 715-356-6866 Email: nrlottig@wisc.edu Web: www.noahlottig.com [[alternative HTML version deleted]]
2007 Jun 20
1
nlme correlated random effects
I am examining the following nlme model. asymporig<-function(x,th1,th2)th1*(1-exp(-exp(th2)*x)) mod1<-nlme(fa20~(ah*habdiv+ad*log(d)+ads*ds+ads2*ds2+at*trout)+asymporig(da.p,th1,th2), fixed=ah+ad+ads+ads2+at+th1+th2~1, random=th1+th2~1, start=c(ah=.9124,ad=.9252,ads=.5,ads2=-.1,at=-1,th1=2.842,th2=-6.917), data=pca1.grouped) However, the two random effects (th1 and th2) which describe the asymptotic relationship between richness (fa20)...
2007 Mar 21
6
ORACLE DESC "table_name" Failure
.../usr/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/commands/server.rb: 39 /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'' /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' script/server:3 This is driving me mad. -trout --~--~---------~--~----~------------~-------~--~----~ 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...
2004 Jan 14
2
nonlinear regression and Excel solver
Hi all, Earlier today I posted this question on s-news, so apologies to some for the duplication. > Please put aside your snobbery about Microsoft products for a moment. > > I am fitting population models to annual survey data for trout. For those of you familiar with ecological models, I am working in the Lefkovitch matrix framework; for those unfamiliar with that shorthand, the modeled variable is a vector of abundances of fish in five size classes, with a system of linear equations (represented by a matrix) governing survival,...
2004 Jan 20
0
..You can be a ~Se-xxMachine~
adventurous burgundian rook elkhart butterball concave chaplin dustbin trout plane pedestal cinquefoil ely indigene choir curvilinear scald zing bramble braid cobol composition tripartite bust torpedo transverse marvin crestfallen troika molybdate aflame righteous aden diffusive lenin wilcox downright pittsburgh inflammable smear cathy orinoco
2006 Sep 14
1
Prototype on Windows CE .NET V4.2 - suppose to be IE6
Anyone tried this. I tried a quick page and works with firefox, ie on xp, but on on CE Any thoughts. According to MS its ie6 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
2003 Sep 08
3
Using a Cisco 7960G
Is anyone using the subject phone without the proprietary call setup equipment? How do you configure this phone to use the * pbx? I am hoping to go out and buy a couple of phones but the dealer here says I need to spend another $15K or so for the call manager equipment. Regards, Sean Langley, P.Eng Firmware Engineer General Dynamics Canada (403)730-1482 sean.langley@gdcanada.com
2007 Jan 20
3
On what distribution is www.asterisknow.com based on ?
Hello Asteriskies, Has someone tried www.asterisknow.com ? What is the package manager used? And what is the added value compared to the well maintained debian based asterisk ? Thanks, -- Cheers, Maxim Veksler "Free as in Freedom" - Do u GNU ?
2008 Jun 05
5
wine: Unhandled page fault on read access to 0x50000200 at .
...0x00000000 (0x00eef308) 3 0x00eef33c (0x7ec9400b) 4 0x00000000 (0x00000000) 0x003add6c: movw 0x0(%eax),%cx Modules: Module Address Debug info Name (88 modules) PE 3a0000- 3ca000 Export blpweb PE 400000- cda000 Deferred wintrv PE 10000000-1001c000 Deferred troute ELF 7b800000-7b92a000 Deferred kernel32<elf> \-PE 7b820000-7b92a000 \ kernel32 ELF 7bc00000-7bca4000 Deferred ntdll<elf> \-PE 7bc10000-7bca4000 \ ntdll ELF 7bf00000-7bf03000 Deferred <wine-loader> ELF 7e0cd000-7e109000 De...
2005 Jul 12
8
Tip Sheet for AJAX
Hi all, I''m making an Amy Hoy style tip sheet PDF for the Prototype and Scriptaculous AJAX stuff, to be used with Rails. Are there other resources you would suggest besides the websites themselves (the previous thread about Highlight reminded me of this)? Is there a particular focus that would be helpful for such a document? Preferred fonts or colors? I must say, once you get
2013 Oct 31
0
Processed (with 2 errors): notfound 706747 in 3.2p1.4-28.1, tagging 706747, fixed 676134 in 3.8.5-2, found 725433 in 2.0.19-2 ...
...sg-1' Marked as fixed in versions 1.3.10+dfsg-1. > notfixed 715251 0.130-1 Bug #715251 {Done: Lior Kaplan <kaplan at debian.org>} [culmus] Fontconfig warnings No longer marked as fixed in versions 0.130-1. > notfixed 715199 kde-telepathy-contact-list/0.6.3-1 Bug #715199 {Done: Diane Trout <diane at ghic.org>} [kde-telepathy-contact-list] kde-telepathy-contact-list: Bad translation to spanish in contacts list window. The source kde-telepathy-contact-list and version 0.6.3-1 do not appear to match any binary packages No longer marked as fixed in versions kde-telepathy-contact-li...
2008 Jan 08
47
specs on private methods
How does a person test private methods? Is there a way to declare them as private, but retain any tests that were written during the initial development? Thanks. -- Posted via http://www.ruby-forum.com/.
2003 Oct 06
0
[seeking help in using openssh to communicate b/w unix & windows. URGENT!!!]
You might try the free SSH client, putty (from: http://www.chiark.greenend.org.uk/~sgtatham/putty/). It has a command line SCP client (pscp) that will allow you to securely copy the file from Unix box, under windows. I've used it and had excellent results. Good luck, Paul "Manish K" <manish.k at db.com> wrote: Hi I got the email-id from the web site. Kindly let me know