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

Bitmap Object software
Filter: All | Freeware | Demo
 

Bitmap Object

1 2 3 4 5 > 
Released: September 04, 2015  |  Added: September 14, 2015 | Visits: 872

ByteScout Bitmap Visualizer Addon Bytescout Bitmap Visualizer (freeware) Debugger bitmap objects content visualization add-on for Visual Studio 2005, 2008, 2010, 2012, 2013. Are you developing application to draw or process images? This addon will save your time, clicks and key presses! This addon shows a handy bitmap...



Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 741 KB Download (89): ByteScout Bitmap Visualizer Addon Download

Released: March 04, 2004  |  Added: March 16, 2006 | Visits: 2.399

DMControls.Lens .NET control DMControls.Lens is an efficient fully customizable control easily integrated in Microsoft Visual Studio .NET that enables you to retrieve the magnification scale of screen objects. Either selected bitmap objects or selected screen regions can serve as the source for zooming. There are three modes...





Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 1.08 MB Download (471): DMControls.Lens .NET control Download

Added: October 02, 2010 | Visits: 852

AppleII::ProDOS AppleII::ProDOS is a Perl module created to access files on Apple II ProDOS disk images. SYNOPSIS use AppleII::ProDOS; my $vol = AppleII::ProDOS->open(image.dsk); # Open an existing disk print $vol->catalog; # List files in volume directory my $file = $vol->get_file(Startup); # Read file...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (93): AppleII::ProDOS Download

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

BDedit Full view, edit and save of index.bdmv Insert, delete, edit Titles, First Playback and Top Menu Insert, delete, load, save ExtensionData Full view, edit and save of MovieObject.bdmv Insert, delete, edit MovieObjectss Insert, delete, edit Commands Run and trace Commands Insert, delete, load, save...


Platforms: Windows

License: Freeware Size: 2.26 MB Download (53): BDedit Download

Released: January 10, 2002  |  Added: January 22, 2006 | Visits: 4.187

ASP/VBA/COM ActiveX Dictionary object Free-threaded hi-speed dictionary algorithm with unique/nonunique keys (map/multimap). Connect to another dictionary object in the same process. Lock/Unlock methods to synchronize tasks (lookup, application scope). Share ASP Application/Session objects.


Platforms: Windows

License: Shareware Cost: $34.00 USD Size: 160 KB Download (551): ASP/VBA/COM ActiveX Dictionary object Download

Added: March 07, 2006 | Visits: 8.025

ppFonter - Bitmap Font Maker A bitmap font creation tool that creates tightly packed font pages from TTF fonts, some of the features include: Unicode support. A plugin architecture for custom exporters and previewers. The ability to texture map created fonts. The ability to use unique characters from a user entered or loaded...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 1.99 MB Download (523): ppFonter - Bitmap Font Maker Download

Added: June 15, 2013 | Visits: 1.321

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

Added: January 27, 2010 | Visits: 1.203

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: 938

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.726

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: 986

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.097

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: July 18, 2010 | Visits: 1.386

Virtual Object System The Interreality project is a collection of Open Source, Free Software projects based on the Virtual Object System (VOS) platform. Virtual Object System projects goal is to develop a open platform for multi-user 3D virtual reality games, applications, and interactive, collaborative 3D virtual...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (110): Virtual Object System Download

Added: March 23, 2010 | Visits: 836

Object::InsideOut Object::InsideOut is a comprehensive inside-out object support module. SYNOPSIS package My::Class; { use Object::InsideOut; # Numeric field # With combined get+set accessor my @data :Field :Type(numeric) :Accessor(data); # Takes INPUT (or input, etc.) as a mandatory parameter to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (89): Object::InsideOut Download

Added: March 15, 2010 | Visits: 828

Basset::Object Basset::Object is a Perl module used to create objects. This is my ultimate object creation toolset to date. It has roots in Mail::Bulkmail, Text::Flowchart, and the unreleased abstract object constructors that Ive tooled around with in the past. If you want an object to be compatible with...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (88): Basset::Object Download

Added: April 14, 2010 | Visits: 895

Basset::Object::Persistent Basset::Object::Persistent is a subclass of Basset::Object that allows objects to be easily stored into a relational database. Presently only supports MySQL, but that may change in the future. SYNOPSIS (no synopsis, this is an abstract super class that should never be instantiated directly,...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (88): Basset::Object::Persistent Download

1 2 3 4 5 >