HashViewer
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 8.0 (of 1 scores) |
| Date Added | Nov 02, 2008 |
| Last Updated | Jan 30, 2009 |
| Tags | dialog hash hashtable table viewer |
Introduction
Creator - JoshR
Reason for making - For people who are visual learners to assist them in hash tables
and just to further my own experience.
Usage - Pretty straight forward really. Just load it in to your remotes, right click, choose hash tables, and you're ready to go!
Single click in table list to display items/values for that table
Double click a table name to change it's name
Single click the add hash button or the add hash option in the 'option' menu to add a hash table
Double click an item/value or click the edit Item/value button to edit them
upon doing so will open the edit dialog allowing you to double click an item to change it or
the same for values.
Single click the add item/value to add an item with or without a value.
To use the search function be sure you choose a search type.
To delete tables or items, the option is located in the 'options' menu.
Contact info - /query JoshR (/server -m irc.swiftirc.net -j #JoshR)
/query JoshR or Josh- (/server -m irc.swiftirc.net -j #mircscripting)
Edit:
&& Thanks for TheImrac for pointing out i forgot my menu.
&& Added the search function. It will display the tables that matched your entry. Also, it will cycle through the table items and the items values to find any matches, if it finds any matches, it will display the table name. Then the rest is the same as before.
&& Fixed the search function.
&& Added a refresh button.
&& Added ability to delete hash tables, or items.
&&Completely recoded every dialog.
mIRC Snippet:
HashViewer
Posted on Nov 2, 2008 8:29 pm
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.
mIRC Snippet:
HashViewer
Posted on Nov 3, 2008 11:46 am
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
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
mIRC Snippet:
HashViewer
Posted on Nov 3, 2008 6:25 pm
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)
mIRC Snippet:
HashViewer
Posted on Nov 3, 2008 7:37 pm
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.
@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.
mIRC Snippet:
HashViewer
Posted on Nov 3, 2008 8:17 pm
Posted on Nov 3, 2008 8:17 pm
Added the Search function.
mIRC Snippet:
HashViewer
Posted on Nov 4, 2008 9:39 am
Posted on Nov 4, 2008 9:39 am
* /goto: 'next' not found (line 133, HashViewer.ini)
mIRC Snippet:
HashViewer
Posted on Nov 4, 2008 5:02 pm
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
EDIT: Fixxed
mIRC Snippet:
HashViewer
Posted on Nov 4, 2008 5:27 pm
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
mIRC Snippet:
HashViewer
Posted on Nov 4, 2008 5:31 pm
Posted on Nov 4, 2008 5:31 pm
You use hash tables in a couple of circumstances:
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.
- You are like me and love them, so you use them all the time
- You are going to be storing large amounts of data, and want to retrieve the information quickly
- 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.
mIRC Snippet:
HashViewer
Posted on Nov 8, 2008 12:36 am
Posted on Nov 8, 2008 12:36 am
Yea, i'm like Imrac, i use them for practically everything.
mIRC Snippet:
HashViewer
Posted on Jan 30, 2009 9:20 am
Posted on Jan 30, 2009 9:20 am
UPDATE:
Completely recoded the interface of the dialogs as well as the functions.
Now is more user friendly.
Completely recoded the interface of the dialogs as well as the functions.
Now is more user friendly.





