Top

Comments

  (11)  RSS
[Joshh]'s
[Joshh]
Comments: 12
 
mIRC Snippet:  HashViewer
Posted on Nov 8, 2008 12:36 am
Yea, i'm like Imrac, i use them for practically everything.
TheImrac
Comments: 16
 
mIRC Snippet:  HashViewer
Posted on Nov 4, 2008 5:31 pm
You use hash tables in a couple of circumstances:
  1. You are like me and love them, so you use them all the time
  2. You are going to be storing large amounts of data, and want to retrieve the information quickly
  3. When You are using $read and /write alot and would like to speed up access times

Basicly you use them when ever you are going to be accessing alot of data and want to most speed/performance out of the script, or if you do not want 100(0)s if variables.
Blitzjager
Comments: 68
 
mIRC Snippet:  HashViewer
Posted on Nov 4, 2008 5:27 pm
Still not quite sure how/when to use hash tables but I'll keep this around for when I do. :P
[Joshh]
Comments: 12
 
mIRC Snippet:  HashViewer
Posted on Nov 4, 2008 5:02 pm
hmm, i forgot why i had :next in there, and removed it. Cause i couldn't find a goto... odd. i'll re-add it lol.


EDIT: Fixxed
Blitzjager
Comments: 68
 
mIRC Snippet:  HashViewer
Posted on Nov 4, 2008 9:39 am
* /goto: 'next' not found (line 133, HashViewer.ini)
[Joshh]
Comments: 12
 
mIRC Snippet:  HashViewer
Posted on Nov 3, 2008 8:17 pm
Added the Search function.
[Joshh]
Comments: 12
 
mIRC Snippet:  HashViewer
Posted on Nov 3, 2008 7:37 pm
Well, i could add in the search feature, i might tinker with that.

@buggs2008 :: There is a way to add/edit tables and items. Read my comments ;)
Deleting on the other hand, i've been having a bit of trouble coming up with a way to do that, since you can't incorporate right clicking into an item, only whitespace of a dialog.

TheImrac
Comments: 16
 
mIRC Snippet:  HashViewer
Posted on Nov 3, 2008 6:25 pm
You can see a search example in my hash table editor. http://imrac.pastebin.com/m47d69787 (Note link will only be active for a month from today, Nov. 3, 2008)
buggs2008
Comments: 5
 
mIRC Snippet:  HashViewer
Posted on Nov 3, 2008 11:46 am
I really really like this addon for viewing hash tables.

Like the TheImRac said it would be nice to have a search feature built in to search individual tables, items, and specific data.

Also the ability to add/remove/delete and re-write is a definetly a must as well.

If all of that were added into the hash viewer it would be a versatile Hash Table Manager =D

So far I love it, and hope there is more updates to follow.

Cheers

Jay
TheImrac
Comments: 16
 
mIRC Snippet:  HashViewer
Posted on Nov 2, 2008 8:29 pm
Looks pretty decent, I would recommend changing all the on dialog commands to 1 single one per dialog. And adding a menu channel,status,query or something to open the hash table viewer. You might also want to make a way to search the tables.
xDaeMoN
Comments: 693
 
mIRC Snippet:  Calc
Posted on Nov 14, 2007 12:43 am
Before posting this as a snippet, you should have fully tested it & works properly. If you have questions/problems about your script, post a topic in mIRC Scripting Forum.
Bottom