Displaying 20 results from an estimated 4000 matches similar to: "Validations"
2005 Oct 09
1
enter a survey design in survey2.9
Hi dears,
I expect that Mr Thomas Lumley will read this message.
I have data from a complexe stratified survey. The population is divide in 12 regions and a region consist to and urban area and rural one. there to region just with urbain area.
stratification variable is a combinaison of region and area type (urban/rural)
In rural area, subdivision are sample with probabilties proporionnal to
2011 Apr 27
6
INN removed from CentOS 6
I use inn to make internal company announcements and
discussions available to remote offices.
I note inn is removed form RHEL 6. What replaces inn?
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Technical_Notes/apc.html
Will inn be available from elsewhere? Will I have to compile
it?
Should I modify my scripts to create and install html files
for a web server? That would
2008 Jun 12
1
INN with SSL
Hello, on a INN mailinglist i have found , that in order to use INN over SSL
i need to call another instance of nnrpd like this :
su news -c '/usr/local/news/bin/nnrpd -D -c
/usr/local/news/etc/readers-ssl.conf
-p 563 -S'
I am using INN from official centos 5.1 rpm .
My question is, where to init scripts /etc/init.d/inn or somewhere else put
such a line to have INN listening on 563 for
2006 May 29
2
save view to file
Hi,
I am trying to figure out a way to save the view of an action to a file.
I have an action call makehtml. It gets data from a database and create
a view that display the result in a browser. I would like to save that
result view page to a file in public/htmls for example.
Does anyone know how I can do this?
Thanks for all your help in advance.
--
Posted via http://www.ruby-forum.com/.
2007 Mar 24
1
spec''ing metaprograming & rails CRUD
For edge rails there is a Crud generator. There is also a CRUD
controller that is out there from which you can inherit your other
controllers (see http://geekonomics.blogspot.com/2006/07/crud-and-
shared-controllers.html)
This got me thinking about Crud controllers in general. As far as I
know, the generator can''t produce crud classes which are nested
(i.e.
2006 Oct 04
1
RODBC: longest string is truncated
Hello R community:
I'm encountering unexpected behaviour as I download string data from
MySQL using the RODBC package. The unexpected behaviour is that the last
character of the string is truncated. As far as I can see, this happens
when some strings are of length 501 or more.
Here's how to reproduce this behaviour.
## In MySQL, pick a database and run this:
CREATE TABLE test (
v1
2010 Apr 06
2
respecting original matrix dimensions
Hi All,
I'm hoping someone else can help me out with this. I am doing some
matrix algebra using sub-parts of matrices, and sometimes I need only
a single row/column of the original matrix. However, whenever I pull
out only a single row/column, R returns a row vector, but often this
will break my matrix algebra. Is there any *easy* way to get R to
remember what the single row/column came out
2005 Oct 12
2
linear mixed effect model with ordered logit/probit link?
Hello,
I'm working on the multiple categorical data (5-points scale) using linear
mixed effect model and wondering if anyone knows about or works on the
linear mixed effect model with ordered logit or probit link.
I found that the "lmer" function in R is very flexible and supports
various models, but not ordered logit/probit models. I may conduct my
analysis by turning my DVs
2013 Feb 11
2
FORMAT EDITING
Dear R users,[IF THE FORMAT OF MY EMAIL IS NOT CLEAR, I HAVE ATTACHED A TEXT FILE FOR A CLEAR VIEW]
I would like to use the R output file in Fortran. my file Is exactly in the following format.
ELISA/BOTTO wATER INN
FROM 1900 11 1 TO 1996 12 31
1901.11. 1 447.000
1901.11. 2 445.000
1901.11. 3 445.000
1924.11. 4 445.000
1924.11. 5 449.000
1924.11. 6 442.000
1924.11. 7
2004 Sep 17
3
Samba NT Domain Controller Help & Possible Walkthrough Please
Hello everyone,
I have done my reading & research and everything I try is coming to different errors, so I am going to beg & pray someone here can help me with my problem. I appericiate any help in advance! I am running Samba 2.2.11 on a RedHat Linux 7.3 Server, connected to a network of Windows 2000 & XP Machines. I want to configure Samba to be the Domain Controller for my other
2005 Sep 12
4
Hotel Setup?
I am working with a small inn (under 50 rooms) that is next to a ski
resort. The inn just had Cat5e Homeruns to each room installed, with a
patch panel in the basement. Now it's my job to connect each of the
those rooms to the Internet. I think I have a Cisco switch that I can
do Private VLANS with, however I thought of another solution.
Has anybody seen or does anybody know of a VoIP
2007 Mar 19
3
controller_name with dynamic controllers
I''m writing a controller which should only be inherited from,
something like the generic crud controller seen here: http://
geekonomics.blogspot.com/2006/07/crud-and-shared-controllers.html
Now, in my spec, I would like to create a controller which inherits
from the generic CRUDController, without actually creating the
controller. This controller is *only* for testing.
How can I
2006 Mar 03
2
newbie scaffold question
I''ve got a database with several tables. I''d like to create scaffolding
for separate CRUD interfaces for several of these tables. I''m hoping
that the scaffold generator can create the CRUD code for all these
tables in ONE controller, but I don''t know how to tell it to do that, if
it can.
Can anyone verify if this is possible?
Thanks,
David
--
Posted via
2006 Jul 28
8
Building a Search Page as part of CRUD
I''ve been experimenting with Rails over the past couple of days and
have come across something that seems harder than it should be. In
previous frameworks I have used (WebObjects, php) a full search page
(which leads into a list view populated with search results) was part
of the CRUD that was either dynamically or statically created after
specifying table/object schema. In
2008 Jun 03
2
INN Python support in Centos 5.1
Hello . i want to ask several questions :
1) Is INN on Centos5.1 compiled with python auth hooks support?
2) If i want my messages on news server to keep forever (history) , should i
change expire.ctl?
What i need to set
3) Is there some configuration which i need to set to be able to use python
auth hooks? Or can i simple proceed with adding them to readers.conf ( I
allready tested my
2006 Aug 02
1
Use Non CRUD with Simply RESTful
Hey guys,
I''m trying out the new RESTful bits in Edge Rails, and am having a bit
of trouble wrapping my brain around certain things. For instance, say I
have a page that is separated into sections with tabs at the top. I want
to replace divs on the page with RJS.
Now typically before I''d have a method on the controller that rendered
an RJS template to accomplish this.
2006 Jul 31
3
Simply_RESTful and Bulk Import URLs
Hi,
I have a people controller, and want to import bulk import multiple
people from a CSV file.
In my routes.rb file I have:
map.resource :person
Now, it''s a little unclear to me how to further configure the routes to
allow me to add the following URLs:
I need a URL to choose a file to upload, so I need an HTML ''frontend''
for it, so I figured the following URL
2006 May 14
1
[LLVMdev] Recharging the batteries
Hi,
I've noticed that http://llvm.org/status/ hasn't been updated for a while,
so
I tought that some of you might find the following information interesting
and/or encouraging...
For benchmarking the stuff I'm working on I needed to compile a number
of open-source packages. The settings I used:
AS=llvm-as
lLD=llvm-ld
AR=llvm-ar
CXX=llvm-g++
CC=llvm-gcc
CFLAGS="-g
2002 Apr 02
3
PrivSep and portability
Hi,
I've seen a few patches related to the PrivSep works. As far as I can
see, it seems to work by using a shared memory segment to communicate.
I just want to point out that there are some unix systems that do not
have mmap() (SCO, older SVR3 systems) or that might have problems with
anonymous shared mmap() (don't have an examples, but e.g. the INN docs
are full of warnings concerning
2008 May 09
1
Test Unit can't change data
I have converted my engine from myISAM to InnoDB, the matter now in Test
Unit, the table cant do any changes for CRUD. Any advice? But if I
convert it back, the CRUD can run very smooth and data value in
attributes changed.
Reinhart
http://teapoci.blogspot.com
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you