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

Object Creator freeware
Filter: All | Freeware | Demo
 

Object Creator

1 2 3 4 5 > 
Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 214

PhpiCalLib A PHP library providing an iCalendar parser and object creator. It is object orientated, unit tested, and conforms strictly to the latest iCalendar standard (the successor to RFC2445).



Platforms: Windows, Mac, Linux

License: Freeware Size: 243.94 KB Download (49): PhpiCalLib Download

Added: May 10, 2013 | Visits: 427

Factory pattern In the factory pattern script you have an object that creates other objects.Factory is useful to separate implementation from interface. It adds a new indirection layer. When you want to instanciate an object you call its factory and the factory creates the instance.





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Factory pattern Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 816

WMI Delphi Code Creator The WMI Delphi Code Creator tool, allows you to generate Object Pascal and C++ code to access the WMI (Windows Management Instrumentation) classes, events and methods. This freeware tool is inspired by the WMI Code Creator. Features Can generate object pascal code compatible with one of...


Platforms: Windows

License: Freeware Size: 2.17 MB Download (73): WMI Delphi Code Creator Download

Added: August 05, 2010 | Visits: 1.548

Slideshow Creator Slideshow Creator is a GUI for creating, modifying, and previewing JPEG image slideshows. With Slideshow Creator you can edit jpeg slideshows in a visual and fast way so you can reach a much higher productivity with dvd-slideshow. The final result is a high quality dvd slideshow out of your...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (124): Slideshow Creator Download

Added: September 22, 2006 | Visits: 6.642

PAD Creator Create and manage your PAD files fast and easy with PAD Creator! Just fill in your products information and save. Then you can validate and create your padfile within a second by just clicking a button. PAD files are commonly used by all major download directories on the net and most of them will...


Platforms: Windows

License: Freeware Size: 2.84 MB Download (826): PAD Creator Download

Released: August 10, 2015  |  Added: August 10, 2015 | Visits: 29.952

Advanced ID Creator Personal Create and print professional ID cards and badges instantly! Advanced ID Creator allows you to create professional and smart-looking employee cards on any Windows compatible printer. With this software you can create your own style of cards in literally minutes. It's really easy to use!...


Platforms: Windows

License: Freeware Size: 25.5 MB Download (1156): Advanced ID Creator Personal Download

Added: June 15, 2013 | Visits: 1.322

Open Object Rexx Home of the Open Object Rexx Project. ooRexx is the open source version of IBM's Object REXX Interpreter. It is upwardly compatible with classic REXX and will execute classic REXX programs unchanged. The project is managed by the Rexx Language Assoc.


Platforms: *nix

License: Freeware Size: 14.54 MB Download (134): Open Object Rexx Download

Released: October 07, 2008  |  Added: November 06, 2008 | Visits: 2.914

DVD Backup Creator DVD Backup Creator is an easy to use tool to make a copy (backup) of any type of CD/DVD disc, so your important CD/DVD discs will be safe. You can backup to your hard drive or another disc. With DVD Backup Creator you can grab any type of CD/DVD. SPTI (SCSI Pass Through Interface) and ASPI...


Platforms: Windows

License: Freeware Size: 2.79 MB Download (222): DVD Backup Creator Download

Released: October 29, 2008  |  Added: November 07, 2008 | Visits: 6.384

Free ISO Creator Free ISO Creator can create ISO image from folders or data CD/DVD. With Free ISO Creator, you can easily create ISO image from any files and folders (with the subfolders), or backup data CD/DVD to your hard disk and directly create ISO files. Free ISO Creator is one of the best solution to create...


Platforms: Windows

License: Freeware Size: 2.67 MB Download (1377): Free ISO Creator Download

Added: January 18, 2010 | Visits: 1.904

RockBox WPS cover creator RockBox WPS cover creator is an amaroK script that creates covers for RockBox WPS. Covers are created in currently played directory (so you can sync later data on HD with DAP - its like I do with rsync). Its fast and dirty script so do not expect much - it just checks if there is a cover.bmp...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (157): RockBox WPS cover creator Download

Added: January 27, 2010 | Visits: 1.205

Color::Object Color::Object is a OO-Color Module. A module for manipulation Colors within RGB, HSV and HSL color-spaces for usage within PDF-Documents especially with the Text::PDF::API modules. SYNOPSIS use Color::Object; $cl = Color::Object->new; $cl = Color::Object->newRGB($r,$g,$b); $cl =...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Color::Object Download

Added: October 08, 2010 | Visits: 839

Object::Declare Object::Declare is a Perl module for declarative object constructor. SYNOPSIS use Object::Declare [MyApp::Column, MyApp::Param]; my %objects = declare { param foo => !is global, is immutable, valid_values are qw( more values ); column bar => field1 is value, field2 is...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Object::Declare Download

Added: September 24, 2010 | Visits: 939

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Root::Object Download

Added: January 01, 2010 | Visits: 1.727

The Object Oriented Database Kit The Object Oriented Database Kit is a set of tools to help database applications developers to handle database communication, reporting, and printing. It has a solid, stable, and easy to use API. The project is also GUI toolkit agnostic and portable..


Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): The Object Oriented Database Kit Download

Added: February 25, 2010 | Visits: 771

Object::LocalVars Object::LocalVars is a Perl module with outside-in objects with local aliasing of $self and object variables. SYNOPSIS package My::Object; use strict; use Object::LocalVars; give_methods our $self; # this exact line is required our $field1 : Prop; our $field2 : Prop; sub as_string :...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Object::LocalVars Download

Added: February 17, 2010 | Visits: 929

Object::Transaction Object::Transaction is a virtual base class for transactions on files containing serialized hash objects. SYNOPSIS use Object::Transaction; transaction($coderef, @codeargs); commit(); abandon(); $there_is_a_pending_transaction = transaction_pending() package Pkg; @ISA =...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): Object::Transaction Download

Added: April 07, 2010 | Visits: 988

Object Relational Membrane Object Relational Membrane is a Python package that provides the functionality of an object relational layer like EJB or other persistence storage systems. Object Relational Membrane is a thin compatibility layer between SQL table layouts and Object Oriented Python. While providing a good deal...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): Object Relational Membrane Download

Added: June 04, 2010 | Visits: 1.099

Locale::Object::Language Locale::Object::Language Perl module contains language information objects. Locale::Object::Language allows you to create objects containing information about languages such as their ISO codes, the countries theyre used in and so on. SYNOPSIS use Locale::Object::Language; my $eng =...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Locale::Object::Language Download

Added: May 02, 2010 | Visits: 1.122

JOAP::Server::Object JOAP::Server::Object is a base class for Things Servable By JOAP Servers. ABSTRACT This verbosely-named OO package -- sorry about that -- is the base class for object servers, classes, and instances inside a JOAP server. It is probably not such a hunky-dory idea to inherit from this class...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): JOAP::Server::Object Download

Added: November 04, 2010 | Visits: 2.179

Deb creator Deb creator is a GTK wizard tool to build deb packages easily. This software is based upon debhelper, dpkg-buildpackage, and other well tested tools. You can try to build simple package from source archive with some GNU-packaged software containing at least a Makefile and a configure script....


Platforms: *nix

License: Freeware Size: 24.58 KB Download (667): Deb creator Download

1 2 3 4 5 >