Search the web
Sign In
New User? Sign Up
elfdata
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8 - 40 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8
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...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 13, 2005
6:38 pm
9
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@...
Send Email
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...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 13, 2005
8:41 pm
11
What would be considered better practice?: fs.AppendElfData ed.mid(k) or fs.AppendSectElfData ed, k, d.length Regards, Ronald Vogelaar -- ...
Ronald Vogelaar
enter@...
Send Email
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...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 15, 2005
11:10 am
13
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...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 15, 2005
11:17 am
14
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@...
Send Email
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@...
Send Email
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@...
Send Email
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,...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 15, 2005
2:02 pm
18
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...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 15, 2005
5:11 pm
19
... 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@...
Send Email
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@...
Send Email
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...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 18, 2005
12:29 pm
22
Great! Thanks! Ronald Vogelaar -- http://www.rovosoft.com...
Ronald Vogelaar
enter@...
Send Email
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...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 18, 2005
11:26 pm
24
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...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 22, 2005
4:05 pm
25
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 ...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 28, 2005
9:49 pm
26
... 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...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 28, 2005
10:05 pm
30
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...
Theodore H. Smith
boytheouk
Offline Send Email
Feb 7, 2006
3:51 pm
31
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...
vijufri
Offline Send Email
Feb 21, 2006
1:53 pm
32
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...
Theodore H. Smith
boytheouk
Offline Send Email
Jul 12, 2006
4:49 pm
33
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@...
Send Email
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...
Theodore H. Smith
boytheouk
Offline Send Email
Jul 12, 2006
10:19 pm
35
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@...
Send Email
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...
Monad
monad_rovosoft
Offline Send Email
Aug 24, 2006
10:28 am
37
Hi Monad, I've been on holiday, so I didn't see this until just now. Anyhow... as for ElfDataLines... no real reason I'm using that instead of MSR. Sometimes I...
Theodore H. Smith
boytheouk
Offline Send Email
Aug 30, 2006
11:40 am
38
Hi Theo, I was just wondering, If I store an ElfDataDictionary in another ElfDataDictionary, like so: Dim ed As ElfData Dim d, e As ElfDataDictionary d=New...
Ronald Vogelaar
enter@...
Send Email
Sep 1, 2006
6:39 am
39
... Of course you can :) Everything is stored as an object reference just like any other object variable in RB. Just curious what are you using this for? ...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 1, 2006
8:25 am
40
Yes, I knew I could, I just wanted to know if the object was unnecessarily copied when accessing the subdictionary. So, it's really an object reference, and...
Ronald Vogelaar
enter@...
Send Email
Sep 1, 2006
9:26 am
Messages 8 - 40 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help