Re: msbin to ieee

2007-05-10 Thread John Machin
On May 10, 8:48 pm, imageguy <[EMAIL PROTECTED]> wrote: > On May 6, 6:44 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > Hi > > Does anyone have the python version of the conversion from msbin to > > ieee? > > Thank u > > Not sure if this helps, but I think this thread has the > answer;http://group

Re: msbin to ieee

2007-05-10 Thread imageguy
On May 6, 6:44 pm, revuesbio <[EMAIL PROTECTED]> wrote: > Hi > Does anyone have the python version of the conversion from msbin to > ieee? > Thank u Not sure if this helps, but I think this thread has the answer; http://groups.google.com/group/comp.lang.python/browse_thread/thread/286d9f6daff9bfab

Re: msbin to ieee

2007-05-09 Thread revuesbio
Hi, I found something interresting. First, MBF Files come from metastock software but i use another one (MLDownloader) to get quotes and convert them to MBF format probably using functions you've just described (C, borland,...). In final, all my files are created by mldownloader. 2nd, I've tri

Re: msbin to ieee

2007-05-08 Thread John Machin
On May 8, 8:15 pm, revuesbio <[EMAIL PROTECTED]> wrote: > On 7 mai, 23:38, John Machin <[EMAIL PROTECTED]> wrote: > > > > > On May 7, 11:37 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > On 7 mai, 14:56, John Machin <[EMAIL PROTECTED]> wrote: > > > > > On May 7, 10:00 pm, revuesbio <[EMAIL PROTEC

Re: msbin to ieee

2007-05-08 Thread revuesbio
On 7 mai, 23:38, John Machin <[EMAIL PROTECTED]> wrote: > On May 7, 11:37 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > > On 7 mai, 14:56, John Machin <[EMAIL PROTECTED]> wrote: > > > > On May 7, 10:00 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > > On 7 mai, 13:21, John Machin <[EMAIL PROTEC

Re: msbin to ieee

2007-05-07 Thread John Machin
On May 7, 11:37 pm, revuesbio <[EMAIL PROTECTED]> wrote: > On 7 mai, 14:56, John Machin <[EMAIL PROTECTED]> wrote: > > > > > On May 7, 10:00 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > On 7 mai, 13:21, John Machin <[EMAIL PROTECTED]> wrote: > > > > > On May 7, 6:18 pm, revuesbio <[EMAIL PROTEC

Re: msbin to ieee

2007-05-07 Thread John Machin
On May 7, 10:00 pm, revuesbio <[EMAIL PROTECTED]> wrote: > On 7 mai, 13:21, John Machin <[EMAIL PROTECTED]> wrote: > > > > > On May 7, 6:18 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > On 7 mai, 03:52, John Machin <[EMAIL PROTECTED]> wrote: > > > > > On May 7, 7:44 am, revuesbio <[EMAIL PROTECT

Re: msbin to ieee

2007-05-07 Thread revuesbio
On 7 mai, 14:56, John Machin <[EMAIL PROTECTED]> wrote: > On May 7, 10:00 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > > On 7 mai, 13:21, John Machin <[EMAIL PROTECTED]> wrote: > > > > On May 7, 6:18 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > > On 7 mai, 03:52, John Machin <[EMAIL PROTECT

Re: msbin to ieee

2007-05-07 Thread revuesbio
On 7 mai, 13:21, John Machin <[EMAIL PROTECTED]> wrote: > On May 7, 6:18 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > > On 7 mai, 03:52, John Machin <[EMAIL PROTECTED]> wrote: > > > > On May 7, 7:44 am, revuesbio <[EMAIL PROTECTED]> wrote: > > > > > Hi > > > > Does anyone have the python versio

Re: msbin to ieee

2007-05-07 Thread John Machin
On May 7, 6:18 pm, revuesbio <[EMAIL PROTECTED]> wrote: > On 7 mai, 03:52, John Machin <[EMAIL PROTECTED]> wrote: > > > On May 7, 7:44 am, revuesbio <[EMAIL PROTECTED]> wrote: > > > > Hi > > > Does anyone have the python version of the conversion from msbin to > > > ieee? > > > Thank u > > > Yes, G

Re: msbin to ieee

2007-05-07 Thread revuesbio
On 7 mai, 03:52, John Machin <[EMAIL PROTECTED]> wrote: > On May 7, 7:44 am, revuesbio <[EMAIL PROTECTED]> wrote: > > > Hi > > Does anyone have the python version of the conversion from msbin to > > ieee? > > Thank u > > Yes, Google has it. Google is your friend. Ask Google. It will lead > you to s

Re: msbin to ieee

2007-05-06 Thread John Machin
On May 7, 7:44 am, revuesbio <[EMAIL PROTECTED]> wrote: > Hi > Does anyone have the python version of the conversion from msbin to > ieee? > Thank u Yes, Google has it. Google is your friend. Ask Google. It will lead you to such as: http://mail.python.org/pipermail/python-list/2005-August/337817.

Re: msbin to ieee

2007-05-06 Thread Gabriel Genellina
En Sun, 06 May 2007 18:44:07 -0300, revuesbio <[EMAIL PROTECTED]> escribió: > Does anyone have the python version of the conversion from msbin to > ieee? I imagine this will be done just once - msbin is a really old format. Instead of coding the conversion in Python, you could: - write a small