Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.047 Times

Canonical software
Filter: All | Freeware | Demo
 

Canonical

< 1 2 3 4 > 
Added: March 17, 2010 | Visits: 957

Encode::JIS2K Encode::JIS2K is a Perl module forJIS X 0212 (aka JIS 2000) Encodings. SYNOPSIS use Encode::JIS2K; use Encode qw/encode decode/; $euc_2k = encode("euc-jisx0213", $utf8); $utf8 = decode("euc-jisx0213", $euc_jp); ABSTRACT This module implements encodings that covers JIS X 0213 charset... Platforms: *nix

License: Freeware Size: 399.36 KB Download (98): Encode::JIS2K Download

Added: July 07, 2010 | Visits: 724

XML::Genx XML::Genx is a simple, correct XML writer. SYNOPSIS use XML::Genx; my $w = XML::Genx->new; eval { # < foo >bar< /foo > $w->StartDocFile( *STDOUT ); $w->StartElementLiteral( foo ); $w->AddText( bar ); $w->EndElement; $w->EndDocument; }; die "Writing XML failed: $@" if $@; This... Platforms: *nix

License: Freeware Size: 37.89 KB Download (107): XML::Genx Download

Added: January 09, 2010 | Visits: 617

XOM XOM is an XML object model. XOM project is a tree-based API for processing XML with Java that simultaneously supports streaming. In many use-cases, it can process arbitrarily large documents with effectively constant memory sizes. It strives for correctness, simplicity, and performance, in... Platforms: *nix

License: Freeware Size: 430.08 KB Download (88): XOM Download

Added: November 22, 2010 | Visits: 896

ScraperPOD ScraperPOD is a framework for scraping results from search engines. SYNOPSIS use WWW::Scraper; # Name your Scraper module / search engine as the first parameter, use WWW::Scraper(eBay); # or in the new() method $scraper = new WWW::Scraper(eBay); Classic WWW::Search mode # Use a... Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): ScraperPOD Download

Added: October 07, 2010 | Visits: 670

Gtk2 Gtk2 is a Perl interface to the 2.x series of the Gimp Toolkit library. SYNOPSIS use Gtk2 -init; # Gtk2->init; works if you didnt use -init on use my $window = Gtk2::Window->new (toplevel); my $button = Gtk2::Button->new (Quit); $button->signal_connect (clicked => sub { Gtk2->main_quit... Platforms: *nix

License: Freeware Size: 665.6 KB Download (87): Gtk2 Download

Added: November 22, 2010 | Visits: 1.034

Sys::Gamin Sys::Gamin is a Perl interface to Gamin (File Access Monitor implementation). SYNOPSIS use Sys::Gamin; my $fm=new Sys::Gamin; $fm->monitor(/foo); $fm->monitor(/foo/bar.txt); while (1) { my $event=$fm->next_event; # Blocks print "Pathname: ", $event->filename, " Event: ", $event->type,... Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): Sys::Gamin Download

Added: January 08, 2010 | Visits: 1.382

Armagetron Advanced Armagetron Advanced is another version of the simple action game modeled after the lightcycle sequence of the movie Tron. In the Armagetron game, you ride a lightcycle around the game grid. You can only make sharp turns of 90 degrees and a wall constantly builds up after you. Make your... Platforms: *nix

License: Freeware Size: 1.6 MB Download (139): Armagetron Advanced Download

Added: September 06, 2010 | Visits: 1.003

Text::MacroScript Text::MacroScript is a macro pre-processor with embedded perl capability. SYNOPSIS use Text::MacroScript ; # new() for macro processing my $Macro = Text::MacroScript->new ; while( <> ) { print $Macro->expand( $_ ) if $_ ; } # Canonical use (the filename improves error messages): my... Platforms: *nix

License: Freeware Size: 36.86 KB Download (129): Text::MacroScript Download

Added: October 22, 2010 | Visits: 1.126

Gtk2::api Gtk2::api is a mapping the Gtk+ C API to perl. ABSTRACT The Gtk2 module attempts to stick as close as is reasonable to the C API, to minimize the need to maintain documentation which is nearly a copy of the C API reference documentation. However, the world is not perfect, and the mappings... Platforms: *nix

License: Freeware Size: 655.36 KB Download (97): Gtk2::api Download

Added: May 22, 2010 | Visits: 765

Glib::devel Glib::devel - binding developers overview of Glibs internals Do you need to know how the gtk2-perl language bindings work, or need to write your own language bindings for a Glib/Gtk2-based library? Then youve come to the right place. If you are just a perl developer wanting to write programs... Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): Glib::devel Download

Added: July 07, 2010 | Visits: 1.327

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each... Platforms: *nix

License: Freeware Size: 3.07 KB Download (140): Algorithm::Line::Bresenham Download

Added: October 17, 2010 | Visits: 1.181

dtRdr::doc::Book::whitespace dtRdr::doc::Book::whitespace Perl module contains issues with whitespace. Synopsis Weird things happen when whitespace doesnt count, but sort of counts. The annotations rely on a reliable character position, which can be very different from byte offset due to character encoding and... Platforms: *nix

License: Freeware Size: 788.48 KB Download (99): dtRdr::doc::Book::whitespace Download

Added: February 22, 2010 | Visits: 1.079

Unicode::Normalize Unicode::Normalize Perl module contains Unicode Normalization Forms. SYNOPSIS (1) using function names exported by default: use Unicode::Normalize; $NFD_string = NFD($string); # Normalization Form D $NFC_string = NFC($string); # Normalization Form C $NFKD_string = NFKD($string); #... Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Unicode::Normalize Download

Added: January 02, 2010 | Visits: 877

Socket6 Socket6 is a Perl module for IPv6 related part of the C socket.h defines and structure manipulators. SYNOPSIS use Socket; use Socket6; @res = getaddrinfo(hishost.com, daytime, AF_UNSPEC, SOCK_STREAM); $family = -1; while (scalar(@res) >= 5) { ($family, $socktype, $proto, $saddr,... Platforms: *nix

License: Freeware Size: 55.3 KB Download (89): Socket6 Download

Added: April 25, 2010 | Visits: 1.029

Image::MetaData::JPEG::TagLists Image::MetaData::JPEG::TagLists contains a collection of tag tables for JPEG segments. Image::MetaData::JPEG::TagLists is an appendix to the main manual page of the Image::MetaData::JPEG module, which the reader should refer to for further details and the general scope. Valid tags for Exif APP1... Platforms: *nix

License: Freeware Size: 286.72 KB Download (94): Image::MetaData::JPEG::TagLists Download

Added: August 11, 2010 | Visits: 968

File::Basename::Object File::Basename::Object is a Perl module with object-oriented syntax sugar for File::Basename. SYNOPSIS my $file = File::Basename::Object->new("/path/to/a/file.html", ".htm", ".html"); if(open(my $fh, <, $file)) { print "Now reading ", $file->basename, "n"; ... } if($file ==... Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): File::Basename::Object Download

Added: June 16, 2010 | Visits: 675

PyXMLSec XML Security Library is a C library based on LibXML2. The library supports major XML security standards: - XML Signature - XML Encryption - Canonical XML - Exclusive Canonical XML XML Security Library is released under the MIT License see the Copyright file in the distribution for details.... Platforms: *nix

License: Freeware Size: 225.28 KB Download (106): PyXMLSec Download

Added: January 25, 2010 | Visits: 640

BitSwapper BitSwapper is a simple utility to convert between the so called canonical MAC address format used by Ethernet and the non-canonical one used, for instance, by Token Ring. Additionally it can perform Vendor/Address lookup in a local DB or remotely. Platforms: Mac

License: Freeware Download (105): BitSwapper Download

Added: January 25, 2010 | Visits: 478

Maigret Maigret is a plugin-based application that allows for rapid searches. The actual release comes Mail Search: a plugin that allows you to search the contents of any e-mail stored in the commonly-used canonical mbox format. Automatically, Mail Search manages the mailboxes of the most widely used... Platforms: Mac

License: Shareware Cost: $0.00 USD Download (90): Maigret Download

Released: February 02, 2024  |  Added: February 12, 2024 | Visits: 8.439

WebSite Auditor Professional WebSite Auditor is a multi-purpose SEO tool that takes complete care of on-page optimization - and saves you time! It consists of two modules, one dealing with site structure analysis and the other one covering content optimization. Here are just some things you can do with the WebSite... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $125.00 USD Size: 569.93 MB Download (2225): WebSite Auditor Professional Download

< 1 2 3 4 >