search for: rgp

Displaying 14 results from an estimated 14 matches for "rgp".

Did you mean: argp
2011 Dec 18
1
Looking for package 'rgp'
I am interested in the package 'rgp' But.... > install.packages("rgp") Installing package(s) into ‘/home/worik/R/x86_64-pc-linux-gnu-library/2.12’ (as ‘lib’ is unspecified) Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ‘rgp’ is not available It is in cran: http://cran.r-proje...
2005 Jan 04
27
smtp blocked by verizon.net los angeles??
...che is ok, webmin is fine, etc no 25 or 110 ? kevin Jan 4 15:47:13 ibm kernel: Shorewall:net2fw:ACCEPT:IN=eth0 OUT= MAC=00:06:29:33 :e8:7e:00:02:3b:00:02:c4:08:00 SRC=67.127.200.22 DST=4.11.105.55 LEN=40 TOS=0x00 PREC=0x00 TTL=44 ID=33681 PROTO=TCP SPT=57621 DPT=25 WINDOW=2048 RES=0x00 SYN U RGP=0 Jan 4 15:47:20 ibm kernel: Shorewall:net2fw:ACCEPT:IN=eth0 OUT= MAC=00:06:29:33 :e8:7e:00:02:3b:00:02:c4:08:00 SRC=67.127.200.22 DST=4.11.105.55 LEN=40 TOS=0x00 PREC=0x00 TTL=46 ID=42848 PROTO=TCP SPT=47635 DPT=110 WINDOW=4096 RES=0x00 SYN URGP=0 -- Kevin and Martha Brown Dynamic Managemen...
2010 Jul 28
1
Problems with Warcraft III and Garena
...am successfully. When the program starts to open, it was fine and fast for about 2-4 secs only, but after 2-4 secs, the cursor and the program it self runs very very slow, when i typed my name in the box its really slow. Please help me how to fix this problem. And the program Garena.exe for online RGP games, It wont open the program. Please help guys. Thanks in advance
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) { ... ... ... })
2009 Jun 12
1
Error messages? or what
...as appreciated, and whether or not it's something to worry about. Many thanks for looking things over and your comments, and this excerpt is straight out of the daily log. Sam Begin kernel messages --------------------- Kernel Begin ------------------------ 1 Time(s): RES=0x00 ACK URGP=0 1 Time(s): SRC=140.90.192.168 DST=216.104.158.222 LEN=1500 TOS=0x00 PREC=0x00 TTL=55 ID=18675 DF PROTO=TCP SPT=21950 DPT=55840 WINDOW=1448 RES=0x00 ACK URGP=0 1 Time(s): SRC=165.91.140.32 DST=216.104.158.222 LEN=1500 TOS=0x00 PREC=0x00 TTL=49 ID=17974 DF PROTO=TCP SPT=388 DPT=40486 WINDOW=1...
2010 Jul 18
6
CRAN (and crantastic) updates this week
...ape) and summary.formula (in package Hmisc). * Renext (1.0-0) IRSN http://crantastic.org/packages/Renext R package dedicated to some Extreme values problems and allowing the use of the so-called "renewal method" which is popular among french-speaking hydrologists. * rgp (0.1-0) Oliver Flasch http://crantastic.org/packages/rgp RGP is a simple modular Genetic Programming (GP) system build in pure R. In addition to general GP tasks, the system supports Symbolic Regression by GP through the familiar R model formula interface. GP individuals are represente...
2003 Dec 01
0
No subject
...ally transferred. Perhaps it's the way Windows breaks the packets down to be sent via PPP that Samba doesn't dig? If anyone has any ideas or experience with logging in remotely to a linux box via Samba please share your experience! Cheers, Owen Return-Path: <rgp@systame.com> Delivered-To: samba@us4.samba.org Received: from imf00bis.bellsouth.net (mail000.mail.bellsouth.net [205.152.58.20]) by lists.samba.org (Postfix) with ESMTP id 094A44865 for <samba@us4.samba.org>; Thu, 2 Aug 2001 16:56:00 -0700 (PDT) Received: from [216.77.205.112] by imf...
2004 Sep 10
2
Re: beta 10 candidate checked in
...eginning of the input file (can be used for both +encoding and decoding) +.SS "Analysis Options" +.IP "\fB--a-rtext\fP " 10 +Includes the residual signal in the analysis +file. This will make the file very big, much +larger than even the decoded file. +.IP "\fB--a-rgp\fP " 10 +Generates a gnuplot file for every subframe; +each file will contain the residual distribution +of the subframe. This will create a lot of +files. +.SS "Encoding Options" +.IP "\fB--lax\fP" 10 +Allow encoder to generate non-Subset +files +.IP "\fB-...
2004 Sep 10
2
Re: beta 10 candidate checked in
--- Christian Weisgerber <naddy@mips.inka.de> wrote: > Josh Coalson <xflac@yahoo.com> wrote: > > > I have checked in all the latest into CVS and am going to start the > > test suite again. if all goes well I will probably release this as > > beta 10. > > What's the sequence of steps required to turn this into a buildable > distribution? >
2009 Nov 17
0
No subject
...mp;n->vqs[i].mutex); + } + mutex_unlock(&n->dev.mutex); + vhost_net_flush(n); +} + +static long vhost_net_ioctl(struct file *f, unsigned int ioctl, + unsigned long arg) +{ + struct vhost_net *n =3D f->private_data; + void __user *argp =3D (void __user *)arg; + u32 __user *featurep =3D argp; + struct vhost_vring_file backend; + u64 features; + int r; + switch (ioctl) { + case VHOST_NET_SET_BACKEND: + r =3D copy_from_user(&backend, argp, sizeof backend); + if (r &...
2009 Nov 17
0
No subject
...mp;n->vqs[i].mutex); + } + mutex_unlock(&n->dev.mutex); + vhost_net_flush(n); +} + +static long vhost_net_ioctl(struct file *f, unsigned int ioctl, + unsigned long arg) +{ + struct vhost_net *n =3D f->private_data; + void __user *argp =3D (void __user *)arg; + u32 __user *featurep =3D argp; + struct vhost_vring_file backend; + u64 features; + int r; + switch (ioctl) { + case VHOST_NET_SET_BACKEND: + r =3D copy_from_user(&backend, argp, sizeof backend); + if (r &...
2007 May 25
49
Problem with ssh limit and scp stalling
Hi, I have a very simple server setup, using shorewall as my firewall. I have a line like this at the top of my rules file to allow ssh connections, but limited to 3 connection per minute with a burst rate of 3: SSH/ACCEPT net $FW - - - - 3/min:3 - Now when I have that in place, and from a remote machine run scp server:/some/file ., I find
2003 Dec 01
0
No subject
...0700 Message-ID: <3B6ECBC4.2F8A93F@valinux.com> Date: Mon, 06 Aug 2001 09:54:28 -0700 From: Jeremy Allison <jeremy@valinux.com> Organization: VA Linux Systems X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.3-beta1va3.10 i686) X-Accept-Language: en MIME-Version: 1.0 To: Randall Perry <rgp@systame.com> Cc: samba@us4.samba.org Subject: Re: ACT 2000 won't reindex, backup on Samba server References: <B790F7E3.DE07%rgp@systame.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: samba-admin@lists.samba.org Errors-To: samba-admin@lists.samba...
2003 Dec 01
0
No subject
...n.teststation.com [212.32.186.212]) by fungus.teststation.com (8.11.2/8.11.2) with ESMTP id f78BCR325024; Wed, 8 Aug 2001 13:12:27 +0200 Date: Wed, 8 Aug 2001 13:12:27 +0200 (CEST) From: Urban Widmark <urban@teststation.com> X-Sender: <puw@cola.teststation.com> To: Randall Perry <rgp@systame.com> Cc: <samba@us4.samba.org> Subject: Re: common & client src.rpms for 2.2.1a In-Reply-To: <B79634EB.E123%rgp@systame.com> Message-ID: <Pine.LNX.4.30.0108081309330.26206-100000@cola.teststation.c om> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII S...