Displaying 20 results from an estimated 4000 matches similar to: "Dynamic visualisation of R data using Adobe FLEX"
2009 Apr 14
4
Building GUI for custom R application
HI R users,
I would appreciate information/examples/suggestions on building GUIs
for R applications.
I am currently working on a project that would require the following
functionalities :
1) Display a window to the user. Provide a function to scan local
drive and choose dataset file.
2) Display the column names for the user to choose the dependent
variable and the independent variables.
3) Fit
2009 Mar 11
1
from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?
I am having trouble converting a .flv file uploaded from Adobe Flex /
Flash Player 10 to a Red5 server using the speex coder:
http://livedocs.adobe.com/flex/3/langref/flash/media/Microphone.html
http://jira.red5.org/confluence/display/codecs/Speex+Codec
Questions:
1. How do I extract the audio track out of such a .flv file?
2. How do I convert it from Speex to .wav PCM?
Thanks.
2007 Sep 29
4
flex package marked as fc6 and no flex-devel?
Hi all,
I'm in the middle of setting up a build environment for OpenWRT and it looks
like the packages need flex.
Looking at the CentOS repositories, it looks as though the flex package is
tagged as fc6 - it also looks like there is no flex-devel package at all.
Does anyone know what the go is here?
Available Packages
Name : flex
Arch : i386
Version: 2.5.4a
Release: 41.fc6
Size : 124
2005 Jun 27
2
[LLVMdev] Including flex/bison output in cvs
Hi all,
At the moment, LLVM includes the .l, .y sources that are compiled by
flex and biston via make. This is fine for most unix developers. For
windows developers, it's a bit more of a pain to download flex/bison,
but is still a one-time thing.
However, anyone releasing an llvm frontend will require their users to
have flex/bison. Most (but not all) unix boxes have them, but almost
no
2012 Apr 13
1
[PATCH] libxl/build: print a pretty message if flex/bison are needed but not found
This patchs adds better support for both Flex and Bison, which might be needed
to compile libxl. Now configure script sets BISON and FLEX Makefile vars if
bison and flex are found, but doesn''t complain if they are not found.
Also, added some Makefile soccery to print a nice error message if Bison or Flex
are needed but not found.
Please run autogen after applying this patch.
2010 Aug 23
1
CentOS 5.5 flex == Fedora 6 flex ?
Is CentOS 5.5 Flex the same as Fedora 6 flex ?
Have you seen the package name ?
Find this because I need to update my CentOS 5.5 flex for compiling new
wine 1.2....but that is another problem....
For example:
http://mirrors.hpcf.upr.edu/ftp/pub/Mirrors/CentOS/5.5/os/x86_64/CentOS/flex-2.5.4a-41._*fc6*_.x86_64.rpm
2005 Jun 29
0
[LLVMdev] Including flex/bison output in cvs
On Mon, 27 Jun 2005, Alexander Friedman wrote:
> Hi all,
> have flex/bison. Most (but not all) unix boxes have them, but almost
> no windows boxes have them. This requires either
>
> 1) Forcing the user to dowload flex/bison (bad)
> 2) Distributing flex/bison with the front-end (not as bad, but a pain)
>
> 3) or, and this seems like a simple fix, just distribute the output
2005 Jul 01
1
[LLVMdev] Including flex/bison output in cvs
On 6/29/05, Chris Lattner <sabre at nondot.org> wrote:
> On Mon, 27 Jun 2005, Alexander Friedman wrote:
> > Hi all,
> > have flex/bison. Most (but not all) unix boxes have them, but almost
> > no windows boxes have them. This requires either
> >
> > 1) Forcing the user to dowload flex/bison (bad)
> > 2) Distributing flex/bison with the front-end (not as
2005 Jun 02
2
bison/flex version warning
Hi,
(I seem to be having some trouble getting messages to post on the list so
I may be duplicating an earlier post. Apologies if this is the case.)
I am compiling CVS tip Asterisk on a fresh CentOS 3.4 install. I got
this warning:
make ast_expr.a
make[1]: Entering directory `/usr/src/asterisk'
bison -v -d --name-prefix=ast_yy ast_expr.y -o ast_expr.c
2006 Jul 27
1
Flex and Rails
Hello everyone. Sorry if this was posted alreay. I tried to search the
forum, but the search feature doesn''t appear to work.
I was looking for articles about building RoR/Flex applications and
found the following URL:
http://www.liverail.net/articles/2006/05/06/rubyonrails-1-1-and-flex-2-0-pt-2
The problem is most of the website doesn''t appear to work now. Does
anyone
2016 Jul 27
1
[PATCH] builder: fix EOF check with flex >= 2.6.1
It looks like flex 2.6.1 changed [1] the return code for EOF in
yyinput. Therefore, use the right value depending on the version of
flex which generates the lexer.
[1] https://github.com/westes/flex/commit/f863c9490e6912ffcaeb12965fb3a567a10745ff
---
builder/index-scan.l | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/builder/index-scan.l b/builder/index-scan.l
2007 Feb 08
1
flex mock?
Hi guys,
Would you mind if I ask how Flex Mock and Mocha sit together? They compete
directly?
I read that Flex Mock was built into Rails 1.2. Is there a reason to use
Mocha instead of Flex Mock?
Tks
Greg
2009 May 05
1
self organizing map advice for categorical data
Hello,
Could anybody offer any advice about implementing a Kohonen self organizing map for categorical data? Specifically I am wondering if there are any pre-existent packages that can deal with categorical data and/or how one would compare the input vector of categoricals with the self organizing map nodes.
Thanks in advance.
George Chen
----- Original Message -----
From: r-help-request at
2009 Mar 29
2
Mature SOAP Interface for R
Hello, we are writing rich internet user interfaces and like to call R
for some of the computational needs on the data, as well as some
creation of image files. Our objects communicate via the SOAP
interface. We have been researching the various packages to expose R as
a SOAP service.
No current CRAN SOAP packages however.
Found 3 to date:
RSOAP (http://sourceforge.net/projects/rsoap/)
2006 Apr 19
3
Flex or OpenLaszlo
I''m just wondering if anybody has got any experience in integrating Flex
or OpenLaszlo with Rails and which people prefer.
I''ve seen some of the tutorials but am pondering which one, if any, I
should turn to:
http://coenraets.com/tutorials/flexonrails/flexonrails.html
http://www.liverail.net/articles/2006/04/16/rubyonrails-1-1-and-flex-2-0-pt-1
2007 Mar 19
1
Installing Wine 0.9.32; Flex error?
Hi there,
I'm still trying to install Wine 0.9.32
./configure -> goes well
make depend > goes well
make gets following errors;
flex -t ppl.l >ppl.yy.c || (rm -f ppl.yy.c && exit 1)
flex: fatal internal error, exec failed
Broken Pipe
*** Error code 1
make: Fatal error: Command failed for target `ppl.yy.c'
Current working directory /usr/home/ed/wine-0.9.32/libs/wpp
***
2012 Apr 12
6
fatal error if Flex and Bison is not configured
Hi all,
I try to build xen 4.2( revision number: 25161) on Ubuntu 11.10_amd64, Mac
pro. After running ./configure and make. I got the following fatal error:
*libxlu_cfg_y.y:22:26: fatal error: libxlu_cfg_l.h: No such file or
directory compilation terminated.*
So the original libxlu_cfg_l.h is deleted when making, and should be
regenerated but it is not. I find the path of flex and bison is not
2006 May 01
2
Dovecot LDA troubles (input in flex scanner failed)
Hi all,
I'm running fedora core 5 with postfix 2.2.8 (modified rpm version) and
dovecot 1.0 beta7 and dovecot-lda nighly cvs snapshot from 14-04-2006
I might need to add that amavisd-new is configured as a content-filter.
I have postfix running using virtual users in an mysql database and I have
setup dovecot lda in postfix like the wiki says here:
2005 Jun 03
2
Everyone-- the scoop on Bison/Flex --
Hey, everybody---
Ignorance CAN be bliss, at least for a while, but, .... Just so you
know...
A week or two ago, some upgrades to the expression parser (you know, the
expressions you put in $[ ... ] in your extensions.conf file) that I
submitted, have been merged into the CVS HEAD of the source.
Hopefully, for around 99.9% of you, it won't make any difference to you.
The Makefile has also
2008 Jul 25
4
Any Flash/ SilverLight Flex Equivalent for ROR?
I was wondering if there are any equivalents to flash/silverlight or
flex (would ajax be an equivalent?) for ROR? for creating RIAs?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to