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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 296 - 325 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
296
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...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 3, 2008
3:04 pm
297
... 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...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 3, 2008
3:14 pm
298
... no, please! it's great to hear what you're doing... and i'm gonna start using your plug-in very soon. -bowerbird ************** Planning your summer road...
bowerbird@...
bbirdiman
Offline Send Email
Apr 4, 2008
5:51 pm
299
... Well let me know if you want a beta. And if you want a beta, let me know what platforms you are running ;) It will save me time as I won't have to make a...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 4, 2008
8:31 pm
300
Hi everyone, I think I found the answer to my speed problems in my ElfDataFuzzy class. Funnily enough, I never bothered to look ahead to see if my experiences...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 5, 2008
2:38 am
301
So... I almost had a new release out of ElfData. v5. The fuzzy thing works, it's not amazingly fast at all things (just fast in certain conditions), but I've...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 21, 2008
3:09 pm
302
... Windows just complains about out-of-memory errors when it doesn't know what's gone wrong. Nothing new about that.It's been really irritating for years. -- ...
Steve Garman
sjgarman2002
Offline Send Email
Apr 21, 2008
4:00 pm
303
... OK. It really was an out of memory error. It was happening on one line I was doing, where I did this: e = file.Read( 1000000000 ) ... Obviously, I expected...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 21, 2008
6:09 pm
304
Download: http://elfdata.com/plugin/elfdata.zip Read about: http://elfdata.com/plugin/index.html See the speed:...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 22, 2008
12:24 am
305
... whoops. It's called ElfData.chdir. Just fixed that in my documentation :) -- http://elfdata.com/plugin/ "String processing, done right"...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 22, 2008
12:35 am
306
... Whoops. That's not true either :( I do have a redesign planned. I want to use ElfDataIndex instead of ElfDataDictionary :D I haven't written ElfDataIndex...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 22, 2008
12:53 am
307
Congratulations, Theo! Excellent work. So how does the new TheoFuzzy compare to the old version (speedwise)? Paul...
Paul Gaspar
spamstuffer
Offline Send Email
Apr 22, 2008
7:15 am
308
... Erm... More overhead, but I think the execution is faster. I haven't tested it, but it SHOULD be faster, due to "recovery algorithm" I put in there. That...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 22, 2008
9:35 am
309
dim path as ElfData dim fs as new FastString path = DesktopFolder.ShellPath if path.Chdir = 0 then fs.File = "elfdata.txt" fs.AppendLine "hello" fs.AppendLine...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 25, 2008
1:12 pm
310
OK I should have modified these two a bit. The first one might break if the directory separator is not "/", and the second one was not a true comparison as it...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 25, 2008
1:29 pm
311
OK... I updated my ElfData Showcase. And added one ElfDataFile example. I wrote an example that compared the speed of ElfDataFile + XMLStringGenerator (which...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 25, 2008
3:59 pm
312
OK... I did a few more tests. When we are writing lots of small things, to a binarystream and to an ElfDataFile+FastString combo... the ElfData version wins in...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 25, 2008
4:41 pm
313
I agree, Theo. Very nice. Ronald To: elfdata@yahoogroups.com From: delete@... Date: Fri, 25 Apr 2008 17:41:50 +0100 Subject: Re: [elfdata] Re: Simple...
Ronald Vogelaar
ronaldvogelaar
Offline Send Email
Apr 28, 2008
11:15 am
314
OK. I did a tiny update. This version adds FolderItem.chdir, and FolderItem.ElfData chdir just does a chdir. FolderItem.ElfData allows you to read and write to...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 28, 2008
12:30 pm
315
Btw... this "simple example", now looks like this, in ElfData v5.01 dim fs as new FastString if DesktopFolder.Chdir = 0 then fs.File = "elfdata.txt" ...
Theodore H.Smith
boytheouk
Offline Send Email
Apr 28, 2008
1:01 pm
316
Now that ElfData has proper Unix files in there... you can do everything you can do with Unix files. At least everything that the functions "read/write/open"...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 28, 2008
3:31 pm
317
dim f as FolderItem dim bs as BinaryStream f = GetFolderItem( "/dev/random", FolderItem.PathTypeShell ) bs = f.OpenAsBinaryFile( false ) EditField1.text =...
Theodore H. Smith
boytheouk
Offline Send Email
Apr 28, 2008
4:11 pm
318
http://elfdata.com/plugin/elfdata.zip Version 5.02 • Fixed a bug where ElfData.Hex could return nil for an empty ElfData • Improved ElfDataFile's handling...
Theodore H. Smith
boytheouk
Offline Send Email
May 4, 2008
11:49 am
319
dim e as ElfData dim fi as ElfDataFields dim fs as new FastString e = "héllø wø®l∂" fi = e.Characters while fi fs.AppendLine fi wend msgbox fs This will...
Theodore H. Smith
boytheouk
Offline Send Email
May 4, 2008
12:04 pm
320
Sorry about the UTF-8 characters not emailing properly. It's supposed to be "hello world" with the letters made into sorta lookalike characters. Anyhow, for...
Theodore H. Smith
boytheouk
Offline Send Email
May 4, 2008
10:14 pm
321
Hi everyone, I've fixed the path handling of ElfDataFile a bit more. Seems it didn't quite work on Windows all the time. It seems to be reliable for me, now....
Theodore H. Smith
boytheouk
Offline Send Email
May 17, 2008
3:47 pm
322
Hi people, For a hobby project, I'm trying to process logic. So... I found that adding two facts together is easy. For example... if I were to say that: "all...
Theodore H. Smith
boytheouk
Offline Send Email
Jun 24, 2008
9:23 pm
323
Hi everyone, so I fixed a few bugs in my logic project. Seems to work for some basic examples, although I'm sure bugs are remaining. So, here is a page about...
Theodore H. Smith
boytheouk
Offline Send Email
Jun 25, 2008
3:25 am
324
Hey Theo, Interesting stuff. You may find this read interesting in this context: http://en.wikipedia.org/wiki/Artificial_neural_network Ronald To:...
Ronald Vogelaar
ronaldvogelaar
Offline Send Email
Jun 25, 2008
5:12 am
325
... Thanks Ronald, however I have the feeling that pretty much all existing information out there will only harm my chances and speed of invention. Why?...
Theodore H. Smith
boytheouk
Offline Send Email
Jun 25, 2008
10:19 am
Messages 296 - 325 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