similar to: naming consecutive objects

Displaying 20 results from an estimated 2000 matches similar to: "naming consecutive objects"

2005 Jul 29
1
Mail problem
I have a problem finding the log from centos. I have installed qmail and i receive a lot of infected mails and i can't stop them because i don't know the ip from where they came. I know that in log files it is kept that ip but i havent't find it. In /var/log/ maillog it is a list but it does not have the ip of the mails. Can anyone help me? Another problem I have with Auto-responder
2015 Dec 06
3
source buffer
I will give a little background... For more than 10 years until now im using Shoutcast 1.9.5/1.9.8 win32 on my machines. "What's working, d'ont touch". Now im changing to ice 2.4.2. The flexibility of the ice is great. but, because of the things that "hidden" from the eye im little bit afraid to make changes that will be dramatic for the listeners. So, for the
2012 Dec 04
6
Help for a function
Hello all, I need a help. I am modeling a disease and a create a R function like that: Lambda<-function (x,date1,r,h,a){ ndate1 <- as.Date(date1, "%d/%m/%Y") t1 <- as.numeric(ndate1) x[order(x$i),] t <-x[,"t"] i <-x[,"i"] CONTAGIEUX <-x[,"CONTAGIEUX"] while ( t1 < min(t) ){ for (i in 1:length(i) ){ {for (j in
2004 Aug 05
8
or of a logical vector
Is there some fast (built-in?) way to get the OR of all the elements in a logical vector? In other words, is there some fast (built-in) version of the function vor below? Thanks. -Ben vor <- function(v) { ans <- v[1] if (length(v) > 1) for (i in 2:length(v)) ans <- ans | v[i] ans }
2005 Jun 23
1
list.files() reorders files in R CMD INSALL
Hi, The list.files() function seems to order its result vector differently when is run during R CMD INSTALL. Here is an example: ~% mkdir ~/FOO ~% cd ~/FOO/ ~/FOO% touch a A b B ~/FOO% ls a A b B Put foo.R in the vor package. The foo.R just prints the files in ~/FOO: print(list.files("~/FOO")) Now install the package: ~/FOO% R CMD INSTALL -l ~/R/library/ ~/src/vor/ *
2004 Feb 28
3
Neues über die deutsche Übersetzung der Samba-3-Dokumentation -- News for the german translation of the Samba-3-docs
Another posting in german, due to its subject, which has to do with the german translation of the Samba-3.0-documentation. --- Hallo, deutschsprachige Samba-user, die ?bersetzung der Samba-3-Dokumentation geht weiter. Die Info-Kampagne tr?gt Fr?chte, es gibt neue freiwillige Mitarbeiter! Unsere Projektseite liegt auf Berlios, eine kurze Projektbeschreibung findet man unter
2000 Feb 16
1
Decode questions
Sorry, to interrupt the license flame war... I downloaded the source from CVS as of 11am this morning and there are a couple of issues that I ran into: 1) I built the package and then in the examples dir I executed the following commands: # cdparanoia -B 1-1 # ./encoder-example < track01.cdda.wav > test.vor # ./decoder-example < test.vor > out.wav The rip and the encode both work
2009 Dec 24
11
attack
Hi, My server is under attack allows the attacker to abuse of a php script of a vhost. How can I find what is the script. Regards, maverh
2003 Jul 07
4
Error compiling 3.0.0beta2 on HP-UX
Hello! I'm trying to compile 3.0.0beta2 on a HP-UX 11.00 machine with gcc v3.2. After running configure --prefix=/some/where, I ran make which exited with this error message: Compiling lib/snprintf.c lib/snprintf.c:832: conflicting types for `snprintf' /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/stdio.h:493: previous declaration of `snprintf' *** Error exit code 1
2006 Mar 01
9
sortable tree?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi *, I am new to this list, so please excuse me if this has been covered before (unfortunately the search function at http://www.ruby-forum.com/forum/10 is disabled at the moment). If yes, then a pointer to a solution would be great. I want to create a sortable tree with scriptaculous Sortable. There are several categories and subcatgories: cat_a
2006 Sep 11
4
Mail does not arrive at my server.
I run under FC5. I want to setup a mail server with postfix (already runnung) and dovecot. Once this i working I add spamassassin and clamav. I setup postfix and can send emails. When replying to these emails they do not get to my server (I checked in the Maildir directory of the user, there is no file) The server has 2 NICs. there is a firewall where I opened the port 143 (that is for IMAP?)
2010 Nov 17
4
Trouble with Superfloppy format
Hello, are there known issues with some bioses not booting from Superfloppy format? All I get is the Syslinux (c) line and nothing else happens afterwords. Everything works fine if a partition is added to the device. Unfortunately however the target device can not be partitioned. Any hint? Sven -- Why are there so many Unix-haters-handbooks and not even one Microsoft-Windows-haters
2004 Sep 03
1
how to debug a sudden exit in non-interactive mode
Hi, I have a piece of R code that calls mgcv::gam. The code runs fine in the interactive mode, but terminates R w/o a single message when run non-interactively. Though I think I should be able to locate the problem by brute force I'd appreciate an advise how to do it more intelligently using R debugging tools. At this time I only know that it has something to do with me loading my custom
2010 Jan 29
2
[PATCH 1/2] libdrm/nouveau: new optimized libdrm pushbuffer ABI
This patch changes the pushbuffer ABI to: 1. No longer use/expose nouveau_pushbuffer. Everything is directly in nouveau_channel. This saves the extra "pushbuf" pointer dereference. 2. Use cur/end pointers instead of tracking the remaining size. Pushing data now only needs to alter cur and not both cur and remaining. The goal is to make the *_RING macros faster and make the
2011 Mar 08
1
MSet order
Hello I defined a weighting scheme to simulate a king of "euclidean" distance. To test it, i used a database with 1000 documents. If I run : enquire.set_weighting_scheme(MyWeight()); Xapian::MSet matches = enquire.get_mset(0, 1000); I have a correct list of results. But if I run Xapian::MSet matches = enquire.get_mset(0, 10); I don't have the top-10 results. If I run Xapian::MSet
2004 Nov 25
0
probleme with running lib_unicall with asterisk
hi all, this message is destinate to users who rub libunicall on asterisk succefuly ... my first question is: what is the version of linux you use to make asterisk run with the new libunicall? and what is the version of asterisk? my problem is as follows: with version FC3 I have success to run libunicall without problem, the testcall run perfectly well. askterisk run without problem on the
2015 Dec 07
0
source buffer
Good morning, On Mon, 2015-12-07 at 01:18 +0300, Yaniv Sharon wrote: > I will give a little background... > For more than 10 years until now im using Shoutcast 1.9.5/1.9.8 win32 > on my machines. "What's working, d'ont touch". > > Now im changing to ice 2.4.2. > The flexibility of the ice is great. > but, because of the things that "hidden" from
2007 Oct 07
0
Break [SEC=UNCLASSIFIED]
Hi, You can exit out of the 'identify()' routine by either: right-click > 'stop' Or click on 'stop > stop locator' in the top-left of the plot window. The script should continue with line1, line2 etc. Cheers Joe Joe Crombie Information and Risk Sciences Bureau of Rural Science Canberra Australia p: +61 2 6272 5906 e: joe.crombie at brs.gov.au
2024 Jun 12
2
use of ‘idmap_ldb:use rfc2307 = yes’ in DCs
Am 11.06.24 um 19:37 schrieb Luis Peromarta via samba: > Correct, and I have done so and explained extensively at the beginning to this thread. > > Question is: > > Should we stop telling people to provision with idmap_ldb:use rfc2307 = yes ? As one who uses that option I would say no. However, I see that it is very confusing for someone new to Samba. It is the same for the ID
2020 Mar 04
2
How to add new AVR targets?
Thanks! The new are of xmega3 architecture, which is already included. So this should be simple. Where is the information about ISR-vector table, SRAM addresses and so on stored? -- Wilhelm Am 04.03.20 um 11:03 schrieb Dylan McKay: > Hey Wilhelm, > > This should be possible by editing the 'AVRDevices.td' [1]TableGen > definitions to add an entry for the newer chip types.