Just testing that this works! -- www.elfdata.com/plugin/ - groups.yahoo.com/group/elfdata ElfData: Industrial strength string processing, made easy. "All...
I'm wondering if ElfData plugin v4.2 works with RB 2005. I've used elfdata in the past with RB 4.x and loved it. I'd like to update my old program that used...
Hi Glazed, It should work with RB 2005. The only problem I'm aware of is with the memoryblock extension: MemoryBlock.ElfData This is fixed for the next release...
I should probably make an update right about now. For the past few weeks I've been working on porting the ElfData plugin to C. It might sound like a strange...
Hi Theo, Sounds exciting! Sounds like an awful lot of work too! Any idea when it'll be ready? Ronald Vogelaar -- http://www.rovosoft.com...
Ronald Vogelaar
enter@...
Nov 13, 2005 7:01 pm
10
No idea sorry. It's just a hobby anyhow. These things need to be done properly and I have no idea what properly means before the time comes that I must do it...
What would be considered better practice?: fs.AppendElfData ed.mid(k) or fs.AppendSectElfData ed, k, d.length Regards, Ronald Vogelaar -- ...
Ronald Vogelaar
enter@...
Nov 15, 2005 6:23 am
12
They are both equivalent in terms of operation. I'd think that ed.mid(k) is better practice, simply because it's simpler. Should you need to replace that with...
You can ask bugs on the ElfData yahoo group if you like :) I don't mind. But anyhow. It's designed to work that way. In fact I wonder sometimes why I added...
It's basically one method adding strings and elfdata into a FastString that's calling another method that creates a relative path from a destination path to...
Ronald Vogelaar
enter@...
Nov 15, 2005 11:42 am
15
Hi Theo, Is there a logical reason why you named the function that appends an integer as a string to a FastString: 'AppendIntegerAsText', and not ...
Ronald Vogelaar
enter@...
Nov 15, 2005 12:56 pm
16
I actually found more instances in my code where I could use the AppendFastString function... So, if you have no use for it otherwise and you would be inclined...
Ronald Vogelaar
enter@...
Nov 15, 2005 1:14 pm
17
... Because I was going to add an "AppendIntegerAsHex" function. Both hex and text are strings. Or maybe it was because I have a ElfData.TextInteger function,...
It'll be just the same as doing fs1.AppendElfData fs2, though. If I were to implement it anyhow that's what I'd do internally, I'd write C code that does...
... Oh okay, that's okay then. That's exactly what I wanted to know. I wouldn't have used the AppendFastString right away anyways. My code has become so...
Ronald Vogelaar
enter@...
Nov 15, 2005 5:26 pm
20
Hi Theo, One thing I just realised: There does not seem to be a Trim() (LTrim(), RTrim()) function for ElfData. I know this can easily be achieved, but the...
Ronald Vogelaar
enter@...
Nov 18, 2005 11:43 am
21
Hi Ronald, Yes I did not include it, purposefully. Then I realised a few weeks ago this was the wrong decision :) It's already coded and tested for the next...
Great! Thanks! Ronald Vogelaar -- http://www.rovosoft.com...
Ronald Vogelaar
enter@...
Nov 18, 2005 12:51 pm
23
Well, I've finally debugged my new ElfData plugin. The last things to do are: 1) Write a leak testing framework for RB strings. This is one oversight in my...
Well, I did a lot of things. * The new leak tests are done. No leaks. * Linux compiles with a nice makefile I copied and adapted. * Fixed all the bugs I found...
ElfData v4.7 is out. Main improvements: * Now on all RB platforms! Win32, Linux, and Mac. * Fixed the only bug that was found, which was a rare bug in ...
... Oh, And a partial list of speed comparisons is here: http:// www.elfdata.com/plugin/showcase/TestResult/index.html I'll be working on improving my ElfData...
OK, I finally figured out an altered version of Levenshtein, which is compatible with Smith-Waterman. This means I can now continue development on my fuzzy...
Hi Friends; On behalf of javalive.com, I'd like to extend an invitation to javalive forums. This forum has been launched from India and I would request all you...
Hi people, I'm wondering if anyone ever used ElfDataTokenHandler. It sees a lot of complexity for something that was only ever an idea, an idea that turns out...
I'm actually not quite sure what you mean. Obviously, I'm using it with the ElfDataParser, but you're saying you're not gonna change that... Are you saying you...
Ronald Vogelaar
enter@...
Jul 12, 2006 9:01 pm
34
ElfDataTokenHandler lets you attach handlers to any object, not just a subclass of ElfDataParser. Great idea.... except that in practice I've never used it. In...
I recall thinking about it long and hard, since it seemed very powerful. However, I could not find a use for it yet. Personally, I'd hate to see it go, even if...
Ronald Vogelaar
enter@...
Jul 13, 2006 5:56 am
36
Hello Theodore, While going through your Webgen demo project I noticed the 'ElfDataLines' class, which is used to convert all lineendings. I also noticed that...