Tagged Questions
0
votes
0answers
34 views
optimizing google protocol buffer.
I'm new to google's protocol buffers and looking into some insight. I have a large object that is serialized in java which I am de-serializing in python. The upstream tells me that the file is ...
0
votes
0answers
11 views
Best way to test in python if a py4j JVM is running?
What is a good way to test (in a python script) if a JVM running py4j is listening to the chosen (perhaps default) socket? Something like an intelligent ping?
I can try to access methods or objects ...
-5
votes
0answers
82 views
How to translate Python to C++ or Java? [closed]
I want to translate the Python code presented here to C++ code. I am C++ and Java programmer and don't know much about Python and I don't want to learn Python to translate the algorithm and then use ...
-2
votes
0answers
67 views
Value Overhead on PL Implementation [closed]
I read that PHP has a 68-byte overhead for every value:
http://blog.paulbiggar.com/archive/a-rant-about-php-compilers-in-general-and-hiphop-in-particular/
How much is it for CRuby/JRuby? CPython? ...
-3
votes
0answers
87 views
Matrix Multiplication and Cartesian Products in MapReduce [closed]
I will soon be engaged in Matrix and Cartesian Multiplication in MapReduce.
I would appreciate concrete examples in python and Java as well as algorithmic approach description to better understand ...
-4
votes
0answers
71 views
From Python to Java [closed]
I need to "translate" this code(in python) to Java.
re.sub(r'<EM[^C]*(CATEG="[^"]+")[^>]*>', r'<\1>', text).replace(r'</EM>', '')
Thanks.
-4
votes
0answers
32 views
Ocupancy Grid Code [closed]
I am looking for occupancy grid code (to see how they implementation idea), in any langue, preferably not a library, any help is greatly appreciated.
I just want to know about the mapping part, i.e, ...
0
votes
1answer
28 views
communicate with java server through python client
I'm trying to adjust the sample java code for an API to work with a python script. I know the java code works and can do a socket connection in python but can't figure out how to convert the string in ...
3
votes
3answers
110 views
read a very big single line txt file and split it
I have the following problem:
I have a file which is nearly 500mb big. Its text, all in one line. The text is seperated with a virtual line ending, its called ROW_DEL and is in the text like this:
...
5
votes
1answer
82 views
Node.JS Regex engine fails on large input
The question is a bit complicated, and googling didn't really help. I will try to put in only relevant aspects of it.
I have a large document in approximately the following format:
Sample Input:
...
2
votes
2answers
90 views
Equivalent java code in python
i need pass the idea from this code to python
private static BufferedReader runProcess(String... command) throws IOException, InterruptedException {
Runtime runtime = Runtime.getRuntime();
...
0
votes
1answer
23 views
How do you start a jBPM process from Python?
I'm trying to kick off a few jBPM workflows from a Python/Django app and would rather not add a new language to the stack. Is this possible?
-1
votes
0answers
18 views
Parsing XML records in java 6 or Python 2 with no XSD or style sheets [closed]
I have eclipse, Java 6 and Python 2.
I have XML records that are somewhat complex
e.g.:
<?xml version ="1.0'
....
<param_group name ="General">
<param_group name ="Basic ...
1
vote
8answers
107 views
For loop - like Python range function
I was wondering if in Java there is a function like the python range function.
range(4)
and it would return
[0,1,2,3]
This was an easy way to make for enhanced loops. It would be great to do ...
-1
votes
0answers
46 views
How pass java code to python. (Runtime) [closed]
I intent pass the java code to python. The code is:
Runtime runtime = Runtime.getRuntime();
Process process;
process = runtime.exec(command);
process.waitFor();
InputStream is = ...
2
votes
0answers
101 views
Python compiler for simple language to java vm code algorithm
I have a simple language that I am trying to write a compiler for (yes it is homework) to compile a simple language I shall describe if necessary to java vm code.
It currently works pretty well I've ...
-1
votes
0answers
47 views
Any java/python socket server framework I can reuse for my multiple chess server (1000+ clinets online)? [closed]
I am trying to rebuild my chess server , previously I implement it based on the open source lighthtttpd, but Now I find maybe "C" is not a good choice to process the game logic, so I am seeking to ...
0
votes
2answers
45 views
Get nodes in html document contains word
I want to write a script that checks a
document for keywords and specifies html document nodes in which they are contained (possibly
assign a unique identifier).
I am not a professional programmer ...
2
votes
1answer
33 views
Python WS Server and Java WS Client
I have implemented a simple Web Services Server with pyws and suds.
from pyws.server import SoapServer
from pyws.functions.register import register
server = SoapServer(
service_name = ...
0
votes
1answer
42 views
recursively collect paths of a given root dir, when tens of millions files expected
I need to create a list/lists of file paths under a given root directory,
when I expect the number of files under this directory to be tens of millions.
What would be a good and efficient way to do ...
0
votes
1answer
50 views
Read python in processing
Does anyone know how to read a python file in processing without using processing.py or other third party library or platform? I have a python file that can generate a text and want my processing read ...
-1
votes
2answers
92 views
Can someone explain the logic behind this? [closed]
So I was browsing trough old interview questions trying to brush up and I came across this problem which I posted below.
N friends are playing a game. Each of them has a list of numbers in front of ...
0
votes
0answers
19 views
BDD: share stories (features) between python and java
We want to use BDD. Developers use Java while QA team uses python+selenium for tests. Developers want to run BDD on CI server with out of GUI while QA wants to run same stories with GUI/selenium on ...
0
votes
3answers
57 views
Convert XML to other format?
What is the simplest way to parse the following XML?
<Fruit>
<FruitId>Bannana</FruitId>
<FruitColor>Yellow</FruitColor>
<FruitShape>Moon</FruitShape>
...
-6
votes
0answers
38 views
printwriter in JAVA to pass to python [closed]
I have a code in JAVA and i need in python, the code is it:
private static PrintWriter logWriter; //Only one instance to access log file.
PrintWriter.write() manages the lock.
static{
try{
...
0
votes
4answers
51 views
python - another class inside constructor
I'm new to Python and I'm having a hard time understanding how I can do the following in Python (e.g how I would do in Java)
class Person{
private String name;
private Address address;
public ...
7
votes
1answer
252 views
Java vs Python HMAC-SHA256 Mismatch
Based on recent feedback and findings on this problem, I've rewritten the question to get rid of noise.
I have 2 separate code paths, one in Java (Android), one and Python which accomplish the ...
0
votes
0answers
21 views
How do i implement Openfire [closed]
I am a newbie to openfire and XMPP development, I would like a simple introduction on how to basically communicate openfire with an application.
Thank you very much! any help will be appreciated
1
vote
0answers
41 views
Executing python script from java passing arguments
I Asked some days ago about executing python script from java. It solved my problem partially. But now, I am not able to pass any parameter and make that script to do anything.
My script has to ...
0
votes
1answer
21 views
SIGSEGV: Segmentation Fault in JCC Library Code
I'm using the JCC Python-Java bridge and for the most part it works. However, I'm getting the following error:
JRE version: 7.0_17-b02
Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode ...
2
votes
5answers
142 views
How do I create a tree out of this?
I have a text file which has content like this:
a.b.c.d
a.c
a.d
a.x.y.z
a.x.y.a
a.x.y.b
a.subtree
I want to make this into a tree:
a
/ / \ \ \
...
-1
votes
2answers
55 views
Can we call a python method from java? [duplicate]
I know jython allows us to call a java method from any java's classfile as if they were written for python, but is the reverse possible ???
I already have so many algorithms that written in python, ...
0
votes
0answers
35 views
Building a Sentence Tree
I have gone through OpenNLP, NLTK and few other less famous libraries of natural language processing. I realize, this is not what I need, I mean level of complexity is too high.
I just need to ...
0
votes
2answers
51 views
Converting Python into Java and facing some issues
I'm converting the following Python Code into Java code as follows:
import random
howMany = random.randint(0,1000)
stats = {}
for i in range(howMany):
value = random.randint(0,500)
...
1
vote
1answer
47 views
Python IO error : too many open files
I am getting a python error in eclipse as this :
"IOError: File not found - ./FASTLEXICON.7 (Too many open files)".
Here is some background : In my java program I am using a .Jar library which is ...
0
votes
1answer
42 views
execute commands from another program from a python script
Unable to communicate from a python script with java program.
I have a java program that reads from standard input.
Logic is:
public static void main(String[] args) {
...
BufferedReader in = new ...
0
votes
1answer
65 views
How can I create and Empty Map and set the default value
I wanna create an empty map in java and then the default value to 0. Please let me know if below code is correct.
Actually, I'm having a python code which I'm trying to convert into Java. For the ...
-1
votes
0answers
33 views
Use Java classes in Python code [duplicate]
Hi I'm writing a Python project, and I used Imagej to do some image operation.
Now I should call the java code in my Python project. I have the java file .class where is the code to do what I need, ...
0
votes
1answer
37 views
3D graph with live updating
So I have been doing hours and hours of research, and I cannot find anything efficient in python for what I need. Some things I found in Java and C work, but the data I need to graph is held in a ...
1
vote
4answers
53 views
data bridge between Java and Python daemons
I have two background processes running on linux machine. One is Java and second one is in Python. What would be most efficient way to exchange data between these two apps ? I am talking about text / ...
3
votes
2answers
169 views
Little hardcore: Do you know any parallel modified moving average algorithm?
Do you know any parallel modified moving average algorithm?
I want quickly calculate moving average but not with sequential algorithms. I want use parallel algorithms but I have still not found ...
0
votes
1answer
50 views
looking for an alternative to python for processing speed: 2D quantum particle
I have a program written in python that accurately shows the time evolution of a quantum particle in both 1 and 2 dimensional wells. I am too lazy to post the entire thing online, but I will be happy ...
3
votes
1answer
50 views
How can I integrate both Java and Python in a Visual Studio project?
I'm developing a software which involves database creation, manipulation and extension in a proprietary format, which is partly inspired from SQL but is more extensive.
Some part of my software is ...
-1
votes
1answer
53 views
how to pass parameters from java to a python script?
I am begainer to python and I want to execute a python file in my java program. I have read many articls about how to pass parameters to a function in a python file. But this python program is ...
-1
votes
1answer
51 views
Open source API suggestion [closed]
Is there any open source API that allows you to request a query of keyword and
receive a closest matching keyword PLUS the category that it belongs to?
For example: I query "Star"
I want to receive ...
-2
votes
2answers
52 views
Can I create an arrayList with java and pass the data into a python shell? [closed]
I am new to programming. I made an arraylist of data in java, however, java does not have
a way for me to calculate the mode. Is it possible to pass that arraylist in a python shell?
1
vote
1answer
30 views
How Can I Export Data With App Engine and JAVA?
I'm trying to export data from my project to Excel or CSV.
I'm using App Engine with JAVA.
I read in this link that I can do it with Python, so I installed Python's SDK. ...
2
votes
1answer
34 views
How to simulate Pythons's dict “items()” method for Java's HashMaps?
I know I should learn how to program efficiently in Java and stop thinking it is Python; but the problem is that this kind of thing is turning out to be a small nightmare in Java.
I have the ...
-7
votes
0answers
59 views
Good book for learning expression trees? (Yes, I've searched SO for this!) [closed]
The question is at the bottom, but I've provided some information if you want to know more about what I'm working on and what my need for the book is.
I'm making a program whose job is to solve ...
0
votes
1answer
45 views
Get video properties like size, codecs, width, etc
I am looking for a library which you can get video properties like size of video, width and height, codecs, etc...
I have read about Xuggler and jjmpeg but both of them projects are stoped.
I want ...




