Displaying 20 results from an estimated 122 matches for "corect".
Did you mean:
correct
2008 Mar 21
1
function for the average or expected range?; CORECTION
Hi, All:
** My previous email on this subject seemed to contain an error; check
the correction:
Is there a function in R to compute the expected range of a sample
of size n from some distribution? I ask, because I was recently asked
about the control chart constant 'd2', which is the expected range for a
sample of size n from a standard normal.
There is a fairly simple
2007 Dec 11
0
[ win32utils-Bugs-16211 ] win32-service will not install/build corectly if the system has VC8
...http://rubyforge.org/tracker/?func=detail&atid=411&aid=16211&group_id=85
Category: win32-service
Group: Packaging
Status: Closed
Resolution: Rejected
Priority: 3
Submitted By: Sorin Sbarnea (intersol)
Assigned to: Daniel Berger (djberg96)
Summary: win32-service will not install/build corectly if the system has VC8
Initial Comment:
Currently ruby is compiled with VC6 and if someone does have VC8 installed the build will succeed but the extension will crash at load because incompatibilities between CTR.
#case 1:
---------------------------
ruby.exe - Unable To Locate Component
------...
2008 Mar 21
0
function for the average or expected range?; CORECTION TO CORRECTION
Hi, All:
** My previous email on this subject seemed to contain an error; check
the correction below; please excuse my errors.
Is there a function in R to compute the expected range of a sample
of size n from some distribution? I ask, because I was recently asked
about the control chart constant 'd2', which is the expected range for a
sample of size n from a standard normal.
2002 Dec 26
3
windows to linux printer problem
Hello all,
I know I need to read the manual but I don't even know where I need
to look in the manual. I'm haveing a little bit of a problem getting
XP to print to my linux printer. I've got the smb.conf file set up to
allow xp to access the corect share and it even sees the printer but
it apears it doesn't have permision to print to it. What might I need
to do to give it the corect permisions to print to the linux printer?
My setup is the following:
One XP box, Named kim1
One Redhat 7.3 Box named jerry
Network Name...
2003 Feb 11
5
PXE boot from Windows XP
...EPIA Motherboard from a Windows XP OS.
It's a PXE compliant card.
I do a isolinux cd to boot on it, but i'm thinking that it can be more
usable in my case if i can boot from lan.
I can use a linux server.
I'm using a solution base on Magik DHCP server & Tftpd32.
PXE linux start corectly :
PXELINUX 2.01 2003-01-31 Copyrigth (C) 1994-2002 H.Peter Anvin
UNDI data segment at: 00094B30
UNDI data segment size: 9750
UNDI code segment at: 0009E280
UNDI code segment size: 1706
PXE entry point found (we hope) at 9D98:00F6
My IP address seems to be C0A800DF 192.168.0.223
ip=192.168.0.22...
2014 Feb 13
2
Samba3 LDAP open ldap as backend
Hi,
I have setup samba 3.6.6 witch openldap (rfc2307bis schema).
My problem is that samba do not recognise groups members from member
attribure.
when I setup members into memberuid atribute all works corect.
how can I instruct samba to use member atribute?
--
Alexandr Seidl
2006 Mar 14
1
Windows Mobile 5.0 SDK - SPEEX
...a different type of compiler.Later i've found the libspeex_arm.lib for Pocket PC 2002 on this site : http://www.phonestack.com/software.html.I had no more linker problems and the functions seem to work (i assume) , but the encoding function creates the
"compressed_file.spcx" (but not corectly , i know this because i've tested the size of the file in comparisson with what i got by using speexenc.exe) and the decoding function crashes my application.What i'm asking is this:
1.Could there be a problem concerning the porting to Windows Mobile 5.0 (I'm testing the applic...
2010 Aug 04
4
Adding collumn to existing data frame
...that allows me to add a
new column to an existing data frame. This is what I have so far:
add.column <- function(df, new.col, name) {
n.row <- dim(df)[1]
length(new.col) <- n.row
names(new.col) <- name
return(cbind(df, new.col))
}
df <- NULL
df <- data.frame(a=c(1,2,3))
df
# corect: added NA to new collumn
df <- add.column(df,c(1,2),'myNewColumn2')
df
# problem: not added, data frame should be extended with NAs
add.column(df,c(1,2,3,4),'myNewColumn3')
df
However, there are two problems:
1) The column name is not renamed accurately but always set to
'...
2006 Jan 19
3
ext3 fs errors 3T fs
Hello,
I looked through the archives a bit and could not find anything relevant,
if you know otherwise please point me in the right direction.
I have a ~3T ext3 filesystem on linux software raid that had been behaving
corectly for sometime. Not to long ago it gave the following error after
trying to mount it:
mount: wrong fs type, bad option, bad superblock on /dev/md0,
or too many mounted file systems
after a long fsck which I had to do manually I noticed the following in
/var/log/messages after trying to mo...
2006 May 31
2
No communication with UPS
...e done in the past is to
shutdown the machine and unplug all the cables and turn the UPS off. I
then wait a period of time and plug everything back in and power back on.
This randomly works and I am able to get a connection back sometimes.
Now, I dont know if this is a nut problem not initializing corectly or
its a UPS problem where it locks up and doesnt want to talk. Has anyone
else seen the problem and what was the solution.
--
Daryl Sayers Direct: +612 95525510
Corinthian Engineering Office: +612 95525500
Suite 54, Jones Bay Wharf...
2010 Dec 16
4
Building packages using RPMBUILD
...er, and how to build rpm packages.
The guide tells me to use the original paths, yet Centos
wiki says otherwise.
[rpmbuilder at karsites sox]$ rpm -iv ./sox-12.18.1-1.src.rpm
error: cannot write to %sourcedir /usr/src/redhat/SOURCES
Is there a package I need to install and run to set
things up corectly?
I have created a user called 'rpmbuilder' under my home dir,
and created the rpmbuild dirs under that.
So what build dir shall I go for?
Kind Regards,
Keith Roberts
--
In theory, theory and practice are the same;
in practice they are not.
This email was sent from my laptop with C...
2006 Mar 09
8
Problem with scaffolding and table name
Hello, i''m new in ruby rails framework. I have the following problem. I
try to create a scaffold
for a certain model of my db, but since ruby rails doesn''t assume the
table name corectly (its incidents_reported )
i get errors ....
Besides renaming the table :) is there a way to ''tell'' ruby rails the
name of the table?
I haven''t been able to find any info on this.
Thank you in advance.
2004 Nov 30
1
Reading a tab delimitted text
...s CSV file and I read it again
using:
> D1 <-
read.csv(file="gist_data1.txt",sep=",",header=T)
> dim(D1)
[1] 1987 1
>
This timer it reaad correct number of rows and wrong
column numbers.
Can any one suggest how to read a tab-delimited text
file and read in corect number of lines.
thank you.
__________________________________
2011 Jun 26
1
RJDBC and multiple classpaths
Corect me if this is not the right place to post this.
I have a mdbdriver.jar (to access an MSAccess file) under Linux. I bought
the license from http://www.csv-jdbc.com/ guys. The driver work fine when
tested with DBVisualizer or another JDBC thing.
The problem is that driver needs 3 other more jar fil...
2005 Aug 15
1
Simple Fax question
..., I
can *hear* fax tones, meaning, I presume, that the RxFAX application is
running. In fact, doing a show application confirms that. So, I'm
presuming RxFAX application is talking as it should.
However, inbound fax calls (tones) are not being detected. I know that
my extensions file is corect. I am ONLY running SIP. I've seen this
question posted here several times and no one answers: is it possible to
have fax tones detected if you are only running SIP protocol without any
digium hardware or cards? Not running IAX protocol. Can some kind soul
please answer this simple questi...
2006 Jan 11
1
a2blling billing system
Hello,
I am trying to setup a2billing system for asterisk. I have installed it
corectly, but I have not found any users manual. I do not understand the
whole structure. How do the parts like calling cards and sip friends
cooperate together?
I simply need to know how to make a call through it. With all the
features like CDR's, etc.
Can anybody help me with this?
Thanks in a...
2001 Dec 06
1
Inherit permissions in Samba2.2.2 on Debian ( potato )
...amba shuld set permisions
for new files like uper directory - true? I'am asking because, I've set this
parameter and nothing is going good. When I make new file in this share the
groupID is set to user groupID whose create this file, but not the guid of
the uper directory. The userID is set corectly.
smb.conf:
....
[test]
path ....
valid users ...
browseable = Yes
read only = no
inherit permissions = Yes
.....
Marcin Kowalski
2002 Mar 14
1
loging onto win2k
I'm haveing problems loging onto a win2k profesional machine useing my linux
box. No mater what I type I get eronos (acess denied). I made sure the
password was corect, enabled full shareing on both the pc and linux box,
they are both in the same workgroup, any sugestions ???, thnx
Jerry M. Howell II
2003 Dec 01
0
No subject
...u could help.
Samba is supposed to preserve the DOS/Windows archive bit in owner X flag.
And that is true but only as far as the owner of the files or the root is
loged in a share. You may think that this is normal but the side-efect of
this behaviour is not good at all:
The archive bit can not be corectly set/reset by samba in shares that have
BOTH following characteristics:
a) more than one users are allowed to log on and those users may write
on the same files.
b) they don't make use of the "force user" setting (for security
reasons)
I hope I'm wrong and somebody knows...
2005 Oct 11
1
Samba 3.0.20a "Winbind Dead but subsys locked"
Hello,
Last week I downloaded and installed the 3.0.20a-23 release on Redhat ES 4
x86_64bit and noticed that I am getting the "Winbind Dead but subsys locked"
status on winbind service. The service seems to start corectly but
immediately get "Winbind Dead but subsys locked" status message.
I had been running version 3.0.20-22 64 bit version which was also downloaded
from sambaenterprise.org (ftp://ftp.sernet.de/pub/samba/rhel/rhel4-x86_64/).
I just noticed that this site has a 20a-24 release, I'l...