- Can you speed up this code--reading files?
Hello all,I hope some of you can help me in this regard.I am reading some files(time data) which are in uff58 format and theyhave 60000 levels. I want to read this file into an array of 60000x1.Here is the code:while feof(fid) == 0data_line = fgetl(fid);[r_data] = strread(data_line,'%f'...
- Adding Worksheets to an Excel Workbook
AllI'm a Python newbie, and I'm just getting to the wonders of COMprogramming. I am trying to programmatically do the following:1. Activate Excel2. Add a Workbook3. Add a Worksheet4. Populate the new Worksheet5. Repeat steps 3,4 while there is data.How do you add a Worksheet to a Workbook?Than...
- a BHO question
i want to write a simple BHO - one that gets in the way when user tries tonavigate to some URL and stops the browser from going to that URL.here's what i've got:I retrieve and store the IWebBrowser2 pointer in m_spWebBrowser2,get a connection point to the webbrowser events,in the Invoke, w...
- A question to u friends
In perl language can we divide a string into single characters, char datatype or an array of characters as in c. So can u give me the answer friends...Please...
- Access "Date Picture Taken" Property
Is there a way to use VBS to return the property that appears in the 'My Pictures' folder? The property in question is listed when you select 'details' and is denoted in the column headers as "Date Picture Taken". Thanks in advance, Abe...
- 29629 breaks peaceful coexistence of my and local
I see many tests fail from 29629 upwards and I distilled the first inio/open.t into a small test script.'make regen_headers' does not help.eval {open my $f, '<', '/etc/hosts';};open local $f, '<', '/etc/passwd'; of /p5QXSIU/perl-5.8.0@29628...