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.479.931 Times

H I freeware
Filter: All | Freeware | Demo
 

H I

1 2 3 4 5 > 
Added: September 16, 2010 | Visits: 1.285

Grid::Transform Grid::Transform is a Perl module with fast grid transformations. SYNOPSIS use Grid::Transform; $g = Grid::Transform->new([a..o], rows=>5); $g->rotate_270->flip_vertical; print join( , $g->grid), "n"; The Grid::Transform module provides fast methods to transform a grid of arbitrary data... Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Grid::Transform Download

Added: May 10, 2013 | Visits: 420

Last Modified A date format can be passed to the function like mdv_last_modified('l dS of F Y h:i:s A')InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (65): Last Modified Download

Added: July 08, 2010 | Visits: 822

Image::Xpm Image::Xpm is a Perl module that can load, create, manipulate and save xpm image files. SYNOPSIS use Image::Xpm; my $j = Image::Xpm->new(-file, Camel.xpm); my $i = Image::Xpm->new(-width => 10, -height => 16); my $h = $i->new; # Copy of $i $i->xy(5, 8, red); # Set a colour (& add to... Platforms: *nix

License: Freeware Size: 102.4 KB Download (105): Image::Xpm Download

Added: August 18, 2013 | Visits: 1.502

Bone Yard Bone Yard is a simple method for inserting default, mode specific, text into empty Emacs buffers. It's used to easily load boilerplate text to get started with new programs. The basic install/usage instructions are in the boneyard.el file. More lenghly instructions, as well as some tips, are... Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Bone Yard Download

Added: May 04, 2010 | Visits: 676

SimpleCDB SimpleCDB - A Perl-only Constant Database. SYNOPSIS use SimpleCDB; # writer # - tie blocks until DB is available (exclusive), or timeout tie %h, SimpleCDB, db, O_WRONLY or die "tie failed: $SimpleCDB::ERRORn"; $h{$k} = $v; die "store: $SimpleCDB::ERROR" if $SimpleCDB::ERROR; untie %h;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (89): SimpleCDB Download

Added: April 08, 2010 | Visits: 956

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare... Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): Getopt::Declare Download

Added: August 02, 2010 | Visits: 1.566

revava revava is a single pass disassembler that reads in a file containing a program intended for an Atmel AVR microcontroller and outputs assembly code that can be input to an avr assembler. The output of revava contains assembler mnemonics where possible and dc.W declarations where no mnemonic... Platforms: *nix

License: Freeware Size: 25.6 KB Download (767): revava Download

Added: April 12, 2010 | Visits: 992

GenIP GenIP is a small utility, based on the NMap target specification code, for quickly and easily generating lists of IP addresses. Usage: genip [ -h ] [ -i filename ] [ < target-spec > ... ] genip -r < ipaddress > < ipaddress > Options: -h Display uage information. -i Read target... Platforms: *nix

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

Added: November 23, 2010 | Visits: 1.361

Thread::Pool Thread::Pool contains group of threads for performing similar jobs. SYNOPSIS use Thread::Pool; $pool = Thread::Pool->new( { optimize => cpu, # default: memory pre => sub {shift; print "starting worker with @_n", do => sub {shift; print "doing job for @_n"; reverse @_}, post => sub... Platforms: *nix

License: Freeware Size: 26.62 KB Download (103): Thread::Pool Download

Added: April 07, 2010 | Visits: 833

idl2pysrv idl2pysrv is a IDL compiler to Python RPC-GIOP skeleton server. SYNOPSIS idl2pysrv [options] spec.idl OPTIONS All options are forwarded to C preprocessor, except -h -i -J -v -x. With the GNU C Compatible Compiler Processor, useful options are : -D name -D name=definition -I... Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): idl2pysrv Download

Added: March 18, 2010 | Visits: 1.120

idl2wsdl idl2wsdl is an IDL compiler to WSDL (Web Services Description Language). SYNOPSIS idl2wsdl [options] spec.idl OPTIONS All options are forwarded to C preprocessor, except -b -h -i -q -s -t -v -x. With the GNU C Compatible Compiler Processor, useful options are : -D name -D... Platforms: *nix

License: Freeware Size: 16.38 KB Download (127): idl2wsdl Download

Added: June 10, 2010 | Visits: 990

idl2javaxml idl2javaxml is an IDL compiler to language Java mapping & XML binding. SYNOPSIS idl2javaxml [options] spec.idl OPTIONS All options are forwarded to C preprocessor, except -h -i -v -x. With the GNU C Compatible Compiler Processor, useful options are : -D name -D name=definition -I... Platforms: *nix

License: Freeware Size: 49.15 KB Download (106): idl2javaxml Download

Added: April 17, 2010 | Visits: 1.170

idl2java idl2java is an IDL compiler to language Java mapping. SYNOPSIS idl2java [options] spec.idl OPTIONS All options are forwarded to C preprocessor, except -h -i -v -x. With the GNU C Compatible Compiler Processor, useful options are : -D name -D name=definition -I directory -I-... Platforms: *nix

License: Freeware Size: 49.15 KB Download (327): idl2java 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: July 27, 2010 | Visits: 968

Number::Latin Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..." SYNOPSIS use Number::Latin; print join( , map int2latin($_), 1 .. 30), "n"; # # Prints: # a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad Some applications, notably the... Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Number::Latin Download

Added: March 01, 2010 | Visits: 688

fnumfilt fnumfilt is a linux/posix tool that helps me processing lists of images made with my digital camera. The images of my cam have the format "r<7-digits>.jpg". Often I want to process just some of the images. With fnumfilt, I can filter number ranges extracted from the filenames, and print... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): fnumfilt Download

Released: June 13, 2012  |  Added: June 13, 2012 | Visits: 656

Autoruns for Windows This utility, which has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and shows you the entries in the order Windows processes them. These programs include ones in your startup... Platforms: Windows

License: Freeware Size: 532 KB Download (375): Autoruns for Windows Download

Added: June 18, 2013 | Visits: 532

RS EVENT multiday "RS EVENT multiday" is a modification of "RS EVENT" by Robert Sargant.The plugin offers the possibility to add a "RS EVENT multiday" widget to the sidebar of your blog. It allows you to show a list of upcoming and/or past events."RS EVENT multiday" includes three different functions, which can be... Platforms: PHP

License: Freeware Size: 10 KB Download (47): RS EVENT multiday Download

Added: August 01, 2013 | Visits: 550

DirectPHP DirectPHP - a plugin that allows direct embedding of PHP commands right inside Joomla content page!Note: If you're using DirectPHP with Joomla 1.5.8 and above, please refer to the post by Teezone for some useful... Platforms: PHP

License: Freeware Size: 10 KB Download (41): DirectPHP Download

Added: May 02, 2013 | Visits: 484

World Community Grid - Widget This plugin allows you to show your World Community Grid and statistics in the sidebar of your wordpress blog. The data will be updated once a day. The data base of this plugin is a xml-file, which is located here:... Platforms: PHP

License: Freeware Size: 10 KB Download (45): World Community Grid - Widget Download

1 2 3 4 5 >