Displaying 20 results from an estimated 1490 matches for "pascal".
2003 Dec 17
1
Session log file...
...k
Gets output, without the commands producing them
I'm sure I'm not the first one encountering this problem - there's for
sure a solution, but I didn't manage to find it. If there is no such
thing, would it make sense to add such a function to R?
Any help is greatly appreciated
Pascal
PS: I'm using R 1.8.1 from a linux terminal window
2003 Nov 25
2
R recursion depth and stack size
...only set and the function params r,c,t - s
is local to a block called only once when a solution is found). Even if
variables aren't stored efficiently, a recursion depth of 100 shouldn't
consume more than a couple of kilobytes.
Is this a fundamental misunderstanding of the way R works?
Pascal
BTW: Is there a way to pass variables "by reference" in function calls?
------
The function stripped-down to the essential looks like this:
latin.square <- function(t = 4)
{
latinCheck <- function(r,c,t)
{
set <- setdiff(LETTERS[1:t],c(m[r,],m[,c]));
f...
2007 Apr 09
1
Drb Connection error on multiple dispatch.fcgi ''s
...acobatzen.dk that had the same backtrace error, so I
don''t think it''s uniquely a fcgid issue.
Anyone come across this before or have any ideas where to look to fix?
The worker I''m using for testing right now just spits out a log message
(code at the bottom).
Thanks,
-Pascal
>From log/background_server.log :
Connection reset by peer - (DRb::DRbConnError)
/usr/lib/ruby/1.8/drb/drb.rb:563:in `read''
/usr/lib/ruby/1.8/drb/drb.rb:563:in `load''
/usr/lib/ruby/1.8/drb/drb.rb:629:in `recv_reply''
/usr/lib/ruby/1.8/drb/drb.rb:918:in `recv_reply...
2004 Dec 28
0
Re: smbd blocking in receive_smb (how to trigger procedure - LONG)
...e know if this has been fixed or have any idea whether tunning
the "dead time" parameter or some other thing has resolved this?
Any help would be appreciated.
-John
List: samba-technical
Subject: Re: smbd blocking in receive_smb (how to trigger procedure -
LONG)
From: Pascal <pascal () vmfacility ! fr>
Date: 2002-08-06 18:29:39
[Download message RAW]
I think I finally found a BUG (?) in samba 2.2.5 and now I found a means
to
reproduce that kind of problem without incriminating any network problem
at
all (I guess...). But I need a FIFO file on Unix in o...
2009 Oct 26
1
API question (embedding R)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello list,
i want to access R from a Pascal program. Basically i only need to be
able to
* start the engine / the interpreter (and keep it running)
* pass strings to it (R code) that should be parsed and executed
* get floats or vectors of floats into R and assign them to R variables
* read the contents of variables and get them back into m...
2004 May 27
4
AGI Pascal
Hi,
Has anyone done any AGI scripting in pascal. I would appreciate help anyone
can offer. My understandin on AGI scripting is very flaky, I am assuming
whatever language is used the application needs to be compile and made
executable. So if I write a script in pascal, I would compile it with
something like freepascal and make it executable.
Th...
2006 Nov 09
4
openssh with radius server unreachable
...ents of file
radiusfailure "RADIUS servers are unreachable, need local password.".
with telnet this contents is display on client between each
authentication try but not when i use ssh client.
With ssh, i have the following sequence
debug1: Doing password authentication.
pascal at clin5207's password:
Permission denied, please try again.
pascal at clin5207's password:
Permission denied, please try again.
pascal at clin5207's password:
Permission denied.
I have no indication that radius server is not reachable. Is it
possible to fix the pro...
2009 Dec 04
2
curve fitting to data
...unction would
render good results.
My questions are:
How do I use
nls and/or SSlogis (or other)
to fit the curve?
How can I see the summary statistics of the fit?
How do I finally draw the line to my x,y (untransformed data) plot?
Any help would be highly appreciated.
Thank you and cheers
Pascale
--
____________________________________..___________________
Dr. Pascale Weber
Swiss Federal Research Institute WSL
Zuercherstrasse 111
CH-8903 Birmensdorf
Switzerland
2003 Dec 08
1
Add row to data frame
Hi all,
is there an easy way to build up a data frame by sequentially adding
individual rows? The data frame consists of numeric and character
columns. I thought of rbind, but I ended up with numeric values for the
character columns.
Pascal
2011 Dec 28
1
Pascal's Triangle
Hello,
Looking to generate Pascal's triangle in R. How do I get started? Thanks,
--
Matilda Gogos
matildaelizabethv@gmail.com
[[alternative HTML version deleted]]
2007 Jul 23
1
GNU pascal
Is there a package for CentOS of GNU/Pascal?
--
21:50:04 up 2 days, 9:07, 0 users, load average: 0.92, 0.37, 0.18
---------------------------------------------------------
Lic. Mart?n Marqu?s | SELECT 'mmarques' ||
Centro de Telem?tica | '@' || 'unl.edu.ar';
Universidad Nacional |...
2012 Feb 29
3
Does anyone knows a KMeans ++ package for R?
Dear all.
I am searching for KMeans ++ for R. I cannot find it.
Do you know any package with it?
Best regards,
Rui
2015 Jun 08
3
[LLVMdev] Publication -- LLVM-Obfuscator - Software Protection for the Masses
Dear LLVM developers,
Here is a quick message announcing yet another academic publication leveraging on LLVM:
@INPROCEEDINGS{ieeespro2015-JunodRWM,
author={Pascal Junod and Julien Rinaldini and Johan Wehrli and Julie Michielin},
booktitle={Proceedings of the {IEEE/ACM} 1st International Workshop on Software Protection, {SPRO'15}, Firenze, Italy, May 19th, 2015},
editor = {Brecht Wyseur},
publisher = {IEEE},
title={Obfuscator-{LLVM} -- Software Pr...
2008 Jun 25
1
confidence bounds using contour plot
...= 200, lims = c(-1.0, 1.0, 0.0, 2.0))
confidencebound <- quantile(kerneld$z, probs= 0.95)
plot(x, y, pch=19, cex=0.5)
contour(kerneld, levels = confidencebound, col="red", add = TRUE)
--
How can I calculate the right contour containing 95% of the values?
Thank's for your help.
Pascal
R 2.7.0, Win XP
--
Pascal H?nggi
Universit?t Bern
Geographisches Institut, Gruppe f?r Hydrologie
Hallerstrasse 12
CH-3012 Bern
+41 (0)31 631 54 71
pascal.haenggi at hydrologie.unibe.ch
http://www.hydrologie.unibe.ch
--
2006 Dec 18
2
Error compiling on HP-UX
...here
I am not sure whether this is a problem with the platform's installed
libraries or with the way R includes these files. Including netdb.h alone in
a test file does not result in any error.
I have put config.h, config.log and the socket.h files on the web:
http://azug.minpet.unibas.ch/~pascal/R/config.log
http://azug.minpet.unibas.ch/~pascal/R/config.h
http://azug.minpet.unibas.ch/~pascal/R/socket.h
Is there any further information I can provide?
Thank you for your help
Pascal Niklaus
2006 Jul 11
2
notifycmd problem
...WALL+EXEC
NOTIFYFLAG SHUTDOWN SYSLOG+WALL+EXEC
NOTIFYFLAG REPLBATT SYSLOG+WALL+EXEC
NOTIFYFLAG NOCOMM SYSLOG+WALL+EXEC
here is the nut_notify script :
#!/bin/sh
echo "$*" | from=onduleur@iut-chartres.fr smtp=smtp.univ-orleans.fr /usr/local/bin/mailx -n -s
"Evenement onduleur" pascal.legrand@univ-orleans.fr
my problem is that i have no mail when i unplug the ups
where is the problem ??
thank you for yours answers
--
----------------------------------------------------
Pascal Legrand
*IUT de Chartres* - _Service Informatique_
------------------------------------------------...
2003 Nov 21
3
plot map of areas
...d" by that point, and it's
obviously a matter of intersecting the perpendicular bisectors between
adjacent points.
I believe this type of map has a name, but I can't remember how it's
called.
Is there a function somewhere in a R package that may do this?
Thanks for your help
Pascal
2010 Jul 09
7
Dovecot 2.0 RC1 and OpenBSD 4.7
Hello all,
I'm currently doing some tests with Dovecot 2.0 RC1 and OpenBSD4.7 (socppc
or i386 architectures) and I can't compile it :
I "./configure" with default options and then "make" :
$ make
[...]
Making all in doc
Making all in man
make: don't know how to make doveadm.1. Stop in
/home/mail/dovecot-2.0.rc1/doc/man.
*** Error code 1
Stop in
2006 Feb 16
3
Rf_errorcall - translate to Pascal
Hello!
I (try to) convert the external R header files to Pascal (Delphi). At
one place I stumbled over a macro that uses a method that is not
declared in a LGPL header file:
In Rinternals.h:
#define error_return(msg) { Rf_error(msg); return R_NilValue; }
#define errorcall_return(cl,msg){ Rf_errorcall(cl, msg); return R_NilValue; }...
2017 Jun 16
1
How to dump vbioses of Pascal cards?
Is there any method to dump vbioses of NVIDIA Pascal cards(not use nvflash), such as P100/P4?
I used nvagetbios, but it just report a error "Card has second bios", what does this mean?
Thanks,
Zongyong Wu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/att...