Displaying 20 results from an estimated 300 matches similar to: "PostgreSQL Conference East 2010 Call for Papers"
2011 Mar 08
0
[PR] #PgEast schedule up!
The PostgreSQL Conference East is in NYC this year and the schedule has
just been published. As a note there is a full day RoR class happening
at the conference.
March 08, 2011: Celebrating 15 years of PostgreSQL, early.
Following on the smashing success of PostgreSQL Conference West,
The PostgreSQL Conference for Developers, End Users and Decision Makers,
is being held at the Hotel
2004 Aug 06
0
Re: Any idea why yp.icecast.org doesn't show my stream?
i'm having the same problem... touches seem to work fine, but the stream
doesn't show up on the yp servers... i've trimmed my list of directory
servers to only yp.icecast.org and yp.mp3.de.
i did a tcpdump trace of a touch, and upon analyzing it, things seem to
work correctly... in the interest of verbosity, the sessions are as
follows:
============================ yp.icecast.org
2009 Dec 30
1
Bug query (PR#14173)
I'm seeing a probable error in the way R boot.ci calculates certain
confidence intervals. Not sure where to submit it. Should this go to the
package maintainer? If so, how would I identify that person?
=20
Thanks...Ed
=20
Ed J. Gracely, Ph.D.
Drexel University College of Medicine &
Drexel University School of Public Health
Mail to:
Family, Community, and Preventive Medicine
Drexel
2008 Jan 12
2
Factor Analysis
Good Morning,
Is it possible to use the R program for a CFA with dichotomous data?
Thank you,
Kathleen
Kathleen Kemp, M.A.
Doctoral Clinical Psychology Student,
Concentration: Forensic Psychology
Drexel University
Philadelphia, PA 19104
kk354@drexel.edu
[[alternative HTML version deleted]]
1998 Apr 11
0
Printing to Unix Printers w/ Samba
Hello All:
I have sucessfully gotten Samba running with NT 4.0 SP3 across 2 NT
workstations an a Sun Ultra running Solaris 2.6. We can share files, no
problem. We have the latest version of Samba 1.9.18p4.
Printing: problem.
We've tried a bunch of things: NT sees the printer, it can even watch it
spool when a unix-side user prints to it. But, if we try to print from NT,
printing to the
2008 Apr 21
2
How to do survival analysis with time-related IVs?
Hello folks,
I am wondering how to do survival analysis with time-related IVs in R. For
example,
> > If we have time-related variables, such as the Overall Condition of
1990, 1991 etc., how can we include these variables in coxph model?
> >
> > If we can not use coxph model, do we need to rearrange the dataset to
make it something like:
> > ID time age
2019 Jan 30
3
C7, firewalld and rich rules
Hi, again, folks,
I'm trying to convert a number of iptables rules to firewalld rich
rules. I need to do this, because this is, in fact, a firewall, to
protect access to servers with sensitive data. It will limit access to
the servers behind it to a specific network, and nobody else, and allow
only certain services through.
What I've been trying to find is a script/program that
2002 Mar 11
1
problem with deriv3?
Using S+ 6 for Linux and
R 1.4.1
Taking verbatim some lines from S-Plus that work
perfectly, and running them on R, I get an
unexpected error message:
R : Copyright 2002, The R Development Core Team
Version 1.4.1 (2002-01-30)
> library(MASS)
> data <- read.table("/usr/local/data/mcmanus.dat",header=T)
> mcmanus.frm <-
2019 Jan 31
0
C7, firewalld and rich rules
> Hi, again, folks,
>
> I'm trying to convert a number of iptables rules to firewalld rich
> rules. I need to do this, because this is, in fact, a firewall, to
> protect access to servers with sensitive data. It will limit access to
> the servers behind it to a specific network, and nobody else, and allow
> only certain services through.
>
> What I've been
2006 Feb 20
0
automatically start application from thecommandprompt
Thankx MC,
This is the solution.
I've tried it and it works perfect.
But I've got a question.
I want to set a variable with the command SetVar
I place the following text file in the directory
/var/spool/asterisk/outgoing/
Channel: Zap/g1/0655871460
MaxRetries: 0
RetryTime: 30
WaitTime: 30
Context: call_outbound
Extension: s
Priority: 1
SetVar: call_outbound_id=0
2004 Dec 29
0
Client-side filesystem tree corruption on WinXP
The first symptom of this problem was that when saving a Word document to
a samba share, the document simply disappeared.
After some debugging, I discovered that there was a peculiarity in
navigating to the share point in WinXP. Navigating to the share point
using the file manager, to
C:\Documents and Settings\User Name\Desktop\MyShare
gets me to the remote files, as it should. But if I try to
2008 Mar 13
0
strange behaviour of "check password script"
Hi list,
samba version: 3.0.23d-4 on debian etch.
To enforce complex passwords I've added the line:
check password script = /usr/local/scripts/checkpw
Where checkpw is a script returning 0 if ok, and returning an error if not
ok.
The restrictions the script checks are:
at least one uppercase, at least one lowercase, at least one number, at
least one non-alphanum character and at least 8
2011 Jul 26
4
[Bug 730] New: DHCP request (and other?) traffic bypasses iptables/netfilter
http://bugzilla.netfilter.org/show_bug.cgi?id=730
Summary: DHCP request (and other?) traffic bypasses
iptables/netfilter
Product: netfilter/iptables
Version: linux-2.6.x
Platform: x86_64
OS/Version: Ubuntu
Status: NEW
Severity: major
Priority: P5
Component: unknown
AssignedTo:
2014 Jul 15
8
[Bug 2255] New: tunneling with -W does not report non 0 exit codes on failure even with ExitOnForwardFailure=yes
https://bugzilla.mindrot.org/show_bug.cgi?id=2255
Bug ID: 2255
Summary: tunneling with -W does not report non 0 exit codes on
failure even with ExitOnForwardFailure=yes
Product: Portable OpenSSH
Version: 6.6p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority:
2007 Feb 21
2
how much performance penalty does this incur, scalar as a vector of one element?
I have been comparing R with other languages and systems. One peculiar feature of R is there is no scalar. Instead, it is just a vector of length one. I wondered how much performance penalty this deign cause, particular in situations with many scalars in a program. Thanks.
Jason Liao, http://www.geocities.com/jg_liao
Associate Professor of Biostatistics
Drexel University School of Public
2008 Jan 31
3
fastest way to compute the squared Euclidean distance between two vectors in R
I have a program which needs to compute squared Euclidean distance
between two vectors million of times, which the Rprof shows is the
bottleneck. I wondered if there is any faster way than my own simple
function
distance2 = function(x1, x2)
{
temp = x1-x2
sum(temp*temp)
}
I have searched the R-help archives and can not find anything except
when the arguments are matrices. Thanks for any
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
Replaced the TurboGears 2 reference implementation with a simpler Django
server.
This implementation has worked out the server interface for an HTTP
awake and config request. Started working on this ready portion, but
nothing is ready yet.
THIS IS A WORK IN PROGRESS: This patch is solely meant to solicit
feedback. Please reply with suggestions and improvement ideas. Thanks.
:)
Signed-off-by:
2006 Oct 03
3
Linking R with Fortran 90: make: m2c: Command not found
Following the setup in Prof.Duncan Murdoch's page, I have successfully compiled the DLL for one Fortran 95 program using Gfortran and got 300 times speed boost. For the second set of fortran programs, However, I have this error message
R CMD SHLIB -o jiangang kdtree2.f90 jian.f90 gang.f90
m2c -o jian.o jian.mod
make: m2c: Command not found
make: *** [jian.o] Error 127
Can anyone
2012 Aug 07
0
ICAC2012 Call for Participation (9th ACM International Conference on Autonomic Computing)
**********************************************************************
CALL FOR PARTICIPATION
======================
The 9th ACM International Conference on Autonomic Computing (ICAC 2012)
San Jose, California, USA
September 17-21, 2012
http://icac2012.cs.fiu.edu
2012 Aug 07
0
ICAC2012 Call for Participation (9th ACM International Conference on Autonomic Computing)
**********************************************************************
CALL FOR PARTICIPATION
======================
The 9th ACM International Conference on Autonomic Computing (ICAC 2012)
San Jose, California, USA
September 17-21, 2012
http://icac2012.cs.fiu.edu