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

Calibrated Q Mp4 Ex Import freeware
Filter: All | Freeware | Demo
 

Calibrated Q Mp4 Ex Import

< 1 2 3 4 5 > 
Added: January 24, 2010 | Visits: 699

Gtk2::Ex::MindMapView::ArgUtils Gtk2::Ex::MindMapView::ArgUtils is a Perl module with argument handling utilites. SYNOPSIS use Gtk2::Ex::MindMapView::ArgUtils; This is an internal set of argument handling utilities. INTERFACE args_required ($attributes_ref, @valid_keys) Complains if a required argument to a module... Platforms: *nix

License: Freeware Size: 50.18 KB Download (87): Gtk2::Ex::MindMapView::ArgUtils Download

Added: February 03, 2010 | Visits: 1.135

Gtk2::Ex::MindMapView::HotSpot::Grip Gtk2::Ex::MindMapView::HotSpot::Grip is a Perl module to manage a grip type "hot spot" on a view item. SYNOPSIS use base Gtk2::Ex::MindMapView::HotSpot::Grip; The Gtk2::Ex::MindMapView::HotSpot::Grip defined grip type hotspots. This kind of hot spot is used to resize... Platforms: *nix

License: Freeware Size: 50.18 KB Download (115): Gtk2::Ex::MindMapView::HotSpot::Grip Download

Added: January 25, 2010 | Visits: 1.078

Gtk2::Ex::MindMapView::Layout::Balanced Gtk2::Ex::MindMapView::Layout::Balanced is a Perl module with balanced layout for view items. HEIRARCHY Gtk2::Ex::MindMapView::Layout::Group +----Gtk2::Ex::MindMapView::Layout::Balanced SYNOPSIS use Gtk2::Ex::MindMapView::Layout::Balanced; A balanced layout for the mindmap. This module... Platforms: *nix

License: Freeware Size: 50.18 KB Download (95): Gtk2::Ex::MindMapView::Layout::Balanced Download

Added: April 03, 2010 | Visits: 906

Gtk2::Ex::MindMapView Gtk2::Ex::MindMapView is a Perl module to display mind map or outline on a Gnome2::Canvas. HEIRARCHY Glib::Object +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Layout +----Gnome2::Canvas +----Gtk2::Ex::MindMapView SYNOPSIS #!/usr/bin/perl -w use strict; use... Platforms: *nix

License: Freeware Size: 50.18 KB Download (104): Gtk2::Ex::MindMapView Download

Added: November 06, 2010 | Visits: 1.314

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this... Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: November 09, 2010 | Visits: 1.165

PerlPoint::Import::POD PerlPoint::Import::POD is a standard PerlPoint import filter for POD. SYNOPSIS # command line: process a POD file perlpoint ... IMPORT:file.pod ... # or, in a PerlPoint source: // include a POD file with "pod" extension INCLUDE{import=1 file="example.pod"} // include a POD file... Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): PerlPoint::Import::POD Download

Added: April 26, 2010 | Visits: 1.466

MP4::Info MP4::Info is a Perl module that can fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp). SYNOPSIS #!perl -w use MP4::Info; my $file = Pearls_Before_Swine.m4a; my $tag = get_mp4tag($file) or die "No TAG info"; printf "$file is a %s trackn", $tag->{GENRE}; my $info =... Platforms: *nix

License: Freeware Size: 133.12 KB Download (113): MP4::Info Download

Added: June 25, 2010 | Visits: 834

