Displaying 20 results from an estimated 200 matches similar to: "[Fwd: Re: Which product to use?]"
1999 Jun 02
1
Import Possibilities for Excel or lotus 1 2 3 table
Hi,
is there any possibility to import excel or lotus 123 (.wk1) files to R
without
using Excel to export as ASCII itself? Any external converter for unix
will also do the job, but i do not know about one.
Thanks
chris
--
Christoph M. Friedrich | mailto:friedrich at computer.org
University of Witten/Herdecke | http://www.tussy.uni-wh.de/~chris
Institut fuer Angewandte Biotechnik und
2011 Oct 31
1
Can CELT / libopus on a ARM cortex M3 or M4 (fast enough ?)
Hello everyone,
For a private project I would like to make a new Internet Intercom
device (for my kids and me).
At the moment I use a separate DSP with Ogg/Vorbis (VS1053) but I like
a challenge ;-)
Is a eg. ST32F10x (cortex m3) or a new ST32F40x (cortex m4) powerful
enough to do encoding and decoding ?
Any existing projects to learn from?
Thanks for your time,
Edwin van den Oetelaar
2001 Mar 29
3
INETD Question.
I'm currently running version 2.0.7 of samba(CIFS9000). I have HPUX 11.x
installed on the samba server. When I try to run this from inetd it doesn't
work. I can run a startup script that runs the smbd as a daemon and it works
fine. But if I try to run it from inetd it won't start. The previous version
of Samba 1.9.18p10 that I had on this server worked fine. Is this a bug in
2008 Dec 04
2
Does animated gif will work properly using RMagick?
Dear all,
I have used RMagic to read and write a image while uploading. An
animated gif was read from my local machine and was written in my images
folder using RMagick. But the animated gif which i read was witten in my
folder without animation. What should i do to write the gif image with
animation.
Here is my code to read and write image while uploading.
image = params[:image][:blob]
1999 Jun 09
2
summary gives inaccurate data
Hi,
using R64.1 the summary function for simple statistics of a vector gives
inaccurate
results for the maximum.
Example:
summary(c(123456,1,2,3))
gives :
Min. 1st Qu. Median Mean 3rd Qu. Max.
1.00 1.75 2.50 30870.00 30870.00 123500.00
The Max value ist wrong in a mathematical sense. I've tried with S-Plus,
it gives the same result,
but this seems
2003 Dec 29
0
SuSE 9.0 PXE boot problem
Hi,
since my notebook's CD-ROM drive is dying slowly I tried to install SuSE
Linux 9.0 Prof. from my existing PXE/DHCP/TFTP server which already has
working configs for 8.0 and 8.2:
label 8.0
kernel kernel-8.0
append initrd=initrd-8.0 acpi=off apm=off install="nfs://192.168.20.1/pub/suse/SuSE-8.0"
label 8.2
kernel kernel-8.2
append initrd=initrd-8.2 acpi=off apm=off
2001 Nov 06
0
problem compiling on a SParc4 Sun4m Solaris2.6
I am working with Solaris 2.6 and with the version of openssh 2.9.9-p2
I was able to compile for a UltraSpar 5 Sun4u with no problem.
But fot a Sparc4 Sun4m i'm getting this message:
./ssh : Exec format error. Wrong Architechture.
Do you have a hit why it's not working, is there and option i have to set?
thank you for your help
jean
============================================
Jean
2006 May 10
0
FW: [mpeg 362] FW: IEEE - SIPS CFP
Please help distribute the attached CFP
Thank you
Wael
Dear Colleagues
I would like to invite you to send a contribution to the IEEE 2006 Workshop
on Signal Processing Systems (SiPS'06)
Banff Park Lodge, Banff, AB, Canada October 2- 4, 2006
Please check the following website for more information www.ieee-sips.org
<http://www.ieee-sips.org/>
The IEEE
2010 Oct 24
0
call for paper-nov/dec 2010
Dear Sir/Madam
*CALL FOR PAPER – DECEMBER ISSUE*
Greetings from INTERNATIONAL JOURNAL OF COMPUTER TECHNOLOGY AND APPLICATIONS
(IJCTA)
IJCTA is an international, peer-reviewed online journal entitled to publish
original research articles in the fields of Computer science and Information
technology
*Topics*
The articles shall cover the following topics but not limited to
Computer science
2010 Dec 24
0
Call for paper- Jan/Feb 2011
Dear Sir/Madam
*CALL FOR PAPER – JANUARY / FEBRUARY ISSUE*
Greetings from INTERNATIONAL JOURNAL OF COMPUTER TECHNOLOGY AND APPLICATIONS
(IJCTA)
IJCTA is an international, peer-reviewed online journal entitled to publish
original research articles in the fields of Computer science and Information
technology
*Topics*
The articles shall cover the following topics but not limited to
Computer
2012 Oct 22
0
CFP
[Apologies if you receive multiple copies of this Call For Papers.]
CALL FOR PAPERS
=================
The 4th International Conference on Information and Communication Systems, ICICS 2013
Organized by Jordan University of Science and Technology
April 23-25 2013, Irbid, Jordan
http://www.icics.info/icics2013
IMPORTANT DATES
=================
Full Paper Submission: Dec. 1st, 2012
Notification of
2023 May 23
1
LIttle problem when installing xapian-bindings-1.4.22
Oh Olly, you are so kind. Thank you so much. I think you pinned out my problem. I have installed the xapian-core-1.4.22 at /usr/local/xapian-core-1.4.22 to avoid cluttering. I will try to do what you have given me. if that does not work, I will try to remove the older xapian-core-1.4.18 library wherever it is if I can locate it. Then I will give the path for the new one. GTK is just one of the
2006 May 10
1
[LLVMdev] Re: LLVMdev Digest, Vol 16, Issue 14
>
> ------------------------------
>
> Message: 3
> Date: Tue, 18 Oct 2005 15:20:29 -0500
> From: "Robert L. Bocchino Jr." <bocchino at uiuc.edu>
> Subject: [LLVMdev] Vector LLVM checked in!
> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
> Message-ID: <64dde68b5934d83056aeb3c9f66afe7e at uiuc.edu>
> Content-Type: text/plain;
1999 Dec 03
2
R as Unix-Filter and Streams for DataMining
Hi,
i want to use R as a filter in a Unix-like way. So i want to start it
with
producerTool | R --no-save --no-restore --slave < Rscript |
anotherConsumerUnixTool
inside the Script i put the results to stdout, works fine, but how to
read in
from stdin? Its obvious that i have to source the Rscript in a different
way. Any Hints?
My second question is, if there is a possibility to use
2002 Mar 21
0
What's up ?
Hi!
I already asked once but got no reply so I'm trying again...
For some time, it seems that there is something seriously broken here.
Any windows dialog box pops up either without anything witten in it,
just the symbol (like yellow triangle with an exclamation mark) being
drawn, or there is something written, but the buttons which are normally
there (Yes/No, OK/Cancel...) are missing at
2013 Dec 01
0
MOOC on Statistical Learning with R
Rob Tibshirani and I are offering a MOOC in January on Statistical Learning.
This “massive open online course" is free, and is based entirely on our new book
“An Introduction to Statistical Learning with Applications in R”
(James, Witten, Hastie, Tibshirani 2013, Springer). http://www-bcf.usc.edu/~gareth/ISL/
The pdf of the book will also be free.
The course, hosted on Open edX, consists of
2015 Jan 28
0
[ANNOUNCE] xkeyboard-config 2.14
New xkeyboard-config release is out:
Andreas Wettstein (1):
Add oe ligature to Swiss keyboard layout, replacing oslash.
Changwoo Ryu (1):
update Korean
Julien Cristau (1):
fujitsu_vndr: add a name to xkb_symbols sections
Michael Witten (1):
README: Clean up grammar/formatting, and mention bugzilla
Peter Hutterer (2):
rules: improve documentation for
2009 Feb 19
0
Firebird 2.1 and Wine under MANDRIVA
Good Morning
I'm working with MANDRIVA 2008. My application has been witten with Delphi 7. As
long as I had FireBird 1.5, i could connect my program to a DataBase without any
problem using Wine. Since I have installed Firedird 2.1 the application cannot
connect.
If I run Flamerobin directly under Linux, no pb
I have used as a path the one given in Flamerobin : no connection
I have used the
2004 Aug 06
0
radio station infrastructure.
heyho
i was going to reply to the last string of questions about this a few
mails ago on the list
I have a beta scheduling system witten in php with sql and a drop of
python...its all web based, is a multiuser system and some of the features
include:
1. upload audio to encoding machine via web interface
2. add live urls
3. annotate tracks with meta info
4. drag and drop timezone 'aware'
1999 Jun 12
1
R does not compile if make is not gmake
Hi,
if make and gmake are different on any machine (for example Solaris with
gnu make as gmake), then compiling fails with gmake.
A small transcript follows. If i make a link from gmake to make as under
linux, then it works.
This problem exists in all versions of R.
g77 -O2 -fPIC -c sslvrg.f -o sslvrg.o
g77 -O2 -fPIC -c stxwx.f -o stxwx.o
../../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o