Displaying 20 results from an estimated 20 matches for "courious".
2004 Jul 21
2
add more data to a data file, problem with .Rprofile
Hi,
Is there a way to incorporate an R object x to a file already containing R objects?
It seems that 'save' is not capable to do this. If I save x to a file containing
previously saved data, then I will lose this data.
I use the funcion hsv in .Rprofile but it is recognized. Couriously, if I source .Rprofile
when R is already running I do not get any error message.
Thank you.
2004 May 18
2
delete duplicated from data.frame
...hat i'm doing wrong delete duplicated rows with same MEMEBRNO.
februar <- dmsegment[unique(dmsegment$MEMBERNO),]
This reduce from 197.188 rows to 184.199 but duplicated MEMBERNO didn't left
all what a Primary Key setting in mysql me say and with a fix(februar) could
recognize .
Courious why MEMEBRNO 4,5 ,6 and 11 are left !
dmsegment$MEMBERNO[1:10]
[1] 1 4 5 6 7 9 10 11 16 21
februar$MEMBERNO[1:10]
[1] 1 6 7 9 10 16 21 26 53 72
Using unique with a single vector it works like i expect.
P.S.
i try -duplcated but get not better succes?
Many Thanks,
Christian
2005 Mar 26
2
Is there a diferent way to do this?
Hi,
I started creating a small class but I'm courious about how it is working.
To create a instance of my class "Partri" I write this at Rgui:
x <- new("Partri", name="Gilvan")
and to change the slot "name" of this instance, I write:
setName(x, newname="Justino")
It is not working, because whe...
2002 Jul 27
1
ABX at q8
...t sounds AMAZINGLY GOOD !!!
But as HDD drives are getting larger and cheaper, most of us move toward
higher quality settings ......... I use q8, because:
- I was able to ABX some test samples up to q4.99
- at q8 Ogg is still around 3.5x smaller than lossless
- it sounds perfect to me!!
I was just courious to know if anyone out there is able to distinguish
from the original (ABX) Vorbis 1.0 at around q8 (or q7 to q9) on "NORMAL
MUSIC" (not special test samples)??
What about q5 to q7?
Thank you all.
Bostjan
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project...
2008 Aug 28
2
Problem with gnome with file type recognition.
...ecognized as AVI files, but the rest not!.
I another times, appears to recognize all files, but from some days to now
I have this problem (specially with AVI files).
The recognized files are played fine with xine, mplayer or vlc, but the
rest not, the players don't know how to play them (very courious this
issue).
Do anyone know how to solve this? Could be any system component that
wasn't working fine? (as any daemon, or the DVD reader) Anyone know how to
test my DVD writer/reader or any system/gnome components that could be
missconfigured or not working?
Regards
2013 Jan 05
2
permission denied message
...se dovecot: pop3-login: Error: auth: connect(login) in directory /
failed: Permission denied (euid=113(<getpwu
id() error>) egid=65534(<getgrgid() error>) missing +x perm: /, dir
owned by 5000:5000 mode=0750)
+++
This is the error message I get.
"directory /" is a little bit courious to me.
Here my dovecot config:
+++
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-35-generic x86_64 Ubuntu 12.04.1 LTS
auth_debug = yes
auth_mechanisms = plain login digest-md5 cram-md5
auth_verbose = yes
hostname = mail.av.loc
mail_debug = yes
mail_gid = vmail
mail_location = maildir:~/Ma...
2004 Aug 06
2
what's happening here?
...t; were found the list seems to of quietened down a lot. Maybe the big
> boys are busy working on a new version or prahaps the rumours are true
> and they have gone to work on shoutcast. I am not sure where I picked
> up the later if it not true please feel free to flame me.
*flame* :)
Courious, how rumors like this can come up. Icecast1 doesn't get much
attention any more, just necessary fixes like the security issues
lately. Icecast2 is now in developement, which is much better and secure
by design already. That, and Ogg Vorbis is keeping the developers busy,
I suppose.
I guess som...
2004 Aug 06
0
what's happening here?
On Sun, May 19, 2002 at 04:59:40AM +0200, Moritz Grimm wrote:
>
> *flame* :)
>
> Courious, how rumors like this can come up. Icecast1 doesn't get much
> attention any more, just necessary fixes like the security issues
> lately. Icecast2 is now in developement, which is much better and secure
> by design already. That, and Ogg Vorbis is keeping the developers busy,
> I s...
2006 Jun 28
1
Strange stuff in autogen.sh
Hi,
In compiz' autogen.sh, there are these lines:
# work around bgo 323968
ln -s ../po config/po
intltoolize --force --copy --automake || exit 1
rm config/po
Now, I'm not really familiar with that intltoolize/autotools/etc.-stuff, but
am courious what this is for?
What does bgo 323968 mean? Is this a bug number? It isn't in the fdo-bugzilla.
The reason I'm investigating this is that I'd like to use gentoos own
autoreconf-macros and avoid running autogen.sh. Without these lines, this
fails.
--
Hanno B?ck Blog: http://www...
2004 Oct 23
0
Raw Printing, was cupsaddsmb and .inf files
Howdy,
I've just successfully configured a win2k system to print on a raw queue,
but apparenty not through samba.
I'm courious as to why that didn't work, and would like to help update the
documentation to cover this in more detail,
if only I understood it better.
I started by following the directions here under "Raw Print Serving Vendor
Drivers on Windows Clients":
http://us4.samba.org/samba/docs/man/Samba-...
2006 Jul 19
3
Rails & Mongrel & Lighttpd > NameError in Production
hallo there,
i got a problem with switching from development- to production-mode in
my rails project. in development everything is working fine, but in
production i keep on getting a NameError...
[quote]
NameError in Appointments/admin/appointment categoryController#list
uninitialized constant Appointments::Admin::AppointmentCategory
2005 May 30
2
How to access to sum of dissimilarities in CLARA
Dear All ,
Since dissimilarity is one of quality measures in clustering , I'm trying to access to the sum of dissimilarity as a whole measure. But after running my data using CLARA I obtain :
1128 dissimilarities, summarized :
Min. 1st Qu. Median Mean 3rd Qu. Max.
0.033155 0.934630 2.257000 2.941600 4.876600 8.943700
But I can not find the sum of dissimilarity.How can i
2004 Aug 06
2
what's happening here?
"e" == enigmax <Nicolae> writes:
> I haven't had the time to UNSUBSCRIBE because it's useless.
> You get more help from google.com than this list.
I wouldn't say that myself, I've gotten tons of help from
this list in the past. Of course, I usually check google.com
before going to this list, so maybe my usage pattern doesn't
quite match. =)
------
Dave
2010 Sep 18
0
Antw.: Word/Excel documents cannot be saved after Samba Upgrade
...t could be solved. The problem was a outdated kernel and glibc
> version and the utimensat() call. Samba 3.5.4 needs Linux Kernel minimum
> 2.6.22.
> Which Kernel Version do you run?
>
>
> Am Freitag, den 17.09.2010, 14:29 +0200 schrieb c grassu:
>
> Hey,
>
> I'm courious whether you could solve the problem. I tried to set the
> sticky bit on the share but still cannot save word/excel files to a
> samba share.
> There is no acl in my configuration.
>
> Thanks,
> grassu
>
> On Tue, Aug 24, 2010 at 5:07 PM, Karsten Hoffmann <khoffmann at adv...
2010 Apr 20
13
why is ActiveRecord tying to select nonex ID column?
I''ve loaded (and updated) thousands of these MeteredUsage records. In
the middle of a run, I suddenly get:
ActiveRecord::StatementInvalid: Mysql::Error: Unknown column ''id'' in
''where clause'': UPDATE `metered_usages` SET `cost` = 12603.46 WHERE `id`
= NULL
I can''t see anything that''s different about this particular record
compared to
2006 Feb 16
6
Anyone using the GSMgateway from CyberTelecom ?
Hi List
Is someone out there using one or more GSMgateway(s) from CyberTelecom ?
Me and some friends are interested in buying some of them, but before
we would like to ask, how the experiences are others have made.
e.g.
How easy to setup ?
How reliable ?
How's the voice quality ?
etc.
Any input/feedback is welcome.
Greets
Adibar
--
2010 Aug 24
2
Word/Excel documents cannot be saved after Samba Upgrade
Hi,
after upgrading Samba 3.0.24 to Samba 3.5.4 a strange problem occurs:
Users cannot anymore save files in MS Office (Word/Excel) on Samba
shares. More precisely:
Save as Office 2007 documents or RTF-Files works fine, but *.doc ist
avoided with Error Message "Not enough memory".
Of course there are lots of memory/space and ACL/Permissions should be
ok since other file operations
2003 Dec 01
0
No subject
...lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
hello everybody,
We plan to upgrade our linux file server to samba 2.2 and I was just
courious when
would 2.2.1 be released; we could wait 4 - 8 weeks, if that's going
to get us 2.2.1,
but are there any chances to happen in this timeframe?
Regards
Dragos
Bucharest, Romania
Return-Path: <don_mccall@hp.com>
Delivered-To: samba@lists.samba.org
Received: from atlrel2.hp.com (atlrel...
2003 Dec 01
0
No subject
..., <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
thanks, I thought that it would be more to it...
#rgrep -r MD5 /etc/*
/etc/sysconfig/authconfig:USEMD5=yes
#
but then I don't think I can use passwords over 8 chars
I'm courious about what samba team members have to say
about it.
thanks a lot,
dragos
PS I resent to the list the message I wrote you just before
Shigeharu Yoshikawa wrote:
>
> Hi.
>
> In message "Re: samba-2.2.1 may not recognize MD5 password",
> Dragos Delcea wrote...
> &g...
2003 Dec 01
0
No subject
...t=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
hello, Ries
just courious: I've tried almost every
setting except 'loking = no' for the share
(in the man page it warns that may lead to
file corruption), however now I started
thinking that fox may have it's internal
locking structures and doesn't care/like
locks I'm giving him...the old server had...