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

Freeze Classes freeware
Filter: All | Freeware | Demo
 

Freeze Classes

< 1 2 3 4 5 
Added: October 19, 2010 | Visits: 835

UNIVERSAL::derived_classes SYNOPSIS require UNIVERSAL::derived_classes; package A; package B; @ISA = qw( A ); package C; @ISA = qw( B ); package main; my @derived_classes = A->derived_classes; # B, C my @derived_classes_reversed = A->derived_classes_reversed; # C, B UNIVERSAL::derived_classes provides the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (97): UNIVERSAL::derived_classes Download

Added: January 25, 2010 | Visits: 521

BasaOne Classes BasaOne Classes enable you to speed up development with BasaOne by reusing already developed objects. Platforms: Mac

License: Freeware Size: 900 KB Download (90): BasaOne Classes Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 710

IT++ IT++ is a C++ library of mathematical, signal processing and communication routines IT++ is a C++ library of mathematical, signal processing and communication classes and functions. Its main use is in simulation of communication systems and for performing research in the area of... Platforms: Windows, Mac, Linux

License: Freeware Size: 1.3 MB Download (55): IT++ Download

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 351

ClassBuilder ClassBuilder is a valuable tool for the C++ programmer and is used successfully on several projects, including projects of 100+ classes. In fact, it is used for ClassBuilder itself; its feature to save and restore is completely generated. The generated code for serialisation includes code for... Platforms: Windows

License: Freeware Size: 2.5 MB Download (53): ClassBuilder Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 601

JSqlParser JSqlParser is a handy Java tool designed to transform a SQL statement into a hierarchy of java classes. The operations on the classes of JSqlParser are executed using the Visitor pattern. Basically the method CCJSqlParserManager.parse returns a class implementing Statement which can be used to... Platforms: Windows

License: Freeware Download (46): JSqlParser Download

Added: July 14, 2013 | Visits: 538

Find Java Class findclass is a java program used to find classes in JAR files. Platforms: Mac

License: Freeware Size: 10.24 KB Download (49): Find Java Class Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 379

Common11 common utility classes that work under Java 1.1 without using Arraylists or Swing. Class library. Requires Java version 1.1 or later. BigDate: simplified date handling when you want dates without times. CMPAboutBox: a proper about box that provides useful information. ImageInfo: information about... Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Download (45): Common11 Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 270

HunkIO Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile method that is more convenient to use than Sun's File.createTempFile. It also includes PrintWriterPlus that converts linefeeds to platform specific line... Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 107 KB Download (47): HunkIO Download

Released: June 20, 2012  |  Added: June 20, 2012 | Visits: 407

Common15 common utility classes that work under Swing Java 1.5+.It contains a more efficient version of the StringTools and Localise than come with common11 package. It also includes StringSearch to search forward and backwards for multiple targets. Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 724 KB Download (49): Common15 Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 238

OrkAPI - Ork Reports as Java Classes The central aim of OrkAPI is to be an interface to any kind of Ork-related data within Java. It also features a GUI that can assist in creating a move and inspecting the collected data. There are many points to extend OrkAPI with 'Plugin' classes. Platforms: Windows, Mac, Linux

License: Freeware Size: 931.44 KB Download (44): OrkAPI - Ork Reports as Java Classes Download

Released: September 24, 2012  |  Added: September 24, 2012 | Visits: 396

ExcelExporter ExcelExporter is a REALbasic classes to export data to MS Excel file format. The classes also include a class to easily export from the Einhugur StyleGrid control to MS Excel file format. You do not need to have Excel on the computer to be able to write the Excel document. The most modern... Platforms: Mac

License: Freeware Size: 399.36 KB Download (48): ExcelExporter Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 450

Freezer Freezer is an easy way to freeze processor intensive applications to add more processing power to the applications you need. Platforms: Mac

License: Freeware Size: 501.76 KB Download (47): Freezer Download

Added: May 10, 2013 | Visits: 486

Mini-commands using subprocess This script contains a set of template classes which allows to develop custom "mini-command" classes which allow to execute any system command and customize the execution using template strings. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Mini-commands using subprocess Download

Added: May 10, 2013 | Visits: 390

HTTP Based Network Check for Windows boxes This script is a demonstration of how the Python HTTP server classes can be used. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): HTTP Based Network Check for Windows boxes Download

Added: May 10, 2013 | Visits: 421

tag classes This class takes an HTML tag that has an open and a closing tag, like for instance or foo bar, and breaks it down for easy editing.The class can also regenerate an HTML tag from its definition of the markup, attributes and content, eventually after it has been parsed and edited. Platforms: Windows, Mac, *nix, PHP,

License: Freeware Download (50): tag classes Download

Added: May 10, 2013 | Visits: 607

Options management The goal of this script is to help the use of classes that need a great number of options in constructor for configuration. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Options management Download

Added: May 10, 2013 | Visits: 315

Transactionable Objects This simple class allows sub-classes to commit changes to an instance to a history, and rollback to previous states. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Transactionable Objects Download

Added: May 10, 2013 | Visits: 394

A class keeps a reference to it's instance This script implements a base class, which allows derived classes to track instances in self.__instances__. It uses a WeakValueDictionary to store instance references. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): A class keeps a reference to it's instance Download

Added: May 10, 2013 | Visits: 425

List mixin This script allows you to create custom list classes from a small subset of list methods.Subclasses should define _get_element(i), _set_element(i, value), __len__(), _resize_region(start, end, new_size) and _constructor(iterable). Define __iter__() for extra speed. The _get_element() and... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): List mixin Download

Added: May 10, 2013 | Visits: 305

z_matrix This module provides two classes that emulate one and two dimentional lists with fixed sizes but mutable internals. Their primary purpose is to be used as a building tool for classes that need storage structures that cannot change in size. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): z_matrix Download

< 1 2 3 4 5