Displaying 20 results from an estimated 27 matches for "jython".
Did you mean:
python
2011 Dec 11
2
Encoding y (r)Jython.-
Hola,
Tengo un problemillo con el encoding de unas palabras y trabajarlas en R
por medio de rJython.
Os explico: cuando quiero utilizar cualquier dato que contenga acentos o
eñes o cualquiera de estos caracteres que no usan los angloparlantes
obtengo un error. Ejemplo, en R:
> jython.call(rJython,''ascii'',''señoría'')
Error en jython.exec(rJython, jython.comm...
2011 Mar 04
1
Multi-line input to rsympy
Dear R users,
I have been using rsympy to solve a set of simultaneous equations from
R. There are two solutions for the variable I'm interested in, xx[0] and
xx[1], which are in terms of symbols called lam and conc. I'd like to
pick out the one which is positive at (lam=0, conc=0) and call it mysol.
In python I could write:
if (xx[0].subs(lam,0)).subs(conc,0)>0:
mysol=xx[0]
2009 Jul 20
0
[LLVMdev] x86 unwind support[MESSAGE NOT SCANNED]
...anguages that throw exceptions more rarely (just
about everyone), dwarf-exceptions should be cheaper. Dwarf-exceptions
will still be worth investigating for Python eventually; we're just
not prioritizing it. Anyone who wants us to prioritize it higher
should bring data. :)
IronPython's and Jython's experiences are interesting too. IronPython
has had big problems with the cost of exceptions on the .NET platform.
Jython has _not_ had problems in the JVM, which indicates that the two
big virtual machines have made different tradeoffs for this. That
would make me very hesitant to say that e...
2004 Feb 27
2
Packages in R & Java
...ode would presumably be helpful anyway. Surely there could be some sort
of process to generate automated jni bindings?
I don't think a Java implementation of the R parser is as bigger task as it
seems ... much of the work to get an interpreted scripting language working
could be taken from the Jython project?
Regards,
John
> -----Original Message-----
> From: Simon Urbanek [mailto:Simon.Urbanek@math.uni-augsburg.de]
> Sent: 26 February 2004 15:39
> To: Marsland, John
> Cc: r-devel@stat.math.ethz.ch
> Subject: Re: [Rd] Script editor for Windows GUI
>
> On Feb 26, 2004...
2011 May 24
4
"Alpha testers" para el paquete rPython
Hola, ¿qué tal?
Estoy buscando "alpha testers" para mi paquete rPython. El paquete es
la evolución natural de rJython, un paquete de R que permite llamar a
Jython, el dialecto de Python que corre sobre la máquina virtual de
Java, desde R.
rPython permite llamar al verdadero Python. Funciona perfectamente en
mi máquina, pero necesito ver qué problemas de instalación y uso
aparecen en otras plataformas y con otras...
2009 Mar 25
5
[Cucumber] ANN: Cucumber with pure Java
..._java/blob/271160300da5bc9275dd67624f711c5ea6913187/examples/simple/src/main/java/simple/StuffSteps.java
* The main page: http://github.com/aslakhellesoy/cucumber_java/tree/master
By this I hope Cucumber will reach a bigger crowd. Much bigger crowd
actually :-) - this will work for Scala, Clojure, Jython and all the other
cool JVM languages too.
(I''ll be doing something similar for .NET, which will bring Cucumber
goodness to C#, F# and whatever languages run on .NET. But IronRuby must
catch up on speed first).
I had the pleasure of going back to visit PicoContainer - a pioneering
lightwei...
2009 Sep 01
5
Including a binary Python Interpreter into a binary R-package for MS Windows
2009/8/30 Uwe Ligges <ligges at statistik.tu-dortmund.de>:
[snip]
> Guido van Steen wrote:
[snip]
>> Something that interests me too: What about R's policy with respect to
>> including binary files? I saw that developers should include a file
[snip]
> Please do not include binary files and carefully watch for licenses of those
> files (e.g. if GPL'ed, you need to
2009 Jul 20
6
[LLVMdev] x86 unwind support[MESSAGE NOT SCANNED]
On Mon, Jul 20, 2009 at 10:09 AM, Mark Shannon<marks at dcs.gla.ac.uk> wrote:
> Andrew Haley wrote:
> If you can make your point without any references to any C/C++ specific
> features it might be more convincing ;)
>
I did. Recall my mention of java/c#/ruby/python's finally/ensure
blocks, or C#'s using blocks. For proper implementation, these need
multi-level unwinds,
2011 Sep 14
1
rJython matrix message
...t have authentication and be sent via an R script.
I'm almost there!
Here is where I am at:
I collect long error message lines in 'errs', which is a matrix. Then I
collapse them into a character vector via:
errs = paste(errs, collapse = "")
Then I send that in a email via rJython. The message is sent to an Microsoft
Outlook address like this:
mail = c( ....etc...
paste("msg = MIMEText('",errs,"')",sep=""),
...etc....)
...etc... [the rest of the rJython stuff to send a message omitted here]
jython.exec(rJython,mail)
The problem: The...
2011 May 17
5
Email out of R (code)
Hi all,
I thought I would post code to send an email out of R. The code uses
Grothendieck and Bellosta's interface package rJython for executing Python
from R. The code itself provides basic email functionality for email servers
requiring authentication. It should be easy to extend it (e.g., for sending
attachments). I hope it's useful.
require(rJython)
rJython <- rJython()
rJython$exec( "import smtplib" )
rJ...
2004 Jul 01
0
.Net & Mono language news: C, C++, C#, Java, Python & Perl
...code (IL) from Python code.
Rather, it is an integration of the C Python engine with the .NET runtime.
This approach allows you to use CLR services and continue to use existing
Python C extensions
while maintaining native execution speeds for Python code."
2. "While a solution like Jython provides 'two-way' interoperability,
this package only provides 'one-way' integration. Meaning, while
Python can use types and services implemented in .NET,
managed code cannot generally use classes implemented in Python."
3. "Python for .NET is based on Python 2.3.2....
2007 Dec 12
1
ucs2 build of xapian?
...vitably breaks psycopg2 (which I've blitzed & reinstalled on top of the new Python build, seems like dozens of times now). It's a really strange problem-- the recompiled/installed psycopg2 *is* looking for the right modules (PyUnicodeUCS4-[whatever]), but not finding them. Did a clean Jython reinstall too, as that's the only thing which contains the purported PyUnicodeUCS4 stuff that seems to be missing).
Long story short, I've been banging my head for a couple of days now trying to get my system to play nice w/a ucs4-built app (Xapian), & it ain't happening, so I tho...
2009 Feb 11
0
Job Opportunity - Linux System Administrator - SFO;CA
...at 4.0 to 5.0 release in all our environment
- Network trouble shooting & Design (mainly for our qa and dev environment)
- Backup setup and Strategies
- General scripting skills using bash, ksh, csh, sed, awk, perl or any
favorite shells and techniques
* Bea WebLogic Administration (10.x)
- BEA Jython Scripting
- Application Deployment
- Architecture Design
* Light level of Oracle DBA type work on our dev instance
- Applying patches
- Database space maintenance and monitoring and maintenance
* VMware administration
- Performance tuning
- Strategy for upgrades of the ESX Server
* Application Prod...
2005 Sep 21
2
OT - Tool to pull data from the web?
Hi all;
I would like to pull data from some specific web pages that have for sale ads
and insert the data into a database. Anyone know ofany tools that can help me
with this?
2012 Feb 12
0
java binding
...efaultImpl (moreover, both the calls return "0" ).
I do not know the libvirt internals, so my question is : it is
possible to call the libvirt events calls using java binding? Can you
tell me the issues involved in this task?
I'm thinking to build a native library and use jni or use jython as
alternatives.
Thanks,
Maurizio
2012 Nov 05
1
A general question: Is language S a component part of R?
In the "Introduction and preliminaries" the "An Introduction to R" manual
says about R: "... Among other things it has ... a well developed, simple
and effective programming language (Called 'S') ... ". Now I'm a little
confused. This means that language S is a component part of R? And S is not
free? But R is free? Or the mentioned S is only "a free
2007 Jul 31
0
Free tutorials and Interview Questions.
...publishers
4. PeopleSoft - 9 Authors/Web publishers
5. Oracle DB - 3 Authors/Web publishers
6. Oracle Apps - 5 Authors/Web publishers
7. Hardware - 3 Authors/Web publishers
8. Wireless guru - 5 Authors/Web publishers
9. Visionary - 1 Authors/Web publishers
10. Pyhton - 1 Authors/Web publishers
11. Jython - 1 Authors/Web publishers
12. Ruby - 3 Authors/Web publishers
13. Business Intelligence - 2 Authors/Web publishers
14. Data mining - 3 Authors/Web publishers
15. Nano technology - 3 Authors/Web publishers
16. Bio Technology - 3 Authors/Web publishers
email - techhair-FIJZ+dsofocoWi6AD5iuEOG/Ez6ZC...
2013 Sep 12
1
problem with rJython and modules
Dear R People:
I have been experimenting with rPython, rSymPy, and rJython. Here is my
latest snag:
> library(rJython)
Loading required package: rJava
Loading required package: rjson
> library(rSymPy)
> rJython <- rJython()
> x <- "x"
> y <- "y"
> rJython$exec("from sympy import *")
Error in .jcall("RJavaTool...
2005 Apr 21
0
[LLVMdev] Using LLVM for a dynamically typed language
On Thursday 21 April 2005 18:28, Vyacheslav Akhmechet wrote:
> Evan,
>
> The problem is that I do not know the type of a target function at
> compile time. If you consider my code example, I don't know the type
> of 'i' until runtime (in fact, I can't even know a possible range of
> types 'i' may assume).
But... in a dynamic language each variable must
2013 Oct 05
4
Is Java insecure ?
Hi Everyone
I am considering learning Java. There have been well publicized Java
security incidents recently that make me not want to learn it.
However it's in Centos and I trust Centos, are the concerns in the media
blown out of proportion ?
-Patrick