DKP Log Parser 1.4.1c (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News DKP Log Parser 1.4.1c (Default branch)
# 1  
Old 05-07-2008
DKP Log Parser 1.4.1c (Default branch)

ImageDKP Log Parser is a tool designed to helpadministrate time-based and/or event-based DKPreward systems (popular in MMORPGs) in conjunctionwith EQDKP (or any other DKP software implementinga required interface). It parses logs, calculatesrewards, and then uploads them. The tool isconfigurable to be compatible with most games thatproduces some kind of log. There are currentlypredefined pattern sets for EverQuest, EverQuest2,and World of Warcraft (with CT RaidTracker).License: GNU General Public License (GPL)Changes:
This release updates the predefined patterns to match a minor change in the format of logs produced by EverQuest 2.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RDF::Trine::Parser::ShorthandRDF(3pm)			User Contributed Perl Documentation		     RDF::Trine::Parser::ShorthandRDF(3pm)

NAME
RDF::Trine::Parser::ShorthandRDF - Shorthand RDF Parser SYNOPSIS
use RDF::Trine::Parser; my $parser = RDF::Trine::Parser->new( 'ShorthandRDF' ); $parser->parse_into_model( $base_uri, $data, $model ); DESCRIPTION
ShorthandRDF is an extension of N3 syntax. It's currently defined at <http://esw.w3.org/ShorthandRDF>. METHODS
This package exposes the same methods as RDF::Trine::Parser::Notation3. SEE ALSO
RDF::TriN3, RDF::Trine::Parser::Notation3. <http://esw.w3.org/ShorthandRDF>. AUTHOR
Toby Inkster "<tobyink@cpan.org>" Based on RDF::Trine::Parser::Turtle by Gregory Todd Williams. COPYRIGHT AND LICENCE
Copyright (c) 2006-2010 Gregory Todd Williams. Copyright (c) 2010-2011 Toby Inkster. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-10-22 RDF::Trine::Parser::ShorthandRDF(3pm)