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

Xmas Analog Clock 1 02 freeware
Filter: All | Freeware | Demo
 

Xmas Analog Clock 1 02

< 1 2 3 4 5 
Added: August 05, 2010 | Visits: 1.102

XML::SAX::Base XML::SAX::Base is a base Perl class with SAX Drivers and Filters. SYNOPSIS package MyFilter; use XML::SAX::Base; @ISA = (XML::SAX::Base); This module has a very simple task - to be a base class for PerlSAX drivers and filters. Its default behaviour is to pass the input directly to the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): XML::SAX::Base Download

Added: April 23, 2010 | Visits: 801

UMMF::UML::MetaMetaModel UMMF::UML::MetaMetaModel is an implementation of the UML Meta-Meta-Model (M3). SYNOPSIS use UMMF::UML::MetaMetaModel; my $factory = UMMF::UML::MetaMetaModel->factory; my $model = $factory->create(Model); $factory->create(Class, name => Foo, namespace => $model); ... This package... Platforms: *nix

License: Freeware Size: 686.08 KB Download (141): UMMF::UML::MetaMetaModel Download

Added: January 25, 2010 | Visits: 669

ummf ummf Perl module contains a driver for UMMF. SYNOPSIS ummf [-I dir] [-M MetaModel] [-m Main::Module] [-o {dir|-}] [-e exporter] input ... This is a driver for the UMMF toolkit. It translates UML input documents into the export targets specified by the -e option. If -o - is specified the... Platforms: *nix

License: Freeware Size: 686.08 KB Download (93): ummf Download

Added: July 08, 2010 | Visits: 1.772

Statistics::Distributions Statistics::Distributions is a Perl module for calculating critical values and upper probabilities of common statistical distributions. SYNOPSIS use Statistics::Distributions; $chis=Statistics::Distributions::chisqrdistr (2,.05); print "Chi-squared-crit (2 degrees of freedom, 95th... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Statistics::Distributions Download

Added: November 25, 2010 | Visits: 811

specter specter is a user-space logging facility for the Linux netfilter system. It uses netfilters ULOG target to gather packets, and passes them to attached plugins. Its features a flexible and robust modularized structure, and is based on ulogd, but has improved design and wider functionality. It... Platforms: *nix

License: Freeware Size: 133.12 KB Download (99): specter Download

Added: January 16, 2010 | Visits: 848

tappipe tappipe project is a VPN that is very easy to set up and very small. Installation: 1. Load TUN/TAP module if needed: modprobe tun 2. Configure server: - edit server.conf - edit server.sh - start (as root): stunnel server.conf 3. Configure client: - edit client.conf - edit... Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): tappipe Download

Added: January 17, 2010 | Visits: 845

Pod::Dsr Pod::Dsr is a Perl module Convert POD data to formatted DSR input SYNOPSIS use Pod::Dsr; my $parser = Pod::Dsr->new (release => $VERSION, section => 8); # Read POD from STDIN and write to STDOUT. $parser->parse_from_filehandle; # Read POD from file.pod and write to file.1.... Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): Pod::Dsr Download

Added: May 19, 2010 | Visits: 880

Whitespace Whitespace is a Perl module to cleanup various types of bogus whitespace in source files. SYNOPSIS use Whitespace; # Instantiate a whitespace object with # both input and output files specified $ws = new Whitespace($infile, $outfile); # Instantiate a whitespace object with # only the... Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): Whitespace Download

Added: July 12, 2010 | Visits: 1.021

Data::Page::Viewport Data::Page::Viewport is a Perl module to scroll thru data a page, or just an item, at a time. Synopsis This is a complete, tested, runnable program. #!/usr/bin/perl use strict; use warnings; use Data::Page::Viewport; # ----------------------------------------------- my(@data) =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Data::Page::Viewport Download

Added: February 03, 2010 | Visits: 851

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip... Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

Added: November 25, 2010 | Visits: 809

