Displaying 20 results from an estimated 27540 matches for "plans".
Did you mean:
plan9
2010 Jun 24
1
BBH2 and FrF2 packages
Hi R HELP,
I consider the 2^3 factorial experiment described at page 177 of
the book Statistics for Experimenters: Design, Innovation, and Discovery
by George E. P. Box, J. Stuart Hunter, William G. Hunter (BHH2).
This example use the following data in file BHH2-Data/tab0502.dat
at ftp://ftp.wiley.com/
in /sci_tech_med/statistics_experimenters/BHH2-Data.zip
run T C K y
1 1 -1 -1 -1 60
2
2012 Nov 12
7
RSpec: controller POST create
...validations of Plan
class Plan < ActiveRecord::Base
validates :give_take, :presence => true
validates :flight_name_id, :presence => true
validates :day_departure, :presence => true
validates :weight, :presence => true
end
The failure message is
1) PlansController POST create with valid params assigns a newly
created plan as @plan
Failure/Error: assigns(:plan).should be_persisted
expected persisted? to return true, got false
# ./spec/controllers/plans_controller_spec.rb:117:in `block (4
levels) in <top (required)>''...
2008 May 18
2
Fixed a Duplicate?
...very time I open a folder from this shared account, I get
either one or two emails being created on the spot. The are /always/
created with the current date and time stamp (i.e. now) and at the same
time a tail -f of maillog shows something like this:
> May 19 09:10:05 sydsrv56 dovecot: IMAP(plans): Fixed a duplicate:
> dovecot-shared:2, -> 1211152205.P10039Q1.sydsrv56
The only thing that appears to change is the last modified date and time
of the two files, dovecot.index.log and dovecot.index.cache.
Should I be maintaining separate index files or lock files for each user
in this...
2005 Jan 21
1
More help on ACL problem please...anyone...anyone...Bueller?
Hello,
I am running Fedora Core 2.
Kernel: linux-2.6.5-1.358
Kernel supports ACL:
[root@atlas configs]# grep FS_SECURITY kernel-2.6.5-i686-smp.config
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_XFS_SECURITY=y
CONFIG_DEVPTS_FS_SECURITY=y
[root@atlas configs]# grep XATTR kernel-2.6.5-i686-smp.config
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_DEVPTS_FS_XATTR=y
Have
2008 Sep 15
2
Passing an array into controller
I am trying to pass and array from an AJAX Javascript function to a
controller. The parameter is being read as a single string and not an
array.
The Javascript function:
function sendtolist(formName){
var form = $(formName)
var checked = []
checked = form.getInputs("checkbox","plans[]").findAll(function(item)
{ return item.checked; }).pluck("value");
action="/generate_reports/advanced_plan_summary"
window.location.href=action+"?plans[]="+checked
}
The controller is:
def advanced_plan_summary
@ids = params[:plans]
@ids = @ids.split(&...
2012 Sep 23
2
Find by id in the view template dynamically
...have a model ''Airline'', whose STRING column is ''company'' only.
Also, another model ''Plan'' has an INTEGER column ''airline_id''.
I would like to show the ''company'' name (string) in a template like
<% @plans.each do |plan| %>
Airline: <%= @airlines.find(plan.airline_id).first.company %><br
/>
...
<% end %>
in the ''plans_controller.rb'',
@plans = Plan.all
@airlines = Airline.all
Obviously this does not work although no error appears...
2005 Dec 16
10
''Code table'' best practices?
I''ve been going back and forth about this kind of thing for a while.
I reverse my opinion on it every project, and I''m wondering if anyone
has any advice/battle scars to share. As usual, please forgive my
long-windedness in advance.
Let''s say I have this:
Table: PLANS
ID int
CATEGORY_CODE_ID int
--Other junk removed for clarity
Table: CATEGORY_CODES
ID int
DESCRIPTION varchar(200)
"category codes", to the user, are 6-digit numbers, sometimes with
leading zeroes, that have specific meanings.
My customers usually want a metric truckload full of report...
2009 Aug 25
1
Problem with correct usage of formula environment
Dear all,
I am working on a function formula.design that should automatically generate
reasonable lm formulae for a number of different designs. All works well as
long as all variables used are columns of the design data frame. For one
function, I would like to incorporate a dummy variable for center points
that is not a column of the design. Without this function, it would work
like this (at
2005 Jan 24
1
RE More help on ACL problemplease...anyone...anyone...Bueller?
Extract of smb.conf :
valid users (S)
This is a list of users that should be allowed to login to this
service. Names starting with '@', '+' and '&' are interpreted using
the same rules as described in the invalid users parameter.
If this is empty (the default) then any user can login. If a username
is in both this list and the invalid
2008 Oct 21
1
uninitialized constant error, help me
Hi, I''m a rails_fan in korea.
As korean web site has a little information about rails
I''m tryig to ask google groups users of my question
<% for reserve in @plan.reserves %>
This line make error like this ''uninitialized constant Plan::Reserf''
I already have plan and reserve model
and I define their relationship.
plan
has_many :reserves
reserve
2005 Sep 27
2
Sipura 2000 Dial Plan
Anybody ever run into a case where the Sipura Dial Plan will not work with
the S0 option to immediately connect?
My Dial plan reads
(*xx|[3469]11S0|0|00|[2-9]xxxxxxS0|1xxx[2-9]xxxxxxS0)
and I can dial ONLY then numbers in the dial plan so I know that it works.
For some reason when I dial 5551212 1212121212
It does not dial for a while and then it dials 555 1212
Anyone have any ideas?
2009 Jun 25
1
Lose of decimal when using write.table to text file
Good Day,
I have the following:
>Date<-c("08/05/08","08/06/08","08/07/08")
>Weight<-c(209.4,211.8,210.0)
>planned.meal<-cbind(Date,Weight)
>planned.meal
Date Weight
1 08/05/08, 209.4
2 08/06/08, 211.8
3 08/07/08, 210.0
>write.table(planned.meal, file="plannedMeal1.txt",
+ quote=FALSE, row.names=FALSE)
output on
2006 Jun 16
2
[Slightly Off Topic]How to handle downgrades
Let''s say that there is a web application which comes in several
different plans. Each plan has a different number of users and content
items allowed for an account. Obviously we can allow the user to
upgrade to a higher level plan by just increasing their limits but how
do we handle downgrades? If the user is only allowed x items on the
downgraded plan and they current...
2007 May 05
1
Dial Plan for Multi-Location & Support Queue
...x dial plan for multi-location.
More over, said that, we will have a support Queue in Branch - A(extension 700), & users from Branch - B should be able to join the Queue(extension 700) to accept support calls & vice-versa, I dont know how this is possible & what would my dial plans be.
It would be much appreciated if someone can help me resolve this dial plan & support issue.
Thannks,
Deepak
---------------------------------
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your freeaccount today.
--------------...
2003 Oct 14
3
*/SER/FW
Hi,
I've just read the postings regarding the interworking between * and SER.
As these persons seem quite knowledgeable on this, I would like to have
their advise on my planned installation:
- I have broadband cable access
- I plan to install a SIP-aware router
- I plan to install a Linux server with Digium analog IF card(s) for
connection to my analog line (incoming and outgoing)
- I plan
2006 Jul 17
2
planned comparisons for ANOVA
Hi,
we need some help to define planned comparisons. I've based my
understanding of the problem on reading Tabachnick and Fidell (2006),
ie:
http://www.ablongman.com/catalog/academic/product/0,1144,0205459382,00.html
I don't understand how to specify planned comparisons in R. I've not
found explanations for this in MASS or elsewhere. There is only
discussion of the contrast
2012 Dec 13
2
Installing Packages from a Local Repository
Hi everyone,
I've followed the instructions from R-Admin Section 6.6 for creating a
local repository. I've modified my Rprofile.site file to add the local
repository to my repos, but I haven't been able to successfully install my
package from the repo.
Here's the code that I've run.
##################################
sessionInfo()
getOption("repos")
2010 Oct 23
7
Dial plan help
Hi,
I am facing issue while generating a dial plan for the following case:
all caller should be asked a code to enter than All the callers should be
connected one extension.
also tell me testing scenario :
I have pbx setup and currently I have soft phones to use as extension.
Currently I have created a dial plan using vdp I tried submitting it here
but I don't know how to extract text
2010 Feb 15
2
insecure=invite - not working for different dial plan
I'm using "insecure=invite" with two different dial plans, it it working with one dial plan but not with the other.
What other parameters could influence "insecure=invite"
In sip.conf below "insecure=invite" is working OK
[pstn-1270]
type=friend
secret=spa3k
username=voice-1270
mailbox=369
host=dynamic
insecure=invite
canreinvite=n...
2015 Jun 02
2
RES: How to invoke a binary file from the dial plan?
Ok. Thanks for the hint.
But, what exactly is a "System() dialplan application"? Is it a kind of command that i can call in dial plan?
I will look for System() related to dial plans.
Thanks.
RODRIGO PIMENTA CARVALHO
Inatel Competence Center
Software
Ph: +55 35 3471 9200 RAMAL 979
________________________________________
De: asterisk-users-bounces at lists.digium.com [asterisk-users-bounces at lists.digium.com] em Nome de Kevin Larsen [kevin.larsen at pioneerballoon.com]
Envi...