Displaying 20 results from an estimated 22 matches for "intereting".
Did you mean:
interesting
2010 Dec 08
1
how to strip list from NA values looking only at one column ?
I have got a list with 3 colums x,y,z, now I want do delete whole rows where
column z has NA values
I am not intereted in x and y columns if there are also NA values or not,
moreover I do not want to touch them because if there would be NA that would
mean a more serious error for me, and I have cath for that somewhere else
I am asking because I only saw an example where function loops over all
2004 Aug 06
2
libpthread and icecast2
On Mon, 22 Oct 2001 00:07:39 -0600
Jack Moffitt <jack@xiph.org> wrote:
> It needs pthreads. FreeBSD provides this in the reentrant c library.
>
> For FreeBSD, you should remove -lpthread from LIBS and add -pthread to
> CFLAGS. I believe this should be the only change required.
>
> I will fix FreeBSD building in the next few days (or at least this is my
> intention)
2005 Oct 23
6
configuring DNS
Hello
I have DSL 2000 (2048 kbit/s download and 256 kbit/s upload)
I have ping to fast sites very high:
64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=3 ttl=50 time=2185 ms
64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=4 ttl=50 time=1983 ms
64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=5 ttl=50 time=1826 ms
and I know why. I have 2 interfaces:
2017 Sep 08
3
Problems to configure IMAP Quota
Hello,
We manage a mail server using Dovecot under Debian.
Since a long time, we run nightly a script permitting to display the
storage usage of each user on the webmail, using internal calls. The
usage on each mailbox is stored in a Mysql database.
For several reasons, we would now want to use the IMAP quota feature,
not only to let users have the quota displayed from their Mail clients.
But
2011 Jun 03
4
Problem using read.xls - Everything converted to factors
Hallo,
I would like to use to read.xls function from the gdata package to read
data from Microsoft Excel files but I experienced a problem: For example
I used the following code:
testfile<-read.xls("/home/.../wsjecon0603.xls", #file path
header=F,
dec=",",
na.strings="n.a.",
skip=5,
sheet=2,
2004 Aug 06
0
libpthread and icecast2
> That worked, but I do get a few linking warnings. Are these serious?
>
> /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system!
> /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe.
> /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp()
> /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system!
2008 Dec 03
1
Antispam plugin + scriptsieve
Hi,
I wrote a little python program that works with antispam plugin, to
create or remove sieve rules based on "From:" of any e-mail that is
moved to some folder configured in dovecot.conf.
He works fine with "Felamimail" the email program of "eGroupware".
After setup, is very simple:
If an user move a message to "blocked" folder, is appended a rule in
2003 Sep 03
0
Re: normal distribution in samples of soil organisms.
Hi,
You didn't specify the satistical model you are intereted in, I will
suppose it is something like:
#Organims ~ Landscape + Soil + Depth + Species
I suppose you have a table of with something like...
Spec Lands Soil Depth #Organisms
A 1 1 1 10
A 1 2 1 2
B 1 1 1 0
B 2 2 2 2
... etc,
Normally, the count of organisms in soil samples follows a posisson
distribution, not a normal one.
2004 Aug 06
1
PXEboot works but running into a wall at "login"
This is slightly off topic since I am all the way upto
the login prompt, but I appeal to you all because you
probably have experience in this:
I am passing a diskless workstation a compressed root
filesystem that is copied from a server (chopped
down). I am only intereted in text consoles being
available on the client (runlevel 3).
The diskless workstation goes well up to the login:
RedHat
2010 Jan 29
1
Bordeaux 2.0.0 for Linux Released
The Bordeaux Technology Group (http://bordeauxgroup.com/) released Bordeaux 2.0.0 for Linux today. Bordeaux 2.0.0 marks major progress over older releases. With version 2.0.0 and onward we bundle our own Wine build and many tools and libraries that Wine depends upon. With this release we bundle Wine 1.1.36, Cabextract, Mozilla Gecko, Unzip, Wget and other support libraries and tools. We have
2004 Sep 22
1
Log level and debug classes
Hi, I quote from the smb.conf man page:
------------------------------------
log level (G)
The value of the parameter (a astring) allows the debug level (logging
level) to be specified in the smb.conf file. This parameter has been
extended since the 2.2.x series, now it allow to specify the debug level
for multiple debug classes.
[...]
Example: log level = 3 passdb:5 auth:10 winbind:2
2013 Nov 12
0
CentOS Digest, Vol 106, Issue 12
FATNA FATTACH
23 ANS
Hay El FALAH RUE 1 N?56 RESIDENCE BEN AMOUR 2
ETAGE 2 Casablanca
0653185512
E-mail :
jalilafattach at hotmail . Fr.
TECHNICIEN SPECIALISE EN RESEAUX
INFORMATIQUE
ETUDES ET FORMATION :
-2013-2014 : Dipl?me en
technicien sp?cialis? en r?seaux informatiques.
-Niveau
d?instruction : Bac science de la vie
2021 May 07
0
NHW Project - Is there interested people?
Hello,
Just a quick note, some people told me in the past that I must adapt NHW to
any image size else nobody will consider and use it.That's certainly right,
but again I am working on NHW on my spare time and this task is too
exhausting for me.Also, I feel now that it is useless, as I have read that
in the very next months, the great AVIF and JPEG XL will be definitely
adopted everywhere on
2003 Dec 16
0
Quicken backup and Samba 2.2.8a on FreeBSD
...t
valid users = mgm
writeable = yes
create mask = 0660
directory mask = 0770
read only = no
==================================
When I try to do a Quicken backup to the Samba drive, Quicken puts up an
error box complaining about lack of write access. I've spent some time in
google and found an intereting commment in Samba's open.c function, "This
little piece of insanity is inspired by the fact that an NT client can open
a file for O_RDONLY, but set the create disposition to
FILE_EXISTS_TRUNCATE. If the client *can* write to the file, then it
expects to truncate the file, even though it is...
2003 Dec 20
0
Quicken backup and Samba 3.0.0 on FreeBSD
...t
valid users = mgm
writeable = yes
create mask = 0660
directory mask = 0770
read only = no
==================================
When I try to do a Quicken backup to the Samba drive, Quicken puts up an
error box complaining about lack of write access. I've spent some time in
google and found an intereting commment in Samba's open.c function, "This
little piece of insanity is inspired by the fact that an NT client can open
a file for O_RDONLY, but set the create disposition to
FILE_EXISTS_TRUNCATE. If the client *can* write to the file, then it
expects to truncate the file, even though it is...
2010 Jul 15
1
How to deal with voice SMS - Asterisk 1.4
Hi list,
I face a problem with voice SMSs. In some countries, if you send an SMS
to a landline number, the mobile operator will record the message and
then call this number. When picking up the phone you hear "You get an
SMS from <phone number>, press 1 to listen the message, 2 to repeat the
sender phone number". If you press 1 you hear the message and after it
you have the
2008 May 13
1
[LLVMdev] Preferring to use GCC instead of LLVM
I wrote:
> The Solution: Make LLVM usable as a DLL or SLL in Windoze,
> capable of generating a finished ready-to-execute .EXE or
> .DLL file, without requiring that MinGW or Cygwin be
> installed first.
Michael T. Richter replied:
> You will be welcomed with open arms by the LLVM community
> when you write this. I look forward to your announcement
> with bated breath.
2006 Apr 26
1
[LLVMdev] Re: Newbie questions
>>>>> "Archie" == Archie Cobbs <archie at dellroad.org> writes:
Archie> Which bytecode will you recompile? In particular I'm thinking
Archie> about active use checks: as you know the checks for class A have to
Archie> be implemented in every other class B, C, D, ... that references a
Archie> static field or method of A. Presumably you won't
2023 Jun 08
6
[PATCH v3 0/4] PCI/VGA: introduce is_boot_device function callback to vga_client_register
From: Sui Jingfeng <suijingfeng at loongson.cn>
Patch 1,2 and 3 do basic clean up to the vgaarb module.
Patch 4 introduce is_boot_device function callback to vga_client_register
Sui Jingfeng (4):
PCI/VGA: tidy up the code and comment format
PCI/VGA: Use unsigned type for the io_state variable
PCI/VGA: only deal with VGA class devices
PCI/VGA: introduce is_boot_device function
2019 Apr 12
5
External Authentication
Hi there
Le 12/04/2019 à 09:57, Marco Gaiarin via samba a écrit :
> Mandi! Vex Mage via samba
> In chel di` si favelave...
>
>> I've spun up a Samba4 server and set it up as an active directory domain
>> controller and I can definitely see that this is a very robust system and
>> is working well however; I don't see a management solution to
>>