Class::ArrayObjects Class::ArrayObjects is a Perl utility class for array based objects. SYNOPSIS package Some::Class; use Class::ArrayObjects define => { fields => [qw(_foo_ _bar_ BAZ)], }; or package Other::Class; use base Some::Class; use Class::ArrayObjects extend => { class => Some::Class, with... Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Class::ArrayObjects Download

Added: April 05, 2010 | Visits: 832

Convert::yEnc::Entry Convert::yEnc::Entry is a Perl module as an entry in a Convert::yEnc::RC database. SYNOPSIS use Convert::yEnc::Entry; $entry = new Convert::yEnc::Entry { size => 10000 }; $entry = new Convert::yEnc::Entry { size => 50000, part => 1 }; $entry = load Convert::yEnc::Entry "10000t10000";... Platforms: *nix

License: Freeware Size: 56.32 KB Download (104): Convert::yEnc::Entry Download

Added: September 23, 2010 | Visits: 1.279

HTML::Widget::SideBar HTML::Widget::SideBar can creates the HTML (and possibly some Javascript) for a navigational or otherwise active (hierarchical) sidebar for a web page. SYNOPSYS use HTML::Widget::SideBar; use CGI; # Or something like that. # We are going to create a sidebar in which only the active... Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): HTML::Widget::SideBar Download

Added: October 08, 2010 | Visits: 849

Peptide::Pubmed Peptide::Pubmed is a Perl module that can extract peptide sequences from MEDLINE article abstracts. SYNOPSIS use Peptide::Pubmed; $parser = Peptide::Pubmed->new; $in = { PMID => q[15527327], Author => q[Doe JJ, Smith Q], Journal => q[J Biological Foo. 2004;8(2):123-30.], Title => q[Foo,... Platforms: *nix

License: Freeware Size: 358.4 KB Download (104): Peptide::Pubmed Download

Added: May 14, 2010 | Visits: 1.517

Text::PORE Text::PORE is a Perl Object Rendering Engine. pore intr.v. 1. To read or study carefully and attentively The American Heritage® Dictionary of the English Language, Fourth Edition SYNOPSIS How to use PORE to render Perl objects. use Text::PORE::Template; use Text::PORE::Object; The... Platforms: *nix

License: Freeware Size: 32.77 KB Download (103): Text::PORE Download

Released: May 20, 2013  |  Added: June 18, 2013 | Visits: 1.195

SE-DesktopConstructor SE-DesktopConstructor is free design utility for your PC desktop. It allows you to change background image from selected folder dinamically. Background can be updated periodically - every day, every 12 hours, every hour, even every minute! If you don't like images on your desktop just color... Platforms: Windows

License: Freeware Size: 624.74 KB Download (234): SE-DesktopConstructor Download

Added: August 28, 2013 | Visits: 585

MATLAB for Digital Communication CHAPTER 1: FOURIER ANALYSIS1.1 CONTINUOUS-TIME FOURIER SERIES (CTFS)1.2 PROPERTIES OF CTFS 1.2.1 Time-Shifting Property 1.2.2 Frequency-Shifting Property 1.2.3 Modulation Property1.3 CONTINUOUS-TIME FOURIER TRANSFORM (CTFT)1.4 PROPERTIES OF CTFT 1.4.1 Linearity 1.4.2 Conjugate Symmetry 1.4.3 Real... Platforms: Matlab

License: Freeware Size: 143.36 KB Download (50): MATLAB for Digital Communication Download

Added: October 17, 2013 | Visits: 319

Apache::GTopLimit Apache::GTopLimit is a Perl module that will run on platforms supported by GTop.pm a Perl interface to libgtop (which in turn needs libgtop). This module was written in response to questions on the mod_perl mailing list on how to tell the httpd process to exit if: * its memory size goes beyond... Platforms: *nix, Windows

License: Freeware Size: 10.24 KB Download (41): Apache::GTopLimit Download

Added: June 22, 2006 | Visits: 8.716

Codec Pack (Advanced) The Cole2k Media advanced codec package features a collection of codecs and filters for encoding/decoding a large variety of video/audio formats. Components include: DivX 6.0.0 Pro Video Codec. DivX HE-3 Encoder DivX 3.11 Alpha Video Codec. XviD 1.0.3 Video Codec - Koepi 20/12/04.... Platforms: Windows

License: Freeware Size: 17.67 MB Download (1413): Codec Pack (Advanced) Download

Added: August 05, 2008 | Visits: 1.784

VSO Media Player If all you`re looking for is a free and simple player, then VSO Media Player 1.02 is more than acceptable.It plays MP3, OGG (Ogg Vorbis), MPC (pertenecientes a MusePack), APE (Money Audio) and WMA (Windows Media audio) formats, has various skins (even the user can create their own) and an ID3 Tag... Platforms: Windows

License: Freeware Size: 1024 B Download (174): VSO Media Player Download

< 1 2 3 4 5