Gtk2::Ex::FormFactory::Button Gtk2::Ex::FormFactory::Button is a Button in a FormFactory framework. SYNOPSIS Gtk2::Ex::FormFactory::Button->new ( clicked_hook => Callback CODEREF / Closure stock => Name of a stock item for this button, with_repeat => Trigger callback continuously as long button is pressed ...... Platforms: *nix

License: Freeware Size: 102.4 KB Download (100): Gtk2::Ex::FormFactory::Button Download

Added: October 15, 2010 | Visits: 1.116

Gtk2::Ex::FormFactory::Layout Gtk2::Ex::FormFactory::Layout can do layout in a FormFactory framework. SYNOPSIS package My::Layout; use base qw/Gtk2::Ex::FormFactory::Layout/; sub build_form { ... } sub add_widget_to_form { ... } ... package main; $ff = Gtk2::Ex::FormFactory->new ( layouter => My::Layout->new(),... Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): Gtk2::Ex::FormFactory::Layout Download

Added: January 22, 2010 | Visits: 664

Gtk2::Ex::FormFactory::GtkWidget Gtk2::Ex::FormFactory::GtkWidget can wrap arbitrary Gtk widgets. SYNOPSIS Gtk2::Ex::FormFactory::GtkWidget->new ( custom_gtk_widget => Gtk::Widget, ... Gtk2::Ex::FormFactory::Widget attributes ); With this module you can add arbitrary Gtk widgets to a FormFactory. Theyre simply... Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Gtk2::Ex::FormFactory::GtkWidget Download

Added: June 13, 2010 | Visits: 1.393

Q-Gears Q-Gears project is a clone of Squaresofts Final Fantasy 7 game engine. Q-gears is an attempt to make a clone of Squaresofts Final Fantasy 7 game engine. It is designed to be cross-platform and run on modern operating systems such as Win32 and Linux. In the future this is to serve as a framework... Platforms: *nix

License: Freeware Download (116): Q-Gears Download

Added: June 18, 2010 | Visits: 806

Gtk2::Ex::Utils Gtk2::Ex::Utils is a Perl module with extra Gtk2 Utilities for working with Gnome2/Gtk2 in Perl. SYNOPSIS use Gtk2::Ex::Utils qw( :main ); # do stuff ... # Update the UI and react to pending events process_pending_events(); # do more stuff ... # Exit the program with a value of 255... Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Gtk2::Ex::Utils Download

Added: September 22, 2010 | Visits: 843

Gtk2::Ex::Dialogs::ChooseFile Gtk2::Ex::Dialogs::ChooseFile is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChooseFile ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Gtk2::Ex::Dialogs::ChooseFile Download

Added: August 05, 2010 | Visits: 942

Gtk2::Ex::Dialogs::Question Gtk2::Ex::Dialogs::Question is a Perl module that provides a simple question dialog. SYNOPSIS use Gtk2::Ex::Dialogs::Question ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages... Platforms: *nix

License: Freeware Size: 20.48 KB Download (99): Gtk2::Ex::Dialogs::Question Download

Added: August 24, 2010 | Visits: 955

Gtk2::Ex::Dialogs::ChooseDirectory Gtk2::Ex::Dialogs::ChooseDirectory is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChooseDirectory ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right... Platforms: *nix

License: Freeware Size: 20.48 KB Download (91): Gtk2::Ex::Dialogs::ChooseDirectory Download

Added: May 12, 2010 | Visits: 872

Gtk2::Ex::Dialogs Gtk2::Ex::Dialogs is a Perl module with useful tools for Gnome2/Gtk2 Perl GUI design. SYNOPSIS use Gtk2::Ex::Dialogs ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (88): Gtk2::Ex::Dialogs Download

Added: November 08, 2010 | Visits: 703

Gtk2::Ex::Dialogs::ChoosePreviewFile Gtk2::Ex::Dialogs::ChoosePreviewFile is a Perl module that provides a file selection dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ChoosePreviewFile ( destroy_with_parent => TRUE, modal => TRUE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (86): Gtk2::Ex::Dialogs::ChoosePreviewFile Download

Added: July 03, 2010 | Visits: 1.017

Gtk2::Ex::Dialogs::Message Gtk2::Ex::Dialogs::Message provides a simple message dialog. SYNOPSIS use Gtk2::Ex::Dialogs::Message ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent, set... Platforms: *nix

License: Freeware Size: 20.48 KB Download (97): Gtk2::Ex::Dialogs::Message Download

Added: August 07, 2010 | Visits: 884

Gtk2::Ex::Dialogs::ErrorMsg Gtk2::Ex::Dialogs::ErrorMsg provides a simple error message dialog. SYNOPSIS use Gtk2::Ex::Dialogs::ErrorMsg ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right... Platforms: *nix

License: Freeware Size: 20.48 KB Download (87): Gtk2::Ex::Dialogs::ErrorMsg Download

Added: May 12, 2010 | Visits: 1.338

Money Manager Ex 0.8.0.5 Money Manager Ex is a cross-platform, easy-to-use personal finance software.. Platforms: *nix

License: Freeware Size: 1.3 MB Download (117): Money Manager Ex 0.8.0.5 Download

< 1 2 3 4 5 >