methos
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6
Cosmos of Methos 0.3.36
Cosmos of Methos is a game which brings you back to the world of the Ancient Times. more>>
Cosmos of Methos is a game which brings you back to the world of the Ancient Times.
You are placed behind the wheel of a Hellenik Trireme, of a Phoenecian trade-ship or a Skythian pirate ship.
Nevertheless, you have equally the oportunity to rule your destiny. To become from a peaceful trader, a fearsome captain.
<<lessYou are placed behind the wheel of a Hellenik Trireme, of a Phoenecian trade-ship or a Skythian pirate ship.
Nevertheless, you have equally the oportunity to rule your destiny. To become from a peaceful trader, a fearsome captain.
Download (0.098MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
822 downloads
WML::Deck 0.02
WML::Deck is a Perl extension for builiding WML Decks. more>>
WML::Deck is a Perl extension for builiding WML Decks.
SYNOPSIS
use WML::Card;
use WML::Deck;
my @cards;
my $options= [ [Option 1, http://...], [Option 2, http://...],
];
my $c = WML::Card->guess(index,Wap Site);
$c->link_list(indice, undef, 0, $options, $options); push @cards, $c;
# Build the deck my $wml = WML::Deck->new(@cards);
$wml->return_cgi;
This perl library simplifies the creation of WML decks on the fly. In combination with WML::Card it provides functionality to build WML code for cards and decks.
Methods
$wml = WML::Deck->new(@cards);
This class method constructs a new WML::Deck object. The first argument is an array of WML::Card objects.
$wml->cache($n);
This class methos specifies the max-age argument for Cache-Control
$wml->return_cgi;
This method prints wml code and HTTP headers for the deck.
<<lessSYNOPSIS
use WML::Card;
use WML::Deck;
my @cards;
my $options= [ [Option 1, http://...], [Option 2, http://...],
];
my $c = WML::Card->guess(index,Wap Site);
$c->link_list(indice, undef, 0, $options, $options); push @cards, $c;
# Build the deck my $wml = WML::Deck->new(@cards);
$wml->return_cgi;
This perl library simplifies the creation of WML decks on the fly. In combination with WML::Card it provides functionality to build WML code for cards and decks.
Methods
$wml = WML::Deck->new(@cards);
This class method constructs a new WML::Deck object. The first argument is an array of WML::Card objects.
$wml->cache($n);
This class methos specifies the max-age argument for Cache-Control
$wml->return_cgi;
This method prints wml code and HTTP headers for the deck.
Download (0.005MB)
Added: 2007-03-26 License: Perl Artistic License Price:
948 downloads
Mobile::Messaging::ParlayX 0.0.2
Mobile::Messaging::ParlayX is a Perl interface to ParlayX OSA. more>>
Mobile::Messaging::ParlayX is a Perl interface to ParlayX OSA.
SYNOPSIS
use Mobile::Messaging::ParlayX;
Mobile::Messaging::ParlayX is an interface to ParlayX web service by Sony Ericsson for SMS and MMS messaging, among other things. This being a Web Service SOAP::Lite would probably be better suited to the task, but I decided to stick with LWP::UserAgent, HTTP::Request and XML::LibXML until things in SOAP::Lite stabilize (it is currently under rewrite as far as I know) and I have more time (not that this will happen anytime soon).
Besides, I cannot fully grasp ParlayX just yet, thanks to inadequate documentation and JAVA only code samples for it. Anyway, you need LWP::UserAgent, HTTP::Request and XML::LibXML for this module to work. Most are in the standard distribution already, but any of them are available at your local CPAN mirror.
I tried not to stray too far off the ``native JAVA names of methos and properties, but chances are some differences exist.
<<lessSYNOPSIS
use Mobile::Messaging::ParlayX;
Mobile::Messaging::ParlayX is an interface to ParlayX web service by Sony Ericsson for SMS and MMS messaging, among other things. This being a Web Service SOAP::Lite would probably be better suited to the task, but I decided to stick with LWP::UserAgent, HTTP::Request and XML::LibXML until things in SOAP::Lite stabilize (it is currently under rewrite as far as I know) and I have more time (not that this will happen anytime soon).
Besides, I cannot fully grasp ParlayX just yet, thanks to inadequate documentation and JAVA only code samples for it. Anyway, you need LWP::UserAgent, HTTP::Request and XML::LibXML for this module to work. Most are in the standard distribution already, but any of them are available at your local CPAN mirror.
I tried not to stray too far off the ``native JAVA names of methos and properties, but chances are some differences exist.
Download (0.010MB)
Added: 2007-06-08 License: Perl Artistic License Price:
872 downloads
STed 20021104
The STed is the high-performance MIDI sequence editor / Music composer system. more>>
The STed is the high-performance MIDI sequence editor / Music composer system. It had been working on X680x0 old Japanese personal workstation. The STed was originally developed by Mr. Takayuki "TURBO" Toda.
Through many volunteers good office the source code of the STed has been opened. Since I am an user of original STed (working on X680x0) and regret that development is discontinued forever, I decide to port the STed to UNIX & X environment.
Enhancements:
- sted2/Makefile.am: Fixed missing entry: sted3.h. (Thanks to hma@syd.odn.ne.jp)
- sted2/sub/rcdcheck.c: Fixed methos of creation temporary file: replacing using tmpnam to mkstemp.
- sted2/*.c: Added #ifdef HAVE_SUPPORT_STED3 to each sted3-related codes.
- Updated automake to 1.7, and autoconf to 2.54
<<lessThrough many volunteers good office the source code of the STed has been opened. Since I am an user of original STed (working on X680x0) and regret that development is discontinued forever, I decide to port the STed to UNIX & X environment.
Enhancements:
- sted2/Makefile.am: Fixed missing entry: sted3.h. (Thanks to hma@syd.odn.ne.jp)
- sted2/sub/rcdcheck.c: Fixed methos of creation temporary file: replacing using tmpnam to mkstemp.
- sted2/*.c: Added #ifdef HAVE_SUPPORT_STED3 to each sted3-related codes.
- Updated automake to 1.7, and autoconf to 2.54
Download (0.52MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
Class::HPLOO 0.23
Class::HPLOO is an easier way to declare classes on Perl, based in the popular class {...} style and ePod. more>>
Class::HPLOO is an easier way to declare classes on Perl, based in the popular class {...} style and ePod.
USAGE
use Class::HPLOO ;
class Foo extends Bar , Baz {
use LWP::Simple qw(get) ; ## import the method get() to this package.
attr ( array foo_list , int age , string name , foo ) ## define attributes.
vars ($GLOBAL_VAR) ; ## same as: use vars qw($GLOBAL_VAR);
my ($local_var) ;
## constructor/initializer:
sub Foo {
$this->{attr} = $_[0] ;
}
## methods with input variables declared:
sub get_pages ($base , @pages , %options) {
my @htmls ;
if ( $options{proxy} ) { ... }
foreach my $pages_i ( @pages ) {
my $url = "$base/$pages_i" ;
my $html = get($url) ;
push(@htmls , $html) ;
$this->cache($url , $html) ;
}
return @htmls ;
}
## methos like a normal Perl sub:
sub cache {
my ( $url , $html ) = @_ ;
$this->{CACHE}{$url} = $html ;
}
sub attributes_example {
$this->set_foo_list(qw(a b c d e f)) ;
my @l = $this->get_foo_list ;
$this->set_age(30) ;
$this->set_name("Joe") ;
$this->set_foo( time() ) ;
print "NAME: ". $this->get_name ."n" ;
print "AGE: ". $this->get_age ."n" ;
print "FOO: ". $this->get_foo ."n" ;
}
}
## Example of use of the class:
package main ;
my $foo = new Foo(123) ;
$foo->get_pages(http://www.perlmonks.com/, [/index.pl,/foo] , {proxy => localhost:8080}) ;
<<lessUSAGE
use Class::HPLOO ;
class Foo extends Bar , Baz {
use LWP::Simple qw(get) ; ## import the method get() to this package.
attr ( array foo_list , int age , string name , foo ) ## define attributes.
vars ($GLOBAL_VAR) ; ## same as: use vars qw($GLOBAL_VAR);
my ($local_var) ;
## constructor/initializer:
sub Foo {
$this->{attr} = $_[0] ;
}
## methods with input variables declared:
sub get_pages ($base , @pages , %options) {
my @htmls ;
if ( $options{proxy} ) { ... }
foreach my $pages_i ( @pages ) {
my $url = "$base/$pages_i" ;
my $html = get($url) ;
push(@htmls , $html) ;
$this->cache($url , $html) ;
}
return @htmls ;
}
## methos like a normal Perl sub:
sub cache {
my ( $url , $html ) = @_ ;
$this->{CACHE}{$url} = $html ;
}
sub attributes_example {
$this->set_foo_list(qw(a b c d e f)) ;
my @l = $this->get_foo_list ;
$this->set_age(30) ;
$this->set_name("Joe") ;
$this->set_foo( time() ) ;
print "NAME: ". $this->get_name ."n" ;
print "AGE: ". $this->get_age ."n" ;
print "FOO: ". $this->get_foo ."n" ;
}
}
## Example of use of the class:
package main ;
my $foo = new Foo(123) ;
$foo->get_pages(http://www.perlmonks.com/, [/index.pl,/foo] , {proxy => localhost:8080}) ;
Download (0.027MB)
Added: 2007-06-09 License: Perl Artistic License Price:
867 downloads
SWF::Builder::Character::EditText 0.16
SWF::Builder::Character::EditText is a SWF dynamic editable text object. more>>
SWF::Builder::Character::EditText is a SWF dynamic editable text object.
SYNOPSIS
my $text = $mc->new_dynamic_text( $font )
->size(10)
->color(000000)
->text(This is a text.);
my $text_i = $text->place;
my $field = $mc->new_input_field;
$field->place;
^This module creates dynamic editable text objects, which can be changed at playing time.
Basic dynamic editable text object
$etext = $mc->new_edit_text( [$font, $text] )
returns a new basic dynamic editable text object. It has interfaces to raw DefineEditText tag. $font is an SWF::Builder::Font object.
$etext->font( $font )
applies the font to the text. $font is an SWF::Builder::Font object. Unlike static text, the font is applied to the whole text. If the text will be changed in the playing time, you should add glyph data of all characters which will be used to the font by $font->add_glyph or turn off the embed flag of the font.
$etext->size( $size )
sets a font size to $size in pixel. Unlike static text, the font size of the whole text is changed.
$etext->color( $color )
sets color of the text. The color can take a six or eight-figure hexadecimal string, an array reference of R, G, B, and optional alpha value, an array reference of named parameters such as [Red => 255], and SWF::Element::RGB/RGBA object. Unlike static text, the color is applied to the whole text.
$etext->text( $string )
writes the $string.
$etext->leading( $leading )
sets the vertical distance between the lines in pixel.
$etext->box_size( $width, $height )
sets the bounding box of the text and stops auto-sizing the box. When either $width or $height is undef, it is unchanged. Fixing bounding box may cause unexpected text clipping. You should set DefineEditText flag Multiline and/or WordWrap. See SWF::Element.
$etext->draw_border
draws the border.
$etext->align( left / right / center / justify )
sets the text alignment.
$etext->methos for SWF::Element::Tag::DefineEditText
You can control details of the texts to call methods for DefineEditText tag. See SWF::Element.
Preset dynamic text object
The following objects are inheritants of the basic dynamic editable text. These are preset some proper flags of DefineEditText tag.
$dtext = $mc->new_dynamic_text( [$font, $text] )
returns a new dynamic text. It is read-only, multiline text enabled, and auto-sized its bounding box.
$htmltext = $mc->new_html_text( [$html] )
returns a new HTML text. It is read-only, multiline text enabled, and auto-sized its bounding box. The text is treated as a subset of HTML. Supported tags are < a >, < b >, < br >, < font >, < i >, < img >, < li >, < p >, < span >, < u >, and two special tags, < tab > and < textformat >. See Macromedia Flash File Format Specification and ActionScript Reference Guide for further information.
$htmltext->use_font( $font, ... )
tells $htmltext what fonts are used in the HTML. In general, upright, italic, bold, and bold italic font are in the different TrueType font files. You should prepare 2-4 fonts if you use < b > and < i > tags, like this:
my $fp = $ENV{SYSTEMROOT}./fonts; # for Windows.
my $font = $m->new_font("$fp/arial.ttf");
$font->add_glyph(a, z);
my $fonti = $m->new_font("$fp/ariali.ttf");
$fonti->add_glyph(a, z);
my $ht = $m->new_html_text;
$ht->text(test < i >string< /i >< /font >);
$ht->use_font($font, $fonti);
$mc->new_text_area( $width, $height )
returns a new editable text area. It takes area width and height in pixel.
$mc->new_input_field( [$length] )
returns a new one-line input field. $length is a max length of input string.
$mc->new_password_field( [$length] )
returns a new one-line password field. $length is a max length of input string.
<<lessSYNOPSIS
my $text = $mc->new_dynamic_text( $font )
->size(10)
->color(000000)
->text(This is a text.);
my $text_i = $text->place;
my $field = $mc->new_input_field;
$field->place;
^This module creates dynamic editable text objects, which can be changed at playing time.
Basic dynamic editable text object
$etext = $mc->new_edit_text( [$font, $text] )
returns a new basic dynamic editable text object. It has interfaces to raw DefineEditText tag. $font is an SWF::Builder::Font object.
$etext->font( $font )
applies the font to the text. $font is an SWF::Builder::Font object. Unlike static text, the font is applied to the whole text. If the text will be changed in the playing time, you should add glyph data of all characters which will be used to the font by $font->add_glyph or turn off the embed flag of the font.
$etext->size( $size )
sets a font size to $size in pixel. Unlike static text, the font size of the whole text is changed.
$etext->color( $color )
sets color of the text. The color can take a six or eight-figure hexadecimal string, an array reference of R, G, B, and optional alpha value, an array reference of named parameters such as [Red => 255], and SWF::Element::RGB/RGBA object. Unlike static text, the color is applied to the whole text.
$etext->text( $string )
writes the $string.
$etext->leading( $leading )
sets the vertical distance between the lines in pixel.
$etext->box_size( $width, $height )
sets the bounding box of the text and stops auto-sizing the box. When either $width or $height is undef, it is unchanged. Fixing bounding box may cause unexpected text clipping. You should set DefineEditText flag Multiline and/or WordWrap. See SWF::Element.
$etext->draw_border
draws the border.
$etext->align( left / right / center / justify )
sets the text alignment.
$etext->methos for SWF::Element::Tag::DefineEditText
You can control details of the texts to call methods for DefineEditText tag. See SWF::Element.
Preset dynamic text object
The following objects are inheritants of the basic dynamic editable text. These are preset some proper flags of DefineEditText tag.
$dtext = $mc->new_dynamic_text( [$font, $text] )
returns a new dynamic text. It is read-only, multiline text enabled, and auto-sized its bounding box.
$htmltext = $mc->new_html_text( [$html] )
returns a new HTML text. It is read-only, multiline text enabled, and auto-sized its bounding box. The text is treated as a subset of HTML. Supported tags are < a >, < b >, < br >, < font >, < i >, < img >, < li >, < p >, < span >, < u >, and two special tags, < tab > and < textformat >. See Macromedia Flash File Format Specification and ActionScript Reference Guide for further information.
$htmltext->use_font( $font, ... )
tells $htmltext what fonts are used in the HTML. In general, upright, italic, bold, and bold italic font are in the different TrueType font files. You should prepare 2-4 fonts if you use < b > and < i > tags, like this:
my $fp = $ENV{SYSTEMROOT}./fonts; # for Windows.
my $font = $m->new_font("$fp/arial.ttf");
$font->add_glyph(a, z);
my $fonti = $m->new_font("$fp/ariali.ttf");
$fonti->add_glyph(a, z);
my $ht = $m->new_html_text;
$ht->text(test < i >string< /i >< /font >);
$ht->use_font($font, $fonti);
$mc->new_text_area( $width, $height )
returns a new editable text area. It takes area width and height in pixel.
$mc->new_input_field( [$length] )
returns a new one-line input field. $length is a max length of input string.
$mc->new_password_field( [$length] )
returns a new one-line password field. $length is a max length of input string.
Download (0.16MB)
Added: 2007-08-13 License: Perl Artistic License Price:
808 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above methos search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed