My ElfDataFuzzy algorithm has made huge strides! I've been working on the fast C++ plugin version of my algorithm. The code is looking beautiful. The OOP...
Thanks for the update Theo, Sounds like a terrific piece of work, you pulled off there. Must almost feel like art to you, looking at your own code, in awe. A...
Hi everyone, just a reminder. Please ask any questions you have to me on how to use my plugin. Most usually people are worried that they are "bothering" or...
hello i was looking at the ReplaceAll in your doc and you take an HTML value to replace & with & but for HTML for example there is 97 occurence to change...
Hi dazz, try the MSR class :) It's exactly what you are looking for. The nice thing is it is fast. So if you add 2x as many things to be replaced, it does not...
MSR scans the text just once. Each byte is read just once. It's very fast. The main problem I've seen with people using MSR, is some people create a new MSR,...
Yup, MSR is really neat for this sorta thing. I believe internally it uses ElfDataDictionary, which is probably the reason why nilling and filling each time is...
Hi Steve, IsASCII only checks the bytes, you are correct. It cares nothing about the encoding. Erm, comments? Thanks for looking out for the ElfData users in ...
Hi everyone, just a note. REALsoftware have now taken a policy to not let their users to get answers. For example, I made this post to the list, that gave a...
For those who are interested to maths behind the solution I made... Basically, the distance from the point to the line, is the distance that must be on the...
Slightly incomplete repost, isn't it Theo? Didn't you also try to restart an argument Dana had already issued a warning about by finishing your post with this...
Oh, it finally got through. Must have been the 3rd resend. Well they delayed it for over a day. What was I to think? No, I didn't try to restart an argument. I...
I didn't send a guess because I couldn't make up my mind between 2 and 4 If it's of any interest to you, I have neither a degree nor the desire for one. I did...
Why assume RS are blocking your posts? Sometimes the "Internet", or your ISP, or some other factor can slow down posts arriving on boards (Yahoo have been...
... No, they really did say "no reason given". I didn't add that bit myself, I can even send you the email from them. I had to resend a few times. Sorry, you...
... No, I actually got an email from them. " Your request to the realbasic-nug mailing list Posting of your message titled "Re: Fast RB algorithms for ...
As for the making a web page about REALbasic making life hard for high speed pioneers... I don't want to do it. trust me. I'd much rather be doing something ...
... Just to be clear here... if I have my say, just as everyone else is allowed to have their say, and I am "emotionally satisfied"... I won't make the web...
My ElfDataFuzzy class is improving well. For the past week, I was having trouble getting it to do more than 23 tests. So many small bugs. Mostly off by 1...
Hi people, So... I've developed a new algorithm. It's looking good, from a coding viewpoint. But I don't know the speed of it, just yet. Just today it's passed...
Hi everyone, I've made some other improvements to ElfData v5, beyond the whole fuzzy thing. I decided (today), to make the FastString class, which was already...
Hi everyone, So for ElfData v5, I'm going to add loads of streaming operations. Now... I wanted to make my "ElfDataStream" (just an ElfDataFields class), able...
... I'd have thought that unless you're prepared to apply an encoding in the "Read" method, you're probably better to steer clear of the Readable Interface...
... Makes sense to me too. I'll make a feature so you can apply encodings however, via a property to the ElfDataFile class. It will just be ElfDataFile.UTF and...
Hi everyone... so I've been making more progress with my whole ElfDataFuzzy thing. I know I talk about it a lot here, probably more than the subscribers are...
... I mean ElfDataFile will be async. It sounded like I meant the fuzzy class, but I meant the file class. ElfDataFuzzy will use ElfDataFile, to get the async...