Davide
|
Registered User
|
I am interested in many aspect of science, and particularly in application of numerical methods in a wide variety of applications, for both data analysis and simulations.
More info: http://www.linkedin.com/in/delvento
|
|
7h |
comment |
running an outside program (executable) in python? Did you ever use it? call just return the exit code. Popen has poll(), wait(), communicate() etc. Regarding the relevance, when I wrote my answer, the only other one was this: stackoverflow.com/questions/1811691/… which currently has one upvote and which (with your metric) should be equally irrelevant |
|
7h |
comment |
Process two files at the same time in Python Wow, what a heated reply to my question! It looks like you need the cool washcloth more than I do! Anyway, my comment was only meant as a sad note: windows users often tend to think everybody is a windows user. You can tested your script with a file in the same directory (like this other guy stackoverflow.com/questions/1731102/… ) or you could just have abstracted the path with filename. Improve your answer instead of ranting! |
|
8h |
answered | running an outside program (executable) in python? |
|
8h |
answered | How to pass this command to subprocess.call? |
|
Nov 24 |
revised |
decoding 802.11 b edited tags |
|
Nov 24 |
answered | decoding 802.11 b |
|
Nov 23 |
answered | Mapping points from Euclician 2-space onto a Poincare disc |
|
Nov 23 |
comment |
Can you make vi “advance” the screen when opened? If you do what you wrote, it doesn't help at all. If you set it before calling vi, e.g. with vim -T ansi whaterver-the-other-options-are, then the problem is partially solved (partially in the same sense of my answer: stackoverflow.com/questions/630519/… ). But the cure is worst than the problem, because several functionalities will be cripple (e.g. syntax highlighting) |
|
Nov 23 |
comment |
Can you make vi “advance” the screen when opened? which xterm are you talking about? Hardy Hardon's one - i.e. XTerm(229) does not accept -xrw. In addition, less -X does not solve the problem on AIX. |
|
Nov 23 |
answered | Can you make vi “advance” the screen when opened? |
|
Nov 23 |
comment |
LINES and COLUMNS environmental variables lost in a script @ndim: Thanks for the suggestion, but you should write it on the other question (where I would answer you that it doesn't work) |
|
Nov 23 |
awarded | ● Civic Duty |
|
Nov 23 |
comment |
LINES and COLUMNS environmental variables lost in a script Ubuntu what? On Hardy Haron, -i does not make any difference: blank output with or without it (anyway, I need this on AIX, not Ubuntu) |
|
Nov 23 |
comment |
LINES and COLUMNS environmental variables lost in a script great, thanks! (please ignore these other spare character to make SO happy about the length of my comment) |
|
Nov 23 |
comment |
Process two files at the same time in Python Who told you that this was windows? |
|
Nov 23 |
comment |
Can you make vi “advance” the screen when opened? This does not work on my AIX. Looking at that web page, I figured out that I can startup with something like vim -T ansi myfile and that partially solves the "screen wiped out" problem. Unfortunately, with ansi all the nice coloring and other features are lost, so the cure is worst than the problem. |
|
Nov 23 |
comment |
Can you make vi “advance” the screen when opened? This has no effect at all on my setup (vim 7.0, AIX 5.3 and $TERM set to aixterm - no way to change anything besides .vimrc). See also: stackoverflow.com/questions/1780483/… |
|
Nov 23 |
comment |
LINES and COLUMNS environmental variables lost in a script Unfortunately, #!/bin/bash -i does not make any difference neither in AIX nor in linux |
|
Nov 23 |
revised |
LINES and COLUMNS environmental variables lost in a script clarified that this is not only vi, but also other commands |
|
Nov 23 |
asked | LINES and COLUMNS environmental variables lost in a script |
|
Nov 22 |
comment |
Repeat a unix command every x seconds forever. Cool. Unfortunately both on my Ubuntu and my AIX repeat is command not found. Can you do a type repeat and let me know where's coming from? |
|
Nov 19 |
revised |
find duplicate lines and remove using regular expression with replace feature corrected backslashes |
|
Nov 18 |
comment |
auto abbreviating JLabel Well, your question was asking for something that was already available in the regular JLabel, so it wasn't really clear what you were looking for. SwingLabs is very impressive (maybe the JXLabel is not where they shine best), so it must be the first place to look at when you need something more than plain vanilla Swing. |
|
Nov 18 |
comment |
libsvm model file format You are right, dumb question. +20 for your answer! |
|
Nov 18 |
revised |
libsvm model file format added a useful tag |
|
Nov 18 |
revised |
Binarization in Natural Language Processing edited tags |
|
Nov 18 |
accepted | SWIG crashes on AIX (with python, and probably everything else SWIG support) |
|
Nov 18 |
asked | libsvm model file format |
|
Nov 17 |
comment |
python, path of script Yes, and I like it better because it doesn't use __ variables (I know it's just a convention for system names) |
|
Nov 17 |
comment |
python, path of script In python this does not work if you call the script from a completely different path, e.g. if you are in ~ and your script is in /some-path/script you'll get ./ equal to ~ and not /some-path as he asked (and I need too) |
|
Nov 16 |
answered | auto abbreviating JLabel |
|
Nov 14 |
comment |
Crash when calling into C++ library from Perl using SWIG (AIX 5.1) Thanks a lot! This has been incredibly useful. Unfortunately it was very hard to find, so I wrote a similar question hoping to help others too: stackoverflow.com/questions/1735199/… |
|
Nov 14 |
answered | SWIG crashes on AIX (with python, and probably everything else SWIG support) |
|
Nov 14 |
revised |
SWIG crashes on AIX (with python, and probably everything else SWIG support) fixed a couple of typos |
|
Nov 14 |
asked | SWIG crashes on AIX (with python, and probably everything else SWIG support) |
|
Nov 14 |
comment |
Looking for the “Hello World” of ctypes unicode processing (including both Python and C code) great answer! This is the best "getting started" example on ctypes I've ever found! Thanks a lot! Note that I had to change the load to cdll.LoadLibrary("./.libs/libexample.so.0") but everybody should be able to fix similar details on his/her machine |
|
Nov 14 |
comment |
How can I call a DLL from a scripting language? if you wrote an "hello world" example in your answer, instead of a link to a page that isn't practical, you would not be the latest of this answer list :-) |
|
Nov 14 |
comment |
What is the best way to call C/C++ code from other languages such as Java, PHP, Perl, Python, etc? unfortunately, swig not always works as expected, especially on "strange" unices like AIX |
|
Nov 14 |
comment |
Calling C/C++ from python? Agreed: I too have troubles with swig and boost. You should make clear in your answer which ones are the files and which name one should get them. |
|
Nov 10 |
revised |
kanban scrumish tool(s) to get started trying to make clear the reason for the scrumish tag |
|
Nov 7 |
asked | Tool for program statistics |
|
Nov 7 |
answered | Why can’t programs be proven? |
|
Nov 7 |
answered | Jar file of java |
|
Nov 3 |
answered | Java generics - retrieve type |
|
Oct 29 |
revised |
kanban scrumish tool(s) to get started re-introduced a relevant tag (and explained why) |
|
Oct 29 |
comment |
kanban scrumish tool(s) to get started Do you mind elaborating a little bit? What good does it provide for a solo? I mean, how did you use it, compared to a whiteboard? |
|
Oct 29 |
revised |
kanban scrumish tool(s) to get started specified what I'd like to get from it |
|
Oct 29 |
comment |
kanban scrumish tool(s) to get started Well, doing a combo means that I am duplicating the effort, the (although small) overhead, having to synch them, etc: no way. See the edit for what metric/chart I'd like to get. You said that spreadsheet is ideal. Well, I always fight with spreadsheet to have them doing what I mean... do you have any recommendation for a good template? |
|
Oct 29 |
revised |
kanban scrumish tool(s) to get started esplicitely mentioned time measurement |
|
Oct 29 |
comment |
kanban scrumish tool(s) to get started fair enough, but I'm still concerned about the "portability" issue - and I wouldn't get time measurements and other metrics |
