search for: singlular

Displaying 9 results from an estimated 9 matches for "singlular".

Did you mean: singluar
2008 Jun 18
7
Object Task at episode 74 of railscasts
Hi. In the episode 74 <http://railscasts.com/episodes/74>, Ryan has a model "project" that can have many "tasks", and he uses link_to_function to dynamically add a field in the form for a new Task. In order to do that he created a helper called add_task_link. The code of the method is: # projects_helper.rb def add_task_link(name) link_to_function name do |page|
2010 Jun 17
1
RERR_PARTIAL exit status
...he results, and: 1. removed all the lines ending in ' is uptodoate$' 2. removed all the lines with a space (presumably a log message causing RERR_PARTIAL would have a space in it) 3. removed all the lines w/ ' [-=]> ' I was hoping to weasel this log file down to that singlular file that is causing the RERR_PARTIAL exit code. No dice. All I saw were the 2 filenames I have with a space in them. :^( So, my questions to the rsync community are: 1. Am I correct in assuming that rsync *would* write something to stdout or stderr when the RERR_PARTIAL condition is trigge...
2006 Jan 16
1
singular convergence(7)?
Hi all, I just wonder what singular convergence means. Thanks. Yen Lin Error in lme.formula(Data ~ 1, random = ~1 | Wafer/fie/loc, subset = Wafer == : singular convergence (7) [[alternative HTML version deleted]]
2006 May 04
9
Help: wrong number of arguments (0 for 1)
Is it my environment? Is something wrong, cause I thought this should just work? I have a simple table and I created a model and a controller: ruby script/generate controller Restaurant ruby script/generate model Restaurant I edited the controller to this: class RestaurantController < ApplicationController scaffold :Restaurant end I run it and: http://0.0.0.0:3000/Restaurant works fine,
2005 Jan 18
1
lme confusion
Hi, this is my first time using the nlme package, and I ran into the following puzzling problem. I estimated a mixed effects model using lme, once using groupedData, once explicitly stating the equations. I had the following outputs. All the coefficients were similar, but they're always slightly different, making me think that it's not due to numerical error. Also, what is the
2006 Jun 15
7
Customising ''show''
Newb here; I feel like im cheating when i actually write to the list, but i''ve been stuck on this for a while now and cant seem to find the answer in tutorials... heres the simplified version of the problem controller says: def show @exhibition = Exhibition.find(params[:id]) end content says: <% for exhibition in @exhibitions %> <%= link_to
2008 Mar 08
1
ask for help on nonlinear fitting
...ike the following. I want to fit Cm to Vm like this: Cm ~ Cl+Q1*b1*38.67*exp(-b1*(Vm-Vp1)*0.03867)/(1+exp(-b1*(Vm-Vp1)*0.03867))^2+Q2*b2*38.67*exp(-b2*(Vm-Vp2)*0.03867)/(1+exp(-b2*(Vm-Vp2)*0.03867))^2 I use nls, with start=list(Q1=2e-3, b1=1, Vp1=-25, Q2=3e-3, b2=1, Vp2=200). But I always get 'singlular gradient' error like this. But in SigmaPlot I can get the result. How can I get with R. Thanks! The table: "Vm" "Cm" "Ih" -147.715 8.15 -0.107 -146.944 8.081 -0.106 -146.173 8.089 -0.106 -145.409 8.114 -0.108 -144.638 8.105 -0.107 -143.873 8.085 -0.105 -143.102...
2014 Dec 03
0
[Cerowrt-devel] tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
...e reliable, in-order delivery. In addition to the standard congestion control provided by TCP/IP on a per-hop basis, there is Circuit level flow control *and* "end to end" flow control in the form of RELAY_SENDME cells, but given that multiple circuits can end up being multiplexed over a singlular TCP/IP connection, propagation of these RELAY_SENDME cells can get delayed due to HOL issues. So, with that quick and dirty overview out of the way: * "Ah so if ecn is enabled it can be used?" ECN will be used if it is enabled, *but* the congestion information will not get propa...
2014 Dec 03
3
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
I have long included tinc in the cerowrt project as a lighter weight, meshy alternative to conventional vpns. I sat down a few days ago to think about how to make vpn connections work better through fq_codel, and decided I should maybe hack on a vpn to do the job. So I picked up tinc's source code for the first time, got it working on IPv6 as a switch in a matter of minutes between two