Displaying 16 results from an estimated 16 matches for "repitit".
Did you mean:
refitit
2007 Jul 30
0
avoiding repitition
...t seem possible completely possible. I''m sure this is an issue
for all testing frameworks, not just rspec, so can any of the more seasoned
programmers offer some insight into how they would approach the problem?
thanks
dave
--
View this message in context: http://www.nabble.com/avoiding-repitition-tf4178856.html#a11882919
Sent from the rspec-users mailing list archive at Nabble.com.
2003 Jun 12
1
bootstrap question
...ith my understanding of the bootstrap)
Suppose I have a sample of size 15, x[1], ...x[15].
This is a sample which is small compared to the population.
by the way, the x[i] are iid and have a common distribution F.
As I understand the bootstrap, that function will take a user specified
number of repititions. In each repitition, each element x[i] has an
equal chance of selection.
Suppose I want to estimate the mean.
In each rep, a new sample is generated. the mean is calculated in each rep.
I would like to see those means.
If I use the boot command,
boot(x,mean,R=40)$t
I thought that I wou...
2007 Aug 31
3
"pipe() failed: Too many open files"
I am getting random disconnects from my imap session, dificulties to
revconnect, very sluggish behaviour when changing between mail folders
also frequent and rapidly repititive messages on te client "mailserver
x.x.x.x is not a imap4 server"
I am running dovecot 1.0.rc2 from ports on OpenBSD 4.0 on a PIII, 500MHz
512MB
My set up is very small - a webserver with a single imap account on it
for myself and my wife and a pop3 account for a printserver. The clie...
1997 Feb 24
1
libX11
...uses libX11 is vulnerable.
You can perform a simple test to determine whether your system is vulnerable.
First, set the HOME environment variable to a string at least 2500 characters
long. Using a sh compatible shell, do this by issuing the commands:
$ HOME=jjjjjjj...jjjjj (2500 repititions of ''j'')
$ export HOME
Using csh or tcsh, use the command:
% setenv HOME jjjjj...jjjjjjj (2500 repititions of ''j'')
Then, run a setuid or setgid X program, such as xload. If you are running a
vulnerable release of X11, you will get an error messag...
2010 Apr 06
6
3-D response surface using wireframe()
...mining the sequence of rotations to be applied to the data before being plotted. The initial position starts with the viewing point along the positive z-axis, and the x and y axes in the usual position. Each component of the list should be named one of "x", "y" or "z" (repititions are allowed), with their values indicating the amount of rotation about that axis in degrees."
Can anyone explain to me how the screen argument works? And what values (x,y,z) I should choose for the orientation that I want?
Another question is wireframe(0 will draw all 8 edges of the cub...
2006 Feb 08
0
Fixture access question
Hi,
I want to add the basic model record create tests for my rails app
as in the "Agile Web Development with Rails" example:
i.e. (header stuff and boring repitition missed)
def test_create
assert_kind_of Requirement, requirements(:requirement_1)
assert_equal <at>requirements["requirement_1"]["name"],
requirements(:requirement_1).name
end
Now I''m not supposed to use <at>requirements since that''s slow bu...
2012 Oct 28
1
Best fitted curve
Hi I have trouble making a best fitted curve for a xy-plot. My data consist
of two groups with four repititions for each x-value.
plot(weight~gdd,data=weight,pch=as.numeric(species))
<http://r.789695.n4.nabble.com/file/n4647692/Weight.jpeg>
Can you help?
Cecilie
--
View this message in context: http://r.789695.n4.nabble.com/Best-fitted-curve-tp4647692.html
Sent from the R help mailing list...
2006 Mar 17
11
Asterisk Users Mailing List Traffic
The volume/traffic on this list has been getting pretty heavy. I find
it hard to follow certain discussions and there are some that I am not
interested in. Perhaps, we could split the list into two: One for
discussing hardware (client phones and cards) and one for the software
(configuration, problems, etc...) Or some other better scheme that
someone can propose.
2002 Dec 11
2
ordering x's and y's
Hello ALL:
How do I get R to list all possible orderings of 2 x's and 3 y's? It should
look like this (which rows appear first is unimportant):
x x y y y
x y x y y
x y y x y
x y y y x
y x x y y
y x y x y
y x y y x
y y x x y
y y x y x
y y y x x
Thanks,
ANDREW
2002 Jul 22
1
Samba 2.2.4 - files have disappeared!
...b_open:
cur/1027231579.11116.mx3.iatdev.com,S=3095@2, open failed,
result=-2
Jul 22 10:44:46 mx3 kernel: smb_readpage_sync:
cur/1027231579.11116.mx3.iatdev.com,S=3095@2, open failed,
error=-2
These three lines were repeated seven times, with a different file name
in each repitition.
I am aware that the error code "-2" means "file not found", and I am
also aware of the inevitable problems that happen when multiple machines
are trying to access the same remote file server. However, this user
says this occured the first time he accessed his account today...
2000 May 02
0
patch for .samba-2.0.7/source/lib/bitmap.c
..../source/lib/bitmap.c 2000/05/01 09:00:59
@@ -21,35 +21,42 @@
#include "includes.h"
extern int DEBUGLEVEL;
+#define BITMAP_ALIGN 32
+#define UINT32_BITS 32
+#define UINT32_ALLONE (0xffffffffUL)
+
/* these functions provide a simple way to allocate integers from a
pool without repitition */
+static int find_bitmap_one( uint32 bitmaps );
+
+
/****************************************************************************
allocate a bitmap of the specified size
****************************************************************************/
struct bitmap *bitmap_allocate(int...
2002 Feb 22
2
rsync on solaris
hi,
i have trouble with rsync on solaris.
my situation:
i have a production-server with Solaris 7 and a 200 GB RAID attached.
the server runs without troubles for month.
I build an backup-server with same configuration. i installed
rsync-2.3.1-binaries on both machines. i sync the RAIDs every night (i
sync subfolders of the RAID - its faster as sync the whole RAID).
after a few days (a
2004 Feb 05
2
xyplot (lattice): colours of lines
using either one of the following codes:
xyplot(X ~ time | center, type="l", panel=panel.superpose, groups=subject,
col = treatment)
xyplot(X ~ time | center, groups = subject,
panel = function(x, y, ...){
panel.superpose(x, y, col = treatment, type = "l", ...)
})
I get two different colours for the lines by these colours do not match the
corresponding
treatment
2003 Feb 02
2
Encoding from fifo's
Hello, I'm new to the list, so if this is an FAQ, please point me to the
relevant docs.
I'm playing with Theora, to see what kind of quality I can expect (I
realise its not for production use yet). I've download the source from
CVS, and got it to build, with the example encoder and player.
While trying to find something to serve as a good source of input, I
decided I'd use a
2001 Apr 12
5
Windows XP and MP3
if ya' haven't seen it already, check out:
http://www.canoe.ca/MoneyWSJ/wsj2-dow.html
ad, sad, sad. on many fronts. I don't begin to understand how this might
work; I suppose the MP3 degradation only applies to MS encoding software...
*shrug*
this may, however, provide a good leveraging point for Vorbis.
have fun
dongoodman
2014 Nov 10
0
User's DPAPI/backupkey protected data lost when changing domain password
...Windows PC.
I've set the log level in smb.conf to 4 and enabled the GPO to record DPAPI
log entries in Windows to get the below log data.
My reading of the two is that the Windows PC believes it is failing to reset
the access to its DPAPI store (where the saved passwords are kept) - hence
the repitition in the samba log and the Windows event log as the client
tries over-and-over again. I don't see any specific error in the samba log
though.
Any advice on getting this backupkey/DPAPI functionality to work very much
appreciated.
In the below the domain controller is
soda.mbsw.prv.mercedes-b...