Tagged Questions
0
votes
2answers
25 views
Having trouble installing newest version of Python: make error?
I have Python 2.7 on my Fedora VM and I want to upgrade to Python 3.3.2. I did this:
wget http://python.org/ftp/python/3.3.2/Python-3.3.2.tar.bz2
tar xf Python-3.3.2.tar.bz2
cd Python-3.3.2
...
-1
votes
0answers
17 views
Using PsLookupProcessByProcessId in Python
I need to use this C function PsLookupProcessByProcessId,
right now i am try ctypes but I can't find this function...
Please help.
-1
votes
1answer
22 views
importing libexif in python via ctypes
I'm writing a Python-based [web] application that needs to be able to read and write EXIF data.
libexif seems to have all the right ingredients, but I can't work out how (or if) I could access it ...
0
votes
0answers
5 views
Stopping criterion of CRFsuite
I am using CRFsuite to train a model with more than 100,000 sentences. I am sure this needs a lot of time. It would be nice to know what is the stopping criteria and what is the remaining time!! below ...
-5
votes
0answers
51 views
which language would be easy to make a cloud app? [on hold]
I know python,c,c++,java. I am going to to take part in cloud computation. would you guys please give me some suggestions for this.
thank you
-1
votes
0answers
49 views
Python to C code [on hold]
The code I am interested in is this:
http://gis.stackexchange.com/a/415
It is used to located the coordinates of an unknown location, with the use of 3 locations and their coordinates as well as ...
-2
votes
2answers
61 views
Parsing Tree Structure to If statements [on hold]
The attached file represents a tree structure, that I want to convert into java source code, representing the tree as nested if statements
STOP_WORDS > 0
| NEXT_TYPE > 5: X
| NEXT_TYPE <= 5: ...
-3
votes
1answer
41 views
EEG blink detection algorithm for neurosky mindwave? [on hold]
This might be a long shot but does anyone know how I can implement a blink detection algorithm using the eeg raw data? I've tried just detecting a spike in brain activity but it also gives a false ...
0
votes
1answer
36 views
Building Mesa for windows 7. Mesa 9.1
I went through all the steps on the compiling / installing page on Mesa's site, and read the FAQ. The final command that you send to scons for compilation throws errors within python scripts. This ...
2
votes
1answer
70 views
Cleanly implementing run-time dynamic linking
My question is going to use examples from Python, but it seems like this could be a general question.
I've been using load-time dynamic linking, but for various reasons (it's recommended in the link ...
0
votes
2answers
33 views
Pass a callback function from python to c using cython
First off I want to say that I do not have the option to modify or even view the c source code so anything that involves modifying the c file will not be helpful.
In VP.h:
typedef enum VPEvent {
...
-3
votes
1answer
64 views
How would I create a C complier or a python interpreter? [closed]
How would you actually go about making a compiler for a language like c or an interpreter for python, as well as stuff like libraries or modules. Is there any website or books where i can learn this ...
-2
votes
0answers
66 views
Opencv on a raspberry PI [closed]
What language would be best to use on a raspberry PI with Opencv.
Bearing in mind for each language used :
1. Library updates
2. Development Environment including tool kits
3. Performance
4. ...
1
vote
0answers
37 views
3D software vector renderer in Python/C/C++ [closed]
Is there a lightweight 3D software vector renderer library? The aim is scientific visualisation. What is required are:
Preferably Python, or easily interfaced to Python (C/C++)
Output list of vector ...
-6
votes
1answer
52 views
Cantor ternary set in Python or C [closed]
I would like to generate in Python or C the Cantor ternary set with help of a recursive function and I don't how to do it. More precisely I want that after N recursions Python returns something like a ...