DataTools

Ruby base classes for data gathering. Currently contains base classes for wowdb. They are inteded asa base class setup for writing your own formatting of extracted data and to provide basic mining capabilites.

You must login to post a comment. Don't have an account? Register to get one!

  • Avatar of pompachomp pompachomp Sat, 26 Sep 2009 16:05:55

    cheers! Thankss.

  • Avatar of kagaro kagaro Sat, 26 Sep 2009 14:04:12

    I added them in

  • Avatar of pompachomp pompachomp Fri, 25 Sep 2009 20:10:57

    Kagaro,

    You may have forgotten to add wowhead_helper.rb to the repo, it seems to be missing.

  • Avatar of kagaro kagaro Sun, 17 May 2009 14:43:29

    I added in some baseline wowhead stuff today. wowhead data for gathermate should parse now if you want to use it.

  • Avatar of Ackis Ackis Wed, 22 Oct 2008 22:24:08

    With the issues I'm having with wowdb, someone suggested getting data from both wowhead and wowdb... how hard would that be to do comparisons?

  • Avatar of Ackis Ackis Mon, 06 Oct 2008 20:10:43

    I got the sorting done I think, may use some optimization however :)

  • Avatar of Ackis Ackis Fri, 03 Oct 2008 20:14:18

    Hey Kagaro, can you take a look at this pastey for me:

    http://ace.pastey.net/97450

    Also, this pastey:

    http://ace.pastey.net/97452

    Just some optimizations that I'm not sure how to do.

    Thanks.

  • Avatar of kagaro kagaro Sat, 27 Sep 2008 02:46:03

    should be fixed now.

  • Avatar of Ackis Ackis Fri, 26 Sep 2008 20:48:44

    Getting this error:

    ARLDataminer.lua:223:in `sort_by': comparison of Fixnum with nil failed (ArgumentError)

           from ARLDataminer.lua:223:in `create_profession_db'
           from ARLDataminer.lua:933
    

    In a loop that worked in a previous revision:

    ordered_keys = recipes.keys.sort_by do |name|

    if count == 50

    print "\n" count = 0

    end

    print "."

    count = count + 1 STDOUT.flush db.add_recipe_details(recipes[name]) recipes[name][:spellid]

    end

  • Avatar of Ackis Ackis Fri, 19 Sep 2008 22:45:07

    Hey if you're around, just commit your code as an overwrite to my stuff I did, all I did was change a few of the text things around.

Facts

Date created
11 Aug 2008
Category
Last update
26 Sep 2009
Development stage
Release
Language
  • enUS
License
MIT License
Curse link
DataTools
Reverse relationships
5
Recent files
  • A: r89 for 3.2.0 on 26 Sep 2009
  • R: 1.5 for 3.2.0 on 17 Aug 2009
  • A: r87 for 3.1.0 on 18 Jun 2009
  • A: r86 for 3.1.0 on 08 Jun 2009
  • A: r85 for 3.1.0 on 05 Jun 2009

Authors