Tagged Questions

2
votes
1answer
39 views

How does python webdriver work?

Hi, I want to add some features to webdriver, but since I don't know Java at all, I want to understand the way it works first. So as I get it, there is a firefox plugin (javascript) and there is java …
4
votes
8answers
213 views

Calculate percent at runtime

I have this problem where I have to "audit" a percent of my transtactions. If percent is 100 I have to audit them all, if is 0 I have to skip them all and if 50% I have to review the half etc. The …
1
vote
4answers
70 views

What the mechanism use to integrate python with other languages (.Net, Java …)

Hi everybody, Somebody talking the python's code can embed into C#'s code. What the mechanism to do that? please explain for me. Thanks a lot
3
votes
11answers
606 views

Algorithm - How to delete duplicate elements in a list efficiently?

There is a list L. It contains elements of arbitrary type each. How to delete all duplicate elements in such list efficiently? ORDER must be preserved Just an algorithm is required, so no import any …
1
vote
1answer
34 views

Java to Python RSA

I'm trying to encrypt a string from Java to Python, using the library Bouncy Castle J2ME on the client side and Python M2Crypto on the other. Everything is pretty good, I can decrypt it properly, but …
1
vote
4answers
92 views

is there a Java equivalent of Python’s defaultdict?

In Python, the defaultdict class provides a convenient way to create a mapping from key -> [list of values], in the following example, from collections import defaultdict d = defaultdict(list) …
1
vote
1answer
37 views

Using Jython From Eclipse Plugin

I am having a tough time getting jython to work properly when run from an Eclipse plugin. I have a simple object factory that loads a python module conforming to a Java Interface. All of this works …
2
votes
3answers
100 views

Is Java or Python better for writing a web-page-source-checking web service on Google App Engines?

Hello everybody!!! I hope you all have a nice day. I want to write a web service that would check some web page HTML code every 20 minutes and e-mail it to my mail box. Here I was given a suggestion …
2
votes
7answers
331 views

How is a union different from a struct? Do other languages have similar constructs? [closed]

Possible Duplicate: Difference between a Structure and a Union in C I see this code for a union in C: union time { long simpleDate; double perciseDate; } mytime; …
7
votes
3answers
154 views

Grokking Timsort

There's a (relatively) new sort on the block called Timsort. It's been used as Python's list.sort, and is now going to be the new Array.sort in Java 7). There's some documentation and a tiny …
2
votes
4answers
135 views

Seeking a High-Level Library for Socket Programming (Java or Python)

In short I'm creating a Flash based multiplayer game and I'm now starting to work on the server-side code. Well I'm the sole developer of the project so I'm seeking a high-level socket library that …
0
votes
13answers
346 views

How can I measure the execution time of a for loop?

I want to measure the execution time of for loops on various platforms like php, c, python, Java, javascript... How can i measure it? I know these platforms so i am talking about these: for (i = 0; …
0
votes
3answers
69 views

Python - List of Strings to Java

Hi, I'm getting a list of strings from python code and need to read it in Java. When trying to read it, i get the hashCode [Ljava.lang.Object;@7cf1bb78 I want to read the values in a list. In …
2
votes
6answers
108 views

is there any library to deserialize with python which is serialized with java.

is there any library to deserialize with python which is serialized with java.
1
vote
1answer
63 views

A server side component for tracking a large number of RSS & Atom feeds

I am looking for an open source component that can help me track a large number of RSS feeds (>> 10K RSS sources). I don't care about the programming language, but it should be something with a …

1 2 3 4 5 15 next
15 30 50 per page